::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 1px solid #cfa941;
    outline: 0;
}

.form-control:focus {
    border-color: #cfa941;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(236, 212, 147);
    box-shadow: 0 0 0 0.2rem rgb(236, 212, 147);
}

.validationPlaceholder::-webkit-input-placeholder {
    color: #f83a3a;
    font-size: 12px;
}

.flexRightAlign {
    display: flex;
    justify-content: flex-end;
}
.flexcenterAlign {
    display: flex;
    justify-content: center;
}

.forcefont14 {
    font-size: 14px;
}

.forcefont12 {
    font-size: 12px;
}

.popover-body {
    font-size: 12px;
    color: black;
}

.ui-datepicker-prev {
    padding-top: 10px;
}

.ui-datepicker-next {
    padding-top: 10px;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    height: 30px !important;
}

.ui-datepicker-header {
    height: 32px;
}

.forcefont10 {
    font-size: 10px;
}

input, textarea, select, fieldset {
    margin-bottom: 0px !important;
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.btn-outline-info, .btn-outline-danger, .btn-success, .btn-outline-primary, .btn-outline-secondary, .btn-outline-dark, .close, .btn-outline-warning {
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    padding: 0px 20px;
    letter-spacing: 0.1rem;
    border-radius: 4px;
    box-sizing: border-box;
    width: min-content !important;
}
.btn-outline-info, .btn-outline-danger, .btn-success, .btn-outline-primary, .btn-outline-secondary, .btn-outline-dark, .close, .btn-outline-warning {
    display: inline-block;
}
    .btn-outline-info, .btn-outline-danger, .btn-success, .btn-outline-primary, .btn-outline-secondary, .btn-outline-dark:hover, .btn-outline-warning {
        font-weight: bold;
    }

.gc-reset {
    -webkit-transform: scale(0.95) !important;
    transform: scale(0.95) !important;
    -webkit-transform-origin: 0 0 !important;
    transform-origin: 0 0 !important;
}

.modalHeaderFooter {
    background-color: #cfa941;
    border: 1px solid #cfa941;
    color: #fff;
    height: 13px;
    padding: 1.6rem 1rem;
}
.modalFooter {
    /*border-top: 1px solid #cfa941;
    height: 18px;*/
}
.modalOutline {
    border: 1px solid #a37b0d;
}
.modalHeading {
    font-size: 13px;
     line-height: 1px; 
    font-weight: bold;   
}
.modalBodyContentColor {
    color: #725e28;
    min-height: 75px;
    display: flex;
    padding: 0.4rem;
}
.autoMargin{
    margin:auto;
}
.close{
    font-size: 20px;
}
.loginHeader {
    font-size: 16px;
}
.readonlyInput {
    width: auto;
    text-align: center;
    background-color: #cfa941 !important;
    color: #fff;
    font-weight: bold;
}
.labler {
    font-weight: unset !important;
    color: #cfa941;
}
.modalBtn {
    padding: 0 20px;
    font-size: 10px;
    border-radius: 4px;
    font-weight: bold;
}
.flexPropButton {
    display: flex;
    justify-content: space-between;
}
.spacer{
    display:none;
}
@media only screen and (max-width: 375px){
    .flexPropButton {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .spacer {
        display: block;
        padding: 4px;
    }
}
.themeColor {
    color: #cfa941;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}
.footerFix {
    bottom: 0;
    position: fixed;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    color:#725e28;
}
.fullWidth{
    width: 100% !important;
}
.custNav {
    height: 30px;
    padding: 10px 5px 0px 5px;
    background-color: #fff;
    border: 1px solid #e4c479;
    color: #074576;
    font-weight: bold;
    border-radius: 5px;
    width: 110px;
    text-align: center;
    font-size: 11px;
}
.custMainNav {
    height: 30px;
    padding: 10px 5px 0px 5px;
    background-color: #074576;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    font-size: 11px;
    width: 110px;
    text-align: center;
}
.navSetter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
}
.loanHeader {
    border-radius: 16px;
    padding: 5px;
    background-color: #337AB7 !important;
    display: flex;
    flex-wrap: wrap;
    color: white;
    font-weight: bold;
    justify-content: center; 
    /*border: 1px solid;*/
}
.table-btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 30px;
    line-height: 30px;
}
.loanHeaderSuccess {
    border-radius: 3px;
    padding: 12px;
    background-color: #DFF0D8 !important;
    display: flex;
    flex-wrap: wrap;
    color: #627F4C;
    font-weight: bold;
    justify-content: center;
}
.loanHeaderFailure {
    border-radius: 3px;
    padding: 2px 5px 0px 5px;
    background-color: #ffe1e1 !important;
    display: flex;
    flex-wrap: wrap;
    color: #973C3C;
    font-weight: bold;
    justify-content: center;
}
.loanLayoutBck {
    background-color: #289c9c;
    padding: 5px 10px;
    font-weight: bold;
    color: white;
    border-radius: 3px;
}
.bold {
    font-weight: bold;
}
.downspacing{
    padding-bottom: 10px;
}
.no-padding{
    padding:0px;
}
.gridlable{
    font-weight: bold;
}
.gridlableValue {
    color: #cfa941;
}
.divDecorator {
    font-weight: bold;
    color: #007bff;
    cursor: pointer;
}

.divDecorator:hover {
    font-weight: bold;
    color: #074576;
    cursor: pointer;
    text-decoration: underline;
}
.tableRowColumn {
    display: flex;
    justify-content: space-around;
}
@media only screen and (max-width: 960px){
    .tableRowColumn {
        display: flex;
        flex-direction:column;
        justify-content: space-around;
    }
}
@media only screen and (min-width: 320px) and (max-width: 350px) {
    .aligner1 {
        padding-left: 0px;
    }

    .aligner {
        padding-left: 0px;
    }
}
@media only screen and (min-width: 351px) and (max-width: 360px) {
    .aligner1 {
        padding-left: 2px;
    }

    .aligner {
        padding-left: 2px;
    }
}
@media only screen and (min-width: 361px) and (max-width: 380px) {
    .aligner1 {
        padding-left: 3px;
    }

    .aligner {
        padding-left: 3px;
    }
}
@media only screen and (min-width: 381px) and (max-width: 450px) {
    .aligner1 {
        padding-left: 4px;
    }

    .aligner {
        padding-left: 4px;
    }
}
@media only screen and (min-width: 451px)and (max-width: 960px) {
    .aligner1 {
        padding-left: 5px;
    }

    .aligner {
        padding-left: 5px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 450px) {
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-left: 6px;
        padding-right:6px;
        font-size:13px;
    } 
}

@media only screen and (min-width: 451px) and (max-width: 750px) {
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 650px) {
    .profilebody {
        width: 115%;
        margin-left: -40px;
    }
}

.modalXbutton {
    padding: 0px 10px !important;
    font-size: 30px;
    outline: none;
}
.close{
    outline: none !important;
}
.linkButton {
    background-color: transparent;
    outline: none;
    border: 0;
    padding:0;
    color: blue;
    font-size: 12px;
    text-decoration: underline;
    height:23px;
}
    .linkButton:hover {
        color: #cfa941;
        font-weight: bold;
    }

/* CSS for responsive iframe */
#Iframe-Master-CC-and-Rs {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.responsive-wrapper {
    position: relative;
    height: 0;
}

    .responsive-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }

.responsive-wrapper-wxh-572x612 {
    padding-bottom: 107%;
}
.set-border {
    border: 5px inset #4f4f4f;
}

.set-box-shadow {
    -webkit-box-shadow: 4px 4px 14px #4f4f4f;
    -moz-box-shadow: 4px 4px 14px #4f4f4f;
    box-shadow: 4px 4px 14px #4f4f4f;
}

.set-padding {
    padding: 40px;
}

.set-margin {
    margin: 30px;
}

.center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
}
.leftMarginButton{
    margin-left: 13px;
}
@media only screen and (max-width:960px){
    .leftMarginButton {
        margin-left: 0;
    }
    .linkButton{
        text-align: left!important;
    }
}
@media only screen and (min-width:961px) and (max-width: 1000px) {
    .leftMarginButton {
        margin-left: 9px;
    }
}
@media only screen and (min-width:1001px) and (max-width: 1100px) {
    .leftMarginButton {
        margin-left: 13px;
    }
}
.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

    .responsive-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.noMarginAtAll{
    margin: 0 !important;
    width:100% !important;
}

@media only screen and (min-width: 768px) and (max-width: 800px){
 .paddingBottom{
  padding-bottom: 23px;
 }
}
@media only screen and (min-width: 801px) and (max-width: 805px){
 .paddingBottom{
  padding-bottom: 20px;
 }
}
@media only screen and (min-width: 806px) and (max-width: 812px){
 .paddingBottom{
  padding-bottom: 17px;
 }
}
@media only screen and (min-width: 470px){
    .centerTable{
        margin-left:7px;
    }
}