﻿@font-face {
    font-family: 'Gotham-Black';
    src: url('../Fonts/Gotham-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/roboto.regular.ttf') format('truetype');
}

input[type="text"] {
    border: 1px solid #c0c0c0;
    padding: 5px 5px 5px 5px;
}

div.clear {
    clear: both;
}

div#container-left-menu {
    float: left;
    width: 150px;
    height: 380px;
    padding-right: 10px;
    margin-top: 20px;
}

.level1 {
    color: White;
    background-color: #73A8F9;
    font-size: 0.95em;
    padding: 7px 12px 7px 20px;
    border-left: 5px solid #BBE0FB;
    width: 100px;
}

    .level1 li {
        border-bottom: 1px solid #fff;
    }

    .level1 a {
        font-family: Calibri, Verdana, Tahoma, Arial;
    }

        .level1 a:hover {
            background-color: #BBE0FB;
        }

div#container {
    margin: 0 auto;
    width: 950px;
}

div#container {
    background-color: White;
    padding: 7px 7px 7px 7px;
    margin-top: 150px;
    min-height: 400px;
}

    div#container.content h1 {
        font-family: Gotham-Medium;
    }

/********************** HEADER DESIGN ****************************/

#medicard_header {
    background-color: White;
    background-position: center bottom;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 10px 0 #ccc;
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0px;
    margin: 0px;
    padding: 0px;
    font-family: Roboto;
    z-index: 5;
}

    #medicard_header a:link {
        color: gray !important;
    }

    #medicard_header a:visited {
        color: gray !important;
    }

    #medicard_header a:hover {
        color: #812991 !important;
    }

/********************** FOOTER DESIGN ****************************/

div#medicard_footer_container {
    font-family: Roboto !important;
    padding-top: 10px;
    background-color: #3d3d3d;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    height: 220px;
    width: 100%;
    color: white;
    font-size: 14px !important;
}

#medicard_footer_container a:link {
    color: white !important;
}

#medicard_footer_container a:visited {
    color: white !important;
}

#medicard_footer_container a:hover {
    color: #812991 !important;
}

div#medicard_footer_copyright {
    padding-top: 10px;
    background-color: #4a4a4a;
    background-position: center top;
    background-repeat: no-repeat;
    font: 11px/1.3em "Roboto";
    margin-bottom: 0px;
    height: 50px;
    width: 100%;
    color: white !important;
}

div#form_container {
    background-color: #fff;
    padding: 10px 100px;
    margin-top: 100px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding-bottom: 50px;
}

.footerLinks img {
    transition: transform 0.5s ease;
}

    .footerLinks img:hover {
        transform: scale(1.25);
    }

/******************** BODY  *********************/

legend {
    font-size: 18px;
    color: #812991 !important;
    font-weight: bold;
}

div#form_container h4 {
    color: #0c2b7d;
    font: 800 18px/1.1em "Arial";
    margin: 10px 0;
}

div#radio_container {
    padding: 25px 0;
}

.idvfldSet {
    width: 700px;
    margin-left: 120px;
    background-color: #F2F2F2;
}

    .idvfldSet table {
        margin-top: 20px;
        width: 100% !important;
    }

.idvfldSetValSummary {
    padding-left: 2em;
    font-size: 16px;
    background-color: darksalmon !important;
}

.idvfldSetContent {
    padding-left: 2em !important;
}

.idvfldSetContentRight {
    padding-right: 1em !important;
}

.spacing1em {
    padding-top: 1em !important;
}

.spacing05em {
    padding-top: 0.5em !important;
}

.tdwidth222 {
    width: 222px !important;
}

.tdwidth80 {
    width: 80px !important;
}

.txtStrong {
    font-weight: bold !important;
}

.txtUppercase {
    text-transform: uppercase !important;
}

.txtJustify {
    text-align: justify !important;
}

.marginleft015 {
    margin-left: 15px !important;
}

.marginleft020 {
    margin-left: 20px !important;
}

.marginleft040 {
    margin-left: 40px !important;
}

.marginleft120 {
    margin-left: 120px !important;
}

.padright20 {
    padding-right: 30px !important;
}


.listItem {
    list-style-type: disc !important;
    margin-left: 40px !important;
}

.spanRequired {
    color: red;
    font-size: 11px;
}

.tdHidden {
    display: none !important;
}

.dataprivacyterms {
    text-align: justify !important;
    /*padding-top: 15px !important;
    padding-left: 120px !important;
    padding-right: 120px !important;*/
}

    .dataprivacyterms ol {
        padding-left: 10px !important;
    }

        .dataprivacyterms ol li {
            margin: 10px !important;
        }

.dptReadMore {
    color: blue;
    text-align: center !important;
}

.divSave {
    text-align: center;
}

.indAppButtons {
    border-radius: 5px;
    background: #800080;
    width: 200px;
    height: 50px;
}

    .indAppButtons:hover {
        box-shadow: 0 0 15px 0 #800080;
    }

.paymentIcon {
    height: 60px;
    width: 60px;
    border: 0;
}

.paymongoIcon {
    height: 60px;
    border: 0;
}

.optPmt {
    margin-left: 20px;
}

.hidePmt {
    display: none;
}

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

    .radio-item input[type='radio'] {
        display: none;
    }

    .radio-item label {
        font-weight: bold;
    }

        .radio-item label:before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 5px;
            margin: 0 5px 0 0;
            width: 20px;
            height: 20px;
            border-radius: 11px;
            border: 2px solid #800080;
            background-color: transparent;
        }

    .radio-item input[type=radio]:checked + label:after {
        border-radius: 11px;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 9px;
        left: 10px;
        content: " ";
        display: block;
        background: #800080;
    }

.newLinks {
    font-family: Roboto;
    font-size: 18px;
    color: #800080;
}

.newHeader {
    font-family: Roboto;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.style1 {
    height: 60px;
    width: 80px;
}

.style2 {
    height: 60px;
    width: 90px;
}

.consent-notallowed {
    cursor: not-allowed;
}

.consent-tooltip {
    position: relative;
    display: inline-block;
}

    .consent-tooltip .consent-tooltiptext {
        visibility: hidden;
        width: 350px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        margin-left: -100px;
    }

    .consent-tooltip:hover .consent-tooltiptext {
        visibility: visible;
    }

.footer_container {
    width: 100% !important;
}

.footer_table {
    padding-left: 30px;
    padding-right: 30px;
}

.footer_logo {
    object-fit: contain;
}

.footer_links {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px !important;
}

.td20 {
    width: 20% !important;
}

.tdLineheight {
    line-height: 50px;
}

.divOthStatement {
    text-align: justify !important;
    padding-right: 20px !important;
}
