/**
 * Configuração padrão do Sistema.
 *
 * Desenvolvido por DaviMM (davimm@gmail.com)
 * Data: 26-ago-10
 */

.dia {
    font-family: helvetica, arial;
    font-size: 8pt;
    color: #FFFFFF
}
.data {
    font-family: helvetica, arial;
    font-size: 8pt;
    text-decoration:none;
    color:#191970
}
.mes {
    font-family: helvetica, arial;
    font-size: 8pt
}
.Cabecalho_Calendario {
    font-family: helvetica, arial;
    font-size: 10pt;
    color: #000000;
    text-decoration:none;
    font-weight:bold
}

body {
    margin: 0;
}
body, td, th {
    font-family: Verdana;
    font-size: 11px;
}

/* Titulos */
h1,h2,h3,h4,h5,h6 {
}
h1 {
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: normal;
    color: #2971a9;
    margin: 15px;
    padding: 3px 10px;
    border-left: 4px solid;
}
h2 {
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #333;
    padding: 0;
    margin: 0;
}
h3 {
}
h4 {
    margin-bottom: 0;
}
h5 {
}
h6 {
}
/* /Titulos */

div{
    margin:0px;
    padding:0px;
}
p {
}
a {
    outline: none;
    text-decoration: none;
}
a:not(.sem-hover):hover {
    text-decoration: underline;
}
img {
    border: 0;
}


.ico4 {
    width: 5px;
    height: 5px;
    align: center;
}
.ico8 {
    width: 10px;
    height: 10px;
    align: center;
}
.ico16 {
    width: 20px;
    height: 20px;
    align: center;
}
.ico20 {
    width: 20px;
    height: 20px;
    align: center;
}
.ico23 {
    width: 23px;
    height: 23px;
    align: center;
}
.ico25 {
    width: 25px;
    height: 25px;
    align: center;
}
.ico28 {
    width: 28px;
    height: 28px;
    align: center;
}
.ico30 {
    width: 30px;
    height: 30px;
    align: center;
}
.ico32 {
    width: 32px;
    height: 32px;
    align: center;
}
.ico32 {
    width: 40px;
    height: 40px;
    align: center;
}
.ico50{
    width: 50px;
    height: 40px;
    align:center;
}

.spanAlert{
    font-size: 12px;
    font-weight: bold;
    color: red;
}
.spanAviso{
    font-size: 12px;
    font-weight: bold;
    color: orangered;
}
.spanSucess{
    font-size: 12px;
    font-weight: bold;
    color: green;
}
.spanUser{
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    text-transform: uppercase;
    color:#fff;
}

.moldura{
    padding: 15px; /* define a espessura da moldura */
    border: 1px solid #DADADA; /* define a espessura da borda e cor */
    border-radius: 10px; /* define o raio da borda */

    /* coloca a sombra */
    box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
}

.span_moldura{
    margin-right: 10px;
    margin-bottom: 30px;
}
.tdtitle{
    font-weight: bold;
}
.txt12 {
    font-size: 12px;
}
.txt13 {
    font-size: 13px;
}
.txt14 {
    font-size: 14px;
}

/* Tabelas */
.table {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #777;/* <<--- A cor deve ser igual ao BG-COLOR do .TABLE CAPTION */
    margin: 10px 0;
    border-collapse: collapse;
    border-spacing: 1px;
}
.table caption {
    background-color: #777; /* <<--- A cor deve ser igual ao BORDER-COLOR do .TABLE */
    color: #FFF;
    padding: 5px 12px;
    font-size:  11px;
    text-align: left;
}

/* TABELA PARA LISTAGEM */
.table-lista{
}
.table-lista th, .table td {
    padding: 5px 5px;
    font-size:  12px;
    text-align: left;
}
.table-lista th {
    background-color: #CCC;
}
.table-lista td {
    background-color: #EEE;
}
.table td ul {
    margin: 0;
    padding: 0 0 0 10px;
}

