/* variables */

html {
    font-size: 100%;
    height: 100vh
}

body {
    padding: 0;
    overflow-x: hidden;
    // font-family: helvetica, 'helvetica neue', arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 0;
    min-height: 100vh;
}

body::-moz-selection {
    background: #28558b;
    color: #ffffff;
}

body::selection {
    background: #28558b;
    color: #ffffff;
}

body::-moz-selection {
    background: #28558b;
    color: #ffffff;
}

body .main-content-row {
    margin-bottom: 50px;
    line-height: 2em;
}

@media (max-width : 767px) {
    body .main-content-row {
        margin-top: 10px;
    }
}

h1 {
    font-size: 1.6em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3, h4, h5, h6 {
    font-size: 1.17em;
    margin: 1em 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Tahoma, Verdana, Geneva, sans-serif;
    line-height: 1.2
}

.frame {
    position: relative;
    min-height: 100vh;
    padding: 40px 15px 15px 15px;
}

.frame:before,
.frame:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
}

.frame:before {
    width: 66%;
    background: #006361;
    left: 0
}

.frame:after {
    width: 33.75%;
    background: #222222;
    right: 0
}

.frame-content {
    background: white;
    min-height: calc(100vh - 55px);
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}

.wrap {
  height: 100%;
  width: 100%;
  padding-left: 240px;
}
.wrap {
  min-height: 385px;
  padding: 0 50px 150px 50px;
}
.wrap .toptext {
  margin-bottom: 45px;
}
.wrap .toptext h1 {
  color: #444444;
  font-size: 3em;
  font-weight: 400;
}
.wrap .toptext .copy {
  display: inline-block;
  color: #636466;
  max-width: 565px;
}
.wrap h5 {
  color: #444444;
  font-size: 1.25em;
  font-weight: 600;
}
.wrap form.form {
  padding: 15px;
  background: #f5f5f5;
  border-radius: 2px;
}
.wrap form.form .input-group.date .form-control:focus ~ .input-group-addon {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 #0079c2;
  transition: ease all 0.3s;
}
.wrap form.form .input-group.date .input-group-addon {
  background: #ffffe0;
  border-bottom: none;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 #dddddd;
  transition: ease all 0.15s;
}
.wrap .results {
  padding: 5px;
  margin-top: 45px;
}
.wrap .results table.small {
  font-style: 12px;
}

/* Bread Crumbs */

ul.breadcrumb {
  padding: 12px 15px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  text-transform: uppercase;
}
ul.breadcrumb li a {
    text-decoration: none;
}
ul.breadcrumb li.active {
  color: #636466;
}

/*******************************
 *         Top Bar
 *******************************/
mh-top-bar,
.mh-top-bar {
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    z-index: 2;
}
.topbar {
    width: 100%;
    text-align: right;
}

