div.modalPopUp{
    overflow: auto;
    width: 80%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    background-color: red;
}

@media (min-width: 980px) {
    .cabecalhoSistema {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%
    }
    .corpo{
        margin-top: 40px;
    }

}

@media screen and (max-width: 2200px) {
    a, a>span, span, label, select, option, .form-control, div, .ui-autocomplete-input, .btn {
        font-size: 16px!important;
    }

    .divItemCadastro{
        min-height: 80px !important;
    }
}

@media screen and (max-width: 1440px) {
    a, a>span, span, label, option, .form-control, div, .ui-autocomplete-input, .btn {
        font-size: 16px!important;
    }
    select{
        font-size: 14px;
    }
}

@media screen and (max-width: 1100px) {
    a, a>span, span, label, select, option, .form-control, div, .ui-autocomplete-input, .btn {
        font-size: 12px!important;
    }
    .divItemCadastro{
        min-height: 70px !important;
    }
}

.formConsultaDispositivoMovel .form-group{
    margin-bottom: 5px !important;
}

.form-control:focus, select:focus {
  background-color: yellow;
}

.conteudoBusca{
    max-height: 800px !important;
    overflow-x: auto;
    height: calc(100%);
}

.iconePequeno{
    font-size: 2em !important;
}
.iconeMedio{
    font-size: 3em !important;
}
.iconeGrande{
    font-size: 4em !important;
}

.cabecalho{
    position: fixed;
    top:0;
    width: 100%;
    z-index: 999;
}
.corpo{
    margin-top: 50px;

}

.oculto {
    display: none!important;
}

label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/************** PADROES PAINEL ****************/
.ui-datepicker{z-index: 99 !important};

.form-control{
    font-size: 14px !important;
}
.img-responsive{
    max-width: 100% !important;
    margin: 0 auto;
}


input[type='checkbox']{
    padding: 0;
    min-height: 25px !important;
    min-width: 25px !important;
}


.erro {
    background-color: #f2dede !important;
    border-radius: 10px;
    color: #FC6D49;
}


.baixarbotao{
    cursor: pointer;
    margin-top: 25px;
}
.bordadecima{
    border-top: 1px solid;
}
.bordadebaixo{
    border-bottom: 1px solid;
}

.divitemconsulta{
    min-height: 35px;
}

.linhaFiltro div.form-control{
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
/*****  AJUSTES POR TAMANHO DE TELA   *****/

@media (min-width: 1030px) {
    .baixarbotao{
        margin-top: 25px;
    }
}

.itemConsulta {
	padding: 5px;
    border-bottom: 0 !important;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    background: #F0F4B9;
}

.form-group{
    margin-bottom: 7px;
    margin-top: 7px;
}

.itemConsulta .form-group{
    padding: 0!important;
    margin-bottom: 0!important;
}
.itemConsulta h5, .itemConsulta h4, .itemConsulta h3, .itemConsulta hr, .itemConsulta  .form-group{
    margin: 0 !important;
    padding: 0 !important;
}

.bordaRedonda {
    padding: 5px;
    padding-top: 15px;
    border-bottom: 0 !important;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}


.itemLista {
	padding: 1px;
    border-bottom: 0 !important;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius:1 5px;
    margin-bottom: 15px;
}

.blocoDetalheConsulta {
    border: 1px solid;
}
.itemRelacionado {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.itemRelacionado .divItemCadastro{
    margin-bottom:  0 !important;
}

.campoItemConsulta {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 20px;
    margin-bottom: 1px;
	background:#FBEAE1;
}

.fundoDetalheConsulta{
	background:#ECECEC;
}
.campoDetalheConsulta{
    margin-left: 1%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
	background:#FEF3E7
}

.arquivoAnexo{
    min-height: 223px !important;
    border: 1px solid;
    padding: 0px;
}
.arquivoAnexo label, .arquivoAnexo img{
    min-height: 150px !important;
}

.botaoPequeno{
    padding: 2px !important;
    max-height: 20px !important;
}

.div1 {
    background: #B6BEFA
}

.div2 {
    background: #AAB1F0
}

.div3 {
    background: #E3E1FB;
}

.div4 {
    background: #D7D7D7;
}

.div5 {
    background: #FEE2E8;
}

.div6 {
    background: #F0F4B9;
}

.divit1 {
    background: #FAF3A9;
}

.divit2 {
    background: #E8F4B5;
}

.error {
    border: 1px solid red;
    color: red;
}

.borda {
    border: 1px solid;
}

/************** PADRÕES   **********************/


.tc {
    text-align: center;
}

.td {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.cursor2:hover {
    cursor: pointer;
    text-decoration: underline;
}

/*********************  ALTURAS  **********************/
.alt20 {
    height: 20px;
}

.alt30 {
    height: 30px;
}

.alt40 {
    height: 40px;
}

.alt100 {
    height: 100px;
}

.alt500 {
    height: 500px;
}

.alt700 {
    height: 700px;
}

.minAlt200{
    min-height: 200px !important;
}
.minalt500 {
    min-height: 500px;
}

/******************* MARGENS DIREITA ***********************/
.dir0 {
    margin-right: 0px;
    float: right
}

.dir10 {
    margin-right: 10px;
}

.dir20 {
    margin-right: 20px;
}

/******************* MARGENS ESQUERDA ***********************/
.esq05 {
    margin-left: 5px;
    float: left;
}

.esq10 {
    margin-left: 10px;
}

.esq15 {
    margin-left: 15px;
}

.esq20 {
    margin-left: 20px
}

.esq30 {
    margin-left: 30px;
}

.esq50 {
    margin-left: 50px
}

.esq115 {
    margin-left: 115px;
}

.esq150 {
    margin-left: 130px;
}

/******************** MARGENS TOP *******************/

.top0{
    margin-top: 0 !important;
}
.top02 {
    margin-top: 2px;
}

.top05 {
    margin-top: 05px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.top25{
    margin-top: 25px;
}

.top30 {
    margin-top: 30px;
}

.top50 {
    margin-top: 50px;
}

.top100 {
    margin-top: 100px;
}

/******************** MARGENS BOTTOM **************/
.bottom0{
    margin-bottom: 0 !important;
}
/******************* CORES DE FUNDO *****************/
.fundobranco {
    background-color: #fff;
}
.fundoAzul{background:#879cc3;}
.fundoazul{background:#879cc3;}
.fundoVermelho{
    background: #FF7979;
}
.fundovermelho > label{
	color:#ffffff;
}
.fundoVerde{
    background: #97FF97;
}

.fundoCinza{
	background: #D0D0D0;
}

/********************* FONTS ***********************/
.font09 {
    font-size: 9px !important;
}
.font10 {
    font-size: 10px !important;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px !important;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font25 {
    font-size: 25px;
}

.font36 {
    font-size: 36px;
}

.negrito {
    font-weight: bold;
}

.preto {
    color: #000;
}

.vermelho {
    color: #F00;
}

.verde {
    color: #0EB112;
}

.branco {
    color: #fff;
}

.georgia {
    font-family: Georgia, "Times New Roman", Times, serif;
}

/******************CORES DE FONTE **************/
.fontbranco {
    color: #fff;
}

.fontcinzaclaro {
    color: #91868d;
}

.fontcinza {
    color: #909090;
}

.fontlaranja {
    color: #f58634
}

.fonteazul {
    color: #606DEE;
}
.fontevermelho{
    color: red;
}

/**************** ALINHAMENTOS **********/
.direita {
    text-align: right;
    margin-right: 10px;
    float: left;
}

.tc {
    text-align: center;
}

.td {
    text-align: right;
}

.invisivel {
    display: none;
}
