@media not print {

  body {
    background: rgba(249, 249, 249, 0.25) !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  #container {
    max-width: 1170px;
    /* width: 1170px; */
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.15);
  }

  /* #main {
    padding-left: 240px;
    width: calc(100% - 240px);
  } */
  #main {
    min-height: 555px;
  }

  #calSidebar + #main,
  #refresh_key + #main,
  #refresh_key + script + #main,
  #main.medical,
  #main.vitals,
  #main.education {
   padding-left: 240px;
    width: calc(100% - 240px);
  }

  h2.title {
    font-weight: 600;
    color: #2A4046;
  }

  #footer {
    background: hsla(0,0%,60%,.1);
    border: 0;
    color: #999;
    font-size: 12px;
    padding: 0rem;
    line-height: 56px;
    text-align: center;
  }

  #footer p:last-of-type {
    margin-bottom: 0;
    padding: 0;
    line-height: inherit;
  }

  th {
    background: #ddd;
  }

  .sectionH-noSideBar{
    border-right: initial !important;
    width: auto !important;
    padding: 0 20px !important;
  }

  #sectionH {
    line-height: 56px;
    width: 240px;
    margin-right: 0;
    border-right: 1px solid #efefef;
    color: #777;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    position: relative;
    margin-right: 1rem;


  }


  /* Modal */

  .popuphPop, #hPop {
    background: #0399d9;
  }

  /* Toolbar */

  div.ctoolbar,
  #contentSH {
    background: inherit;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    height: 56px;
    position: relative;
    overflow: visible;
    padding: 10px 1rem;
    box-sizing: border-box;
  }

  #contentSH {
    padding: 0;
    border-top: 0;
    border-bottom: 0;
  }

  .button#showtodaybtn {
    background: #ffd068;
    border: 1px solid #ffd068;
  }

  button.createExpBtn {
    margin: 8px;
    width:92%;
    height: 40px;
    background-color: #ffffff;
    text-align: center;
    color: #009ADE;
    border: 1px solid #009ADE;
    border-radius: 5px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    line-height: 22px;
    font-size: 16px;
    cursor: pointer;
  }

  /* Sidebar */

  #sideBar {
    width: 240px;
    padding-left: 0px;  
  }

  .sideBarBtn {
    box-shadow: none;
    border: 0;
    background: #0099d9;
    color: #fff;
  }

  #sideBar #sideNav li {
    border-bottom: 0;
    background: #fff;
    padding: 0;
  }

  #sideNav li a {
    color: #37373A;
    padding: 1.25rem .75rem 1.25rem 1.75rem;
  }

  #sideNav li a:hover,
  #sideBar #sideNav li:hover {
    background: #f2f2f2;
    font-weight: 600;
    color: #343434;
  }

  #sideBar #sideNav li.active,
  #sideBar #sideNav li.active > a:hover {
    font-weight: 600;
    background-color: #fefae6;
    color: #343434;
    box-shadow: none;
  }

  #sideBar #sideNav li.active > a {
    color: #343434;
  }

  #spacer {
    left: 240px;
  }

  .sToolBar {
    padding-top: 0;
    overflow: hidden;
  }

  #calSidebar {
    border-color: #efefef;
    background: #fff;
    width: 240px;
    margin-left: 0;
    box-sizing: border-box;
  }

  #calSidebar ul {
    padding: 0;
  }

  #calSidebar #calSidebarHeader {
    margin-bottom: 0;
    height: 54px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }

  #calSidebarHeader h2 {
    font-weight: 700;
    color: #777;
  }

  #filterWrap {
    /* background: hsla(0, 0%, 93.7%, .6); */
    background: #fff;
  }

  #filterWrap h3,
  #lastViewed h3,
  #currTime h3,
  #legend h3 {
    background-color: #efefef !important;
    border: 0;
    padding: 1rem 1rem 1rem 2rem;
  }

  #filterWrap label{
    line-height: initial;
  }

  /* Messages */

  #ibabtbl {
    table-layout: inherit;
    border-radius: 5px;
    position: relative;
    margin-bottom: 0;
    /* overflow: hidden; */
    box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 6px 0px;
  }

  #ibabtbl tr td {
    border: 0;
    background: #fff;
    padding: 1rem 0.75rem;
    font-size: 14px;
  }

   #ibabtbl td.wordBreak {
       word-break: break-word;
   }

   #ibabtbl tr:last-child {
    border-bottom: 0;
  }

  #ibContent #ibabtbl_wrapper table thead,
  .vitTbl thead {
    text-shadow: none;
    border-bottom: 1px solid #efefef;
  }

  #ibsearch input, #msgSrch input,
  #ibabtbl_filter input {
    margin-top: 0;
    box-shadow: none;
    border: 1px solid #efefef;
  }

  #msgDash table {
    /* border: 1px solid #efefef;
    border-top: 0;
    border-left: 0;
    margin-bottom: 1rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; */
    border-bottom: 0;
    margin-bottom: 0;
  }

  #msgDash thead th, #ibabtbl_wrapper table thead th,
  .vitTbl thead th {
    border: 0;
  }

  #msgDash tbody tr td {
    border-bottom: 1px solid #efefef;
    background: #fff !important;
    padding: 1rem;
    font-size: 14px;
    line-height: inherit;
  }

  .msgHdr,
  #ibabtbl_wrapper,
  #msgFolderForm {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 6px 0px;
  }

  .myFiles #ibabtbl_wrapper,
  .expense-log #ibabtbl_wrapper {
      overflow: visible;
  }

  .myFiles  #ibabtbl tr:nth-last-child(n+2) ~ tr:last-child .btn-menu__dropdown{
    bottom: 20px;
    top: unset;
  }

   #msgDash .msgHdr h2 {
    padding: 1rem;
    border-bottom: 1px solid #efefef;
    border-top: 0px solid #efefef;
    color: initial;
    background: #fff;
    height: 56px;
    box-sizing: border-box;
  }

  #msgAction h2 {
    border-top: 0;
    border-bottom: 0;
  }

  /* #msgCompbtn {
    background: #fff url(/media/Icons/email_edit.png) 50% 2px no-repeat;
  } */

  .sTable thead {
    border-bottom: 1px solid #efefef;
  }

  #msgDash thead th,
  #ibabtbl_wrapper table thead th,
  .vitTbl thead th,
  #expForm thead th {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    border-color: #efefef;
    color: #555;
    font-weight: 700;
    text-transform: none;
    /* width: auto; */
    padding: 0.75rem;
  }

  .th30 {
    width: 30px !important;
  }

  #msgDash thead th {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #efefef;
  }

  #folderTitle {
    background: #fff;
    border-bottom: 1px solid #efefef;
    height: 40px;
    box-sizing: border-box;
  }#ibsearch input, #msgSrch input, #ibabtbl_filter input

  #folderTitle h3 {
    padding-top: 0;
  }

  #calSidebar #userSysFldr {
    margin-top: 0;
    padding-left: 0;
  }

  #folders ul li.active {
    border-right: 1px solid #fff;
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #efefef;
    border-top: 0;
    border-left: 3px solid #ffd400;
    border-right: 1px solid #fff;
    padding: 0.75rem;
    margin-right: 0;
  }

  #folders ul li {
    padding: 0.75rem;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
  }

  #folders ul li span {
    padding: 3px;
    color: #777;
    border-radius: 3px;
  }

  #folders a, 
  #folders a:hover, 
  #folders a:active {
    font-size: 14px;
  }

  /* Calendar */

  .jCal {
    width: 100%;
  }

  .jCalMo {
    width: 240px;
    height: 280px;
  }

  .jCalMo .day,
  .jCalMo .invday {
    height: 36px;
    line-height: 36px;
  }

  .jCalMo .pday, .jCalMo .aday {
    height: 36px;
    line-height: 36px;
  }

  .jCalMo .dow,
  .jCalMo .day,
  .jCalMo .pday,
  .jCalMo .aday,
  .jCalMo .overDay,
  .jCalMo .invday,
  .jCalMo .selectedDay {
    width: 14.285714285%;
    box-sizing: border-box;
  }

  #miniCalWrap {
    height: 280px;
    width: 240px;
    background: #efefef;
  }

  #miniCal {
    position: relative;
    overflow: hidden;
  }

  .jCalMo .dow,
  .jCalMo .day,
  .jCalMo .pday,
  .jCalMo .aday,
  .jCalMo .overDay,
  .jCalMo .invday,
  .jCalMo .selectedDay {
    border-right: 0;
    border-bottom: 0;
  }

  .jCalMo .dow {
    height: 24px;
    line-height: 24px;
    background: #ddd;
  }

  .jCalMo .dow {
    padding-bottom: 1px;
    padding-top: 1px;
  }

  .fc {
    width: 100%;
    min-width: 931px;
  }

  .fc-grid table {
    width: 100%;
    min-width: 931px;
  }

  .fc .fc-grid th {
    background: #efefef;
    padding: 5px 0;
  }

  .fc-first th p {
    background: #efefef;
    padding: 5px;
    border-bottom: 1px solid #ddd;
  }

  .fc-agenda-head .fc-first .fc-leftmost p {
    border-left: 1px solid #ddd;
  }

  .fc-content .fc-state-default {
    border-color: #efefef;
  }


  /* Expenses formerly known as Expenses Log */

  #mContent {
    padding: 0 0 0 240px;
  }

  #spacer {
    background-color: #efefef;
  }

  div.expSP span {
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 5px;
  }

  .even {
    background-color: #fff;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }

  #subToolBar {
    background: #fff;
  }


  /* My Account */

  .card {
    border: 1px solid #efefef;
    box-shadow: none;
  }

  .cardHead {
    background: whitesmoke;
    border-color: #efefef;
    padding: 0.75rem;
  }

  .cardHead h2 {
    font-size: 18px;
  }

  .profileBlock {
    border-color: #efefef;
  }


  /* Home */

  #appCard .cardHead {
    background: #0099d9;
    color: #fff;
    border: 0;
    margin: -1px;
  }

  .emailPermissionCard {
    border: 1px solid #BF0A29;
  }


  /* Last Viewed */


  /* .myCaseSetting {
    margin: 0;
  }

  .myCaseFamilySettingCard {
    padding: 1rem;
    width: 100%;
    border-top: 1px solid #efefef;
  } */

  /* My Cases */

  /* #ibabtbl_wrapper * {
    box-sizing: border-box;
  }

  .familyName {
    padding: 0.5rem 1rem;
  }

  #ibabtbl_wrapper .sTable .padMe {
    padding-left: 0;
  }

  .myCaseParentCard {
    border: 1px solid #efefef;
    border-right: 0;
    margin-left: -1px;
    padding: 1rem;
  }

  .myCaseSetting h6 {
    font-style: bold;
    text-shadow: none;
  }

  #ibabtbl_wrapper .sTable td {
    padding: 0;
  }

  #ibabtbl_filter {
    background: none;
    padding: 0;
    border: 0;
  }

  #ibabtbl_filter .srch {
    border: 1px solid #ddd;
    border-radius: 5px;
  } */

  #filterBtn {
    border: 0;
    background: #0099d9;
    color: #fff;
  }

  #addClientBtn {
    border: 0;
    background: hsla(0, 0%, 93.7%, .6);
    color: inherit;
    display: inline-block;
    margin-left: 1rem;
  }

  #addClientBtn p {
    margin-left: 0;
  }

  @media (min-width: 992px) {
    .ofw-container {
      margin: 0;
    }
  }

  /* Buttons */

  .hbutton {
    margin-top: 0.75rem;
  }

  .buttons a {
    padding: 1rem;
  }

  /*top calendar nav */

  #send {
    background: #dfe9f2 url("/media/Icons/email_go.png") no-repeat  50% 2px;
    background: url("/media/Icons/email_go.png") no-repeat  50% 2px,#fff;
    background: url("/media/Icons/email_go.png") no-repeat  50% 2px, #fff;
    background: url("/media/Icons/email_go.png") no-repeat  50% 2px, #fff;
  }

  #spelling {
    background: #dfe9f2 url("/media/Icons/spel.png") no-repeat  50% 2px;
    background: url("/media/Icons/spel.png") no-repeat  50% 2px,#fff;
    background: url("/media/Icons/spel.png") no-repeat  50% 2px, #fff;
    background: url("/media/Icons/spel.png") no-repeat  50% 2px, #fff;
  }

  #attach {
    background: #dfe9f2 url("/media/Icons/attach.png") no-repeat  50% 2px;
    background: url("/media/Icons/attach.png") no-repeat  50% 2px, #fff;
    background: url("/media/Icons/attach.png") no-repeat  50% 2px, #fff;
    background: url("/media/Icons/attach.png") no-repeat  50% 2px, #fff;
  }

  #faddbtn {
    background: #dfe9f2 url("/media/Icons/date_add.png") no-repeat  50% 2px;
    background: url("/media/Icons/date_add.png") no-repeat  50% 2px, #fff;
    background: url("/media/Icons/date_add.png") no-repeat  50% 2px, #fff;
    background: url("/media/Icons/date_add.png") no-repeat  50% 2px, #fff;

  }

  #jaddbtn {
    background: #dfe9f2 url("/media/Icons/date_add.png") no-repeat  50% 2px;
    background: url(/media/Icons/jadd.png) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/jadd.png) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/jadd.png) no-repeat  50% 2px, #fff;
  }

  #jviewbtn {
    background: #dfe9f2 url("/media/Icons/jrep.png") no-repeat  50% 2px;
    background: url(/media/Icons/jrep.png) no-repeat  50% 2px,#fff;
    background: url(/media/Icons/jrep.png) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/jrep.png) no-repeat  50% 2px, #fff;
  }

  #tsaddbtn {
    background: #dfe9f2 url("/media/Icons/tsAddBtn.gif") no-repeat  50% 2px;
    background: url(/media/Icons/tsAddBtn.gif) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/tsAddBtn.gif) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/tsAddBtn.gif) no-repeat  50% 2px, #fff;
  }

  #tsviewbtn {
    background: #dfe9f2 url("/media/Icons/tsReportBtn.gif") no-repeat  50% 2px;
    background: url(/media/Icons/tsReportBtn.gif) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/tsReportBtn.gif) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/tsReportBtn.gif) no-repeat  50% 2px, #fff;

  }

  #tswdbtn {
    background: #dfe9f2 url("/media/Icons/tswdms.png") no-repeat  50% 2px;
    background: url(/media/Icons/tswdms.png) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/tswdms.png) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/tswdms.png) no-repeat  50% 2px, #fff;
  }

  #showdaybtn {
    background: #dfe9f2 url("/media/Icons/cal-day.gif") no-repeat  50% 2px;
    background: url(/media/Icons/cal-day.gif) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/cal-day.gif) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/cal-day.gif) no-repeat  50% 2px, #fff;
  }

  #showweekbtn {
    background: #dfe9f2 url("/media/Icons/cal-week.gif") no-repeat  50% 2px;
    background: url(/media/Icons/cal-week.gif) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/cal-week.gif) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/cal-week.gif) no-repeat  50% 2px, #fff;
  }

  #showmonthbtn {
    background: #dfe9f2 url("/media/Icons/cal-month.gif") no-repeat  50% 2px;
    background: url(/media/Icons/cal-month.gif) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/cal-month.gif) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/cal-month.gif) no-repeat  50% 2px, #fff;
  }

  #showyearbtn {
    background: #dfe9f2 url("/media/Icons/cal-year.gif") no-repeat  50% 2px;
    background: url(/media/Icons/cal-year.gif) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/cal-year.gif) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/cal-year.gif) no-repeat  50% 2px, #fff;
  }

  #getRpt {
    background: #dfe9f2 url("/media/Icons/cal-print.png") no-repeat  50% 2px;
    background: url(/media/Icons/cal-print.png) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/cal-print.png) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/cal-print.png) no-repeat  50% 2px, #fff;
  }


  #exportbtn {
    background: #dfe9f2 url("/media/Icons/export.png") no-repeat  50% 2px;
    background: url(/media/Icons/export.png) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/export.png) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/export.png) no-repeat  50% 2px, #fff;
  }

  #importbtn {
    background: #dfe9f2 url("/media/Icons/import.png") no-repeat  50% 2px;
    background: url(/media/Icons/import.png) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/import.png) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/import.png) no-repeat  50% 2px, #fff;
  }

  .button#tsprintbtn, .button#printMsgbtn, .button.printbtn {
    background: #dfe9f2 url("/media/Icons/cal-print.png") no-repeat  50% 2px;
    background: url(/media/Icons/cal-print.png) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/cal-print.png) no-repeat  50% 2px, #fff;
    background: url(/media/Icons/cal-print.png) no-repeat  50% 2px, #fff;
    margin-right: 5px;
  }

  .button#tsprintbtn.disabled {
    background: #dfe9f2 url("/media/Icons/cal-print_disabled.png") no-repeat  50% 2px;
    background: url("/media/Icons/cal-print_disabled.png") no-repeat  50% 2px, -webkit-gradient(linear, left bottom, left top, color-stop(0.1, rgb(28, 78, 131)), color-stop(0.97, rgb(38, 84, 129)), color-stop(0.99, rgb(23, 65, 110)));
    background: url("/media/Icons/cal-print_disabled.png") no-repeat  50% 2px, -moz-linear-gradient(center bottom, #1c4e83 1%, #265481 97%, #17416e 99%) repeat;
    background: url("/media/Icons/cal-print_disabled.png") no-repeat  50% 2px, linear-gradient(to bottom,  #1c4e83 1%, #265481 97%, #17416e 99%); /* W3C */
    color: #909090;
    cursor: default;
    border: 1px solid #999999;
  }

  .button#showtodaybtn {
    /*background: url(/media/Icons/date.png) no-repeat scroll 50% 2px,-webkit-gradient(linear,left bottom,left top,color-stop(0.1, rgb(32,90,152)),color-stop(0.97, rgb(55,122,188)),color-stop(0.99, rgb(32,90,152)));
    background: url(/media/Icons/date.png) no-repeat scroll 50% 2px,-moz-linear-gradient(center bottom , #205A98 1%, #377ABC 97%, #205A98 99%) repeat scroll 0 0 transparent ;

  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3779bc', endColorstr='#205a98');
  border: 2px solid rgba(255, 208, 104, 0.8);
    padding: 1.6em 0.6em 0.44em 0.7em;
    */
    background: #ffd068;
    border: 0;
  }

  /* Info Bank */

  #userTabNav.scr {
    margin: 0;
  }

  #genVitMore {
    padding: 0;
  }

  #genVitMore .vitTblScr {
    border: 1px solid #efefef;
    border-top: 0;
  }

  .genVitHdr {
    border: 1px solid #efefef;
    background: #fff;
    background-image: none;
    border-radius: 5px 5px 0 0;
    min-height: 38px;
  }

  .genVitHdrTxt {
    color: #2A4046;
  }

  .vitWrap {
    margin: 0;
    background: #fff;
    border: 0;
  }

  .medical #genVitMore li {
    width: 49%;
    padding: 0;
    padding-left: 1%;
    box-sizing: border-box;
  }

  #ibContent,
  #expContent,
  #msgDash,
  #expForm {
    background: hsla(0,0%,93.7%,.4);
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }

  .ibSecItem {
    background: none;
    border: 0;
    padding: 1rem;
    margin: 1.5rem auto;
    transition: 0.3s all;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px 0px;
  }

  /* .ibSecItem:hover { */
    /* background: #f9f9f9; */
    /* border-color: #0099d9; */
  /* } */

  .ibSecSec {
    color: #0099d9;
  }

  .ibSecImg {
    background: #efefef;
    border-radius: 100%;
  }

  #ibSecs .ibSecItem ul {
    margin-top: 0.5rem;
  }

  #ibSecs .ibSecItem ul li a {
    color: #777;
  }
  /* My Cases */

  .myCases * {
    box-sizing: border-box;
    text-shadow: none;
  }

  .myCases .even {
    border: 0;
  }

  .myCases .padMe {
    padding: 1rem;
  }

  .myCases .sTable {
    border: 0;
    background: transparent;
  }

  .myCaseParentCard {
    position: relative;
    max-width: calc(50% - 0.5rem);
    border: 1px solid #efefef;
    background: #fff;
    padding: 1.5rem 1.5rem 1rem;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px 1px;
  }

  .myCaseParentCard:nth-child(odd) {
    margin-left: 0.5rem;
    margin-right: 0 !important;
  }

  .myCaseParentHeader {
    display: block;
    margin-bottom: 1.5rem !important;
  }

  .myCaseParentInitials {
    float: left;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #efefef;
    text-align: center;
    border-radius: 100%;
    font-weight: 700;
    margin-right: 1rem;
    font-size: 16px;
    color: #3366CC;
  }

  .myCaseFamily a {
    float: right;
    font-size: 13px;
  }

  .myCaseParentActions {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    float: right;
  }

  .myCaseParentActionBtn {
    font-family: 'Open Sans';
    border: 0;
    color: #0099d9;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    margin-left: 1rem;
  }

  .parentStatus, .accessStatus {
    display: inline-block;
    padding: .25rem .5rem;
    background: #60a222;
    color: #fff;
    border-radius: 5px;
  }

  .parentStatusNeverActivated,
  .accessStatusRequested {
    background: #ffd000;
    color: #20285c;
  }

  .parentStatusExpired,
  .parentStatusExpiring,
  .accessStatusRemoved,
  .accessStatusRefused,
  .accessStatusBlocked {
    background: #bf0a29;
  }

  .accessStatusNoAccess,
  .accessStatusWithdrawn {
    background: #777;
  }


  .myCaseSetting .parentName {
    font-weight: 600;
    margin-left: 0;
    line-height: 46px;
  }

  .myCaseSetting > div {
    margin: inherit;
  }

  .myCaseAttr {
    padding: 1rem 0;
    border-top: 1px solid #efefef;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    margin-top: 0;
    margin-left: 0;
  }

  .myCaseAttr:last-child {
    padding-bottom: 0;
  }

  .myCaseAttr h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
  }

  .myCaseAttr span {
    float: right;
  }

  .myCaseViewAs {
    position: absolute;
    display: inline-block;
    top: 1rem;
    right: 1rem;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .expInfo {
    margin-left: 0;
  }

  .btnViewAs {
    width: 36px;
    height: 36px;
    background: #fff;
    border: 0;
    border-radius: 100%;
    margin-bottom: 5px;
    background-image: url(/ofw/integration/dist/svg/blue/icons8-eye.svg);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .redWarning {
    width: 15px;
    height: 15px;
    margin-top: 3px;
    padding-right: 3px;
  }

  .btnViewAs__disabled {
    opacity: 0;
    pointer-events: none;
  }

  .labelViewAs {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 25%);
    transition: 0.2s all;
    white-space: nowrap;
    background: rgba(55,55,55,0.65);
    padding: 3px 6px;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 1.8rem;
    opacity: 0;
    cursor: pointer;
  }

  .myCaseViewAs:hover .labelViewAs {
      opacity: 1;
      transform: translate(-50%, 0);
  }

  .ctoolbar .button#cancel,
  .ctoolbar .button {
    display: inline-block;
    position: relative;
    font-family: 'Open Sans';
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: #fff;
    border-radius: 100%;
    padding: 0;
    margin: 0 0.25rem !important;
    border: 0 !important;
    background-size: 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    box-shadow: none;
  }

  .ctoolbar .button#info {
    height: 32px;
    width: 32px;
    padding: 0;
  }

  .ctoolbar .button:hover {
    background-image: #f7f7f7;
  }

  .ctoolbar .button--tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    background: rgba(33,33,33,0.7);
    padding: 5px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    transition: 0.2s;
    transform: translate(-50%, 15px);
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    line-height: 1;
    text-indent: initial;
  }

  .ctoolbar .button:hover .button--tooltip {
    transform: translate(-50%, 5px);
    opacity: 1;
    visibility: visible;
  }

  .ctoolbar #faddbtn {
    background-image: url(/ofw/integration/dist/svg/blue/icons8-calendar-plus.svg);
  }

  .ctoolbar #tsprintbtn,
  .ctoolbar #tsprintbtn,
  .ctoolbar #printBtn,
  .ctoolbar #printAllBtn {
    background-image: url(/ofw/integration/dist/svg/blue/icons8-print.svg);
  }

  .ctoolbar #adminpreviewbtn {
    background-image: url(/ofw/integration/dist/svg/blue/icons8-eye.svg);
  }

  .ctoolbar #jaddbtn {
    background-image: url(/ofw/integration/dist/svg/blue/icons8-add-journal.svg);
  }

  .ctoolbar #tsaddbtn {
    background-image: url(/ofw/integration/dist/svg/blue/icons8-add-trade.svg);
  }

  .ctoolbar #tsviewbtn {
    background-image: url(/ofw/integration/dist/svg/blue/icons8-trade-report.svg);
  }

  .ctoolbar #msgCompbtn,
  .ctoolbar #addbtn,
  .ctoolbar #addExpBtn {
    background-image: url(/ofw/integration/dist/svg/blue/icons8-plus-math.svg);
  }

  .ctoolbar #delete {
    background-image: url(/ofw/integration/dist/svg/blue/icons8-trash-can.svg);
  }

  .ctoolbar #moveBtn {
    background-image: url(/ofw/integration/dist/svg/blue/icons8-forward-arrow.svg);
  }

  .ctoolbar #moveBtn.disabled {
      background-image: url(/ofw/integration/dist/svg/grey/icons8-forward-arrow.svg);
  }

  .ctoolbar #ofwpSetupBtn,
  .ctoolbar #addCatBtn,
  .ctoolbar #fldrAddbtn {
    background-image: url(/ofw/integration/dist/svg/blue/icons8-add.svg);
  }

  .ctoolbar #payExpBtn {
    background-image: url(/ofw/integration/dist/svg/blue/icons8-money.svg);
  }

  .ctoolbar #expenseWizBtn {
    background-image: url(/ofw/integration/dist/svg/blue/icons8-fantasy.svg);
  }

  .ctoolbar #morePromos {
      background-image: url(/ofw/integration/dist/svg/blue/icons8-ticket.svg);
  }

  .ctoolbar #cancel, .ctoolbar .button#cancel {
      background-image: url(/ofw/integration/dist/svg/blue/icons8-cancel-2.svg);
  }

  #fprevbtny,
  #fprevbtnm,
  #fprevbtn,
  #fnextbtn,
  #fnextbtnm,
  #fnextbtny {
    background-image: url(/ofw/integration/dist/svg/black/icons8-left-arrow.svg);
    background-size: 24px;
    width: 32px;
    height: 32px;
  }

  #fnextbtn,
  #fnextbtnm,
  #fnextbtny {
    background-image: url(/ofw/integration/dist/svg/black/icons8-left-arrow.svg);
    transform: rotate(-180deg);
  }

  #caltoolbar h2.title {
    line-height: 32px;
    margin: 0;
  }

  #caltoolbar .caloptions .button {
    margin: 0 !important;
    border-radius: 0;
    background: #fff;
    border: 1px solid #0099d9 !important;
    margin-right: -1px !important;
    height: 32px;
    line-height: 32px;
    padding: 0 0.75rem;
    color: #0099d9;
  }

  #caltoolbar .caloptions #showtodaybtn {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  #caltoolbar .caloptions .button.active,
  #caltoolbar .caloptions #showtodaybtn {
    background: #0099d9;
    color: #fff;
  }

  #caltoolbar .caloptions #showyearbtn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  @media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    #mContent {
      padding: 0;
    }
    #sideNav a {
      display: block;
    }
    #sectionH {
      width: auto;
      border: 0;
      padding: 0 1rem;
    }
  }
  
  @media (max-width: 480px) {
    #expForm .sTable {
      display: flex;
      flex-direction: column-reverse;
    }
  }
}

