/*-------------------------------------------------------------------------------
                                    Fonts
--------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lato');

.lato {
    font-family: 'Lato', sans-serif;
}

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?82376401');
    src: url('../fonts/fontello.eot?82376401#iefix') format('embedded-opentype'), url('../fonts/fontello.ttf?82376401') format('truetype'), url('../fonts/fontello.svg?82376401#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-------------------------------------------------------------------------------
--------------------------------------------------------------------------------*/

:root {
    --mpi-teal: #00778A;
    --mpi-teal-dark: #006170;
    --mpi-teal-light: #32ADBD;
}


html {
    height: 100%;
    color: #222;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

    html body .btn {
        font-size: 15px;
    }

header {
    display: none;
    margin-bottom: 0;
    background-color: black;
    border-bottom: 0;
}



@media (max-width:380px) {
    .g-recaptcha iframe{
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

button[disabled] {
    cursor: not-allowed;
}

html body .body-content {
    margin-top:10.75em;
    padding-bottom: 40px;
}

html body .container.body-content p {
    font-size: 15px;
    margin-bottom: 20px;
}

html body .container.body-content a {
    color: #126ed1;
    text-decoration: underline;
}

html body .footer-content {
    background: #333;
    color: #fff;
    padding: 0.34em 0.75em;    
    height: auto;
}

    html body .footer-content a {
        color: white !important;
    }

h1, h2, h3, h4 {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 1.1em;
    color: #4ac4d9;
    line-height: 1.2em;
    transition: all 0.5s ease;
    margin: 0 0 1em 0;
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

.content-container {
    margin-top: 30px;
}
    .content-container h1,
    .content-container h2,
    .content-container h3,
    .content-container h4 {
        color: #4c4c4c;
    }

.font-italic {
    font-style: italic;
}

.display-inline {
    display: inline;
}

.relative {
    position: relative;
}

div.bold, span.bold {
    font-weight: bold;
}

/*-------------------------------------------------------------------------------
                     Form Styles
--------------------------------------------------------------------------------*/
.form-header {
    font-weight: lighter;
    color: #a5a5a5;
    letter-spacing: .25px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.field-validation-error {
    font-size: 13px;
    color: #da4453;
}

form .document-image {
    margin-bottom: 10px;
}

.form-description {
    margin-bottom: 20px;
}

.drop-down-form-group label {
    margin-bottom: 0;
}

.form-control-feedback {
    display: none;
}

.checkbox-container {
    width: 30px;
    float: left;
}

.checkbox label {
    max-width: 90%;
}

.icheckbox_flat {
    vertical-align: top;
    margin-top: 3px;
}

    .icheckbox_flat.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.checkbox-form-group .form-control-feedback {
    display: none !important;
}

.checkbox-form-group label {
    color: black;
}

.checkbox-label {
    max-width: 85%;
}


.document-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 248px; /* the native width of the image */
}

    .document-image img {
        max-height: 150px;
    }
    
#MPINote {
    display: none;
    margin: 1em 1em;
}

.row.steps {
    padding-bottom: 1px;
}

/* General content/layout */

/*.content-left { padding-left: 3em; }

.content-right { margin-top: 5em; }*/

/*@media (max-width: 768px) {
    .content-left { padding-left: 0; }
}

@media (max-width: 768px) {
    .content-right { margin-top: 0; }
}*/


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*.navbar-header {
    padding-top: 15px;
}*/


/*-------------------------------------------------------------------------------
                     Select2 Overrides
--------------------------------------------------------------------------------*/
.select2-dropdown.select2-dropdown--below {
    max-width: 25%;
}

.select2-container--below {
    margin-top: 5px;
    margin-bottom: 0px;
    width: 100% !important;
}

.select2-container--bootstrap .select2-dropdown {
    margin-top: -6px;
    border-color: #66afe9;
}

.select2-container--focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
}

.navbar-brand {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: black !important;
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .navbar-brand > img {
        padding: 0 10px 0 0;
    }

/*-----------------------------------------------
                Footer
---------------------------------------------------*/
.footer-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
}

footer {
    -moz-box-shadow: 0px -5px 13px -1px rgba(153, 153, 153, 0.5);
    -webkit-box-shadow: 0px -5px 13px -1px rgba(153, 153, 153, 0.5);
    background: #fff;
    border: 1px solid #b5b5b5;
    bottom: 0;
    box-shadow: 0px -5px 13px -1px rgba(153, 153, 153, 0.5);
    box-sizing: border-box;
    display: table;
    left: 0;
    padding: 0.813em 1.25em;
    position: fixed;
    width: 100%;
    z-index: 5;
}

    footer .notice {
        display: inline;
        float: left;
        font-size: 0.8em;
    }

        footer .notice ul {
            list-style: none;
            margin: 0;
            padding: 0.25em 0 0 0;
        }

            footer .notice ul li {
                display: inline;
                font-size: 0.8em;
            }

    footer .cobrand {
        display: inline;
        float: right;
    }


    footer .footer-links li + li:before {
        content: "\00a0\007C\00a0";
    }

/* responsive footer overrides */

@media (max-width: 768px) {
    footer {
        padding: 0.15em 0.5em;
    }

        footer .notice {
            width: 90%;
        }

        footer .cobrand {
            text-align: right;
            width: 10%;
        }

        footer .notice ul {
            padding: 0;
        }
}

.alert .glyphicon {
    display: table-cell;
}

.alert div,
.alert span {
    display: table-cell;
    padding-left: 5px;
}


/******************
 *** FABRIK CSS ***
 ******************/

ol.breadcrumb {
    margin-bottom: 0 !important;
}

.breadcrumb-arrow li:not(:first-child) {
    margin-left: 0 !important;
}


.nav-tabs .badge {
    background: red;
    position: absolute;
    right: -10px;
    top: -10px;
}

.nav-tabs > li > a > i {
    margin-right: 5px;
}

/* TODO: Move to Fabrik proper */

.fabrik-passwordValidator {
    background: #fefefe;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    display: none;
    font-size: .875em;
    padding: 15px;
    position: absolute;
    width: 260px;
    z-index: 10000;
}

    .fabrik-passwordValidator ul {
        list-style-type: none;
        padding-left: 5px;
    }

    .fabrik-passwordValidator li.invalid {
        background: url("../Images/mpi.fabrik.passwordValidation/invalidConstraint.png") no-repeat 0 4px;
        color: #ec3f41;
        line-height: 24px;
        padding-left: 22px;
    }

    .fabrik-passwordValidator li.valid {
        background: url("../Images/mpi.fabrik.passwordValidation/validConstraint.png") no-repeat 0 4px;
        color: #3a7d34;
        line-height: 24px;
        padding-left: 22px;
    }


/* Glow effects for focused controls - focused and validation errors */

input[type=text], input[type=password], textarea {
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    border: 1px solid #CCCCCC;
    outline: none;
}

    input[type=text]:focus, input[type=password]:focus, textarea:focus {
        border: 1px solid rgba(81, 203, 238, 1);
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    }

input.input-validation-error:focus {
    border: 1px solid #a94442 !important;
    box-shadow: 0 0 5px #a94442 !important;
}


/* -----------------------------
    Buttons
-------------------------------- */
.btn-primary,
.btn-primary[disabled],
.btn-primary[disabled]:hover {
    background-color: #07798A;
    border-color: #2e6da4;
    color: white;
    text-shadow: none;
    transition: background-color 0.15s ease-in-out;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #0A889A;
    }

.btn-circle.btn-default:hover,
.btn-circle.btn-default[disabled]:hover {
    color: #434a54;
}

html body .body-content a.btn {
    color: white;
    text-decoration: none;
}

/* IE10/11 - disable clear field X indicator */

input::-ms-clear, input::-ms-reveal {
    display: none;
    height: 0;
    width: 0;
}

.page-banner {
    background-color: var(--mpi-teal);
    padding: 15px;
    font-weight: bold;
    font-size: 28px;
    color: white;
    letter-spacing: 1px;
}


/* Callout */
.content-container .bs-callout-default {
    color: black;
}

.content-container .bs-callout {
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: default;
}

    .content-container .bs-callout .bs-callout-title-row {
        cursor: pointer;
    }

        .content-container .bs-callout .bs-callout-title-row p {
            margin-bottom: 0;
        }

    .content-container .bs-callout .bs-callout-description-row {
        display: none;
    }

.content-card {
    margin: 15px auto 0 auto;
    width: 98%;
    font-size: 13px;
    color: #4c4c4c;
    padding: 10px 15px;
    background-color: #f7f7f7;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 10px #b2b2b2;
    -webkit-box-shadow: inset 0 0 10px #b2b2b2;
    box-shadow: inset 0 0 4px #b2b2b2;
}

/* New Menu Header */
/****************************************************************************/
/*                            MPI Style                                     */
/****************************************************************************/
/*Main Header */
.mainheader ul {
    line-height: 3;
}

.mainheader .navbar-inverse .navbar-text, .navbar-inverse .navbar-nav > li > a:hover {
    color: blueviolet;
}

.mainheader .navbar-inverse .navbar-text, .navbar-inverse .navbar-nav > li > a:focus {
    color: #5a337f;
}

.mainheader .navbar-inverse .navbar-text, .mainheader .navbar-inverse .navbar-nav > li > a {
    color: #414141 !important;
}

.mainheader .navbar-nav > .active > a,
.mainheader .navbar-nav > .active > a:focus {
    color: #414141 !important;
}

.MenuUserName {
    position: relative;
    top: 10px;
}


/* MPI Style */


.navbar-default .navbar {
    background-color: #FFF;
}

.navbar-default {
    background-color: #FFF;
    border-color: #FFF;
}

.navbar-inverse {
    background-color: #FFF;
    border-color: #FFF;
}

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        /*background-color: rgba(255, 255, 255, 0.15);*/
        color: black !important;
    }


    .navbar-inverse .navbar-text {
        color: black !important;
    }

/* navbar overrides */
ul.nav.navbar-nav {
    font-size: 0.6em;
    margin-bottom: 0;
}

    ul.nav.navbar-nav li a {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        color: #333;
        text-decoration: none;
    }

    ul.nav.navbar-nav li:after {
        content: " |";
    }

    ul.nav.navbar-nav li:last-child:after {
        content: "";
    }

    ul.nav.navbar-nav > li > a:hover, .nav > li > a:focus {
        text-decoration: underline;
        background-color: transparent;
    }

.customHeader.nav.navbar-nav li a {
    display: inline-block;
    padding-left: 27px;
    padding-right: 34px;
    font-size: 16px;
    color: grey;
    text-decoration: none;
}

.customHeader.navbar-nav > li > a:hover,
.customHeader.navbar-nav > li > a:focus {
    color: #126ed1 !important;
}

/* ----------------------------
    Flex
------------------------------- */
.align-items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.align-vertical {
    flex-direction: column;
}

.align-horizontal {
    flex-direction: row;
}

.align-top {
    margin-top: auto;
}

.align-bottom {
    margin-bottom: auto;
}

.align-left {
    margin-right: auto;
}

.align-right {
    margin-left: auto;
}

/*-------------------------------------------------------------------------------
                     Product styles
--------------------------------------------------------------------------------*/
.product .ProductImage {
    height: 50%;
    width: 100px;
}

.product .panel {
    box-shadow: 0 0 0 !important;
}

.product .linkText {
    margin-top: 2%;
    font-size: 18px;
    color: #556166;
}

.product {
}

.productHeader {
    margin-left: 0%;
}

/*-------------------------------------------------------------------------------
                     Select Authentication Type styles
--------------------------------------------------------------------------------*/
.btn.confirm-eligibility-button {
    color: #00a79d !important;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 20px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #00a79d;
    box-shadow: 0 1px 4px darkgrey;
    display: inline-block;
    text-decoration: none !important;
    letter-spacing: .4px;
    max-width: 400px;
    white-space: normal;
    background-color: white; /*#026270;*/
    text-transform: none;
}

/*.btn.confirm-eligibility-button:hover {
    border-color: #d9d9d9;
}*/

.document-image .inline-icon {
    text-align: center;
    top: 10px;
    color: #d3312e;
    font-size: 130px;
}

#select-authentication-type-info-container {
    background-color: #F1F1F1;
    padding: 15px 15px 5px 15px;
    color: #556166;
    margin-bottom: 20px;
    border-radius: 4px;
    /*text-shadow: #616C6E -2px 1px;*/
    margin-right: 20px;
    margin-left: 20px;
}

    #select-authentication-type-info-container strong {
        letter-spacing: .2px;
    }

