.hct-z-index-0{z-index: -1;}
#main-conteudo{overflow: auto;}
a.link-default{
    text-decoration: none;
    color: #2d62ff;
}
a.link-default:hover{
    text-decoration: underline;
}
.he-text-light-grey{
    color: #AAA;
}
.he-row-padding-input{
    clear: both;
}
.he-row-padding-input > .w3-half,
.he-row-padding-input > .w3-third,
.he-row-padding-input > .w3-twothird,
.he-row-padding-input > .w3-threequarter,
.he-row-padding-input > .w3-quarter,
.he-row-padding-input > .w3-rest,
.he-row-padding-input > .w3-col
{
    padding: 8px;
}
.he-row-padding-input > .w3-half:first-child,
.he-row-padding-input > .w3-third:first-child,
.he-row-padding-input > .w3-twothird:first-child,
.he-row-padding-input > .w3-threequarter:first-child,
.he-row-padding-input > .w3-quarter:first-child,
.he-row-padding-input > .w3-rest:first-child,
.he-row-padding-input > .w3-col:first-child
{
    padding-left: 0;
}
.he-row-padding-input > .w3-half:last-child,
.he-row-padding-input > .w3-third:last-child,
.he-row-padding-input > .w3-twothird:last-child,
.he-row-padding-input > .w3-threequarter:last-child,
.he-row-padding-input > .w3-quarter:last-child,
.he-row-padding-input > .w3-rest:last-child,
.he-row-padding-input > .w3-col:last-child
{
    padding-right: 0;
}
.he-form > .he-row-padding-input:last-child > .w3-half,
.he-form > .he-row-padding-input:last-child > .w3-third,
.he-form > .he-row-padding-input:last-child > .w3-twothird,
.he-form > .he-row-padding-input:last-child > .w3-threequarter,
.he-form > .he-row-padding-input:last-child > .w3-quarter,
.he-form > .he-row-padding-input:last-child > .w3-rest,
.he-form > .he-row-padding-input:last-child > .w3-col
{
    padding-bottom: 16px;
}
.he-form > .he-row-padding-input:first-child{
    padding-top: 12px;
}
.he-input-no-label{
    margin-top: 22px;
}
.he-input-icon{
    padding-top: 22px;
}
.he-flat{
    border-radius: 0;
}
.highlight{
    /*    color:#fff!important;
        background-color:#4CAF50!important*/
    font-weight: bold;
}
.he-italico{
    font-style: italic;
}
.he-display-right-validacao{
    display: none;
    position:absolute;
    top:18px;
    right:22px;
    transform:translate(0%,-50%);
    -ms-transform:translate(0%,-50%)
}
.he-emitente-img-logo{
    max-height: 120px;
}
.he-padding-top{
    padding-top: 24px;
}
.he-margin-top{
    margin-top: 24px;
}
.he-row-padding-input > .he-col-no-padding{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.he-col-no-padding > select.w3-input {
    padding-bottom: 10px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.align-baseline > td {
    vertical-align: baseline !important;
}

.align-top > td {
    vertical-align: top !important;
}

.align-middle > td{
    vertical-align: middle !important;
}

.align-bottom > td{
    vertical-align: bottom !important;
}

.align-text-bottom > td{
    vertical-align: text-bottom !important;
}

.align-text-top > td{
    vertical-align: text-top !important;
}

.bg-gray-light{
    background-color: #D1D1D1;
}

.alert-inline-block{
    display: inline-block !important;
}

/*Define rótulo do botão inputFile*/

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Buscar";
}

.custom-file-label::after {
    content: "Buscar";
}

/* Logomarca Emitente */

.logomarca {
    height: 128px;
}

/* Adiciona margin top */

.mt-6{
    margin-top: 75px;
}

.mb-6{
    margin-bottom: 75px;
}

.pb-6{
    padding-bottom: 75px;
}

.shadow-dark{
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.7);
}

.bg-gray-textura-01{
    border: 0;
    background: url(../img/bg-gray-textura-01.jpg) bottom no-repeat;
}

.bg-gray-textura-02{
    border: 0;
    background: url(../img/bg-gray-textura-02.png) repeat-y;
}

.bg-gray-textura-03{
    border: 0;
    background: url(../img/bg-gray-textura-03.jpg) no-repeat;
}

.bg-gray-textura-04{
    border: 0;
    background: url(../img/bg-gray-textura-04.jpg) center no-repeat;
    background-size: 100% 100%;
}

.bg-gray-textura-05{
    border: 0;
    background: url(../img/bg-gray-textura-05.png) no-repeat;
}

.bg-carbon{
    border: 0;
    background: url(../img/textura-carbon01.png) repeat;
}

.bg-background-panel{
    background: url(../img/bg-panel-destaque.png) top no-repeat;
    background-size: 100% 100%;
}

.text-shadow-contorno{
    text-shadow: 1px 1px 2px gray;
}

.text-shadow-pequeno{
    text-shadow: 1px 1px 5px black;
}

.text-shadow-medio{
    text-shadow: 2px 2px 5px black;
}

.text-vermelho-nova{
    color: #D40000;
}

.bg-vermelho-nova{
    background-color: #D40000;
}


.bg-gray-01{
    background-color: #e5e5e5;
}

.bg-gray-02{
    background-color: #dddddd;
}

.bg-fume{
    background: rgba(0, 0, 0, 0.2);
}

.bg-medium-violet-red{
    background-color: #A020F0;
}

.bg-orange-red{
    background-color: #FF4500;
}

#googleMap{
    width:100%;
    height:455px;
}

.img-navbar-height{
    max-height: 25px;
}

.btn-voltar-ao-topo{
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99;
    display: none;
}

.anexo-img-viewer{
    min-width: 100px;
    max-width: 200px;
    min-height: 100px;
    max-height: 300px;
}

.alert-status-andamento,
.alert-status-cancelado,
.alert-status-concluido,
.alert-status-minuta-disponivel,
.alert-status-parado{
    padding: 3px 10px;
    border-radius: 5px;
}

.alert-status-andamento{
    background-color: #0069D9;
    color: white;
}
.alert-status-cancelado{
    background-color: #DC3545;
    color: white;
}
.alert-status-concluido{
    background-color: #28A745;
    color: white;
}
.alert-status-minuta-disponivel{
    background-color: #17A2B8;
    color: white;
}
.alert-status-parado{
    background-color: #FFC107;
    color: black;
}