.CalendarClass {
    background: white;
}

html {
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html+body {
    overflow: hidden;
}

#uploadFile {
    width: 180px !important;
}

.messages {
    height: 500px;
}

.respbg {
    background: url("../images/welcomebg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}


/*breakpoint*/

h1 {
    font-size: 2.143em;
    color: #007876;
}

h2 {
    font-size: 1.429em;
}

h3 {
    font-size: 1.286em;
}

a {
    color: #21858f;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #007876;
}

p {
    margin: 0 0 1.5em;
}

.input {
    padding: 6px 12px;
    line-height: 1.43px;
    border: solid 1px #ccc;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .container {
        width: 1260px;
    }
}

.intro {
    font-size: 1.420em;
    font-weight: 300;
    margin-bottom: 20px;
}

.page-header {
    margin: .5em 0 1em;
    border: none;
}

@media (max-width: 767px) {
    h1 {
        font-size: 1.8em;
        margin: 0 0 10px 0;
    }
    .page-header {
        margin: 0 0 .5em;
    }
}

.section-header,
legend {
    font-size: 1.429em;
    font-weight: 500;
    position: relative;
    margin-bottom: 1.5em;
    border-bottom: none;
    clear: both;
}

@media (max-width: 767px) {
    .section-header,
    legend {
        margin-bottom: .75em;
    }
}

.section-header:before,
legend:before {
    content: "";
    display: block;
    border-top: solid 1px #DDD;
    width: 100%;
    position: absolute;
    top: 50%;
}

.section-header span,
legend span {
    background: #FFF;
    padding-right: 50px;
    position: relative;
}

#close-CSS {
    background-image: url("../images/PrintIcon.png");
    background-size: 100px 130px;
    height: 134px;
    width: 104px;
}

.button {
    display: inline-block;
    height: 134px;
    padding: 0;
    margin: 0;
    vertical-align: top;
    width: 104px;
}

.info {
    font-size: 0.9em;
    display: inline-block;
}

dl {
    margin-bottom: 50px;
}

dl dt,
dl dd {
    line-height: 2.4;
}

@media (max-width: 767px) {
    .glyphicon-print {
        top: -10px;
    }
}

.glyphicon-print {
    font-size: 21px;
}

@media (min-width: 767px) {
    .glyphicon-print {
        float: right;
        margin-top: 20px;
    }
}

small {
    line-height: 1.2;
    display: inline-block;
    margin-top: 10px;
}

.breadcrumbs {
    background: #F1F1F1;
}

.breadcrumbs ol {
    list-style: none;
    padding-left: 0;
    margin: 15px 0;
}

.breadcrumbs ol li {
    display: inline-block;
    font-size: 0.85em;
}

.breadcrumbs ol li:not(:first-child):before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumbs ol li.active {
    font-weight: 500;
    color: #007876;
}

.breadcrumbs ol li a {
    text-decoration: none;
    color: #001021;
}

.breadcrumbs ol li a:hover,
.breadcrumbs ol li a:focus {
    text-decoration: none;
    color: #007876;
}

.btn {
    color: #007876;
    font-weight: bold;
    border-radius: 0;
    background-color: #FFF;
    border-color: #007876;
    padding: 1.25rem 3.25rem !important;
    text-decoration: none;
}

.btn:hover,
.btn:focus {
    color: #fff !important;
    background: #007876;
}

.btn:active {
    color: #fff;
    background: #007876;
}

.btn.secondary {
    color: #fff;
    background-color: #007876;
}

.btn.secondary:hover,
.btn.secondary:focus {
    color: #FFF;
    background-color: #007876;
}

.btn.cancel {
    color: #007876;
    margin-right: 10px;
    border-color: #007876 !important;
}

.btn.add-bank {
    margin: 20px 0;
}

@media (max-width: 767px) {
    .btn.option {
        margin-bottom: 10px;
        display: inline-block;
    }
}

.tooltipBtn {
    text-decoration: none;
    color: #FFF;
    background: #A6A8AA;
    border-radius: 50%;
    width: 16px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 1.4;
    font-size: .85em;
    margin-top: -10px;
}

.tooltipBtn:hover,
.tooltipBtn:focus {
    color: #FFF;
}

.tooltipBtn.add-service {
    position: absolute;
    margin-left: 5px;
}

.filter {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .filter {
        margin-bottom: 30px;
    }
}

.form-group {
    margin-bottom: 15px;
    vertical-align: bottom;
}

.filter .end-date label {
    margin-bottom: 0px
}

.filter .form-group {
    display: inline-block;
}

.filter .form-group.end-date,
.filter .form-group.claimantCode,
.filter .form-group.claimNumber {
    margin-right: 5px;
}

.filter input {
    width: 135px;
}

