/* CUSTOM CSS */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/OpenSans-Light) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(fonts/OpenSans-Regular) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/OpenSans-SemiBold) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/OpenSans-Bold) format('ttf');
}

.inbox .inbox-header h1 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
  text-decoration: none !important;
}

.topBarPage {
  padding: 12px 0 !important;
}

.smallItalics {
  font-size: 14px; 
  color: #666; 
  font-weight: normal; 
  padding-left: 10px
}
/* HEADER */

.easLogo {
  border-bottom: 1px solid #BB1042;
}

.subHeadTitle {
    padding-bottom: 0 !important; 
    padding-left: 20px !important;
}

.inbox .inbox-header h1 {
    margin: 0;
    color: #666;
    margin-bottom: 20px;
    font-size: 23px;
}

.username {
  color: #337ab7 !important;
}

.percent {
  color: #6FA7D7 !important;
}

.phoneMenuIcons {
  margin-right: 9px;
}

.phoneMenuDivider {
  background: #00538D; 
  border-bottom: none;
}
/*FIND ON PAGE*/
.cr-highlight { 
  background-color: yellow 
}

.noPadding {
  padding: 0 !important;
}

/* here you can put your own css to customize and override the theme */
.page-header .page-header-menu {
    background: #00538D !important;
}

.hor-menu a{
    color: white !important;
}

.btn.green:not(.btn-outline) {
    color: #FFF;
    background-color: #415361;
    border-color: #415361; 
}

.page-header .page-header-top .top-menu .navbar-nav>li.dropdown-user>.dropdown-menu {
    width: 300px;
}

.btn.red:not(.btn-outline) {
    color: #fff;
    background-color: #BB1042;
    border-color: #BB1042;
}

.btn.red:not(.btn-outline).active, .btn.red:not(.btn-outline):active, .btn.red:not(.btn-outline):hover, .open>.btn.red:not(.btn-outline).dropdown-toggle {
    color: #FFF;
    background-color: #38414C;
    border-color: #38414C;
}

.btn.green:not(.btn-outline) {
    color: #fff;
    background-color: #38414C;
    border-color: #38414C;
}

.btn.green:not(.btn-outline).active, .btn.green:not(.btn-outline):active, .btn.green:not(.btn-outline):hover, .open>.btn.green:not(.btn-outline).dropdown-toggle {
    color: #FFF;
    background-color: #BB1042;
    border-color: #BB1042;
}

.btn.yellow:not(.btn-outline) {
    color: #fff;
    background-color: #EAAD19;
    border-color: #EAAD19;
}

.btn.yellow:not(.btn-outline).active, .btn.yellow:not(.btn-outline):active, .btn.yellow:not(.btn-outline):hover, .open>.btn.yellow:not(.btn-outline).dropdown-toggle {
    color: #FFF;
    background-color: #38414C;
    border-color: #38414C;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    /*padding-bottom: 15px;*/
}

.page-header .page-header-top .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu {
    /*min-width: 160px;
    max-width: 315px;*/
    width: 300px;
    z-index: 9996;
}

.page-header .page-header-top .top-menu .navbar-nav>li.dropdown-extended.dropdown-tasks>.dropdown-menu:after,.page-header .page-header-top .top-menu .navbar-nav>li.dropdown-extended.dropdown-tasks>.dropdown-menu:before{margin-right:67px !important}

.page-prefooter a, .page-prefooter h2 {
    color: #94A0A8 !important;
}

/* HEADER */
.logoImg {
    margin: 0 !important;
    width: 100%; 
    max-width: 300px
}

.headerCCI {
    margin-top: 0px;
    padding: 10px 12px 0 12px;
    font-size: 14px;
    font-weight: 400;
    color: white;
}

.subscriptionStatus {
    padding: 8px 16px;
    color: #aaafb7;
    text-decoration: none;
    display: block;
    font-weight: 300;
    line-height: 18px;
    font-size: 13px; 
}

.iconBell {
    color: black !important;
}

.attention {
     float:left;
     background:#ff1a1a; 
     color:#FFFFFF; 
     padding:0px 10px 0px 10px; 
     font-weight:bold;
}

