/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/01/2018, 15:42:49
    Author     : norberto.filho
*/

.cabecalho {
   background-color: #fff;
}
#menu {
    background-color: whitesmoke; 
    border-top: solid 1px #6d7179;
    border-bottom: solid 1px #6d7179;
}
.second-menu {
    width: 100%
}
.menu-img {
    cursor: pointer;
}
.botaoConcurso {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    color: #fff;
    background-color: #007927;
    border: solid 2px #007927;
    border-radius: 6px;
}
.botaoConcursoLogin {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    color: #fff;
    background-color: #007927;
    border: solid 2px #007927;
    border-radius: 6px;
    width: 200px;
}
.divLogin{
    width: 700px;
    margin: 20px auto;
    border: solid 1px #6D7179;
    border-radius: 0 0 10px 10px;
    box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.2);
    padding: 0 0 20px 0;
}
.divLogin h3{
    text-align: center;
    background-color: #007927;
    padding: 20px;
    color: #fff;
    margin-top: 0px;
}
.formLoginDiv {
    padding: 5px 0;	
    clear: both;
    width: 100%;
}
.inputConcursoLogin {
    border: 2px solid #009729;
    padding: 4px;
    font-size: 15px;
    width: 198px;
    border-radius: 6px;
}
.inputConcurso {
    border: 2px solid #009729;
    padding: 4px;
    font-size: 15px;
    border-radius: 6px;
}

.selectConcurso {
    border: 2px solid #009729;
    padding: 3px;
    font-size: 15px;
    margin: 0 3px;
    border-radius: 6px;
}