#select-authentication-type-options {
    margin: 20px 40px;
}

@media (max-width: 765px) {
    .confirm-eligibility-button {
        -moz-min-width: 454px;
        -ms-min-width: 454px;
        -o-min-width: 454px;
        -webkit-min-width: 454px;
        min-width: 454px;
    }

    #select-authentication-type-info-container {
        margin: 10px;
        padding: 10px;
    }

    #select-authentication-type-options {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    #select-authentication-type-options {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 580px) {
    .confirm-eligibility-button {
        -moz-min-width: 100%;
        -ms-min-width: 100%;
        -o-min-width: 100%;
        -webkit-min-width: 100%;
        min-width: 100%;
        padding: 15px;
        margin-bottom: 2px;
    }

    #select-authentication-type-container .document-image {
        display: none;
    }

    #select-authentication-type-info-container {
        margin: 5px 0 25px;
        padding: 10px;
    }
}

/*-------------------------------------------------------------------------------
                     Icon styles
--------------------------------------------------------------------------------*/
.inline-icon {
    position: absolute;
    width: 100%;
    left: 0;
}

.help-icon-container {
    padding-top: 27px;
    padding-left: 20px;
}

    .help-icon-container a {
        color: #e5ad3d;
    }

        .help-icon-container a:hover {
            color: #E29C45;
        }

        .help-icon-container a:focus {
            color: #E08A1E;
        }

