/*
Classes dos estilos
*/
/* 
    Created on : 18/02/2015, 11:15:31
    Author     : Marcello Miranda
*/


/* padding */

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p5alto {
    padding: 5px 0;
}

.p10alto {
    padding: 10px 0;
}

.p15alto {
    padding: 15px 0 !important;
}

.p20alto {
    padding: 20px 0;
}

.p20 {
    padding: 20px;
}

.pe15 {
    padding-left: 15px;
}

.pb30 {
    padding-bottom: 30px;
}



/* margens */

.mcb10 {
    margin: 10px 0;
}

.mcb20 {
    margin: 20px 0;
}

.mc10 {
    margin-top: 10px;
}

.mc40 {
    margin-top: 40px;
}

.mc200 {
    margin-top: 200px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.md10 {
    margin-right: 10px;
}

.md15 {
    margin-right: 15px;
}

.md20 {
    margin-right: 20px;
}

.me10 {
    margin-left: 10px;
}

.me20 {
    margin-left: 20px;
}

/* cores */
.azulclaro {
    color: #374A7A;
}

.fundoazulclaro {
    background-color: #374A7A;
}

.azulescuro {
    color: #16394C;
}

.fundoazulescuro {
    background-color: #16394C;
}

.cinzamedio {
    color: #D8DFD8;
}

.fundocinzaclaro {
    background-color: #f6f6f6;
}

.fundocinzamedio {
    background-color: #D8DFD8;
}

.fundoamarelo{
    background-color: #ffcc33;
}

.vermelho {
    color: #B3383F;
}

.fundovermelho {
    background-color: #B3383F;
}

.fundovermelhoclaro {
    background-color: #FC9;
}

.branco {
    color: #fff;
}

.fundobranco {
    background-color: #fff;
}

.fundoverde {
    background-color:#090;
}

/* tamanhos width */

.t15 {
    width: 15px;
}

.t20 {
    width: 20px;
}

.t30 {
    width: 30px;
}

.t45 {
    width: 45px;
}

.t50 {
    width: 50px;
}

.t60 {
    width: 60px;
}

.t80 {
    width: 80px;
}

.t90 {
    width: 90px;
}

.t100 {
    width: 100px;
}

.t120 {
    width: 120px;
}

.t130 {
    width: 130px;
}

.t140 {
    width: 140px;
}

.t150 {
    width: 150px;
}

.t155 {
    width: 155px;
}

.t160 {
    width: 160px;
}

.t165 {
    width: 165px;
}

.t180 {
    width: 180px;
}

.t190 {
    width: 190px;
}

.t200 {
    width: 200px;
}

.t210 {
    width: 210px;
}

.t220 {
    width: 220px;
}

.t230 {
    width: 230px;
}

.t250 {
    width: 250px;
}

.t260 {
    width: 260px;
}

.t270 {
    width: 270px;
}

.t300 {
    width: 300px;
}

.t330 {
    width: 330px;
}

.t340 {
    width: 340px;
}

.t350 {
    width: 350px;
}

.t370 {
    width: 370px;
}

.t380 {
    width: 380px;
}

.t400 {
    width: 400px;
}

.t410 {
    width: 410px;
}

.t450 {
    width: 450px;
}

.t500 {
    width: 500px;
}

.t520 {
    width: 520px;
}

.t540 {
    width: 540px;
}

.t550 {
    width: 550px;
}

.t560 {
    width: 560px;
}

.t565 {
    width: 565px;
}

.t570 {
    width: 570px;
}

.t600 {
    width: 600px;
}

.t650 {
    width: 650px;
}

.t660 {
    width: 660px;
}
.t670 {
    width: 670px;
}

.t700 {
    width: 700px;
}

.t740 {
    width: 740px;
}

.t760 {
    width: 760px;
}


.t780 {
    width: 780px;
}

.t800 {
    width: 800px;
}

.t850 {
    width: 850px;
}

.t900 {
    width: 900px;
}

.t950 {
    width: 950px;
}

.t1000 {
    width: 1000px;
}

.t1050 {
    width: 1050px;
}


.t1070 {
    width: 1070px;
}

.t1080 {
    width: 1080px;
}


.t1100 {
    width: 1100px;
}

.t1150 {
    width: 1150px;
}


.t1170 {
    width: 1170px;
}

.t1180 {
    width: 1180px;
}


.t1200 {
    width: 1200px;
}

/* tamanhos width em percentual */

.t100p {
    width: 100%;
}

.t95p {
    width: 95%;
}

.t90p {
    width: 90%;
}

.t80p {
    width: 80%;
}

.t70p {
    width: 70%;
}

.t60p {
    width: 60%;
}

.t55p {
    width: 55%;
}

.t50p {
    width: 50%;
}

.t40p {
    width: 40%;
}

.t35p {
    width: 35%;
}

.t30p {
    width: 30%;
}

.t25p {
    width: 25%;
}

.t20p {
    width: 20%;
}

.t10p {
    width: 10%;
}

.a100p {
    height: 100%;
}

.a90p {
    height: 90%;
}

.a85p {
    height: 85%;
}

.a80p {
    height: 80%;
}


/* altura height */

.a5 {
    height: 5px;
}

.a20 {
    height: 20px;
}

.a35 {
    height: 35px;
}

.a80 {
    height: 80px;
}

.a100 {
    height: 100px;
}

.a120 {
    height: 120px;
}
.a150 {
    height: 150px;
}

.a145 {
    height: 145px;
}

.a160 {
    height: 160px;
}

.a180 {
    height: 180px;
}

.a200 {
    height: 200px;
}

.a220 {
    height: 220px;
}

.a250 {
    height: 250px;
}

.a280 {
    height: 280px;
}

.a287 {
    height: 287px;
}

.a290 {
    height: 290px;
}

.a300 {
    height: 300px;
}

.a310 {
    height: 310px;
}

.a330 {
    height: 330px;
}

.a350 {
    height: 350px;
}

.a380 {
    height: 380px;
}

.a400 {
    height: 400px;
}

.a410 {
    height: 410px;
}

.a420 {
    height: 420px;
}

.a430 {
    height: 430px;
}

.a450 {
    height: 450px;
}

.a500 {
    height: 500px;
}

.a520 {
    height: 520px;
}

.a530 {
    height: 530px;
}

.a540 {
    height: 540px;
}

.a580 {
    height: 580px;
}

.a600 {
    height: 600px;
}
/* borda e arredondamento */

.borda {
    border:1px solid #ccc;
    border-radius: 3px;
}

/* mensagens e alertas */

.erro {
    font: 13px Tahoma, Geneva, sans-serif;
    background-color: #B3383F;
    color: #fff;
    font-weight: 500;
}

.alerta {
    font: 13px Tahoma, Geneva, sans-serif;
    background-color: #ffcc33;
    color: #B3383F;
    font-weight: 500;
}

.confirmacao {
    font: 13px Tahoma, Geneva, sans-serif;
    background-color: #009933;
    color: #fff;
    font-weight: 500;
}

.desc {
    font: 13px Tahoma, Geneva, sans-serif;
    font-weight: 500;
}

/* float */

.esquerda {
    float: left;
}

.direita {
    float: right;
}

/* input */

.input {
    font: 13px Tahoma, Geneva, sans-serif;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 4px 2px;
}


.botao {
    font: 13px Tahoma, Geneva, sans-serif;
    padding: 10px;
    border:1px solid #ccc;
    border-radius: 3px;
    text-align: center;
}
.botao:hover {
    color: #666;
    cursor: pointer;
}

.botaopequeno {
    font: 12px Tahoma, Geneva, sans-serif;
    padding: 2px 3px;
    border:1px solid #fff;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
}
.botaopequeno:hover {
    text-decoration: underline;
    cursor: pointer;
}


.hover_azul:hover{
    background-color: #16394C;
}

label {
    display: block;
    margin: 5px 0;
}

/* definições de estilos de texto */

h1 {
    font: 16px Tahoma, Geneva, sans-serif;
    font-weight: bold;
}

/* fonte texto padrão de exibição */

.texto {
    font: 13px Tahoma, Geneva, sans-serif;
}

.linkpreto {
    font:13px Tahoma, Geneva, sans-serif;
    text-decoration: none;
    color: #000;
}

.linkpreto:hover {
    text-decoration: underline;
}

.link {
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}


.linkbranco {
    color: #fff;
    text-decoration: none;
    font: 13px Tahoma, Geneva, sans-serif;
}

.linkbranco:hover {
    text-decoration: underline;
}

.textosistema {
    font: 10px Tahoma, Geneva, sans-serif;
}

/* opções das ul li */

ul {
    list-style: none;
}

.borda_lista {
    border-bottom: 1px dotted #D8DFD8;
    margin-bottom: 2px;
    padding:2px 0;
}

.hover:hover {
    background-color: #D8DFD8;
}

.linha {
    display:inline-block;
    margin-right: 30px;
}

.linha_tabelas {
    display:inline-block;
    padding-left: 2px;
}

.coluna {
    display: inline-block;
    margin-bottom: 10px;
}

.round {
    border-radius: 3px;
}

.overflow {
    overflow: auto;
}

.semoverflow {
    overflow: hidden;
}

.hidden {
    display: none;
}

/* Janela FBox - Visualizar matérias */

.visualizar_materias {
    margin: 0 auto;
    padding: 0;
    width: 760px;
    height: 560px;
}
.visualizar_pautas {
    margin: 0 auto;
    padding: 0;
    width: 760px;
    height: 560px;
}

.agenda_telefones {
    margin: 0 auto;
    padding: 0;
    width: 360px;
    height: 560px;    
}

/* textareas */

.editar_texto {
   padding:10px;
   line-height:250%;
   width:872px;
   height:350px;
   resize:none;
   font:14px Tahoma, Geneva, sans-serif;
   border:1px solid #ccc;
   border-radius: 3px;
}

.editar_pautas {
    width: 670px;
    height: 200px;
    resize: none;
    padding: 10px;
    border:1px solid #ccc;
    border-radius: 3px;
}

.textarea_visualizar_materia {
    width:700px;
    height: 350px;
    resize: none;
    margin-top: 15px;
    padding: 10px;
}

.conteudo_banco_de_dados{
    width:625px;
    height: 280px;
    resize: none;
    padding: 10px;    
}

.conteudo_banco_de_dados_altera {
    width:625px;
    height: 250px;
    resize: none;
    padding: 10px;
}

.conteudo_banco_de_dados_novo {
    width:625px;
    height: 220px;
    resize: none;
    padding: 10px;
}

/* carregando upload */

.carregando {
    width:300px;
    background-color: #B3383F;
    float: left;
}

.carregando .progress {
    padding: 5px;
    background-color: #009933;
    width: 0%;
    color: #fff;
    text-align: center;
    max-width: 290px;
    float: left;
}

form label .filebar {
    float: left;
    width: 260px;
    display: block;
    background-color: #fff;
    border:1px solid #ccc;
    padding: 3px 5px;
    border-radius: 3px;
}

form label .filebar {
    font: 13px Tahoma, Geneva, sans-serif;
    color: #666;
    min-height: 18px;
}

form label .selectfile {
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

form label .selectfile:hover {
    background-color: #09f;
}

/* quadro da foto na galeria */

.quadro_foto {
    border:5px solid #D8DFD8;
}

/* tela de boas vindas */

.h1 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.h2 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.centro {
    text-align: center;
}

/* Cores fundos da marcação dos cadernos */

.green{
    background-color: #006600;
}

.orange{
    background-color: orange;
}

.yellow{
    background-color: yellow;
}

.red{
    background-color: red;
}

.grey{
    background-color: grey;
}

.blue{
    background-color: blue;
}