.attentionMsg {
    color:#ff1a1a; 
    font-weight:bold
}

.iconBellBadge {
    background-color: #ff1a1a !important;
}

.alertDiv {
    height: 275px;
}

.alertDescription, alertDescriptionMsg {
    font-weight: 600px !important;
}

.alertDescriptionMsg {
    color: #ff1a1a;
}

.subStatusHeader {
    margin-right: 9px;
    color: #6FA7D7;
}

.subStatusDesc {
    margin-bottom: 0 !important; 
    margin-top: 10px; 
    margin-left: 29px;
}

.helpButton {
  position: relative; 
  float: right; 
  transition: width .4s; 
  margin-top: 8px; 
  margin-right: 50px
}

.searchBoxText {
    color: #f2f2f2 !important;
}

.searchBoxText::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #f2f2f2 !important;
    font-size: 14px !important;
}
.searchBoxText:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #f2f2f2 !important;
   font-size: 14px !important;
   opacity:  1;
}
.searchBoxText::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #f2f2f2 !important;
   font-size: 14px !important;
   opacity:  1;
}
.searchBoxText:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #f2f2f2 !important;
   font-size: 14px !important;
}

.searchMenu .icon-magnifier {
  color: #f2f2f2 !important;
}

.codeSearchError {
  margin-top: 5px;
  font-style: italic;
  text-align: right;
  padding-right: 10px;
  display: none;
  color: white;
}
.cciEditsMenu {
    min-width: 415px !important;
    background: none !important; 
    box-shadow: none !important;
}

.cciEditsMenuSearch {
    padding: 10px 12px !important;
}

.searchDropdownDiv {
  box-shadow: 5px 5px rgba(85,97,111,.2) !important; 
  background: #55616f !important;
}

.searchDropdownDivEmpty {
    height: 150px;
    width: 550px;
    clear: both;
    margin-left: -60px;
    position: absolute;
    top: 0px;
    z-index: -100;
}

.favoritesMenu {
    min-width: 400px !important;
}

.alertHeader {
    font-weight: 600 !important;
}

.alertHeaderDays {
    font-weight: 600 !important;
    color: #ff1a1a !important;
}

.page-header .page-header-top .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu {
    background: #48525e;
    border: 0;
}

.referenceLibrary {
    min-width: 300px !important;
}

/* FOOTER */
.footerHelpHeader {
  padding: 0 8px;
}
.footerHelp {
    padding: 5px 10px !important;
}

.footerHelp:hover {
  background-color: #337ab7 !important;
  color: white !important;
}

.footerIcons {
  font-size: 18px;
  margin-top: 100px;
  padding-right: 10px;
}
.spacer {
    height: 20px;
    clear: both;
}

.contactUsRow {
  padding: 5px 0;
}
/*====================================*/

.page-prefooter {
  position: relative;
  z-index: 3;
}

.page-prefooter .footerLinks {
  color: #3598dc !important;
}

/*crosswalk*/
.crosswalkButton {
  margin-left: 20px !important;
  padding: 17px 0 !important;
}
  
/*ALL PAGES*/
.noteBox {
  background: rgba(34, 118, 210, .2);
  padding: 20px;
  margin: 8px 0 8px 0;
}

body {
  color: #666;
}

a {
	word-wrap: break-word;
}

.paddingLeft {
  padding-left: 0;
}

.paddingRight {
  padding-right: 0;
}

.paddingNone {
  padding: 0 !important;
}

.noTextDecoration {
  text-decoration: none !important;
}

.marginTop {
  margin-top: 0 !important;
}

.marginBottom {
  margin-bottom: 0 !important;
}
.dropdown-submenu > a:after {
    position: absolute;
    display: inline-block;
    font-size: 12px;
    right: 7px;
    top: 7px;
    font-family: Simple-Line-Icons;
    height: auto;
    content: "\e071";
    font-weight: 300;
}

.alphabetSortFixed {
  margin: 15px 0 15px 0;
}

.search-form .open {
  width: 200px !important;
  transition: none !important;
}