/*-------------------------------------------------------------------------------
                     VerifyIdentity Styles
--------------------------------------------------------------------------------*/
.verify-identity-help h5 {
    color: #02616f;
    font-weight: lighter !important;
}

.verify-identity-help img {
    display: inline;
}

#verify-identity-form input[type='text'] {
    text-transform: uppercase;
}

#verify-identity-form .checkbox {
    margin-top: 20px;
}

/*-------------------------------------------------------------------------------
                     DateTimePicker Styles
--------------------------------------------------------------------------------*/
.bootstrap-datetimepicker-widget {
    background-color: #fff;
    font-size: 1.1em;
}

    .bootstrap-datetimepicker-widget .css-timepicker {
        width: 100%;
    }

    #search-appointment-form .timepicker-picker {
        width: 130%;
    }

#search-appointment-form .timepicker-picker table td {
    padding: 0px !important;
}


#search-appointment-form .timepicker-picker table .a,
#search-appointment-form .timepicker-picker table .btn {
    background-color: #fff !important;
    padding: 0px !important;
    border:none;
    color: #4ac4d9 !important;
}

.timepicker-picker table .btn[data-action="togglePeriod"], 
.timepicker-picker table .btn-primary[data-action="togglePeriod"] {
    display: none !important;
}

.has-error .input-group-addon {
    color: darkred;
}