@media print {
  #printBtn,
  #printAllBtn {
    display: none;
  }
}

#sync-confirm-dialog {
  padding: 25px;
  text-align: center;
}

#sync-confirm-dialog h3 {
  font-size: 18px;
  font-weight: bold;
}

#sync-download-progress {
  padding: 25px;
  text-align: center;
}

#sync-download-progress .imBarBack {
  margin-bottom: 25px;
}

/* Last Viewed (lv) */
/* These styles are temporary and address current nav expense redesign.
These styles will be removed when react component is implemented in future release. */
.lvContainer {
  background: #fff;
  position: absolute;
  z-index: 100;
  bottom: 0;
  padding-right: 20px;
  min-width: 210px;
}

.lvContainer h3 {
  font-size: 14px !important;
  font-weight: normal !important;
}
.expense-selMenu {
  background: #EFEFEF;
  width: 100%;
  border-radius: 8px;
  margin: 0 !important;
  padding: 16px !important;
}

.expense-selMenu h3 {
  font-weight: normal;
  font-size: 12px !important;
}

.lvContainer .tzContainer {
  padding-top: 16px;
  padding-left: 16px;
}
.lvContainer .tzContainer p {
 font-size: 12px !important;
}

.lvContainer .lvTxt p, .lvContainer .lvTxt h6, .lvContainer .lvTxt h3 {
  font-size: 12px !important;
  margin-left: 8px !important;
}

.lvContainer .lvKey {
  border: 0;
  border-radius: 100%;
  width: 12px !important;
  height: 12px !important;
  margin-left: 16px;
}

td .lvKey {
  margin: 0;
}