*, *:focus {
    outline: 0;
}

/* link */
a {    
    font-size: 100%;
}
a:link {
    color: #000066;
    text-decoration: none;
    font-weight: bold;
}
a:visited {
    color: #000066;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #000066;
    text-decoration:underline;
    font-weight: bold;
}

select[readonly] {
  pointer-events: none;
  touch-action: none;
}

input[type=hidden] {
    display: none;
    visibility: hidden;
}
/* usado no menu antigo....apagar se for usar o menu proposto do bootstrap
.ddsmoothmenu ul > li > * {
    background-color: #114477 !important;
    border-bottom: 1px solid #336699 !important;
}

.ddsmoothmenu ul > li > *:hover {
    background-color: #003366 !important;
}

.ddsmoothmenu ul:first-child > li > a {
    color: #114477 !important;
    background-color: transparent !important;
    border: none !important;
}

.ddsmoothmenu ul:first-child > li > a:hover {
    color: white !important;
    background-color: #114477 !important;
}

.ddsmoothmenu ul:first-child > li:first-child > a {
    margin-left: 40px;
}

.ddsmoothmenu ul:first-child > li:last-child > a {
    /*margin-right: 40px;
}

.ddsmoothmenu ul li a {
    height: 15px;
}

#linhaMenu {
    display: flow-root;
    width: 100%;
    height: 30px;
    background: -moz-linear-gradient(top, #FFF 10%, #BBB 100%);
    background: -ms-linear-gradient(top, #FFF 10%, #BBB 100%);
    background: -o-linear-gradient(top, #FFF 10%, #BBB 100%);
    background: -webkit-gradient(linear,10% 0,0% 100%,from(#FFF),to(#BBB));
    background: -webkit-linear-gradient(top, #FFF 10%, #BBB 100%);
    background-color: #FFF;
    box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.33);
    border-bottom: 2px solid #114477;
    margin-top: 10px;
    box-sizing: content-box !important;
}

#paiMenuPrinc {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
*/
#botaoSair {
    margin-left: auto !important;
}

#mainWrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    overflow: auto;
}

#conteudo {
    /*margin-top: 28px;*/
    padding: 20px 50px;
    /*display: flex; /*habilitar para mensagens e titulos da pagina ficarem centralizados*/ 
    flex: 1;
    flex-direction: column;
    justify-content: center;  /* centraliza verticalmente */
    align-items: center;      /* centraliza horizontalmente */
}

.centraliza {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;     /* Centraliza verticalmente (opcional) */
}

#conteudo.temMenuLateral {
    margin-left: 300px;
    padding-left: 0;
    padding-top: 0;
}

#rodapePush {
    clear:both;
    /*height: 100px;*/
    height: 77px;    
}

/*#cabecalho {
    height: 60px;
    margin: 0;
    padding: 5px 0;

    border-top: 3px solid #114477;

    background-color: #EFEFEF;
    background: url("../imagens/logo_quarto.png") no-repeat right top, -moz-linear-gradient(top, #D6D6D6 0%, #FFF 40%);
    background: url("../imagens/logo_quarto.png") no-repeat right top, -ms-linear-gradient(top, #D6D6D6 10%, #FFF 40%);
    background: url("../imagens/logo_quarto.png") no-repeat right top, -o-linear-gradient(top, #D6D6D6 10%, #FFF 40%);
    background: url("../imagens/logo_quarto.png") no-repeat right top, -webkit-gradient(linear,10% 0,0% 40%,from(#D6D6D6),to(#FFF));
    background: url("../imagens/logo_quarto.png") no-repeat right top, -webkit-linear-gradient(top, #D6D6D6 10%, #FFF 40%);
}

#cabecalho:after {
    content: "";
    height: 70px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;

}

#cabecalho.semMenu {
    border-bottom: 2px solid #777;
}*/

#logoHolder {
    height: 50px;
    text-align: center;
    display: inline-table;
    padding: 5px 0;
    margin-left: 50px;
}

#logo {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

#logo img {
    max-width: 240px;
    max-height: 50px;
}

#nomeSistemaHolder {
    height: 50px;
    width: auto;
    padding: 5px 0;
    float: left;
    clear: both;
    display: table;
    margin-left: 50px;

}

#siglaSistema,
#nomeSistema,
#nomeSistemaHolder a {
    font-size: 156%;
    color: #0646a5;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}

#siglaSistema,
#nomeSistema {
    display: table-cell;
    vertical-align: middle;
    width: auto;
}

#tituloPagina,
#tituloPagina a {
    font-size: 150%;
    margin-top: -15px;
}

#sistemasIntegradosHolder {
    height: 50px;
    width: auto;
    padding: 5px 0;
    float: right;
    display: table;
    margin-right: 50px;
}

#sistemasIntegrados {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    
}

.logoHeader {
    width: 300px;
    /*height: 100px;*/
    }

#sistemasIntegrados,
#sistemasIntegrados a {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*font-size: 30px;*/
    font-size: 140%;/*189%;*/
    color: #114477;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}

#sistemasIntegrados #unifal,
#sistemasIntegrados #unifal a {
    /*font-size: 15px;*/
    font-size: 50%;
    display: block;
    text-align: right;
}

#rodapeWrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    
}

