/* Custom page styles */
.form-control {
 
    line-height: 25px !important;
}

.badge-disabled{

	background-color: #fff !important;
    color: #535f6b; !important;

}

#loading-center {
    background: url(../images/pre-loader/loader-02.svg) no-repeat scroll center center;
}


.message.success {
    color: #296f51;
    background-color: #dcf7eb;
    border-color: #42b483;
}
.message {
    position: relative;
    padding: .55rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.message.error {
    color: #802d3d;
    background-color: #fddde4;
    border-color: #cf4863;
}
.message {
    position: relative;
    padding: .55rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.error-message{
    font-size: 0.8em;
    padding: .55rem 1rem;
    margin-bottom: 1rem;
    color: #802d3d;
    background-color: #fddde4;
    border-color: #cf4863;    
}

.clear{
    clear: both;
}

.mb-1{
    margin-bottom: 10px !important;
}
.mb-2{
    margin-bottom: 20px !important;
}

.mb-3{
    margin-bottom: 30px !important;
}

.mb-4{
    margin-bottom: 40px !important;
}

.mb-5{
    margin-bottom: 50px !important;
}

.mb-6{
    margin-bottom: 60px !important;
}

label{
    font-weight: 600;
}
.info-usuario p{
    line-height: 15px;
    text-align: right;
    margin: 0px;
    font-size: 0.9em;
    padding-right: 5px;
}
.info-usuario p span{
    display: block;
    font-size: 0.8em;
}

.filepond--credits{
    display: none !important;
}

.card-body h4{
    background: #f7f9ff;
    margin-bottom: 20px;
    padding: 10px; 
}

::-webkit-scrollbar {
  width: 20px;
}