.forCheckbox {
  /*border: 1px solid #666; 
  padding: 5px;*/
  font-size: 23px;
  float: right;
}
.forCheckbox:hover {
  color: #BB1042;
  cursor: pointer;
  /*border: 1px solid #BB1042; 
  background: #38414c;*/
}
#fop-checkbox {
  display: none;
}
.fixedFOP {
  position: fixed; 
  bottom: -52px; 
  height: 52px; 
  background-color: #4E5966;
  transition: all .2s ease;
  overflow: hidden;
  z-index: 10002;
}

.fopIcon {
  width: 25px; 
  height: 25px;
  background: none; 
  cursor: pointer; 
  font-size: 23px;
  /*margin-left: 20px;*/
  /*font-weight: bold;*/
  color: #666;
}

.fopIcon:hover {
  color: #BB1042;
  text-decoration: none;
}

#fop-checkbox:checked ~ .fixedFOP {
  bottom: 0px;
}

.fopForm {
  margin-top: 9px;
}

.fopIconPos {
  margin-top: 7px; 
  float:right; 
  margin-right: 23px;
}
.fopIconClose {
  color: white !important; 
  font-size: 30px;
  cursor: pointer;
}
  
.fopIconClose:hover {
  text-decoration: none;
}

.fopSmallText {
  font-size: 13px !important;
}

.arrowUpIcon {
  color: #00538D !important;
}

.tableOfContentsDisclaimer {
  padding-left: 7px;
}

.tableOfContentsDisclaimerCW {
  padding-left: 13px;
}

.sortScrollContainer {
  clear: both;
  display: none;
}

.sortScrollDiv {
  background: white;
  border-bottom: 1px solid #f1f1f1;
}


.portlet.light .portlet-body {
    padding-top: 0px;
}

