﻿/*
 * ===============================================
 * Create By: M.Mitchell
 * ===============================================
 * ===============================================
 * Here you can put your own css to customize and
 * override the theme.
 * 
 * CCPortal Colors:
 *  CC = #0033a0
 *  Portal = #009a44
 * ===============================================
 */
body {
    line-height: 1;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0px;
    /*overflow-y: hidden;*/
    /*overflow: hidden;*/
    /*font-family: 'Gotham';*/
}

.bg-mercy-green {
    /*background-color: #009a44;*/
    background-color: #009a44;
}

.bg-mercy-blue {
    /*background-color: #0033a0;*/
    background-color: #0033a0;
}

.bg-white {
    /*background-color: #ffffff !important;*/
    background-color: #ffffff;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
    /*background-color: #cacccf !important;*/
    /*background-color: #cacccf;*/
    background-color: #898d8d;
}

.bg-dark-grey {
    /*background-color: #343a40 !important;*/
    background-color: #343a40;
}

a.bg-dark-grey:hover,
a.bg-dark-grey:focus,
button.bg-dark-grey:hover,
button.bg-dark-grey:focus {
    /*background-color: #cacccf !important;*/
    /*background-color: #cacccf;*/
    background-color: #898d8d;
}

/* #212529 */
.bg-exdark-grey {
    /*background-color: #212529 !important;*/
    background-color: #212529;
}

a.bg-exdark-grey:hover,
a.bg-exdark-grey:focus,
button.bg-exdark-grey:hover,
button.bg-exdark-grey:focus {
    /*background-color: #17191c !important;*/
    /*background-color: #17191c;*/
    background-color: #17191c;
}


.bg-light-grey {
    /*background-color: #cacccf !important;*/
    /*background-color: #cacccf;*/
    background-color: #898d8d;
}

a.bg-light-grey:hover,
a.bg-light-grey:focus,
button.bg-light-grey:hover,
button.bg-light-grey:focus {
    /*background-color: #8a919c !important;*/
    background-color: #8a919c;
}

.bg-medium-grey {
    /*background-color: #8d9094 !important;*/
    background-color: #8d9094;
}

a.bg-medium-grey:hover,
a.bg-medium-grey:focus,
button.bg-medium-grey:hover,
button.bg-medium-grey:focus {
    /*background-color: #616366 !important;*/
    background-color: #616366;
}

.bg-light-grey-blue {
    /*background-color: #bee6f8 !important;*/
    /*background-color: #bee6f8;*/
    background-color: #009cde;
}

a.bg-light-grey-blue:hover,
a.bg-light-grey-blue:focus,
button.bg-light-grey-blue:hover,
button.bg-light-grey-blue:focus {
    /*background-color: #91afbd !important;*/
    background-color: #91afbd;
}

.bg-exlight-grey {
    background-color: #eeeeee;
}

a.bg-exlight-grey:hover,
a.bg-exlight-grey:focus,
button.bg-exlight-grey:hover,
button.bg-exlight-grey:focus {
    background-color: #e0dede;
}

/*#8bb5c8*/
.bg-medium-grey-blue {
    /*background-color: #8bb5c8 !important;*/
    background-color: #8bb5c8;
}

a.bg-medium-grey-blue:hover,
a.bg-medium-grey-blue:focus,
button.bg-medium-grey-blue:hover,
button.bg-medium-grey-blue:focus {
    /*background-color: #648391 !important;*/
    background-color: #648391;
}

.bg-dark-grey-blue {
    /*background-color: #648391 !important;*/
    background-color: #648391;
}

a.bg-dark-grey-blue:hover,
a.bg-dark-grey-blue:focus,
button.bg-dark-grey-blue:hover,
button.bg-dark-grey-blue:focus {
    /*background-color: #3d5059 !important;*/
    background-color: #3d5059;
}