.filter input.btn {
    width: auto;
    height: 42px;
    padding: 1rem 3rem !important;
}

.filter .end-date {
    margin-left: 5px;
}

.filter .end-date label {
    display: block;
}

.filter .end-date input {
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
}

.filter .search {
    height: 42px;
    padding: 1rem 3rem !important;
    margin-top: -2px;
}

@media (max-width: 767px) {
    .filter .search {
        margin-top: -20px !important;
    }
}

.inline {
    display: inline-block;
}

.footer {
    background: #F8F8F8;
    border-top: solid 3px #007876;
    padding: 40px 0;
    clear: both;
    position: static;
    overflow: hidden;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 133px;
}

@media (max-width: 767px) {
    .footer {
        padding: 20px 0;
    }
}

.footer ul {
    width: 60%;
    float: left;
}

@media (max-width: 767px) {
    .footer ul {
        display: none;
    }
}

.footer ul li a {
    font-size: 12px;
    color: #333;
    text-decoration: none;
}

.footer ul li a:hover,
.footer ul li a:focus {
    color: #007876;
}

.footer ul li a:active {
    color: #007876;
}

.footer .brand {
    float: right;
    text-align: right;
}

@media (max-width: 767px) {
    .footer .brand {
        float: none;
        text-align: center;
    }
}

.footer .brand .copyright {
    color: #333;
    font-weight: 500;
    padding-top: 10px;
    display: block;
}

form {
    margin-bottom: 0;
}

form:after {
    clear: both;
}

form .form-control {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 42px;
    border-radius: 0px;
    color: #001021;
    font-size: 14px;
}

@media (max-width: 767px) {
    form .form-control {
        height: 34px;
    }
}

form .form-control:focus {
    border-color: #007876;
    outline: 0;
    box-shadow: none;
}

form .form-group .help-block {
    display: none;
}

form .form-group.has-error .help-block {
    display: block;
}

form .form-check label {
    font-weight: normal;
}

form input[type="radio"],
form input[type="checkbox"] {
    margin: 5px 5px 0 0;
}

form fieldset {
    margin-bottom: 30px;
}

form label {
    font-weight: 500;
    font-size: 0.9em;
}

form label.require:after {
    content: "\002a";
    color: #007876;
    padding-left: 2px;
}

form label .tooltipBtn {
    text-decoration: none;
}

form textarea {
    height: auto !important;
    margin-bottom: 15px;
}

form .clamant-info {
    padding: 50px 40px 30px;
    margin-bottom: 50px;
    background-color: #F8F8F8;
}

@media (max-width: 767px) {
    form .clamant-info {
        padding: 30px 20px 20px;
        margin-bottom: 25px;
    }
}

form.primary-country {
    margin-top: 25px;
}

form .form-horizontal label {
    font-size: .95em;
    text-align: left !important;
}

form .form-horizontal .info {
    margin-top: -4px;
}

form .form-horizontal .form-group .form-check-label {
    margin-right: 30px;
}

@media (min-width: 767px) {
    form .online-id-country {
        margin-top: 24px;
        height: 42px;
        padding: 1rem 3.25rem !important;
    }
}