.fecharDiv{
    border: solid 2px #0e4e71;
    border-radius: 15px;
    padding: 5px 8px;
    position: absolute;
    right: -17px;
    top: -20%;
    color: white;
    background-color: #0e4e71;
    cursor: pointer;
}
.menuConcurso{
    padding: 10px 4px;
    color: #000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;    
}
.spanNome{
    font-size: 12px;
    padding-right: 15px;
}
#modulo {
    font-size: 40px;
}
#divCarregando {
    display: none;
}
.carregando{
	position: fixed;
    display: none;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.6;
}
.radioConcurso{
    display: none;
}
.radioConcurso:checked + label {
    background-color: #007927;
    color: white;
    /*width: 90%;*/
    display: table-cell;
}
.labelRadioConcurso {
    line-height: 40px;
    cursor: pointer;
    padding: 10px 30px;
    width: auto;
    display: table-cell;
    font-weight: bold;
}
.pCentro{
    text-align: center;
}
.pDireito{
    text-align: right;
}
.divConcurso{
    width: 700px;
    font-family: Arial, Verdana;
    margin: 30px auto;
}
.divConcursoTitulo {
    background-color: #6d7179;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 15px;    
}
.divConcursoSubtitulo {
    background-color: #ddd;
    color: black;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
}
.divConcursoDados {
    padding: 20px;
    border: solid 1px #ddd;    
    font-family: Arial, Verdana;
}
.divConcursoDadosOcultos {
    padding: 0px;
    border: solid 1px #ddd;    
    overflow: hidden;
    transition: max-height 1.3s ease-out;
    height: auto;    
    max-height: 0px;
}
.divConcursoBotoes {
    padding: 20px;
}
.tbConcursosDados{
    margin: auto;
}
.tbConcursosDados tr{
    border-bottom: solid 1px #ddd;
}
.tbConcursosDados tr:first-child{
    font-weight: bold;
    text-align: center;
}
.aviso{
    position: fixed;
    top: 111px;
    right: 68px;
    z-index: 100;
}
.divLink {
    width: 200px;
    margin: 20px auto;
    border: solid 1px #009729;
    padding: 20px;
    background-color: #009729;
    text-align: center;    
    text-decoration: none;
    color: white;
}
.linkBoleto{
    color: white;
    font-weight: bold;
    font-family: Arial, Verdana;
    text-decoration: none;    
}
.spanCPF{
    font-family: Arial;
    font-size: 14px;
    padding-right: 15px;
    font-weight: bold;
}
.espaco{
    padding: 5px;
}
.botaoLink {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    color: #fff;
    background-color: #009729;
    border: solid 2px #009729;
}
.toggles{
	width: 40px;
	margin: auto 5px;
	text-align: center;
	margin: -10px auto; 
}
.ios-toggle,.ios-toggle:active{
	position:absolute;
	/*top:-5000px;*/
	height:0;
	width:0;
	opacity:0;
	border:none;
	outline:none;
}
.checkbox-label{
	display:block;
	position:relative;
	padding:0px;
	margin-bottom: -15px;
	font-size:12px;
	line-height:16px;
	width: 40px;
	height: 20px;
	/*border-radius*/
	-webkit-border-radius:18px;
	   -moz-border-radius:18px;
	        border-radius:18px;
	background:#f8f8f8;
	cursor:pointer;
}
.checkbox-label:before{
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	line-height:34px;
	text-indent:40px;
    height: 20px;
    width: 20px;
	/*border-radius*/
	-webkit-border-radius:100%;
	   -moz-border-radius:100%;
	        border-radius:100%;
	top:0px;
	left:0px;
	right:auto;
	background:white;
	/*box-shadow*/
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 1px #6d71798c;
	   -moz-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 1px #6d71798c;
	        box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 1px #6d71798c;
	box-sizing:border-box;
	margin:0;
	padding:0;
	/*transition*/
	-webkit-transition:.25s ease-in-out;
	   -moz-transition:.25s ease-in-out;
	     -o-transition:.25s ease-in-out;
	        transition:.25s ease-in-out;
	outline:none;
}
.checkbox-label:after{
	content:attr(data-off);
	display:block;
	position:absolute;
	z-index:0;
	top:0;
	/*left:-300px;*/
	padding:10px;
	height:100%;
	width:40px;
	text-align:right;
	color:#bfbfbf;
	white-space:nowrap;
	box-sizing:border-box;
	margin:0;
	padding:0;
	/*transition*/
	-webkit-transition:.25s ease-in-out;
	   -moz-transition:.25s ease-in-out;
	     -o-transition:.25s ease-in-out;
	        transition:.25s ease-in-out;
	outline:none;
}
.ios-toggle:checked + .checkbox-label{
	/*box-shadow*/
	-webkit-box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 1px rgba(19,191,17,1);
	   -moz-box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 1px rgba(19,191,17,1);
	        box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 1px rgba(19,191,17,1);
}
.ios-toggle:checked + .checkbox-label:before{
	left:calc(100% - 20px);
	/*box-shadow*/
	-webkit-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
	   -moz-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
	        box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}
.ios-toggle:checked + .checkbox-label:after{
	content:attr(data-on);
	left:60px;
	width:20px;
}
/* GREEN CHECKBOX */

.ios-toggle + .checkbox-label{
	/*box-shadow*/
	-webkit-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 1px #6d7179ab;
	   -moz-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 1px #6d7179ab;
	        box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 1px #6d7179ab;
}
.ios-toggle:checked + .checkbox-label{
	/*box-shadow*/
	-webkit-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 1px rgba(19,191,17,1);
	   -moz-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 1px rgba(19,191,17,1);
	        box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 1px rgba(19,191,17,1);
}
.ios-toggle:checked + .checkbox-label:after{
	color:rgba(19,191,17,1);
}
.fundoCinza {
	background-color: #d4d4d4;
}
table.calendar td {
    border: 1px solid black;
    vertical-align: middle;
    padding: 1px 5px;
}
.defaultPadding{
	padding: 6px 12px;
    /*margin: 10px;*/
}
#titulo{
    background-color: #6D7179;;
}
#subMenu{
    background-color: rgb(99, 99, 99);;
    color: white;
    font-size: 12px;
    padding: 3px 5px;
}
.underModal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.2;
    z-index: 50;
    transition: 0.4s;
}
.modal {
    font-family: Arial, Verdana;
    position: fixed;
    background-color: #f2f2f2;
    border: solid 1px #6d7179;
    border-radius: 7px;
    left: 50%;
    transform: translate(-50%, 0);
    animation: animatetop;
    animation-duration: 0.4s;
    /*width: fit-content;*/
    max-width: 90%;
    margin: auto;
    top: 20%;
    z-index: 51;
    padding: 2px;
    animation-name: animatetop;
    animation-duration: 0.4s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important;
}
.sobreCab{
	font-weight: bold;
    border-radius: 7px 0 0;
    background-color: #017927;
    border-color: #017927;
}
#divSobreLista, #divModalConteudo{
	padding: 20px;
}
.menuLink, .second-menu li {
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}
label{
    border: none;
}
.i-circle {
    width: 18px;
    vertical-align: bottom;
    padding: 0 10px;
}
.inputMax {
    width: 90%;
}
.labelForm {
    font-weight: bold;
}
.buttonBottom {
    vertical-align: bottom;
    display: table-cell;
}
.admin{
    background-color: #3F6C9A;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: white;
    font-weight: bold;
    padding: 5px;
    font-size: 20px;
}