.navbar-dark {
    color: #343a40;
}

    .navbar-dark .navbar-toggler {
        color: #343a40;
        border-color: #343a40;
    }

        .navbar-dark .navbar-toggler .navbar-toggler-icon {
            color: #343a40;
            border-color: #343a40;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

.navbar-light {
    color: #343a40;
}

    .navbar-light .navbar-toggler {
        color: #343a40;
        border-color: #343a40;
    }

        .navbar-light .navbar-toggler .navbar-toggler-icon {
            color: #343a40;
            border-color: #343a40;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

.hidden {
    display: none;
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
    text-decoration: none;
}

.disabled-full-color {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
}

#header {
    height: 0px;
    background: #CCC;
    overflow: hidden;
}

#content {
    /*height: 300px;*/
    /*padding-top: 60px;*/
    /*background: #EEE;*/
    /*overflow-y: scroll;*/
    overflow-y: auto;
}

.col-md-spacer {

}


/*
    =========================================================
    Styles for page loading.
    =========================================================
*/
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid blue;
    border-left: 16px solid green;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.div-waiting {
    background-color: #555555;
    opacity: 0.75;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 10px;
    right: 10px;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
}
/* ========================================================= */


/*
    =========================================================
    Page loading timeout spinner.
    =========================================================
*/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    /*overflow: show;*/
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

:not(:required) hides these rules from IE9 and below
.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    text-decoration-color: #ffffff;
    color: #ffffff;
    content: '';
    display: block;
    /*font-family: 'Gotham';*/
    /*font-family: 'Gotham';*/
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* ========================================================= */


/*
    =========================================================
    Styles for page loading.
    =========================================================
*/
.ccp-instructions {
    list-style-type: circle;
    font-size: medium;
}

li.ccp-instructions {
    list-style-type: circle;
}

span.ccp-instructions {
    color: #2e2d2d;
    font-size: 15px;
}
/* ========================================================= */

/*
    =========================================================
    Non-Jumbotron.
    =========================================================
*/
.ccp-jumbotron {
    padding-top: 0.5px;
    padding-bottom: 0.5px;
    margin-bottom: 0.5px;
    color: inherit;
    background-color: #eeeeee;
}

    .ccp-jumbotron h1,
    .ccp-jumbotron .h1 {
        color: inherit;
    }

    .ccp-jumbotron p {
        /*font-family: 'Gotham';*/
        /*margin-bottom: 15px;*/
        margin-bottom: 5px;
        /*font-size: 21px;*/
        font-size: 18px;
        font-weight: 200;
    }

    .ccp-jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .ccp-jumbotron,
.container-fluid .ccp-jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.ccp-jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .ccp-jumbotron {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .container .ccp-jumbotron,
    .container-fluid .ccp-jumbotron {
        padding-right: 50px;
        padding-left: 50px;
    }

    .ccp-jumbotron h1,
    .ccp-jumbotron .h1 {
        font-size: 63px;
    }
}

@media (min-width: 576px) {
    .ccp-jumbotron {
        padding: 0.5rem 0.25rem;
    }
}
/* ========================================================= */


/*
    =========================================================
    CareLink Carousel Submit Button.
    =========================================================
*/
.btn-ccp-submit {
    color: #fff !important;
    margin: 0px 4px -1px 4px;
    width: 137px;
    /*margin-top: -32px;*/
    float: right;
}

    /*.btn-ccp-submit > span {
        color: #0033a0;
    }*/

    .btn-ccp-submit.grey-blue {
        background-color: #065a94;
        border-color: #065a94;
    }

    .btn-ccp-submit.charcoal-grey {
        background-color: #555555;
        border-color: #555555;
    }

    .btn-ccp-submit.blue-green {
        /*background-color: #009a44;*/
        background-color: #009a44;
        border-color: #0033a0;
        /*color: #0033a0;*/
    }

.btn-ccp-submit-lg {
    color: #fff !important;
    margin: 0px 4px -1px 4px;
    width: 215px;
    float: left;
}

    /*.btn-ccp-submit-lg > span {
        color: #0033a0;
    }*/

    .btn-ccp-submit-lg.grey-blue {
        background-color: #065a94;
        border-color: #065a94;
    }

    .btn-ccp-submit-lg.charcoal-grey {
        background-color: #555555;
        border-color: #555555;
    }

    .btn-ccp-submit-lg.blue-green {
        /*background-color: #009a44;*/
        background-color: #009a44;
        border-color: #0033a0;
        /*color: #0033a0;*/
    }
/* ========================================================= */