.input-group.date .input-group-addon {
    background-color: #f2f2f2;
    color: #262626;
}

.input-group-addon {
    color: #262626;
    border-color: #dddddd;
}

/*-------------------------------------------------------------------------------
                     Button  Overrides
--------------------------------------------------------------------------------*/
.btn.btn-default[disabled]:hover {
    color: #434a54;
}

/*-------------------------------------------------------------------------------
                     SelectService  Styles
--------------------------------------------------------------------------------*/
#language-loading-span {
    position: absolute;
    top: 35px;
    left: 25px;
    z-index: 1000;
}

#toggle-test-type-container {
    margin-top: 70px;
}

#cost-display-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 765px) {
    #toggle-test-type-container {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #cost-display-container {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width:430px) {
    #cost-display-container {
        margin-top: 5px;
        margin-bottom: -10px;
    }
}

/*-------------------------------------------------------------------------------
                     Receipt Styles
--------------------------------------------------------------------------------*/
#transaction-result-header {
    margin-top: -.5em;
}

#receipt-window .actionButtonRow {
    margin-top: 50px;
}

#receipt-window #policy-info-text {
    margin-top: 70px;
}

/*-------------------------------------------------------------------------------
                     OrderComplete  Styles
--------------------------------------------------------------------------------*/
#order-complete-window .form-header {
    margin-bottom: 0px;
}

#order-complete-window strong {
    font-size: 13px;
}

#order-complete-window h5 {
    margin-top: 0;
    margin-bottom: 0;
}

#order-complete-window p {
    padding-left: 20px;
}

#order-complete-window .actionButtonRow {
    margin-top: 50px;
}

@media (max-width: 860px) {
    .service-info {
        font-size: 13px !important;
    }

    #order-complete-window hr:first-of-type {
        margin-top: 0;
    }
}

/*-------------------------------------------------------------------------------
                    field-group and field-set
--------------------------------------------------------------------------------*/
.field-group {
    font-size: 0.7em;
    box-sizing: border-box;
}

    .field-group .appointments {
        font-size: 0.9em;
    }

.field-set label {
    display: block;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    padding: 0 0 0.3em;
    font-weight: bold;
    color: #666;
}

.field-set h4 {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
}

.centered {
    text-align: center;
}

.field-set .apt-countdown,
.field-set .apt-booked-countdown {
    color: #c00;
}

.field-set tfoot button [class^="icon-"] {
    display: flex;
    align-items: center;
    padding: 0.25em 1em 0.25em 0.25em;
    font-weight: bold;
}

    .field-set tfoot button [class^="icon-"]:before, .field-set tfoot button [class^="icon-"]:hover:before {
        color: #fff !important;
    }

.field-set tfoot button {
    padding: 0;
    background: #333;
    color: #fff;
    font-size: 1.1em;
}

