body { height: auto;  }

.errostag{
    color: #5bc0de;
    font-weight: bold;
}

.errorobox{
    background-color: #dddddd;
    border-radius: 5px;
    padding-left: 5px;
}
/*Classe alert error infos div #erros preview*/
.ad{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 9pt;
    font-family: 'Source Sans Pro',sans-serif;
}
.adalert{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10pt;
    font-family: 'Source Sans Pro',sans-serif;
}
.adc{
    font-size: 15px;
}
.erroinputmodal{
    color: #657777;
}

a.adc.close{
    color: #f6f6f6;
    opacity: 1;
    text-decoration: none;
}

/*=================== login logo*/
.logologin{
        text-shadow: 1px 1px 1px #000000;
        color: red;
}
.logologin1{
    text-shadow: 1px 1px 1px #000000;
    color: #83807f
}
.logimg{
    margin-left: 10%;
    width: 80%;
}
.logimgbox{
    margin-bottom: 5px;
}

.limg{
    padding: 10px!important;
    border: 1px dashed #dde4f6;
    margin-bottom: 5px;
}

#modaleditbase .fileuploader-item:last-child{
    border-bottom: 1px dashed #dde4f6;
    margin-bottom: 5px!important;
}
#listadeimage li{
    list-style-type: none;
}
/*
#listadeimage{
    width:100%;
    height:150px;
    overflow:auto;
}*/
/*
#modaleditbase .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
*/


.modaleditbase {  max-width: 100% !important;  }
@media (min-width: 768px) {.modaleditbase {width: 100%!important;}}
@media (min-width: 992px) {.modaleditbase {width: 90%!important;}}

/* CSS used here will be applied after bootstrap.css */	/* custom checkboxes */
.custom-checkbox > [type="checkbox"],
.custom-checkbox > label{
    margin-bottom:0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox > [type="checkbox"]:not(:checked),
.custom-checkbox > [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0;
    top: 50%;
    margin-top:-9px;
    width: 17px;
    height: 17px;
    border: 1px solid #ddd;
    background: #ffffff;
    border-radius: 2px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox > [type="checkbox"]:checked + label:after {
    font: normal normal normal 12px/1 'Glyphicons Halflings';
    content: '\e013';
    position: absolute;
    top: 50%;
    margin-top:-7px;
    left: 2px;
    color: #94C947;
    xtransition: all .2s;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.custom-checkbox > [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
    content: '\2212';
    left: 2px;
    opacity: 1;
    transform: scale(1);
}

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    background-color: #eeeeee;
    border-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
    color: #dadada;
}
.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
    color: #dadada; cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:disabled + label {
    color: #aaa; cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.custom-checkbox > label:hover:before {
    border: 1px solid #88D2FF !important;
}
.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before{
    border: 1px solid #E4E4E4 !important;
}

.fileuploader-action-success{
    opacity: 100 !important; 
}