﻿
.thumbsUp {
    width: 70px;
    height: 70px;
    object-fit: contain;
}


#divMain {
    min-height: 650px;
    background-color: #002644;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.2);
    padding-top: 20px;
    padding-bottom: 20px;
}

#divMain #divDebtSummary {
    min-width: 250px;
    background-color: #ffffff;
}

#divMain #divPaymentOptions {
    background-color: #ffffff;
}

.pbSelected {
    text-align: center;
    font-family: LatoWeb;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #333740;
    width: 100%;
}

.pbUnSelected {
    opacity: 0.2;
}



#divPaymentOptions hr {
    margin-top: 28px;
    width: 98%;
    border: solid 1px #e1e1e1;
    clear: both;
}

#divPaymentOptions #lblPifAmt {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: #333740;
}

#divPaymentOptions #txtPayAmt {
    width: 115px;
    height: 30px;
    border-radius: 5px;
    border: solid 1px #c7c9c8;
}

.comboBoxState {
    width: 165px;
    height: 40px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #c7c9c8;
}

.cc {
    vertical-align: top;
    float: left;
    margin-left: 40px;
    position: relative;
    top: -20px;
}
.check {
    padding-top: 10px;
    width: 71.8px;
    height: 46px;
    float: left;
    margin-left: 40px;
}

.agreeSubmit {
    height: 34px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: #51545c;
}
.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
