/* CSS Document */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    width:100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color:#FCFCFC;
}

.divretorno {
    display: none;
    float: left;
    padding: 7px;
    width: 98%;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    background-color:#ffc4c4;
}

.retornohash {
    display: none;
    padding: 7px;
    width: 50%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    background-color:#ffc4c4;
}

#brtopo {
    width: 100%;
    padding: 5px;
    padding-left: 0%;
    padding-right: 0%;
    margin-bottom: 0px;
    background-color: #333;
    color: #FFF;
    float:left;
    z-index: 9997;
    box-shadow: 2px 2px 5px #333
}

#tblogin {
    width: 80%;
    margin: auto
}

#divmain {
    padding-top: 40px;
    padding-bottom: 40px
}

#brfiltros {
    width: 100%;
    text-align: center;
    padding: 5px;
    margin: auto;
    margin-top: 10px;
    background-color: #0C1A28;
    color:#FFF;
    float:left
}

#quadros {
    width: 100%;
    background-color: rgb(240, 240, 240);
    text-align: center;
    box-shadow: 2px 2px 2px #FFF
}

.quadro {
    background-color: #FFF;
    padding: 30px;
    color: #000;
    box-shadow: 2px 2px 7px #999
}

.qdleft {
    width: 60%;float: left;margin-left: 20%;margin-right: 20%;margin-top: 30px
}

.spanright {
    float: right;width: 42%;letter-spacing: 2px;line-height: 25px;font-size: 18px;margin-left: 10px;
}

.spanleft {
    float:left;width: 42%;letter-spacing: 2px;line-height: 25px;font-size: 18px;margin-left: 10px
}

.qdright {
    width: 60%;float: left;margin-left: 20%;margin-right: 20%;margin-top: 40px
}

.qdright img {
    width: 45%;float:right
}

.spantopic {
    /*font-size: 30px;*/
    font-weight: bold;text-shadow:#d8d8d8 -2px 2px 2px
}

#rodape {
    float: left;
    bottom: 0;
    height: max-content;
    width: 100%;
    background-color: #333;
}

#acesso {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px;
    padding-bottom: 10px;
    width: 28%;
    float: left;
    background-color: #F6F6F6;
    box-shadow: 1px 1px 7px #999
}

#inicio {
    width: 100%;
    height: 100%;
    min-height: 600px;
    margin: auto;
}

.cab {
    width: 100%;
    padding: 5px;
    background-color: #4294FF;
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    float:left
}

#divcadastro {
    width: 45%;
    margin: auto;
    margin-bottom: 25px;
    border: 1px solid #CCC;
    box-shadow: 2px 2px 2px #ccc;
    padding: 30px;
}

#tdfiltro {
    width: 45%;
    margin: auto;
    margin-bottom: 10px;
    z-index: 9997
}

#tdfiltro span {
    color: #FFF; font-weight: bold; margin-left: 50px
}

#divfiltro {
    margin:auto; margin-top: 5px;text-align: center; padding: 5px;border-top: 1px solid #FFF; width:100%;float:left;
}

#divfiltro img {
    float: left; margin-left: 30%
}

#divretorno {
    padding: 30px;
    margin: auto
}

#listacadastros {
    width: 90%;
    margin: auto;
    margin-bottom: 25px;
    border: 1px solid #CCC;
    box-shadow: 2px 2px 2px #ccc;
    padding: 30px;
    font-size: 14px
}

#tableleg tr td div {
    font-weight: bold;font-size: 11px;padding: 5px; float: left;line-height: 22px
}

#tabagenda {
    width: 90%;
    border: 0px;
    border-collapse: collapse;
}

#tabagenda td {
    text-align: left;
}

#divlegenda {
    background-color:#0C1A28;
    color:#FFF;
    position: absolute;
    padding: 10px;
    z-index: 1000;
    width: 150px;
    display: none;
    margin-top: 35px
}

#menuagenda {
    background-color: transparent;
    position: fixed;
    margin-top: -130px;
    display: none;
    color:#000;
    font-size: 15px;
    font-weight: bold;
    z-index: 9999;
    top:220px;
}

#menuagenda ul {
    height: 100%;
}

#menuagenda li {
    background-color: rgb(55, 87, 139);
    color:#FFF;
    list-style: none;
    margin-left: 0px;
    padding: 10px;
    padding-right: 25px;
}

#menuagenda li:hover {
    color:#000;
    cursor: pointer;
    text-shadow: 2px 2px 1px #FFF;
    background-color: #EEE
}

#dadosuser {
    background-color: transparent;
    width:250px;
    position: fixed;
    margin-top: -130px;
    display: none;
    color:#000;
    font-size: 15px;
    font-weight: bold;
    z-index: 9998;
    top:220px
}