/*
    =========================================================
    CareLink Carousel Previous Button.
    =========================================================
*/
.btn-ccp-previous {
    color: #fff !important;
    margin: 0px 4px -1px 4px;
    width: 137px;
    float: left;
}

    .btn-ccp-previous.grey-blue {
        background-color: #065a94;
        border-color: #065a94;
    }

    .btn-ccp-previous.charcoal-grey {
        background-color: #555555;
        border-color: #555555;
    }

    .btn-ccp-previous.blue-green {
        /*background-color: #009a44;*/
        background-color: #009a44;
        border-color: #0033a0;
    }

.btn-ccp-previous-lg {
    color: #fff !important;
    margin: 0px 4px -1px 4px;
    width: 215px;
    float: left;
}

    .btn-ccp-previous-lg.grey-blue {
        background-color: #065a94;
        border-color: #065a94;
    }

    .btn-ccp-previous-lg.charcoal-grey {
        background-color: #555555;
        border-color: #555555;
    }

    .btn-ccp-previous-lg.blue-green {
        /*background-color: #009a44;*/
        background-color: #009a44;
        border-color: #0033a0;
    }
/* ========================================================= */


/*
    =========================================================
    CareLink Carousel Next Button.
    =========================================================
*/
.btn-ccp-next {
    color: #fff !important;
    margin: 0px 4px -1px 4px;
    width: 137px;
    float: right;
}

    .btn-ccp-next.grey-blue {
        background-color: #065a94;
        border-color: #065a94;
    }

    .btn-ccp-next.charcoal-grey {
        background-color: #555555;
        border-color: #555555;
    }

    .btn-ccp-next.blue-green {
        /*background-color: #009a44;*/
        background-color: #009a44;
        border-color: #0033a0;
    }

.btn-ccp-next-lg {
    color: #fff !important;
    margin: 0px 4px -1px 4px;
    width: 215px;
    float: right;
}

    .btn-ccp-next-lg.grey-blue {
        background-color: #065a94;
        border-color: #065a94;
    }

    .btn-ccp-next-lg.charcoal-grey {
        background-color: #555555;
        border-color: #555555;
    }

    .btn-ccp-next-lg.blue-green {
        /*background-color: #009a44;*/
        background-color: #009a44;
        border-color: #0033a0;
    }
/* ========================================================= */


/*
    =========================================================
    New account popup.
    =========================================================
*/
/*.new-account-popup-background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
    z-index: 10000;
}

.new-account-popup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    width: 500px;
    min-width: 500px;
    height: 140px;
    z-index: 10000;
}

.new-account-popup-no-height {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    width: 500px;
    min-width: 500px;
    height: unset;
    z-index: 10000;
}

.div-new-account-exit {
    background-color: #343a40 !important;
    box-shadow: 0 4px 2px -2px #555555;
    max-height: 30px;
    height: 30px;
    width: 100%;
    padding: 2px 1px 2px 1px;
}

    .div-new-account-exit > a {
        max-height: 28px;
        height: 28px;
        max-width: 28px;
        width: 28px;
        vertical-align: central;
    }*/
/* ========================================================= */