/*-------------------------------------------------------------------------------
                     Receipt Styles in field-sets
--------------------------------------------------------------------------------*/

.field-set .recipt {
    border: 1px solid #ccc;
    margin-bottom: 1em;
}

    .field-set .recipt h5 {
        width: 100%;
        background: #434343;
        color: #fff;
        font-size: 1.2em;
        padding: 0.25em 0.5em;
        margin: 0;
        font-weight: normal;
    }

        .field-set .recipt h5 [class^="icon-"], .field-set .recipt h5 [class^="icon-"]:before {
            float: right;
            display: flex;
            align-items: center;
            color: #fff;
            opacity: 0.8;
            margin: 0;
            padding: 0;
            cursor: pointer;
            cursor: hand;
        }

        .field-set .recipt h5 [class^="icon-"] {
            font-size: 0.8em;
        }

            .field-set .recipt h5 [class^="icon-"]:hover, .field-set .recipt h5 [class^="icon-"]:hover::before {
                color: #fff !important;
                opacity: 1;
            }

    .field-set .recipt ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .field-set .recipt ul li {
            display: flex;
            align-items: center;
            font-size: 1.2em;
            margin: 0;
            padding: 0.25em 0;
            border-bottom: 1px solid #ccc;
        }

            .field-set .recipt ul li:nth-child(odd) {
                background: #eee;
            }

    .field-set .recipt label {
        width: calc(50% - 1px);
        float: left;
        clear: none;
        margin: 0;
        padding: 0 0.5em;
    }

        .field-set .recipt label + span {
            width: calc(50% - 1px);
            float: left;
            clear: none;
            margin: 0;
            padding: 0 0.5em
        }

    .field-set .recipt span button {
        padding: 0;
        text-transform: none;
        margin: 0;
        background: none;
        float: right;
    }

/*-------------------------------------------------------------------------------
                     Form Button Styles
--------------------------------------------------------------------------------*/

button, input[type=button], input[type=submit], input[type=reset], a.button {
    border: none;
    color: #fff;
    padding: 0.5em 0.75em;
    text-transform: uppercase;
    font-size: 1.0em;
    opacity: 0.8;
    transition: all 0.3s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0.5em;
}

.css-next {
    color: #fff;
    background-color: #2ab28e;
    float: right;
}

.css-cancel {
    background: #c00;
    float: left;
}

.css-back {
    background: #4ac4d9;
    float: left;
}

.css-search {
    background: #333;
    font-size: 1.5em;
}

.css-search-more {
    background: #333;
    font-size: 1.1em;
    font-weight: bold;
}

button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, a.button:hover {
    opacity: 1;
}

.summary-button {
    font-size: 1.5em;
}


/*-------------------------------------------------------------------------------
                     Forms
--------------------------------------------------------------------------------*/

.user-entry {
    border: 1px solid #4ac4d9;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 2em;
}

/* form title */
.form-title-box {
    display: flex;
    align-items: center;
    background: #4ac4d9;
    box-sizing: border-box;
    padding: 1em;
}

    .form-title-box [class^="icon-"]:before {
        font-size: 2em;
        color: #fff;
        text-align: left;
    }

    .form-title-box .icon-user-circle-o:before {
        padding-right: 0.5em;
    }

    
    .form-title-box i,
    .form-title-box h3 {
        color: #fff;
        padding: 0 0 0 0;
        margin: 0;
        font-size: 1.1em;
        /*transition: all 0.5s ease;*/
    }

    .form-title-box i {
        font-size: 1.8em;
        padding-right: 2px;
    }

/*-------------------------------------------------------------------------------
                        TABLES in SELECT APPOINTMENT FORM
--------------------------------------------------------------------------------*/
#more-appointments {
    padding: .2em .35em;
}

#more-appointments[disabled],
#more-appointments[disabled]:hover  {
    -ms-opacity: 0.6;
    opacity: 0.6;
}

.field-set #appointment-table th {
    color: #fff;
    background: #333;
    text-transform: capitalize;
}

.field-set #appointment-table tbody tr {
    transition: all 0.3s ease;
}

.field-set #appointment-table tbody input[type=radio],
.field-set #appointment-table tbody input[type=checkbox] {
    float: none;
    margin: 0;
}

.field-set #appointment-table tbody tr:nth-child(odd) {
    background: #eee
}

.field-set #appointment-table.empty-table tbody tr:hover,
.field-set #appointment-table.empty-table tbody td:hover {
    color: #333;
    background: #eee;
    cursor: default;
}

.field-set #appointment-table tbody tr:hover {
    color: #333;
    background: #cbedcb;
    cursor: pointer;
}

