﻿body {
    font-family: 'Montserrat',sans-serif,Helvetica,Arial,"Helvetica Neue";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
h1 {
    color: #007680;
}
.ap-div {
    min-height: 20px;
    width: 460px;
    padding: 19px;
    margin-left: 0px !important;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.btn-secondary {
    background-color: #535A5F;
    color: #fff;
    border-color: #6c757d;
    border-width: 0;
    height: 35px;
    width: 70px;
    font-weight: bold;
    border-radius: .25rem;
}
.btn-teal,a.btn-teal:hover {
    background-color: #328a94;
    border-color: #007680;
    color: white;
    border-width: 0;
    height: 35px;
    width: 70px;
    font-weight: bold;
    border-radius: .25rem;
}
.btn-midblue {
    color: #fff;
    background-color: #01426A;
    height: 36px;
    border-color: #01426A;
    border-width: 0;
}
.btn-addFiles {
    color: #fff;
    background-color: #01426A;
    height: 44px;
    border-color: #01426A;
    border-width: 0;
    border-radius: .25rem;
}
.btn-remove {
    color: #fff;
    background-color: #dc3545;
    height: 36px;
    border-color: none;
    border-width: 0;
}
.btn-fremove{
    width:3rem!important;
}
.btn-teal[disabled], .btn-addFiles[disabled], .form-control[disabled], .btn-secondary[disabled] {
    cursor: not-allowed;
    opacity: .45;
    box-shadow: none;
}
.grecaptcha-badge {
    margin-bottom: 21em;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
label {
    display: block;
}
.form-floating > label {
    padding: .25rem;
    margin-bottom: 0;
}
.form-control {
    border-color: #000;
}
.form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    width:auto;
}
.progress-bar {
    float: left;
    height: 100%;
    font-size: 13px;
    font-weight:bold;
    line-height: 20px;
    text-align: center;   
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
}
.progress-bar-striped {
    background-size: 40px 40px;
}
.progress .progress-bar {
   background-color: #164D6F !important;
}
.field-validation-error{
    color:red;
}
.field-validation-valid{
    color:red;
}
.text-danger {
    color: #721c24;
}
.custom-radio-input{
    width:1.2rem;
    height:1.2rem;
    margin-top:0.2rem;
    margin-right: 0.7rem;
}
.form-check-label{
    margin-left:0.15rem;
}
.rlbl-uinfo {
    margin-left: 0.35rem !important;
}
.dl-horizontal {
    padding-top: 15px;
}
.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 180px;
}
.othersText {
    width: auto;
    display: inline-block;
    margin-left: 10px !important;
}
.otherText-label {
    display: inline-block!important;
}
.pad-left {
    padding-left: 2.5em;
}
.pull-right {
    float: right !important;
}
.pgtwo-rows {
    margin-left: 20px;
}
.owner-margin {
    margin-right: 0px;
    margin-left: 10px;
}
.pgone-customcol {
    width: 300px !important;
}
.custom-column {
    width: 370px !important;
}
.col-4 {
    flex: 0 0 auto;
    width: 60%;
}
.info-panel {
    background-color: #cff4fc;
    border-left: 0.25rem solid #9eeaf9;
    color: #055160;
    font-weight: bold;
}
.errinfo-panel {
    background-color: #f8d7da;
    border-left: 0.25rem solid #dc3545;
    color: #58151c;
    font-weight: bold;
}
.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f1aeb5;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd !important;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.md-panel, .shadow-panel {
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    border-radius: 4px;
    padding: 23px;
    width: auto;
}
h4 {
    color: unset;
}
legend#submit-doc-label {
    font-size: 1em;
    font-weight: 700;
}
@media (min-width: 576px) {
    .col-sm {
        flex: unset;
    }
}
@media (min-width: 768px) {
    .owner-margin {
        margin-right: 80px;
        margin-left: 80px;
    }
    .col-md {
        flex: 1 0 auto;
    }
}
@media (max-width: 990px) {
    .form-floating {
        margin-bottom: 2px;
        width: 100%;
    }
    .custom-column {
        width: 370px !important;
    }
    .col-4 {
        flex: 0 0 auto;
        width: 60%;
    }
}
@media (min-width: 990px) {
    .form-floating {
        margin-bottom: 2px;
        width: 100%;
    }
    .custom-column {
        width: 370px !important;
    }
    .col-4 {
        flex: 0 0 auto;
        width: 60%;
    }
}