/*
    =========================================================
    
    =========================================================
*/
/*.table-wrapper {
    background: #ffffff;
}

.table-title {
    padding-bottom: 10px;
    margin: 0 0 10px;
}

    .table-title h2 {
        margin: 8px 0 0;
        font-size: 22px;
    }

.table {
    min-width: 100%;
}

table.table a:link {
    color: #0d638f;
}

table.table tr th, table.table tr td {
    border: 1px solid #dddddd;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

table.table-align-middle tr th, table.table-align-middle tr td {
    border: 1px solid #dddddd;
    height: 40px;
    text-align: center;
    vertical-align: middle;
}

table.table-align-left tr th, table.table-align-left tr td {
    border: 1px solid #dddddd;
    height: 40px;
    text-align: left;
    vertical-align: middle;
}

table.table-align-right tr th, table.table-align-right tr td {
    border: 1px solid #dddddd;
    height: 40px;
    text-align: right;
    vertical-align: middle;
}

table.table-sidebyside tr th, table.table-sidebyside tr td {
    border: 1px solid #dddddd;
    height: 40px;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}

table.table-sidebyside tbody td:nth-child(odd) {
    text-align: right;
    vertical-align: middle;
}

table.table-sidebyside tbody td:nth-child(even) {
    text-align: left;
    vertical-align: middle;
}

table.table-sidebyside-sm tr th, table.table-sidebyside-sm tr td {
    border: 1px solid #dddddd;
    height: 10px;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}

table.table-sidebyside-sm tbody td:nth-child(odd) {
    text-align: right;
    vertical-align: middle;
}

table.table-sidebyside-sm tbody td:nth-child(even) {
    text-align: left;
    vertical-align: middle;
}


table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}

table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
}

table.table-striped-blue tbody tr:nth-of-type(odd) {
    background-color: #e9f6ff;
}

table.table-striped-blue.table-hover tbody tr:hover {
    background: #9def9c;
}

table.table-striped-blue.table-hover tbody th:hover {
    background: #f5f5f5;
}

th.table {
    width: 25%;
    max-width: 25%;
}

table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}

table.table td:last-child {
    width: 130px;
}

table.table td a {
    color: #a0a5b1;
    display: inline-block;
    margin: 0 5px;
}

    table.table td a.view {
        color: #03a9f4;
    }

    table.table td a.edit {
        color: #ffc107;
    }

    table.table td a.delete {
        color: #e34724;
    }

table.table td i {
    font-size: 19px;
}*/
/* =================================================== */


/*
    =========================================================
    
    =========================================================
*/
.select2-dropdown {
    z-index: 999999;
}

.select2-dropdown--below {
    z-index: 999999;
}

.select2-results {
    z-index: 999999;
}
/* ========================================================= */


/*
    =========================================================
    
    =========================================================
*/

/* ========================================================= */


/* 
    =========================================================
    Viewport and media setup.
    @media Sizing for CCPortal.
        @media screen and (max-width: 767px) @media (min-width: 768px)
        @media (max-width: 767px)
        @media screen and (min-width: 768px)
        @media screen and (min-width: 768px) @media (min-width: 992px)
        @media (max-width: 991px)
        @media (min-width: 1200px)
        @media (max-width: 1199px)
        @media (min-width: 1200px)
        @media (max-width: 1199px)
        @media (min-width: 1200px)
        @media (max-width: 1199px)
        @media (min-width: 768px) and (max-width: 991px)
        @media (max-device-width: 480px) and (orientation: landscape)
        @media all and (transform-3d), (-webkit-transform-3d)
        @media screen and (-webkit-min-device-pixel-ratio: 0)
        @media print
    =========================================================
*/
#divCarouselPopup {
    /*background-color: #212529;*/
    width: 100%;
    height: 835px;
    margin-bottom: 10px;
}

.new-account-popup-close-window {
    margin-top: 2px;
    margin-left: 3px;
}

#pnlNewAccountPopup {
    width: 750px;
    height: 925px;
}

.new-account-popup-background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
    z-index: 10000;
}

/*.new-account-popup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    width: 500px;
    min-width: 500px;
    height: 140px;
    z-index: 10000;
}*/

.new-account-popup-no-height {
    /*background-color: #FFFFFF;*/
    border-width: 3px;
    border-style: solid;
    border-color: black;
    width: 500px;
    min-width: 500px;
    height: unset;
    z-index: 10000;
}

.div-new-account-exit {
    /*background-color: #343a40 !important;*/
    box-shadow: 0 4px 2px -2px #555555;
    max-height: 30px;
    height: 30px;
    width: 100%;
    padding: 2px 1px 2px 1px;
}

    .div-new-account-exit > a {
        max-height: 28px;
        height: 28px;
        max-width: 28px;
        width: 28px;
        vertical-align: middle;
    }

#divInstructions {
    width: 100%;
    height: 100%;
}

#divAccountSetup {
    width: 100%;
    height: 100%;
}

#divLocationSetup {
    width: 100%;
    height: 100%;
}

#divSecurityAgreement {
    width: 100%;
    height: 100%;
}

#divFinalize {
    width: 100%;
    height: 100%;
}

/*.digitalSignature img {
    width: 50%;
    height: 50%;
}*/
/*img.digitalSignature {
    width: 50%;
    height: 50%;
}
*/
/*img.digitalSignature img {
    width: 35%;
    height: 35%;
}*/
img.digitalSignature {
    /*width: 35%;*/
    width: 30%;
    /*height: 35%;*/
}