#dadosuser ul {
    background-color: #FFF;
    color: #333;
    margin-left: 40px;
    padding: 10px;
    box-shadow: 2px 2px 5px #666
}

#dadosuser li {
    padding: 5px;
    list-style: none;
    float:left
}

#dadosuser span {
    color:#666;float:left;margin-left: 10px;margin-bottom: 5px;display: inline-block;width: 120px
}

#dadosuser img {
    float:left
}

#dadosuser:hover {
    cursor: pointer;
}

.limenu {
    width:98%;
    padding: 7px !important;
}

.limenu:hover {
    background-color: #EAEAEA;cursor: pointer;
}

#dadosuser .spancol1 {
    width:120px
}

#divsenha {
    margin-left: 40px;
    margin-top: -130px;
    width: 220px;padding: 10px;
    background-color: rgb(55, 87, 139); z-index: 9999;
    position: fixed;
    display: none

}

#hidefiltros {
    cursor: pointer
}

.search {
    margin-left: 40px;
    width: 350px;
    margin-top: -130px;
    background-color: #0C1A28;
    z-index: 100;
    position: fixed;
    display: none;
    top:220px
}

#opcoes {
    margin: auto;
    width: 1024px;
    height: 100%;
    margin-top: 30px;
}

.divnomesem {
    width: 100%;
    margin-top: 20px;
    padding-top:10px;
    padding-bottom: 10px;
    background-color: #37578b;
    color: #FFF;
    font-weight: bold
}

.divdia {
    background: transparent;
}

.quadroconf {
    margin: auto;
    width: 42%;
    min-height: 235px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px;
    float: left;
}

.quadroconf img {
    float: left; margin-right: 10px
}

.quadroconf:hover {
    cursor: pointer;
    filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;
}

#dadosdia {
    margin: 0px;
    min-height: 100px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: initial;
    color:#000;
}

#dadosdia:hover {
    background-color: #EACFA1;
    height: 100%
}

#dadosdia li {
    text-align: left;
    list-style: none;
    padding: 5px;
    cursor: pointer;
}

.ulrodape {
    margin: 0px;width: 29%;float: left
}

.ulrodape li {
    margin-left: 0px;
    list-style: none;
    color: #CACACA;
    padding: 7px;
    font-size: 15px
}

.ulrodape li:hover {
    color: #FFF
}

.oplegenda {
    margin:auto;
    vertical-align: middle;
    width:100%;
    height: 30px;
    text-align: center;
    font-size: 15px;
    float: left
}

.listalegenda {
    background-color: #FFF;
    margin: auto;
    color:#FFF;
    padding-top: 5px;
    margin-top: -32px;
    float:left;
    display: inline;
    width: 100%;
}

.tablistagem th {
    border-right:1px solid #FFF;
    background-color: #F0C152;
    height: 20px;
    padding: 5px;
    font-size: 14px
}

.tablistagem tr {
    min-height: 20px
}

.tablistagem tr td {
    border-bottom: 1px solid #F90;
    padding: 5px;
    font-size: 12px
}

#formdoc {
    margin: auto;
    border: 1px solid #F90;
    padding: 20px;
    width: 70%
}

#formdoc ul li {
    margin-left: 3%;
    padding: 5px;
    font-size: 14px;
    color: #333;
    font-weight: bold
}

.doc {
    text-decoration: none;
    outline: none;
    color: #333;
    cursor: pointer
}

.imgvideo:hover {
    cursor: pointer
}

.ulfiltros {
    list-style: none;
    background-color: #FFF;
    background:url(../img/arrowdown.png) right / 13px no-repeat #fff;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-weight: bold;
}

.ulfiltros li {
    padding: 8px;
    width: 150px;
    /*font-size:16px;*/
    border:1 solid #999
}

.ulfiltros li:hover {
    cursor: pointer;
}

.ullist {
    background-color: #EAEAEA;display:none;margin-right: 5px; font-size: 12px;position:absolute; width:150px;box-shadow: 1px 1px 2px #999
}

.ullist li {
    padding: 7px;
    list-style: none;
    text-align: left;
    width: calc(100% - 14px);
    color:#000;
    font-weight: bold;
    line-height: 20px;
    float: left;
    border-bottom: 1px dotted #999
}

.ullist div {
    width: 75%;
    float: left
}

.ullist li:hover {
    background-color: #EACFA1
}

.ullist input {
    transform: scale(1);
    float: right;
    margin-right: 5px;
    cursor: pointer
}

.uloptions {
    background-color: #FFF;
    text-transform:uppercase;
    border: 1px solid #CCC;
    list-style: none;
    display: none;
    position: absolute
}

.uloptions li {
    color:#000;
    padding: 5px;
    text-align:left;
    line-height: -20px
}

.uloptions li input {
    margin-right: 7px
}

.uloptions li:hover {
    background-color: #EAEAEA;
    cursor: pointer;
}