iframe {
    min-height: 500px;
}


}
@media (max-width: 767px) {
    .flex-table {
        height: 0;
        margin-bottom: 0.88889rem;
        overflow: hidden;
        padding-bottom: 67.5%;
        padding-top: 1.38889rem;
        position: relative;
    }
    
    .flex-table iframe {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
    }
}
iframe html {
    overflow: hidden;
}
iframe::-webkit-scrollbar {
    display: none;
}
form .middle {
    text-align: center;
    margin-top: 30px;
}
form.claim-listing .start-date,
form.claim-listing .end-date {
    display: inline-block;
}
form.claim-listing .start-date input {
    width: 140px;
}
form.claim-listing .end-date input {
    width: 140px;
}
#uploadFile {
    width: 200px !important;
}
.datepicker-decades,
.datepicker-centuries,
.datepicker-years {
    display: none !important;
}
.datepicker {
    padding: 0;
}
.datepicker .datepicker-days {
    cursor: pointer;
}
.datepicker .datepicker-days thead,
.datepicker .datepicker-months thead {
    background: #e9e9e9;
    color: #333;
}
.datepicker .datepicker-days thead .datepicker-switch,
.datepicker .datepicker-months thead .datepicker-switch {
    text-align: center;
}
.datepicker .datepicker-months .next {
    text-align: right;
}
.datepicker .datepicker-months .month {
    margin-right: 3px;
}
@media (max-width: 767px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
.main {
    padding-top: 35px;
    padding-bottom: 100px;
}
@media (max-width: 767px) {
    .main {
        padding-top: 20px;
    }
}
@media (min-width: 767px) {
    .right {
        float: right;
    }
}
.mobile-header {
    display: none;
}
@media (max-width: 767px) {
    .mobile-header {
        display: block !important;
        padding: 20px 10px;
        text-align: center;
        background-color: #FFF;
    }
}
.mobile-header .mobile-logo-wrapper {
    text-align: center;
}
.mobile-header {
    display: none;
}
.mobile-header img {
    padding: 10px 0;
    margin-left: -44px;
}
@media (max-width: 767px) {
    .wrap {
        /*position: relative;*/
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        min-height: 775px;
    }
}
.wrap.active {
    transform: translate(20em, 0);
}
@media screen and (min-width: 48.25em) {
    .wrap.active {
        left: 0;
    }
}
a.menu-link {
    display: inline-block;
    background: url("../images/toggle-open.svg") no-repeat;
    color: transparent;
    width: 44px;
    height: 44px;
    float: left;
}
a.menu-link:hover,
a.menu-link.active {
    background: url("../images/toggle-close.svg") no-repeat;
}
@media screen and (min-width: 48.25em) {
    a.menu-link {
        display: none;
    }
}
.mobile-nav {
    background: #007876;
    padding: 1em;
    clear: both;
    overflow: hidden;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.mobile-nav ul {
    list-style: none;
    padding-left: 0;
    font-size: 1.125em;
    margin: 5px 0 20px 0;
}
.mobile-nav ul li {
    line-height: 2.5;
    padding-left: 15px;
}
.mobile-nav ul li a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
}
.mobile-nav .mobile-link-top {
    text-align: left;
    border-left: solid 1px #FFF;
}
.mobile-nav .mobile-link-top li:hover {
    background: #FFF;
}
.mobile-nav .mobile-link-top li:hover a {
    color: #007876;
}
.mobile-nav .mobile-link-btm li {
    border-bottom: solid 1px #FFF;
    padding: 5px 0;
}
.mobile-nav .mobile-link-btm li:first-child {
    border-top: solid 1px #FFF;
}
.js .mobile-nav {
    width: 20em;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20em;
    overflow: scroll;
}
@media screen and (min-width: 48.25em) {
    .js .mobile-nav {
        display: none;
        position: static;
        float: left;
        width: 30%;
        height: 100%;
    }
}
body {
    overflow-x: hidden;
}
.inpageNav {
    margin: 20px 0 40px;
}
.inpageNav ul {
    display: inline-block;
    border-bottom: none !important;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 48.25em) {
    .inpageNav {
        margin: 0;
    }
    
    .inpageNav ul {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .table-responsive {
        border: none !important;
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    
    td,
    th {
        padding: 0 5px;
    }
    
    .table-bordered {
        border: 1px solid #ddd !important;
    }
}
.inpageNav ul li input {
    background: white !important;
    border: solid 1px #ccc !important;
    padding: 10px 20px !important;
    color: #666 !important;
}
.header {
    width: 100%;
    background: url(../images/footer-left-margin.png) repeat-y left top;
    padding: 20px 0 10px;
    background-color: #fff;
}
@media (max-width: 767px) {
    .header {
        display: none;
    }
}
@media (max-width: 767px) {
    .header .main-menu {
        display: none;
    }
}
.header .mobile-nav {
    display: none;
}
@media (max-width: 767px) {
    .header .mobile-nav {
        display: block;
    }
}
.header .wrapper-logo {
    float: left;
    margin: 0;
    padding: 10px 0;
    width: 15%;
    text-align: center;
}
.header .region-header {
    width: 85%;
    float: right;
}
.header .region-header .header-top-right {
    float: right;
}
@media (max-width: 767px) {
    .header .region-header .header-top-right {
        display: none;
    }
}
.header .region-header .header-top-right .email {
    padding-right: 20px;
    margin-right: 20px;
    border-right: solid 1px #007876;
    float: left;
}
.header .region-header .header-top-right .user-logout {
    float: left;
}
.header .region-header .header-top-right a {
    color: #333;
    text-decoration: none;
    font-size: .8em;
}
.header .region-header .header-top-right a:hover,
.header .region-header .header-top-right a:focus {
    color: #007876;
}
.header .region-header .header-top-right a:active {
    color: #007876;
}
.header .region-header .menu-wrapper {
    float: left;
    clear: both;
    /*width: 100%;*/
}
.header .region-header .menu-wrapper .welcome-msg {
    margin: -30px 0 10px;
    display: inline-block;
    font-size: 1.714em;
    font-weight: 300;
    /*width: 73%;*/
}
.header .region-header nav ul {
    background: url("../images/nav-border-bottom.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 100%;
}
.header .region-header nav li {
    margin-right: 3px;
}
.header .region-header nav li.link1 {
    border-bottom: solid 5px #007876;
}
.header .region-header nav li.link2 {
    border-bottom: solid 5px #21858f;
}
.header .region-header nav li.link2:hover .dropdown-toggle {
    background: #21858f;
    color: #FFF;
}
.header .region-header nav li.link2:hover .dropdown-menu {
    display: block;
}
.header .region-header nav li.link3 {
    border-bottom: solid 5px #007876;
}
.header .region-header nav li.link4 {
    border-bottom: solid 5px #007876;
}
.header .region-header nav li.link5 {
    border-bottom: solid 5px #007876;
}
.header .region-header nav li a {
    color: #333;
    text-decoration: none;
    padding: 8px 12px;
    font-weight: 300;
}
.header .region-header nav li a:hover {
    background-color: transparent;
}
.header .region-header nav li.open a {
    background: #21858f;
    color: #FFF;
}
.header .region-header nav .dropdown-menu {
    background: #21858f;
    margin-top: 5px;
    min-width: 280px;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.header .region-header nav .dropdown-menu li {
    margin-right: 0;
}
.header .region-header nav .dropdown-menu a {
    color: #FFF;
    padding: 10px 15px;
}
.header .region-header nav .dropdown-menu a:hover {
    background: #FFF;
    color: #21858f;
}
table {
    font-size: 13px;
}
table.benefits tbody tr {
    font-size: 0.9em;
}
table thead {
    background: #007876;
    color: #FFF;
}
table thead th {
    font-weight: 500;
    border: none !important;
}
.table>thead>tr>th {
    vertical-align: middle;
    text-align: center;
}
table .active {
    color: #007876;
}
.underlined {
    border: none;
}
.underlined ol {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}
.underlined ol>li {
    position: relative;
    margin: 0 0 15px 2em;
    padding: 10px 15px 10px 30px;
    list-style: none;
    border-top: 2px solid #666;
}
.underlined ol>li>p {
    line-height: 1.26;
}
.underlined ol>li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 3em;
    margin-right: 4px;
    padding: 10px;
    border-top: 2px solid #007876;
    color: #fff;
    background: #007876;
    font-weight: bold;
    text-align: center;
}
.underlined li ol,
.underlined li ul {
    margin-top: 6px;
}
.underlined ol ol li:last-child {
    margin-bottom: 0;
}
.content-wrapper {
    background: #f7f7f7;
    border: solid 1px #eee;
    padding: 20px;
    margin-bottom: 25px;
}
.fadeout {
    position: relative;
    bottom: 4em;
    height: 4em;
    background: -webkit-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: -moz-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: -o-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: -ms-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.list-group-item {
    border: none !important;
    margin-left: 20px;
    display: list-item;
    padding: 5px 15px;
}
.review-container {
    border: solid 1px #ddd;
    margin-left: 0;
    margin-right: 0;
}
.review-container dt,
.review-container dd {
    border-bottom: solid 1px #ddd;
}
.review-container dt {
    background: #f7f7f7;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
}
.table-no-border {
    border: none;
}
.dob {
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
}
.center-block {
    text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer {
        height: 215px;
    }
    
    .footer .brand {
        float: left;
        text-align: left;
    }
    
    .footer ul {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .review-container {
        border-bottom: 0;
        border-right: 0;
        border-left: solid 1px #ddd;
        border-top: solid 1px #ddd;
    }
    
    .no-line {
        border-left: none !important;
    }
    
    .no-line-btm {
        border-left: none !important;
        border-bottom: none !important;
    }
}
input[type=button] {
    border: solid 1px #007876 !important;
    padding: 10px 20px;
    color: #007876 !important;
}
#uploadFile {
    width: 70%;
}
#overDiv {
    background-color: white !important;
    padding: 5px !important;
    font-size: 14px !important;
}
@media print {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    
    .col-sm-12 {
        width: 100%;
    }
    
    .col-sm-11 {
        width: 91.66666667%;
    }
    
    .col-sm-10 {
        width: 83.33333333%;
    }
    
    .col-sm-9 {
        width: 75%;
    }
    
    .col-sm-8 {
        width: 66.66666667%;
    }
    
    .col-sm-7 {
        width: 58.33333333%;
    }
    
    .col-sm-6 {
        width: 50%;
    }
    
    .col-sm-5 {
        width: 41.66666667%;
    }
    
    .col-sm-4 {
        width: 33.33333333%;
    }
    
    .col-sm-3 {
        width: 25%;
    }
    
    .col-sm-2 {
        width: 16.66666667%;
    }
    
    .col-sm-1 {
        width: 8.33333333%;
    }
    
    .footer,
    .breadcrumbs,
    .glyphicon-print,
    .menu-link {
        display: none;
    }
    
    .info a[href]:after,
    a[href]:after {
        content: none !important;
    }
}
.form-control {
    height: 34px !important;
}