/* Cubic Bezier Transition */
/***
Inbox Page
***/
.inbox {
  margin-bottom: 20px; }
  .inbox .compose-btn {
    padding: 8px 14px; }
  .inbox .inbox-content {
    min-height: 400px; }
  .inbox .inbox-nav {
    margin: 30px 0;
    padding: 0;
    list-style: none; }
    .inbox .inbox-nav > li {
      padding: 0;
      margin: 0; }
      .inbox .inbox-nav > li > a {
        text-decoration: none !important;
        display: block;
        padding: 8px 16px;
        border-left: 4px solid transparent; }
        .inbox .inbox-nav > li > a:hover {
          background: #f1f4f7; }
        .inbox .inbox-nav > li > a .badge {
          float: right;
          margin-top: 1px; }
      .inbox .inbox-nav > li.active > a {
        border-left: 4px solid #ed6b75; }
      .inbox .inbox-nav > li.divider {
        padding: 0;
        margin: 4px 16px;
        border-top: 1px solid #eef1f5; }
  .inbox .inbox-contacts {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none; }
    .inbox .inbox-contacts > li {
      padding: 0;
      margin: 0; }
      .inbox .inbox-contacts > li.divider {
        padding: 0;
        margin: 4px 16px;
        border-top: 1px solid #eef1f5; }
      .inbox .inbox-contacts > li > a {
        position: relative;
        display: block;
        padding: 8px 16px;
        color: #3f444a; }
        .inbox .inbox-contacts > li > a:hover {
          background: #f1f4f7;
          text-decoration: none; }
        .inbox .inbox-contacts > li > a .contact-name {
          display: inline-block;
          padding-left: 5px; }
        .inbox .inbox-contacts > li > a .contact-pic {
          width: 30px;
          height: 30px;
          border-radius: 50% !important; }
        .inbox .inbox-contacts > li > a .contact-status {
          position: absolute;
          width: 10px;
          height: 10px;
          border-radius: 50% !important;
          left: 38px;
          top: 30px; }
  .inbox .input-actions .btn {
    margin-left: 10px; }
  .inbox .inbox-view-info {
    color: #666;
    padding: 5px 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee; }
    .inbox .inbox-view-info .inbox-author {
      border-radius: 50% !important;
      margin-right: 10px; }
    .inbox .inbox-view-info .inbox-info-btn .btn-group {
      float: right;
      margin-top: 5px; }
  .inbox .inbox-sidebar {
    padding: 20px;
    border: 1px solid #e7ecf1;
    border-radius: 4px; }
  .inbox .inbox-body {
    padding: 20px;
    border: 1px solid #e7ecf1;
    border-radius: 4px; }
  .page-container-bg-solid .inbox .inbox-sidebar {
    background: #ffffff;
    border: 0; }
  .page-container-bg-solid .inbox .inbox-body {
    background: #ffffff;
    border: 0; }

.inbox .inbox {
  margin-bottom: 0px; }

.inbox .tab-content {
  overflow: inherit; }

.inbox .inbox-loading {
  display: none;
  font-size: 22px;
  font-weight: 300; }

/*Inbox Content*/
.inbox .inbox-header {
  overflow: hidden; }

.inbox .inbox-header h1 {
  margin: 0;
  color: #666;
  margin-bottom: 20px; }

.inbox .pagination-control {
  text-align: right; }

.inbox .pagination-control .pagination-info {
  display: inline-block;
  padding-right: 10px;
  font-size: 14px;
  line-height: 14px; }

.inbox tr {
  color: #777;
  font-size: 13px; }

.inbox tr label {
  display: inline-block;
  margin-bottom: 0; }

.inbox tr.unread td {
  font-weight: 600; }

.inbox td i.icon-paper-clip {
  top: 2px;
  color: #d8e0e5;
  font-size: 17px;
  position: relative; }

.inbox tr i.icon-star,
.inbox tr i.icon-trash {
  cursor: pointer; }

.inbox tr i.icon-star {
  color: #eceef0; }

.inbox tr i.icon-star:hover {
  color: #fd7b12; }

.inbox tr i.inbox-started {
  color: #fd7b12; }

.inbox .table th,
.inbox .table td {
  border: none; }

.inbox .table th {
  background: #eef4f7;
  border-bottom: solid 5px #fff; }

.inbox th.text-right {
  text-align: right; }

.inbox th label.inbox-select-all {
  color: #828f97;
  font-size: 13px;
  padding: 1px 4px 0; }

.inbox td.text-right {
  width: 100px;
  text-align: right; }

.inbox td.inbox-small-cells {
  width: 10px; }

.inbox .table-hover tbody tr:hover > td,
.inbox .table-hover tbody tr:hover > th,
.inbox .table-striped tbody > tr:nth-child(odd) > td,
.inbox .table-striped tbody > tr:nth-child(odd) > th {
  background: #f8fbfd;
  cursor: pointer; }

.inbox .table-hover tbody tr:hover > td,
.inbox .table-hover tbody tr:hover > th {
  background: #eef4f7; }

/*Inbox Drafts*/
.inbox .inbox-drafts {
  padding: 8px 0;
  text-align: center;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee; }

/*Inbox View*/
.inbox-view-header {
  margin-bottom: 20px; }

.inbox-view-header h1 {
  color: #666;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0 !important; }

.inbox-view-header h1 a {
  top: -2px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  padding: 2px 7px;
  line-height: 16px;
  position: relative;
  background: #b0bcc4;
  display: inline-block; }

.inbox-view-header h1 a:hover {
  background: #aab5bc;
  text-decoration: none; }

.inbox-view-header i.icon-print {
  color: #94a4ab;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  padding: 6px 8px !important;
  background: #edf1f4 !important; }

.inbox-view-header i.icon-print:hover {
  background: #e7ebef !important; }

.inbox-view-info strong {
  color: #666;
  margin: 0 10px 0 5px; }

.inbox-view {
  color: #666;
  padding: 10px 0 0; }

.inbox-view a {
  color: #169ce9; }

.inbox-attached {
  line-height: 16px; }

.inbox-attached a {
  margin: 0 2px; }

.inbox-attached img {
  height: auto;
  max-width: 250px;
  margin-bottom: 5px; }

.inbox-attached span {
  margin-right: 3px; }

.inbox-attached strong {
  color: #555;
  display: block;
  font-size: 13px; }

.inbox-attached .margin-bottom-25 {
  margin-bottom: 25px; }

.inbox-attached .margin-bottom-15 {
  margin-bottom: 15px; }

/*Inbox Compose*/
.inbox-compose {
  margin-top: 1px;
  border: solid 1px #eee; }

.inbox-compose-btn {
  padding: 12px 12px;
  background: #f0f6fa; }

.inbox-compose-attachment {
  padding: 8px 8px; }

.inbox-compose-attachment .btn {
  padding: 4px 10px; }

.inbox-compose .inbox-form-group {
  margin-bottom: 0;
  position: relative;
  border-bottom: solid 1px #eee; }

.inbox-compose .controls {
  margin-left: 85px; }

.inbox-compose .inbox-form-group > label {
  width: 80px;
  float: left;
  color: #979797;
  text-align: right; }

.inbox-compose .controls > input {
  border: none !important; }

.inbox-compose .controls-to {
  padding-right: 55px; }

.inbox-compose .controls-cc {
  padding-right: 20px; }

.inbox-compose .controls-bcc {
  padding-right: 20px; }

.inbox-compose .inbox-form-group a.close {
  top: 13px;
  right: 10px;
  position: absolute; }

.inbox-compose .mail-to .inbox-cc-bcc {
  display: inline-block;
  top: 7px;
  right: 10px;
  color: #979797;
  font-size: 14px;
  cursor: pointer;
  position: absolute; }

.inbox-compose .mail-to .inbox-bcc {
  margin-left: 5px; }

.inbox-compose .mail-to inbox-cc:hover,
.inbox-compose .mail-to inbox-bcc:hover {
  color: #777; }

.inbox-compose .wysihtml5 {
  padding: 0px !important;
  margin: 0px !important;
  border: 0 !important; }

.inbox-compose .wysihtml5-sandbox {
  padding: 0px !important;
  margin: 0px !important;
  display: block !important;
  border: 0 !important;
  margin-top: 5px;
  width: 100% !important;
  border-left: none;
  border-right: none;
  border-color: #eee; }

.inbox-compose .wysihtml5-toolbar {
  border: 0;
  border-bottom: 1px solid #eee; }

.inbox-compose .wysihtml5-toolbar > li {
  height: 34px;
  margin-right: 0;
  margin-bottom: 0; }

.inbox-compose .wysihtml5-toolbar > li > a,
.inbox-compose .wysihtml5-toolbar > li > div > a {
  background: #fff !important;
  border-color: #fff !important; }
  .inbox-compose .wysihtml5-toolbar > li > a:hover,
  .inbox-compose .wysihtml5-toolbar > li > div > a:hover {
    background: #f1f1f1 !important;
    border-color: #f1f1f1 !important;
    border-radius: 0; }

.inbox-compose .wysihtml5-toolbar .dropdown.open .dropdown-toggle,
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  background: #eee !important; }

@media (max-width: 991px) {
  .page-header .page-header-menu .search-form {
      float: right !important; 
      display: inline-block;
      max-width: 77%;
  }

  .searchBoxText {
    background: #38414c !important;
  }

  .helpButton {
    float: left; 
    margin-top: 0;
    width: 10%;
    height: 38px;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .helpButton .helpMenuButton {
    background: white;
    color: #666;
    height: 38px;
    padding: 8px 12px 12px 12px;
  }

  .lastLIMobile {
    border-bottom: none !important;
  }
}

@media (min-width: 1300px) {
  .icd9Box, .icd10Box, .box9, .box10, .box1CPT, .icd10ShortcutBox, .noteBox {
    min-width: 700px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .icd9Box, .icd10Box, .box9, .box10, .box1CPT, .icd10ShortcutBox, .noteBox {
    min-width: 100%;
  }
}

@media (max-width: 480px) {
  .inbox-compose .inbox-form-group > label {
    margin-top: 7px; } }

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-device-width:1024px) {
  input, textarea, select {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .headerCCI {
      padding: 10px 12px 0 20px;
      color: #666!important;
  }
  .cciEditsMenuSearch {
      padding: 5px 12px 10px 20px !important;
  }
  .searchBoxText::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #666 !important;
  }
  .searchBoxText:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666 !important;
    opacity:  1;
  }
  .searchBoxText::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666 !important;
    opacity:  1;
  }
  .searchBoxText:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666 !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .alphabetSortFixed {
    margin: 3px 0 3px 0;
  }
}

@media (max-width: 1023px) {
  
.searchMenu {
  background-color: #38414C !important;
  border-color: #38414C !important;
}

.searchMenu:hover {
  background-color: #BB1042 !important;
  border-color: #BB1042 !important;
}

  .page-header .page-header-menu .hor-menu .navbar-nav>li:hover>a {
    background: 0 0!important;
    color: #337AB7 !important;
  }
  
  .page-header .page-header-menu .hor-menu .navbar-nav>li.active>a, .page-header .page-header-menu .hor-menu .navbar-nav>li.active>a:hover, .page-header .page-header-menu .hor-menu .navbar-nav>li.current>a, .page-header .page-header-menu .hor-menu .navbar-nav>li.current>a:hover, .page-header .page-header-menu .hor-menu .navbar-nav>li.open>a, .page-header .page-header-menu .hor-menu .navbar-nav>li.open>a:hover {
      color: #fff!important;
      background: #4E5966 !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav>li.open>a, .page-header .page-header-menu .hor-menu .navbar-nav>li:hover>a, .page-header .page-header-menu .hor-menu .navbar-nav>li>a:active, .page-header .page-header-menu .hor-menu .navbar-nav>li>a:focus, .page-header .page-header-menu .hor-menu .navbar-nav>li>a:hover {
    color: #fff !important;
    background: #55616f!important;
  }
}

@media (max-width: 1100px) and (min-width: 992px) {
  .page-header .page-header-menu .hor-menu .navbar-nav>li>a {
    padding: 16px 15px 15px;
  }
  .page-header .page-header-menu .search-form .input-group .input-group-btn .btn.submit {
    height: auto;
    top: 2px;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav>li>a {
    padding: 16px 13px 15px;
  }
}
@media (max-width: 767px) {
    .page-header .page-header-top .top-menu .navbar-nav>li.dropdown-extended.dropdown-tasks>.dropdown-menu{margin-right:-66px}
    .searchBoxText {
        color: white !important;
    }
    .logoImg {
      max-width: 250px
  }
}

@media (max-width: 450px) {
    .logoImg {
      max-width: 200px;
      padding: 5px 0;
  }
}

@media (max-width: 330px) {
    .page-header .page-header-top .top-menu .navbar-nav>li.dropdown-extended.dropdown-tasks>.dropdown-menu{margin-right:-40px}
}
@media (max-width: 900px) {
  .crosswalkButton {
    margin:0;
    float: right !important;
  }
}

@media (max-width: 991px) {
  .page-header .page-header-menu {
      padding: 20px 0;
  }
}

.associatedMedia a i {
  font-size: 35px;
  /* background: #3598dc; */
  /* padding: 0px 10px; */
  border-radius: 6px;
  color: #3598dc;
}

.inbox-body .inbox-header div h1 .associatedMedia {
  display: inline-block;
  margin-left: 15px !important;
  /* font-size: 12px; */
  width: initial !important;
}

.inbox-body .inbox-header div h1 .associatedMedia a i {
  position: relative;
  top: 3px;
}

.inbox-body .inbox-header div h1 .associatedMedia a.disabled {
  pointer-events: none;
  color: #d7dadd;
}

.inbox-body .inbox-header div h1 .associatedMedia:hover a.disabled::after {
  content: "No Video/Audio Available";
  background-color: rgb(0, 51, 102);
  color: white;
  padding: 2px 5px;
  font-size: 17px;
}

.associatedMedia:hover a:not(.disabled)::after {
  content: "Click for Video/Audio";
  background-color: rgb(0, 51, 102);
  color: white;
  padding: 2px 5px;
  font-size: 17px;
  top: -6px;
  position: relative;
}


.inbox-body .inbox-header div h1 .associatedMedia:hover a:not(.disabled)::after {
  content: "Click for Video/Audio";
  background-color: rgb(0, 51, 102);
  color: white;
  padding: 2px 5px;
  font-size: 17px;
  top: -3px;
  position: relative;
}