.ajaxtoolkit-sa-upload {
    width: 400px;
}

.security-agreement {
    color: #ffffff;
    /*background-color: transparent;*/
    /*background-color: #cacccf;*/
    background-color: #898d8d;
    margin: 1px 55px 55px 55px;
    border-radius: 5px;
}

/*#security-agreement-table {
    color: #ffffff;
    max-width: 487px;
}*/

.table {
    border-radius: 5px;
    margin-bottom: 0;
}

    .table tr:first-child td:hover {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .table tr:last-child td:hover {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    /*.table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td{
        line-height: 1.2285;
    }*/

    /*table.security-agreement .table, table {*/
    table.security-agreement {
        color: #ffffff;
    }

.table.security-agreement {
    color: #ffffff;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    /*border-top: 1px solid #ddd;*/
    border-top: none;
    line-height: 1.2285;
}

.table > thead > tr > th {
    /*border-bottom: 2px solid #ddd;*/
    border-bottom: none;
}

/* 
 * Small devices (landscape phones, 340px and up)
 */
@media (min-height: 340px) {
    /*#divCarouselPopup {
        background-color: #212529;
    }*/

    .bg-light-grey-blue {
        /*background-color: #bee6f8 !important;*/
        /*background-color: #bee6f8;*/
        background-color: #009cde;
    }

    a.bg-light-grey-blue:hover,
    a.bg-light-grey-blue:focus,
    button.bg-light-grey-blue:hover,
    button.bg-light-grey-blue:focus {
        background-color: #91afbd;
    }

    .bg-exlight-grey {
        background-color: #eeeeee;
    }

    a.bg-exlight-grey:hover,
    a.bg-exlight-grey:focus,
    button.bg-exlight-grey:hover,
    button.bg-exlight-grey:focus {
        background-color: #e0dede;
    }
}
@media (min-height: 340px) {
    /*#divCarouselPopup {
        background-color: #ff6a00;
        width: 100%;
        height: 767px;
        margin-bottom: 10px;
    }*/

    #divCarouselPopup {
        width: 100%;
        height: 485px;
        margin-bottom: 10px;
    }

    .carousel-inner {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .ccp-instructions {
        max-width: 435px;
        /*width: 435px;*/
        font-size: small;
    }

    span.ccp-instructions {
        font-size: 14px;
    }

    .ccp-instructions-lg {
        max-width: 485px;
        /*width: 485px;*/
        font-size: small;
    }

    span.ccp-instructions-lg {
        font-size: 14px;
    }

    /*#security-agreement-table {
        color: #ffffff;
        max-width: 487px;
    }*/

    h3, .h3 {
        font-size: 18px;
    }

    .form-control {
        font-size: 12px;
        height: 25px;
        line-height: 1.0;
    }

    label, .label, span.label {
        font-size: 12px;
        margin-bottom: 3px;
        font-weight: 500;
    }

    #pnlNewAccountPopup {
        font-size: 13px;
        width: 85%;
        height: 576px;
    }

    .div-panel-heading {
        margin-top: -25px;
        margin-bottom: -15px;
    }

    .new-account-popup-no-height {
        /*background-color: #FFFFFF;*/
        border-width: 3px;
        border-style: solid;
        border-color: black;
        min-width: 525px;
        height: 576px;
        z-index: 10000;
    }

    .div-new-account-exit {
        /*background-color: #343a40 !important;*/
        box-shadow: 0 1px 0.5px -0.5px #555555;
        max-height: 28px;
        height: 28px;
        width: 100%;
        padding: 1px 0.5px 1px 0.5px;
    }

        .div-new-account-exit > a {
            max-height: 18px;
            height: 18px;
            max-width: 18px;
            width: 18px;
            vertical-align: middle;
        }

    img.digitalSignature {
        width: 25%;
    }

    .ajaxtoolkit-sa-upload {
        width: 400px;
    }

    #cphFooter_ajxSAUpload_FileStatusContainer {
        display: none;
    }
}

/*
 * Medium devices (tablets, 576px and up)
 */
