/* EXTRAS */
#errorContainer {
    overflow: auto;
    margin: 5px 0 25px;
    color:#ff1c1c;
    float: none;
    width: auto;
    font-weight:600;
    text-align:left;
}


#okContainer {
    overflow: auto;
    background-color: #FFFFFF;
    border: 1px solid #0000FF;
    padding: 6px 10px;
    margin: 5px 0 5px;
    color: #0000FF;
    float: none;
    width: auto;
    font-weight: bold;
    text-align: center;
}


#errorContainerForm {
    background: #fff;
    border-left: 5px solid #d72828;
    border-radius: 5px;
    left: 50%;
    margin-left: -150px;
    padding: 20px 20px 15px;
    position: fixed;
    top: 40%;
    width: 300px;
    z-index: 99999;
}

#errorContainerForm h4 {
    background: url(../imagem/prog/ico-error.png) left center no-repeat;
    color: #ff1c1c;
    font-size: 17px;
    height: 26px;
    letter-spacing: -0.03em;
    line-height: 26px;
    margin: 0 0 13px;
    padding: 0 0 0 35px;
}

#errorContainerForm p {
    font-size: 15px;
    margin: 0 0 5px;
}

#errorContainerForm .botao {
    background: none;
    border-radius: 12px;
    border: 1px solid #818587;
    color: #727477;
    display: block;
    font-size: 11px;
    float: right;
    font-weight: 600;
    height: 25px;
    line-height: 23px;
    margin: 15px 0 0;
    min-width: auto;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    width: auto;
}

#errorContainerForm li {
    list-style: none;
    height: auto;
    margin: 0 10px 0 0;
    width: auto;
}

#errorContainerForm label {
    float: none;
    width: auto;
}

/* MODAL DE ERRO */

.errorValidProg {
    display: none;
}

.errorValidProg .mask {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#errorContainerForm2 {
    display: none;
    overflow: auto;
    background-color: #FFFFFF;
    border: 1px solid #ff1c1c;
    padding: 6px 10px;
    margin: 5px 0 5px;
    color: #ff1c1c;
}

#errorContainerForm2 li {
    list-style: none;
    float: left;
    height: auto;
    margin: 0 10px 0 0;
    width: auto;
}

#errorContainerForm2 label {
    float: none;
    width: auto;
}


.error {
    color:#ff1c1c;
    font-size:16px;
}


#wait {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url(../imagem/prog/loading.gif) 50% 50% no-repeat;
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.float_ws {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 35px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 99999999;
}

.my-float-ws {
    margin-top: 14px;
}


.link_prog {
    text-decoration: none;
    color: #616161;
}


.ui-datepicker th {
    font-size: 10px !important;
}

.orange-alert-bank {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
    padding: 10px 10px 10px 10px;
}
.orange-alert {
    border: 1px solid #ffa200;
    border-radius: .25rem;
    background-color: #fff1d9;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
}