.topbar .notification-icon {
    color: white;
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.topbar .topitem {
    padding: 10px 12px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    text-decoration: none !important;
    vertical-align: top;
}


.topbar .topitem:hover {
    cursor: pointer;
    -webkit-transition: ease all 0.2s;
    transition: ease all 0.2s;
}

.topbar .massgov {
    background-image: url('../../assets/images/massgovlogo-mmg.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    height: 35px;
    width: 105px;
    z-index: 1;
}

.massgov {
    background-image: url('../../assets/images/massgovlogo-mmg.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: relative;
    left: 0px;
    top: 12px;
    height: 75px;
    width: 175px;
    z-index: 1;
}
/*******************************
 *       End Top Bar
 *******************************/

/*******************************
 *         Nav Bar
 *******************************/

.logobar {
    height: 80px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #c8d0d4;
    padding: 0 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    position: relative;
    z-index: 20;
}

.logobar .shield {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 5px;
    background-image: url('../../assets/images/header-seal.gif');
    height: 65px;
    width: 75px;
}

.logobar .tagline {
    position: absolute;
    left: 88px;
    top: 30px;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1em;
    color: black;
    font-family: Tahoma, Verdana, Geneva, sans-serif;
    text-decoration: none;
}

@media (max-width : 767px) {
    .topbar-container {
        height: 59px !important;
    }

    .logobar a.logo {
        height: 65px !important;
    }
}

/* * * * */

.logobar .menu {
    float: right;
}
.logobar .menu i {
    padding: 15px;
    color: #ffffff;
    font-size: 3em;
}
.logobar .menu:hover {
    /*opacity: 0.65;*/
    cursor: pointer;
}
.logobar .menu.nav-open i {
    color: #f6f6f6;
}
.navbar {
    height: auto;
    width: 100%;
    background: #f6f6f6;
    border-bottom: 1px solid #c8d0d4;
    border-radius: 0;
    box-shadow: none;
    z-index: 10;
}
.navbar .navlist {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
.navbar .navlist .navitem {
    // padding: 26px 10px;
    margin: 0;
    display: inline-block;
    color: #888888;
    -webkit-transition: ease all 0.2s;
    transition: ease all 0.2s;
}
.navbar .navlist .navitem .active {
    color: #999999;
}
.navbar .navlist .navitem:hover {
    /*opacity: 0.65;*/
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: ease all 0.2s;
    transition: ease all 0.2s;
}
/* Header - Drop down */

.navbar .navlist .navtitle {
    color: #676767;
    text-decoration: none;
    padding: 22px 10px;
    display: block;
    cursor: pointer;
}
.navbar .navlist .navtitle:hover {
    text-decoration: underline;
    background: #006361;
    color: #eee;
}
.navbar .navlist .subnav {
    display: block;
    font-size: 1em;
    color: #28558b;
    text-decoration: none;
    padding: 12px;
    line-height: 15px;
}
.navbar .navlist .subnav {
    display: block;
    font-size: 1em;
    color: #28558b;
    text-decoration: none;
}
.navbar .navlist .subnav:hover {
    text-decoration: underline;
    background: #006361;
    color: #ffffff !important;
}
.navbar .navlist .subnav.not-last {
    border-bottom: 2px solid #f6f6f6;
}
.navbar .navlist .dropdown .dropdown-menu {
    padding: 0 !important;
    border-radius: 0px !important;
}

.navbar li > span  {
    padding: 10px 15px;
}

/* * * * */

/* Main Content Window */

.content {
    min-height: 345px;
    margin: 10px auto;
}

body .container-fluid.nav-open {
    position: absolute;
    top: 0;
    right: 265px;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

/* @media - Mobile Nav */

.navbar-toggle {
    margin-top: 4px;
}

.mobile-menu .icon-bar {
    background-color: #28558b;;
    width: 30px;
    height: 3px;
}

@media (max-width: 767px) and (min-width: 768px) {
    .topbar .logobar a.logo img {
        max-height: 55px;
        top: 2px;
    }
}

@media (max-width: 767px) {
    .topbar .logobar a.logo img {
        max-height: 55px;
        top: 2px;
    }
    .topbar .logobar .menu {
        float: right;
    }
    .topbar .logobar .menu i {
        padding: 15px;
        color: #ffffff;
        font-size: 3em;
    }
    .topbar .logobar .menu:hover {
        /*opacity: 0.65;*/
        cursor: pointer;
    }
    .topbar .logobar .menu.nav-open {
        width: 100%;
        background: #28558b;
        position: fixed;
        top: 0;
        left: 0;
    }
    .topbar .logobar .menu.nav-open i {
        color: #f6f6f6;
    }
    body .container-fluid {
        padding-bottom: 50px;
    }
    body .container-fluid.nav-open {
        position: absolute;
        top: 0;
        right: 100%;
        -webkit-transition: ease all 0.3s;
        transition: ease all 0.3s;
    }
}

/* Form styling */

select.form-control {
    padding-right: 26px;
}

input.form-control,
select.form-control,
textarea.form-control {
  background-color: #ffffc7;
}
.input-group .input-group-btn {
  background: #ffffc7;
  box-shadow: inset 0 -1px 0 #dddddd;
}

.form-horizontal-condensed .form-group {
    margin-bottom: 3px;
}

.form-horizontal-condensed .control-label {
    padding-top: 0;
}

.form-horizontal-condensed .form-control-static {
    padding: 0;
    min-height: 18px;
}

.form-horizontal-condensed hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-horizontal-condensed .panel {
    margin-bottom: 16px;
}

.header-with-buttons h1 {
    float: left;
    margin-right: 30px;
}

.header-with-buttons .btn-sm {
    position: relative;
    top: 10px;
}

/* Top Bar */

.live-agent-button {
    text-decoration: none;
}

.masshealth-logo {
    background: url('../../assets/images/logo.jpg');
}

/* Provider Login */

.mh-provider-login .topbar-container {
    height: auto !important;
}
.mh-provider-login .main .panel-body a {
    font-size: 14px;
}
.mh-provider-login .main {
    padding-top: 0;
}
.mh-provider-login .login-panel {
    margin-top: 30px;
}
.date-seperator {
    float: left;
    margin: 0 -15px;
    margin-right: -15px;
    padding: 4px 8px;
    height: 37px;
    font-weight: bold;
    background: @color-lgray;
}
/*******************
 * Submit Claims/Pre-Authorization
 ******************/
 @media (max-width: 768px) {
    .show-mobile-buttons {
        padding-bottom: 85px;
    }
}
/***********************************
 * Search Claims/Pre-Authorizations
***********************************/

.form-group .date-seperator {
    float: left;
    margin: 0 -15px;
    margin-right: -15px;
    padding: 4px 8px;
    height: 37px;
    font-weight: bold;
}
.form-group.form-group-date-range .input-group {
    width: 100%;
}
.serviceDateColumn,
.DOBColumn {
    width: 16%;
}
.procedureDescription {
    font-size: 12px;
    line-height: 14px;
}
.otherPayer label {
    font-size: 12px;
    line-height: 14px;
}
.serviceLine-table>tbody>tr.info>td,
.serviceLine-table>tbody>tr.info>th,
.serviceLine-table>tbody>tr>td.info,
.serviceLine-table>tbody>tr>th.info,
.serviceLine-table>tfoot>tr.info>td,
.serviceLine-table>tfoot>tr.info>th,
.serviceLine-table>tfoot>tr>td.info,
.serviceLine-table>tfoot>tr>th.info,
.serviceLine-table>thead>tr.info>td,
.serviceLine-table>thead>tr.info>th,
.serviceLine-table>thead>tr>td.info,
.serviceLine-table>thead>tr>th.info {
    background-color: #b3d2e5;
}
.serviceLine-table>tbody>tr.info:hover>td,
.serviceLine-table>tbody>tr.info:hover>th,
.serviceLine-table>tbody>tr:hover>.info,
.serviceLine-table>tbody>tr>td.info:hover,
.serviceLine-table>tbody>tr>th.info:hover {
    background-color: #80b4d4;
}
.COB-table th,
.serviceLine-table th {
    font-size: 12px;
}
.COB-table td input.form-control,
.COB-table td select,
.COB-table td select.form-control,
.serviceLine-table td input.form-control,
.serviceLine-table td select,
.serviceLine-table td select.form-control {
    font-size: 12px;
    height: 35px;
}
.claimAuthSubmit.ng-submitted input[type="text"].ng-invalid,
.claimAuthSubmit.ng-submitted input[type="number"].ng-invalid,
.claimAuthSubmit.ng-submitted input[type="date"].ng-invalid,
.claimAuthSubmit.ng-submitted select.ng-invalid {
    box-shadow: inset 0 -2px 0 #F26649;
  /*background: #ffbeb1;*/
}
.claimAuthSubmit.ng-submitted input[type="text"].ng-valid,
.claimAuthSubmit.ng-submitted input[type="number"].ng-valid,
.claimAuthSubmit.ng-submitted input[type="date"].ng-valid,
.claimAuthSubmit.ng-submitted textarea.ng-valid,
.claimAuthSubmit.ng-submitted select.ng-valid {
    box-shadow: inset 0 -2px 0 #4caf50;
}
.claimAuthSubmit.ng-submitted input[type="text"]:disabled,
.claimAuthSubmit.ng-submitted input[type="number"]:disabled,
.claimAuthSubmit.ng-submitted input[type="date"]:disabled,
.claimAuthSubmit.ng-submitted textarea:disabled,
.claimAuthSubmit.ng-submitted select:disabled {
    box-shadow: none !important;
}
.containerSearchResults {
    position: relative;
}
.containerSearchResults .noResults {
    background: rgba(255, 255,255,.8);
    border-bottom: 1px solid lightgrey;
    bottom: -32px;
    box-sizing: border-box;
    color: red;
    font-size: 12px;
    height: 40px;
    left: 8px;
    padding: 8px;
    position: absolute;
    right: 10px;
    z-index: 30;
}
.containerSearchResults .searching {
    box-sizing: border-box;
    font-size: 12px;
    padding: 8px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.icdDiagnosisCodes-table td .ng-scope.ng-active {
    background: #F26649;
    border-bottom: 1px solid #cf3211;
    bottom: -7px;
    left: 0;
    padding: 3px 7px;
    position: absolute;
    width: 100%;
}
.icdDiagnosisCodes-table td .ng-scope.ng-active .ng-binding.ng-scope {
    color: #ffffff;
}
.icdDiagnosis-modal .alert.alert-warning {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 10px;
}
input[type="date"].unstyled::-webkit-calendar-picker-indicator,
input[type="date"].unstyled::-webkit-inner-spin-button{
    display: none;
}
.serviceLine-table .serviceLine .inputCurrency {
    position: relative;
}
.serviceLine-table .serviceLine .inputCurrency .ng-scope.ng-active {
    position: relative;
}
.serviceLine-table .serviceLine .inputCurrency::before {
    content: '$';
    font-size: 11px;
    left: 3px;
    position: absolute;
    top: 8px;
    z-index: 10;
}

.home-text {
    color: inherit;
}

/*******************************
 *         Calendar
 *******************************/
.calendar-legend {
    text-align: center;
    margin: 0;
    padding: 0;
}

.calendar-legend li {
    display: inline-block;
    padding: 10px 10px 10px 30px;
    position: relative;
}

.calendar-legend li:before {
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    left: 10px;
    top: 15px;
    border-radius: 5px;
}

.calendar-legend li.webinar:before {
    background-color: #d1e8ff;
}
.calendar-legend.month li.webinar:before {
    background-color: #1e90ff;
}

.calendar-legend li.other:before {
    background-color: #fdf1ba;
}
.calendar-legend.month li.other:before {
    background-color: #e3bc08;
}

/*******************************
 *       End Calendar
 *******************************/

/**********************
 *   Live Agent
 **********************/

.live-agent-button {
    display: none !important
}

.live-agent-button.active {
    display: inline-block !important
}

