﻿body {
    margin: 0;
    /*
    font: x-small;
    font-family: Arial;
    font-size: 11px;
        */
    margin-bottom: 10px;
}

/*Imagens*/
/*.dxfm-fileContainer {

    background-color: red;
    padding: 0px !important;
    margin: 0px !important;
    width: 140px;

}

.dxfm-content {
    background-color: lime;
    padding: 0px !important;
    margin: 0px !important;
    width: 180px;
    height: auto !important;
}*/

/*.dxfm-content * {
    background-color: yellow;
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
    width: 170px;
    height: auto !important;
}*/

.dxsplLCC {
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
    overflow: hidden;
}

.dxfm-fileContainer img {
    padding: 0px !important;
    margin: 0px !important;
    left: 4px;
}


.cmc-widget-imagem2 .dxfm-fileContainer {
    position: absolute;
    top: 0px;
}

    .cmc-widget-imagem2 .dxfm-fileContainer img {
        position: absolute;
        top: -16px;
    }

/*
.dxfm-filePane div {
    
    padding: 0px !important;
    margin: 0px !important;
    width: 175px !important;
    
}*/

/*.dxfm-filePane {
    background-color: fuchsia;
    padding: 0px !important;
    margin: 0px !important;
    width: 175px !important;
    position: relative;
}*/



.inocuo {
    visibility: hidden;
    display: none;
}

.formulario_label_4_colunas {
    width: 150px;
    padding: 3px;
    text-align: right;
    font-weight: bold;
    padding-right: 6px;
    padding-top: 7px !important;
    padding-bottom: 1px;
}

.formulario_area_campo_4_colunas {
    width: 250px;
    text-align: left;
    padding: 3px;
}

a img {
    border-width: 0;
}

.underline {
    text-decoration: underline;
}

    .underline:visited {
        text-decoration: underline;
    }

a.claro {
    text-decoration: underline;
}

a:hover.claro {
    text-decoration: underline;
}


a img {
    border-width: 0;
}

h1b {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    text-transform: none;
    border-bottom: 1px dotted gray;
    font-family: Arial;
}

.h1 {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    text-transform: none;
    color: #676A6C;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    text-transform: none;
    color: #676A6C;
}


p {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

/* ================= CLASSES ELEMENTARES ======================== */

.campos {
    font-size: 10px;
}

.campo_bloqueado {
}

.mensagem_validacao_formulario {
    font-size: 13px;
    color: Red;
    font-weight: bold;
}

.star {
}

.campo_obrigatorio {
    background-image: url(../_Imagens/core/bgError.png);
    border: 1px solid red;
    padding: 3px;
    padding-left: 0px;
}

.frame_botoes {
    padding: 3px;
    padding-top: 2px;
    padding-left: 1px;
}

.botoes {
    display: inline-block;
    margin: 0px;
    margin-right: 4px;
}

.inline_block {
    display: inline-block;
    position: relative;
}


.label_tb_semana {
    border: 1px solid gray;
}

small {
    font-size: 10px;
    color: #999999;
}

.label_dia_semana {
    text-align: left;
    border-bottom: 0px dotted gray;
}

.label_chk_semana {
    text-align: center;
}

a {
    cursor: hand;
    cursor: pointer;
}

.azul {
    color: #004080 !important;
    text-decoration: underline !important;
}

    .azul:visited {
        color: #004080 !important;
        text-decoration: underline !important;
    }

    .azul:hover {
        color: blue !important;
        text-decoration: underline !important;
    }

.titulo_pagina {
    background-color: White;
    text-indent: 5px;
    padding: 7px;
    font-weight: bold;
    margin: 0px;
    font-family: Arial;
    /*color: #3C444E;
    font-weight: normal;*/
}

.subtitulo_pagina {
    background-color: White;
    text-indent: 5px;
    padding: 3px;
    font-weight: normal;
    color: gray;
}

.invisivel {
    visibility: hidden;
    display: none;
}

.underline {
    text-decoration: underline;
}

.btn2 {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
    min-height: 34px;
}

.print_valores {
    color: red;
}

.color_small {
    color: #ADB5BD;
    color: #6C757D;
}

.dxtc-content {
    background-color: white;
}

span.label {
    font-family: Arial !important;
}

.cor_destaque2 {
    color: red;
}

    .cor_destaque2.visited {
        color: red;
    }

.floatright {
    float: right;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}


.rounded-circle {
    border-radius: 50%;
}


.green {
    color: #18A689;
}

.red {
    color: red;
}

.negrito {
    font-weight: bold;
}