@media only screen and (max-device-width:480px) {
    .botaoConcursoLogin{
        font-size: 55px;
        width: 100%;
        margin-top: 30px;            
    }
    .botaoConcurso{
        font-size: 45px;    
        margin: 20px 0;
        width: 100%;
        padding: 31px;    
    }
    .formLogin {
        font-family: Lucida Sans Unicode, Arial;
        width: 0;
        margin: 0;
    }
    .formLoginDiv {
            width: 90%;
            margin: auto;
    }
    .inputConcursoLogin {
            font-size: 75px;
            width: 90%;
    }
    .inputConcurso {
            font-size: 38px;
            width: 90%;
    }
    .selectConcurso {
            font-size: 38px;
            width: 90%;
    }
    .divLogin{
           width: 100%;
    }
    .divLogin h3{
        font-size: 70px; 
    }
    .labelLogin {
	    font-family: Arial;
	    font-weight: bold;
	    display: flex;
	    position: relative;
	    left: 54px;
	    top: 72px;
	    text-align: left;
	}
    .menuConcurso {
        font-size: 25px;
    }
    .second-menu li {
        display: inline-block; 
    }
    .spanNome {
        font-size: 25px;
    }
    .aviso {
        width: 75%;
        font-size: 32px;
    }       
    .labelRadioConcurso{
        line-height: unset;
        padding: 8px 30px;
        font-size: 45px;
        border: solid 1px black;
        border-radius: unset;
    }
    .divConcurso{
        width: 98%;
    }
    .divConcursoTitulo {
        font-size: 45px;
        padding: 28px;
    }
    .divConcursoSubtitulo {
        font-size: 42px;
    }    
    .divConcursoDados{
        font-size: 38px;
    }
    .tbConcursosDados tr:first-child{
        font-size: 40px;
        font-weight: bold;
    }
    .espaco{
        font-size: 38px;
    }
    .spanCPF {
        font-size: 60px;
    }    
    .spanConcurso{
        font-size: 40px;
    }
    table.calendar td {
        padding: 20px; 
        font-family: Arial;
        font-size: 40px; 
    }
    label {
        font-size: 45px;
    }
    .modal {
        width: 95%;
    }
    #fecharDiv {
        padding: 10px;
        height: 60px;
        width: 60px;
        top: -39px;
        right: -41px;
        line-height: 58px;
        border-radius: 40px;
        font-size: 55px;
    }
    #divSobreLista, #divModalConteudo{
        font-size: 40px;
    }
    .sobreCab{
        font-size: 42px;
    }
}
.fLeft{
    float: left;
}
.fRight{
    float: right;
}
.cBoth{
	clear:both;
}
@media print{
	.aviso{display: none;}
	.botao.icone{display: none;}
	.cabecalho{display: none;}
	.divConcursoBotoes{display: none;}
	.noPrint{display: none;}
	.cabecalhoImpressao{
		display: block;
		text-align: center;
		font-weight: bold;
		font-family: Arial, Verdana;
	}
}
@page {
	margin-header: 5mm; 
	margin-footer: 5mm; 
}