#rodape {
    clear: both;
    margin: 0 auto;
    padding: 15px 50px;
    border-top: 3px solid #114477;
    position: relative;
    background-color: #F7F7F7;
    height: 30px;
    height:70px;
    max-width: 100%;
 
}

#rodapeDireito .conteudoRodape {
    margin: 0px 6px 6px auto;
    /*font-size: 11px;*/
    display: inline-block;
    text-align: right;
}

#conteudoRodapeLogo {
    display: inline-block;    
}

#rodapeDireito,
#rodapeEsquerdo {
    position: absolute;
    top: 15px;
    width: 180px;
    display: inline-block;
    /*border: 1px solid black;*/
}

#rodapeDireito {
    right: 50px;
    
}

#rodapeEsquerdo {
    display: inline-block;
    left: 50px;
}

#rodapeEsquerdo img {
    width: 110px;
}

#rodapeCentro {
    text-align: center;
    font-size: 70%;
}

#rodapeTexto {
    font-size: 70%;    
}

.logoRodape {
    width: 140px;
    height: auto;
}

.modal,
.modalIframe {
    display: none;
    background: white;
    border-radius: 4px 4px 3px 3px;
    max-width: 700px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    padding-bottom: 7px;
}

.modalIframe {
    max-width: 900px;
}

.modalIframe iframe{
    width: 890px;
    height: 490px;
}

.modal .titulo,
.modalIframe .titulo {
    min-height: 15px;
    text-align: center;
    color: white;
    border-radius: 3px 3px 0 0;
    background: #114477;
    /*font-size: 14px;*/
    font-size: 89%;
    font-weight: bold;
    padding: 4px 10px;
}

.modal .conteudo,
.modalIframe .conteudo {
    /*padding: 7px;*/
    max-height: 300px;
    overflow: auto;
}
.modalIframe .conteudo {
    max-height: 500px;
}

.modal .titulo .fechar,
.modalIframe .titulo .fechar {
    height: 16px;
    width: 16px;
    font-size: 13px;
    background-color: #003366;
    border-radius: 8px;
    display: inline-block;
    clear: both;
    cursor: pointer;
    margin-left: 10px;
}

/* Modal Bottom */
.modalBottom {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Bottom Content */
.modalBottom .modal-content {
    position: fixed;
    bottom: 0;
    background-color: white;
    width: 100%;
    overflow: auto; /* Enable scroll if needed */
    min-height: 60%;
    max-height: 95%;
}

/* The Modal Bottom Close Button */
.modalBottom .close {
    color: white;
    float: right;
    font-size: 1.2em;
    font-weight: bold;
}

.modalBottom .close:hover,
.modalBottom .close:focus {
    color: yellow;
    text-decoration: none;
    cursor: pointer;
}

/* The Modal Bottom Header */
.modalBottom .modal-header {
    padding: 5px 16px;
    background-color: #114477;
    color: white;
}

/* The Modal Bottom Body */
.modalBottom .modal-body {
	padding: 20px 20px 30px 20px;
}

.alinhadoVerticalmente {
    display: table;
    height: 100%;
}

.alinhadoVerticalmente div {
    display: table-cell;
    vertical-align: middle;
}

.menuFlutuante #linhaMenu {
    z-index: 2;
}

.datepick-cmd {
    width: 30% !important;
}

.formularioWrapper {
    width: 800px;
    /*height: 255px;*/
    margin: auto;
    margin-top: 30px;
    text-align: center;
}

.formularioWrapperMobile {
    /*height: 255px;*/
    margin: auto;
    margin-top: 30px;
    text-align: center;
}

.formularioContainer {
    display: inline-block;
    padding: 20px;
    width: 350px;
    text-align: center;
    background-color: #F7F7F7;
    border: 1px solid #aaa;
    border-radius: 3px;
}

.logoFormularioContainer {
    display: table;
    height: 100%;
    float: left;
}

.logoFormulario {
    display: table-cell;
    vertical-align: middle;
    width: 350px;
    margin: 0 auto;
    text-align: center;
}

.logoFormulario img{
    float: left;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
}

.logoFormulario select{
    width: 50px !important;
}

.formularioLogon {
    display: inline-block;
    text-align: right;
}

.formularioLogon button[type=submit]{
    margin-top: 15px;
}

.linksFormulario {
    margin-top: 25px;
    text-align: right;
}

.formularioInstrucoes {
    margin-bottom: 25px;
}

#menuLateral {
    padding: 20px;

    width: 250px;
    height: auto;

    float: left;

    position: absolute;

    top: 105px;
    bottom: 0;

    box-shadow: 6px 4px 5px rgba(50, 50, 50, 0.33) inset;
    background-color: #EEE;
}

#menuLateral.naoTemMenuSuperior {
    top: 72px;
}

#menuLateral ul {
    list-style-type: none;
}

#menuLateral ul ul {
    list-style-image: url(/app/lib-nova/imagens/submenu.gif);
}

#menuLateral a.paginaAtual {
    color: green;
}

.selecaoDesabilitada {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.destacado {
    padding: 3px;
    background-color: #F0F0F0;
    border-radius: 2px
}

.negrito,
.bold {
    font-weight: bold;
}

.italico {
    font-style: italic;
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.naopulalinha,
.naoquebralinha {
    white-space: nowrap;
}

/*blink*/
blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1.5s;
    animation-timing-function: linear; 
    animation-iteration-count: infinite;
    /*color: #BF3535;*/
} 

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}