@media (min-height: 576px) {
    /*#divCarouselPopup {
        background-color: #212529;
    }*/

    .bg-light-grey-blue {
        /*background-color: #bee6f8 !important;*/
        /*background-color: #bee6f8;*/
        background-color: #009cde;
    }

    a.bg-light-grey-blue:hover,
    a.bg-light-grey-blue:focus,
    button.bg-light-grey-blue:hover,
    button.bg-light-grey-blue:focus {
        background-color: #91afbd;
    }

    .bg-exlight-grey {
        background-color: #eeeeee;
    }

    a.bg-exlight-grey:hover,
    a.bg-exlight-grey:focus,
    button.bg-exlight-grey:hover,
    button.bg-exlight-grey:focus {
        background-color: #e0dede;
    }
}
@media (min-height: 576px) {
    #divCarouselPopup {
        width: 100%;
        height: 436px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .carousel-inner {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .ccp-instructions {
        max-width: 485px;
        /*width: 485px;*/
        font-size: small;
    }

    span.ccp-instructions {
        font-size: 14px;
    }

    .ccp-instructions-lg {
        max-width: 555px;
        /*width: 555px;*/
        font-size: small;
    }

    span.ccp-instructions-lg {
        font-size: 14px;
    }

    /*#security-agreement-table {
        color: #ffffff;
        max-width: 575px;
    }*/

    h3, .h3 {
        font-size: 18px;
    }

    .form-control {
        font-size: 12px;
        height: 25px;
        line-height: 1.0;
    }

    label, .label, span.label {
        font-size: 12px;
        margin-bottom: 3px;
        font-weight: 500;
    }

    #pnlNewAccountPopup {
        font-size: 13px;
        width: 85%;
        height: 486px;
    }

    .div-panel-heading {
        margin-top: -25px;
        margin-bottom: -15px;
    }

    .new-account-popup-no-height {
        /*background-color: #FFFFFF;*/
        border-width: 3px;
        border-style: solid;
        border-color: black;
        min-width: 600px;
        height: 526px;
        z-index: 10000;
    }

    .div-new-account-exit {
        /*background-color: #343a40 !important;*/
        box-shadow: 0 2px 1px -1px #555555;
        max-height: 28px;
        height: 28px;
        width: 100%;
        padding: 1px 0.5px 1px 0.5px;
    }

        .div-new-account-exit > a {
            max-height: 18px;
            height: 18px;
            max-width: 18px;
            width: 18px;
            vertical-align: middle;
        }

    img.digitalSignature {
        width: 25%;
    }

    .ajaxtoolkit-sa-upload {
        width: 400px;
    }

    #cphFooter_ajxSAUpload_FileStatusContainer {
        display: none;
    }
}

/*
 * Large devices (desktops, 768px and up)
 */
@media (min-height: 768px) {
    /*#divCarouselPopup {
        background-color: #212529;
    }*/

    .bg-light-grey-blue {
        /*background-color: #bee6f8 !important;*/
        /*background-color: #bee6f8;*/
        background-color: #009cde;
    }

    a.bg-light-grey-blue:hover,
    a.bg-light-grey-blue:focus,
    button.bg-light-grey-blue:hover,
    button.bg-light-grey-blue:focus {
        background-color: #91afbd;
    }

    .bg-exlight-grey {
        background-color: #eeeeee;
    }

    a.bg-exlight-grey:hover,
    a.bg-exlight-grey:focus,
    button.bg-exlight-grey:hover,
    button.bg-exlight-grey:focus {
        background-color: #e0dede;
    }
}
@media (min-height: 768px) {
    #divCarouselPopup {
        width: 100%;
        height: 628px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .carousel-inner {
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .ccp-instructions {
        max-width: 555px;
        /*width: 555px;*/
        font-size: small;
    }

    span.ccp-instructions {
        font-size: 14px;
    }

    .ccp-instructions-lg {
        /*max-width: 555px;*/
        max-width: 680px;
        /*width: 555px;*/
        font-size: small;
    }

    span.ccp-instructions-lg {
        font-size: 14px;
    }

    /*#security-agreement-table {
        color: #ffffff;
        max-width: 487px;
    }*/

    h3, .h3 {
        font-size: 21px;
    }

    .form-control {
        font-size: 13px;
        height: 30px;
        line-height: 1.25;
    }

    label, .label, span.label {
        font-size: 13px;
        margin-bottom: 4px;
        font-weight: 600;
    }

    #pnlNewAccountPopup {
        width: 750px;
        height: 678px;
    }

    .new-account-popup-no-height {
        /*background-color: #FFFFFF;*/
        border-width: 3px;
        border-style: solid;
        border-color: black;
        width: 750px;
        min-width: 750px;
        height: 718px;
        z-index: 10000;
    }

    .div-new-account-exit {
        /*background-color: #343a40 !important;*/
        box-shadow: 0 4px 2px -2px #555555;
        max-height: 30px;
        height: 30px;
        width: 100%;
        padding: 2px 1px 2px 1px;
    }

        .div-new-account-exit > a {
            max-height: 28px;
            height: 28px;
            max-width: 28px;
            width: 28px;
            vertical-align: middle;
        }

    img.digitalSignature {
        width: 30%;
    }

    .ajaxtoolkit-sa-upload {
        width: 400px;
    }
}

