/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html {
    font-size: 115% !important;
}

body{
    font-family: Aileron, sans-serif !important;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #ffffff;
    background: #369bde;
    border-color: transparent !important;
    padding: 8px 30px !important;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);
    border-radius: 25px;
}
    .btn-primary:hover {
        color: #ffffff;
        background: linear-gradient(90deg,rgba(74, 68, 132, 1) 0%, rgba(117, 114, 166, 1) 35%, rgba(76, 129, 160, 1) 72%, rgba(40, 176, 173, 1) 100%) !important;
        border-color: transparent !important;
        padding: 8px 30px !important;
        box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
        border-radius: 25px;
    }
    .btn-primary:focus {
        box-shadow: none !important
    }
    .btn-primary:disabled {
        color: #ffffff;
        background-color: #e02892 !important;
        border-color: #e02892 !important;
        padding: 8px 30px !important;
        box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
        border-radius: 25px;
    }
.btn-secondary {
    border-radius: 15px !important;
    padding: 2px 17px 4px 17px !important;
}
    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 30px;
    background: #efefef;
    color: #292929 !important;
    padding: 10px;
}
.chi-b-b-3 {
    border-bottom: solid 3px #e02892;
}
.fontBold{
    font-weight:bold !important;
}
form .submit-row {
    margin: 30px 0 !important;
}
.form-control {
    border: 1px solid #909090 !important;
    border-radius: 0.50rem !important;
}
.m-b-5 {
    margin-bottom: 5px !important;
}
.m-b-10{
    margin-bottom:10px !important;
}
form #line {
    border-bottom: 2px solid #e02892!important;
}
.m-r-15{
    margin-right:15px;
}
.height150{height:150px;}
.height40{height:40px;}
.width100perc{width:100%;}
label{
    font-weight:500;
    color:#292929 !important;
}
.signBox {
    width: 300px;
    display: inline-block;
    border-radius: 10px;
    border: solid 1px #909090;
}
.dobBox{
    width:300px;
    display:inline-block;
}
.borderNone{border:none !important;}
.clear{
    clear:both;
}
.widthAuto{
    width:auto;
}
.marginZeroAuto{
    margin:0 auto;
}
.font-0pt9{
    font-size:0.9rem !important;
}

#countdown {
    font-weight: bold;
    font-size: 1.1em
}

a{
    text-decoration: none;
}

.language-dropdown {
    border: 1px solid grey;
    width: 180px;
    text-align: left;
}

.dropdown-toggle::after {
    margin-left: 4.255em !important;
}

.dropdown-item {
    width: 180px !important;
}
.invisible-input {
    visibility: hidden;
    height: 0;
    width: 0;
}

.header {
    background-color: #efedf0;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 12;
}

.colorGrad {
    background: #4A4484;
    background: linear-gradient(90deg,rgba(74, 68, 132, 1) 0%, rgba(117, 114, 166, 1) 35%, rgba(76, 129, 160, 1) 72%, rgba(40, 176, 173, 1) 100%);
    padding: 0px 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -6px 10px rgb(0 0 0 / 20%);
    height: 20px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.d-inlineblock {
    display: inline-block;
}
.m-r-10{
    margin-right:10px;
}
.m-r-20 {
    margin-right: 20px;
}

.blueGreenText {
    color: #009897 !important;
}

.m-t-130 {
    margin-top: 130px;
}
.clear{
    clear:both;
}

.b-like-input {
    display: inline;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.b-like-input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

#Submission_FinancialConsentIncomeSource5 {
    margin-top: 0.75em;
}
.m-15{
    margin:15px;
}

.quick-start {
    border: 2px solid #56c4c4;
    border-radius: 20px;
    padding: 13px;
    margin: 20px 0;
}
.displayInlineFlex{
    display:inline-flex;
}

iframe {
    width: 100% !important;
    height: 100vh !important;
}
@media screen and (max-width:1198px) {
    .breakDownLabel {
        display: block !important;
    }
}
@media screen and (min-width:1199px) and (max-width:1400px) {
    #Submission_PatientPreferredLanguage4 {
        width: 190px !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1250px !important;
    }
}
#Submission_PatientPreferredLanguage4 {
    width: 190px;
}