.field-set #appointment-table tfoot p {
    color: #c00;
}

/*-------------------------------------------------------------------------------
                     IMAGE HOVER DECK
--------------------------------------------------------------------------------*/

.hover-deck {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

    .hover-deck li {
        width: 40%;
        margin: calc(1% - 1px);
        border: 5px solid #fff;
        float: left;
        clear: none;
        transition: all 0.3s ease;
        padding: 0;
        box-sizing: border-box;
        cursor: pointer;
        cursor: hand;
    }

        .hover-deck li:hover {
            border: 1px solid #fff;
        }

        .hover-deck li.active {
            width: 100%;
            padding: 1em 0;
            margin: 0;
            clear: both;
        }

            .hover-deck li.active:hover {
                border: 5px solid #fff;
            }

        .hover-deck li img {
            width: 100%;
            height: auto;
        }

/*-------------------------------------------------------------------------------
                        MEDIAS SCREEN RESIZE
--------------------------------------------------------------------------------*/
@media only screen and (max-width : 2560px) {
    html {
        font-size: 24px;
    }
}

@media only screen and (max-width : 2048px) {
    html {
        font-size: 20px;
    }
}

@media only screen and (max-width : 992px) {
    html {
        font-size: 16px;
    }

    header .container {
        width: 100%;
        padding-left: 50px;
    }
}

@media (max-width: 1100px) {
    .document-image img {
        height: 150px;
    }
}

@media (max-width:860px) {
    html body .body-content p,
    html body .body-content ul,
    html body .btn {
        font-size: 13px !important;
    }
}

@media (max-width: 765px) {
    .form-header {
        margin-bottom: 20px !important;
    }

    .form-description {
        margin-top: 20px;
    }
}

/* Responsive overrides - Fabrik Radio Buttons */
@media (max-width: 768px) {
    div.radio {
        white-space: nowrap;
    }

        div.radio label {
            white-space: normal;
        }
}

/* Small Screen Nav Styling */
@media only screen and (max-width: 765px) {

    /*#main-nav-toggle {
        background-color: #767171;
        border-color: transparent;
    }

        #main-nav-toggle:hover, #main-nav-toggle:focus {
            background-color: #8c8686
        }

        #main-nav-toggle:active {
            background-color: #6d6969;
        }

        #main-nav-toggle span {
            background-color: white;
        }

    .navbar-brand {
        margin-left: -10px;
    }

    .navbar .container-fluid .navbar-collapse {
        float: none !important;
        border: none;
    }

        .navbar .container-fluid .navbar-collapse ul {
            margin-top: 0;
            margin-bottom: 1px;
            border: 1px #f4f4f4 solid;
            background-color: #f9f9f9;
            border-top-color: #cccccc;
        }

            .navbar .container-fluid .navbar-collapse ul.nav.navbar-nav li {
                padding-right: 10px;
                padding-left: 10px;
            }

                .navbar .container-fluid .navbar-collapse ul.nav.navbar-nav li:last-child {
                    box-shadow: none;
                    border: none;
                    -webkit-box-shadow: 0 10px 6px -8px #999;
                    -moz-box-shadow: 0 10px 6px -8px #999;
                    box-shadow: 0 10px 6px -8px #999;
                }

                .navbar .container-fluid .navbar-collapse ul.nav.navbar-nav li:hover,
                .navbar .container-fluid .navbar-collapse ul.nav.navbar-nav li a:hover {
                    background-color: #f4f4f4;
                }

                .navbar .container-fluid .navbar-collapse ul.nav.navbar-nav li:focus,
                .navbar .container-fluid .navbar-collapse ul.nav.navbar-nav li:active {
                    background-color: #ededed;
                }

                .navbar .container-fluid .navbar-collapse ul.nav.navbar-nav li a:focus,
                .navbar .container-fluid .navbar-collapse ul.nav.navbar-nav li a:active {
                    background-color: initial;
                }

                .navbar .container-fluid .navbar-collapse ul.nav.navbar-nav li:after {
                    content: "";
                }

                .navbar .container-fluid .navbar-collapse ul.nav.navbar-nav li a {
                    width: 100%;
                    border-bottom: lightgrey 1px solid;
                }

                .navbar .container-fluid .navbar-collapse ul.nav.navbar-nav li:last-child a {
                    border-bottom: none;
                }*/
}

/* General Phone Screen Styles */
@media (max-width:430px) {
    .actionButtonRow .left {
        width: 100px;
    }

    .actionButtonRow .right {
        width: 100px;
    }

    .hidden-xxs {
        display: none !important;
    }

    html body .body-content {
        padding: 0px 10px;
    }

    .form-header {
        font-size: 16px;
    }

    /*html body .container-fluid.body-content .stepwizard .stepwizard-step p {
        font-size: 11px !important;
    }*/

    html body .container-fluid.body-content .stepwizard .stepwizard-step.current-step p {
        margin-bottom: 0;
    }

    .stepwizard p {
        display: none;
    }

    .stepwizard {
        margin-bottom: 28px;
    }
}

/*-------------------------------------------------------------------------------
                     CSS Overrides Styles
--------------------------------------------------------------------------------*/

body {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

body #receipt-window {
    font-size: .95em;
}

    body * {
        box-sizing: border-box;
    }

.navbar-fixed-top {
    border-width: 0 0 0;
}

header, footer-container {
    display: block;
    box-sizing: border-box;
    width: 100%;
    clear: both;
}

header {
    background: #fff left 10px url('../Images/top_nav_bg.gif') repeat-x;
}

    header .container a img {
        display: block;        
    }
    
/*-------------------------------------------------------------------------------
                                    HEADER TITLE
--------------------------------------------------------------------------------*/
.css-cta {
    box-sizing: border-box;
    width: 100%;
    color: #556166;
    background: left top url(../Images/cta1920-bg.jpg) no-repeat #eee;
    background-size: cover;
    margin-bottom: 1px;
    padding: 0;
}

    .css-cta div {
        box-sizing: border-box;
        width: 100%;
        padding: 1em 2.5em;
        background: right top url(../Images/cta-woman.png) no-repeat;
        background-size: auto 100%;
    }

    .css-cta h2 {
        margin: 0;
        padding: 0;
    }    

/*-------------------------------------------------------------------------------
                                    NAV Link List
--------------------------------------------------------------------------------*/
.nav > li {
    display: inline-block;
}

@media (max-width: 450px) {
    .navbar-fixed-top .container-fluid {
        padding: 0 30px 0px 0px;
    }

    .navbar-brand img {
        max-height: 15px;
    }

    .css-cta h2 {
        font-size: 0.75em;
    }

    .css-cta div {
        padding-left: 1em;
    }

    .css-breadcrumb {
        background: linear-gradient(to bottom, #768082 0%,#768082 50%,#616c6e 51%,#616c6e 100%);
        padding: 0.95em 1em !important;
    }


    .css-breadcrumb #current-bread-crumb-text {
        display: none;
    }

    .css-breadcrumb a:after {
        content: " ";
    }

    .css-breadcrumb span:last-of-type i:after {
        padding-left: 5px;
        content: "...";
    }
}


/*-------------------------------------------------------------------------------
                                    Icons
--------------------------------------------------------------------------------*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: '\e800';
}

/* '' */
.icon-chat:before {
    content: '\e802';
}
/* '' */
.icon-layers:before {
    content: '\e803';
}
/* '' */
.icon-clock:before {
    content: '\e804';
}
/* '' */
.icon-calendar:before {
    content: '\e805';
}
/* '' */
.icon-steering-wheel:before {
    content: '\e806';
}
/* '' */
.icon-cancel:before {
    content: '\e807';
}
/* '' */
.icon-ok:before {
    content: '\e808';
}
/* '' */
.icon-star:before {
    content: '\e809';
}
/* '' */
.icon-check:before {
    content: '\e80a';
}
/* '' */
.icon-lock:before {
    content: '\e80b';
}
/* '' */
.icon-help-circled:before {
    content: '\e80c';
}
/* '' */
.icon-help-circled-alt:before {
    content: '\e80d';
}
/* '' */
.icon-left-dir:before {
    content: '\e80e';
}
/* '' */
.icon-up-dir:before {
    content: '\e80f';
}
/* '' */
.icon-down-dir:before {
    content: '\e810';
}
/* '' */
.icon-plus:before {
    content: '\e811';
}
/* '' */
.icon-minus:before {
    content: '\e812';
}
/* '' */
.icon-search:before {
    content: '\e813';
}
/* '' */
.icon-down-open:before {
    content: '\f004';
}
/* '' */
.icon-up-open:before {
    content: '\f005';
}
/* '' */
.icon-right-open:before {
    content: '\f006';
}
/* '' */
.icon-left-open:before {
    content: '\f007';
}
/* '' */
.icon-mail-alt:before {
    content: '\f0e0';
}
/* '' */
.icon-doc-text:before {
    content: '\f0f6';
}
/* '' */
.icon-circle-empty:before {
    content: '\f10c';
}
/* '' */
.icon-circle:before {
    content: '\f111';
}
/* '' */
.icon-user-circle-o:before {
    content: '\f2be';
   
}
/* '' */
.icon-id-card-o:before {
    content: '\f2c3';
}
/* '' */

/*-------------------------------------------------------------------------------
                                    BREADCRUMBS
--------------------------------------------------------------------------------*/

.css-breadcrumb {
    background: linear-gradient(to bottom, #768082 0%,#768082 50%,#616c6e 51%,#616c6e 100%);
    padding: 0.95em 2.50em;
}

    .css-breadcrumb a,
    .css-breadcrumb a:link,
    .css-breadcrumb a:visited,
    .css-breadcrumb a [class^="icon-"]:before,
    .css-breadcrumb a [class*=" icon-"]:before {
        color: #fff;
        text-decoration: none;
        font-size: 0.8em;
    }

        .css-breadcrumb a:hover {
            text-decoration: underline;
        }

    .css-breadcrumb [class^="icon-"]:hover::before, .css-breadcrumb [class*=" icon-"]:hover::before {
        text-decoration: none;
    }

    .css-breadcrumb span {
        color: #ddd;
        font-size: 0.8em;
    }

    .css-breadcrumb .user-id {
        float: right;
        margin-top: 0.2em;
    }

/*-------------------------------------------------------------------------------
                                    MAIN FOOTER
--------------------------------------------------------------------------------*/
    
footer {
    background: #333;
    color: #fff;
    width: 100%;
    padding: 0.34em 0.75em;
    font-size: 0.75em;
    position: fixed;
    bottom: 0;
    left: 0;
}

    footer span {
        display: inline-block;
    }

    footer a:link, footer a:visited, footer a:hover {
        color: #fff;
    }

    footer .left a:link, footer .left a:visited {
        text-decoration: none;
        color: #fff;
    }

    footer .left a:hover {
        color: #3e86ad;
    }

/*-------------------------------------------------------------------------------
                                    STEP BAR
--------------------------------------------------------------------------------*/

.step-bar {
    background: #eee;
    padding: 0.65em 1em;
    margin: 0 auto;
}

    .step-bar ul {
        display: table;
        box-sizing: border-box;
        padding: 0;
        margin: 0 auto 0 20px;
        width: 98%;
    }

    .step-bar li {
        display: flex;
        align-items: center;
        float: left;
        clear: none;
        margin: 0 auto;
        width: 33.333333333333333333333%;
    }

    .step-bar span {
        display: block;
        padding: 0.25em 0.65em;
        background: #4ac4d9;
        font-size: 0.8em;
        font-weight: bold;
        color: #fff;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 1em;
    }

    .step-bar p {
        margin: 0;
        padding: 0;
    }

    .step-bar li.active {
        font-weight: bold;
    }

        .step-bar li.active span {
            background: #333;
        }

/*-------------------------------------------------------------------------------
                                    General Styles
--------------------------------------------------------------------------------*/
h1 {
    font-size: 2.5em;
    line-height: 1.1em;
    color: #556166;
    margin: 0 0 0.35em 0;
}

h2 {
    font-weight: normal;
    font-size: 1.1em;
    color: #556166;
    margin: 0 0 0.8em 0;
}

h3 {
    color: #4ac4d9;
    font-size: 1.1em;
    line-height: 1.2em;
    transition: all 0.5s ease;
    margin: 0 0 1em 0;
}

h4 {
    color: #556166;
    margin: 0 0 1.1em 0;
}

h5 {
    color: #4ac4d9;
    margin: 0 0 1.2em 0;
}

p {
    font-size: 0.85em;
    margin: 0 0 1.2em 0;
}

ul, ol {
    font-size: 0.85em;
    padding-left: 1.533em;
}

    ol li {
        padding-left: 0.5em;
    }

a {
    color: #4ac4d9;
    text-decoration: none;
}

    a:hover {
        color: #85c2a3;
        text-decoration: underline
    }

/*-------------------------------------------------------------------------------
                                    Layout Styles
--------------------------------------------------------------------------------*/
.wrapper {
    padding: 2em 2.5em;
    box-sizing: border-box;
    width: 100%;
}

.hidden {
    display: none;
}

.left {
    float: left
}

.right {
    float: right
}

.centered {
    text-align: center;
}

/*-------------------------------------------------------------------------------
                                    Helpers
--------------------------------------------------------------------------------*/
.cf:before, .cf:after, .clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.cf:after, .clearfix:after {
    clear: both;
}

.cf, .clearfix {
    *zoom: 1;
}