/*
 * Extra large devices (large desktops, 974px and up)
 */
@media (min-height: 974px) {
    /*#divCarouselPopup {
        background-color: #212529;
    }*/

    .bg-light-grey-blue {
        /*background-color: #bee6f8 !important;*/
        /*background-color: #bee6f8;*/
        background-color: #009cde;
    }

    a.bg-light-grey-blue:hover,
    a.bg-light-grey-blue:focus,
    button.bg-light-grey-blue:hover,
    button.bg-light-grey-blue:focus {
        background-color: #91afbd;
    }

    .bg-exlight-grey {
        background-color: #eeeeee;
    }

    a.bg-exlight-grey:hover,
    a.bg-exlight-grey:focus,
    button.bg-exlight-grey:hover,
    button.bg-exlight-grey:focus {
        background-color: #e0dede;
    }
}
@media (min-height: 974px) {
    #divCarouselPopup {
        width: 100%;
        height: 834px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .carousel-inner {
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .ccp-instructions {
        max-width: 555px;
        /*width: 555px;*/
        font-size: small;
    }

    span.ccp-instructions {
        font-size: 15px;
    }

    .ccp-instructions-lg {
        /*max-width: 555px;*/
        max-width: 680px;
        /*width: 555px;*/
        font-size: small;
    }

    span.ccp-instructions-lg {
        font-size: 14px;
    }

    /*#security-agreement-table {
        color: #ffffff;
        max-width: 487px;
    }*/

    h3, .h3 {
        font-size: 24px;
    }

    .form-control {
        font-size: 15px;
        height: 34px;
        line-height: 1.5;
    }

    label, .label, span.label {
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .form-control {
        font-size: 15px;
        height: 34px;
        line-height: 1.5;
    }

    label, .label, span.label {
        font-size: 15px;
        margin-bottom: 3px;
        font-weight: 700;
    }

    #pnlNewAccountPopup {
        width: 750px;
        height: 884px;
    }

    .new-account-popup-no-height {
        /*background-color: #FFFFFF;*/
        border-width: 3px;
        border-style: solid;
        border-color: black;
        width: 750px;
        min-width: 750px;
        height: 924px;
        z-index: 10000;
    }

    .div-new-account-exit {
        /*background-color: #343a40 !important;*/
        box-shadow: 0 4px 2px -2px #555555;
        max-height: 30px;
        height: 30px;
        width: 100%;
        padding: 2px 1px 2px 1px;
    }

        .div-new-account-exit > a {
            max-height: 28px;
            height: 28px;
            max-width: 28px;
            width: 28px;
            vertical-align: middle;
        }

    img.digitalSignature {
        width: 30%;
    }

    .ajaxtoolkit-sa-upload {
        width: 400px;
    }
}
/* ========================================================= */


/*
    =========================================================
    Styles for overriding muted text with 80% black.
    =========================================================
*/
.ccp-text-muted {
    /*color: #6c757d;*/
    color: #2c3033;
}

.ccp-light-text-muted {
    color: #cccccc;
}
/* ========================================================= */


/*
    =========================================================
    
    =========================================================
*/

/* ========================================================= */