/* TABELA PARA LISTAGEM */
.table-lista2{
}
.table-lista th, .table td {
    padding: 3px 20px;
    font-size:  11px;
}
.table-lista th {
    background-color: #CCC;
}
.table-lista td {
    background-color: #EEE;
    margin-top: 5px;
    margin-left: 5px;
    height: 25px;
}

/* TABELA PARA FORMULARIOS */
.table-dados{
}
.table-dados th, .table td {
    padding: 3px 5px;
    /* font-size:  10px; */
    /* text-align: left; */
}
.table-dados th {
    background-color: #CCC;
}
.table-dados td {
    background-color: #EEE;
}


/* TABELA PARA FORMULARIOS */
.form-radio, .form-check {
    border: 0;
    background-color: transparent;
}
.form-campo, .form-select, .form-valor {
    border-style: solid;
    border-color: #AAA;
    border-width: 1px;
    padding: 3px;
    background-color: #fffff1;
    font-family: verdana;
    font-size: 10px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
}
.form-campo-novo{
    width: 285px;
}

.form-campo{
    box-sizing: border-box;
    text-transform: uppercase;
}

.form-campo-email{
    text-transform: lowercase;
}

.form-select-submit {
    border-style: solid;
    border-color: #AAA;
    border-width: 1px;
    padding: 3px;
    background-color: #fffff1;
    font-family: Calibri;
    font-size: 18px;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
}
.form-botao, .form-reset, .form-submit {
    border-style: solid;
    border-width: 1px;
    border-right-color: #888;
    border-bottom-color: #888;
    border-top-color: #CCC;
    border-left-color: #CCC;
    cursor: pointer;

    padding: 2px;
    font-family: verdana;
    font-size: 10px;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
}
.form-botao {
    background-color: #DDD;
    color: #222;
}
.form-reset {
    background-color: #ffd8d8;
    color: #a41515;
}
.form-submit {
    background-color: #d5e9d2;
    color: #0f6900;
}
.form-botao:hover {
    border-color: #555;
}
.form-reset:hover {
    border-color: #a41515;
}
.form-submit:hover {
    border-color: #0f6900;
}

.form-valor{
    text-align:right;
}

#sugestoesBox *, #sugestoesBoxModelo * {
    margin: 0;
    padding: 0;
}

#sugestoesBox, #sugestoesBoxModelo {
    position: absolute;
    z-index: 99 !important;
    background: #FFFFFF;

    width: 346px;
    height: auto;

    padding: 5px;
    border: 2px solid #CCCCCC;
    color: #000000;

    display: none;

    top: 258px;
    left: 375px;

    font: normal 11px Tahoma;
}

#sugestoesBox ul li, #sugestoesBoxModelo ul li {
    list-style: none;
    padding: 2px;
    cursor: pointer;
}

#sugestoesBox ul li:hover, #sugestoesBoxModelo ul li:hover {
    padding: 2px;
    background: #DEDEDE;
}

.botao-frmVisitas {
    background-color: #f1b50f;
    padding: 5px;
    text-align: center;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
    font-family: calibri;
    font-weight: bold;
    color: #FFF;
    -webkit-box-shadow:  1px 1px 1px 1px #000;
    box-shadow:  1px 1px 1px 1px #000;
    margin-bottom: 5px;
    width: 63px;
    float: right;
    margin-right: 15px;
}
.botao-frmVisitas a {
    font-family: calibri;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}
.botao-frmVisitas a:hover {
    font-family: calibri;
    font-weight: bold;
    color: #FFF;
}

#mascara-imprime{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    background: rgba(27, 27, 27, 0.55);
    width:100%;
    z-index:3;
    display:none;
}

.spanOrganograma {
    padding-top: 15px;
}

.protocolo-destaque {
    font-size: 60px !important;
}

.footerTotal{
    font-weight: bold !important;
    color: black !important;
}

.botaoPadrao {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(80, 91, 117) 0%, rgb(85, 94, 117) 100%) repeat scroll 0 0;
    border: 1px solid rgb(44, 48, 60);
    border-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 800;
    padding: 8px 19px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: verdana;
    cursor: auto;
}