/* para todas as tags... serve tipo pra inicialização */
*{
	margin: 0;
	padding: 0;
	font-family: "Cabin Condensed", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000000;
}
/* --------------------- */
#content{
	width: 940px;
	margin: auto;
	/*background-color: #CC9;*/
}
#content-print{
	width: 720px;
	margin: auto;
	/*background-color: #CC9;*/
}
#content-prova{
	width: 720px;
	margin: auto;
	/*background-color: #CC9;*/
}
/* --------------------- */
/* ORGANIZAÇÃO DO LAYOUT */
#all{
	width: 100%;
}
#top{
	height: 30px;
	padding-top: 10px;
	background-image: url(../img/top-bg.png);
	background-repeat: repeat-x;
	font-size: 10px;
}
#header{
	height: 140px;
	background-image: url(../img/header-bg.png);
	background-repeat: repeat-x;
}
#header #logo{
	width: 280px;
	height: 140px;
	float: left;
}
#header #restrict{
	margin-left: 380px;
	padding-top: 50px;
	font-size: 14px;
	color: #FC0;
}
#header #restrict strong{
	color: #FC0;
}
/************************/
#header-print{
	height: 140px;
	background-color: #CCC;
}
#header-print #logo{
	width: 280px;
	height: 140px;
	margin-left: -20px;
	float: left;
}
#header-print #restrict{
	margin-left: 380px;
	padding-top: 50px;
	font-size: 14px;
	color: #333;
}
#header-print #restrict strong{
	color: #333;
}
/************************/
/************************/
#header-prova{
	height: 140px;
	background-color: #CCC;
}
#header-prova #logo{
	width: 280px;
	height: 140px;
	margin-left: -20px;
	float: left;
}
#header-prova #restrict{
	margin-left: 380px;
	padding-top: 50px;
	font-size: 14px;
	color: #333;
}
#header-prova #restrict strong{
	color: #333;
}
/************************/
#main{
	margin-top: 20px;
	background-color: #FFF;
}
#menu{
	width:300px; 
	float:left;
}
#menu img{
	vertical-align: middle;
}
	#menu #option{
		height: 50px;
		background-color: #DEF2F2;
		margin-bottom: 2px;
	}
	#menu #option #ico{
		width: 60px;
		float: left;
	}
	#menu #option #tit{
		width: 225px;
		padding-top: 12px;
		padding-left: 12px;
		color: #666;
		font-size: 20px;
		float: left;
	}
	#menu #option #menu-proton a img{
		width: 120px;
		height: 40px;
		padding: 5px 0px;
	}
	#menu #option a{
		color: #666;
		font-size: 20px;
		text-decoration: none;
	}
	#menu #option a:hover{
		text-decoration: underline;
	}
	#menu #sub{
		width: 222px;
		padding-left: 12px;
		margin-bottom: 2px;
		margin-top: -2px;
		background-color: #DEF2F2;
		color: #666;
		font-size: 16px;
		margin-left: 58px;
	}
	#menu #sub #sub{
		margin-left: 0px;
		padding-left: 15px;
		padding-bottom: 0px;
		width: 207px;
	}
	#menu #sub i{
		float: right;
	}
	#menu #sub a{
		color: #666;
		font-size: 18px;
		text-decoration: none;
		display: block;
	}
	#menu #sub a:hover{
		text-decoration: underline;
	}
	#menu #sub.s1{ display:none; padding-left:15px; padding-bottom:20px; padding-right: 5px; }
	#menu #sub.s2{ display:none; padding-left:15px; padding-bottom:20px; padding-right: 5px; }
	#menu #sub.s3{ display:none; padding-left:15px; padding-bottom:20px; padding-right: 5px; }
	#menu #sub.s4{ display:none; padding-left:15px; padding-bottom:20px; padding-right: 5px; }
	#menu #sub.s5{ display:none; padding-left:15px; padding-bottom:20px; padding-right: 5px; }
	#menu #sub.s6{ display:none; padding-left:15px; padding-bottom:20px; padding-right: 5px; }
	#menu #sub.s7{ display:none; padding-left:15px; padding-bottom:20px; padding-right: 5px; }
	#menu #sub.s8{ display:none; padding-left:15px; padding-bottom:20px; padding-right: 5px; }
	#menu #sub.s9{ display:none; padding-left:15px; padding-bottom:20px; padding-right: 5px; }
	#menu #sub.s10{ display:none; padding-left:15px; padding-bottom:20px; padding-right: 5px; }
	#menu #sub.s11{ display:none; padding-left:15px; padding-bottom:20px; padding-right: 5px; }

#page{
	width: 620px;
	margin-left: 340px;
}
	#page a{
		color: #00F;
		text-decoration: none;
	}
	#page a:hover{
		background-color: #036;
		color: #FFF;
	}
#footer{
	height: 140px;
	margin-top: 50px;
	padding-top: 20px;
	background-color: #099; /* original 099 , outubro-rosa f05791, novembro azul 82b1ce */ 
	color: #FFF;
	bottom: 5px;
	visibility: visible;
}
	#footer #coluna{
		width: 135px;
		padding: 5px;
		margin: 5px;
		color: #FFF;
		font-size: 14px;
		float: left;
	}
	#footer #coluna4{
		width: 500px;
		padding: 10px;
		color: #FFF;
		font-size: 14px;
		float: left;
	}
	#footer strong{
		font-size: 16px;
		color: #FFF;
	}
	#footer a{
		font-size: 14px;
		color: #FFF;
		text-decoration: none;
	}
	#footer a:hover{
		text-decoration: underline;
	}
	#footer #separa{
		width: 1px;
		min-height: 350px;
		background-image: url(../img/footer-sep.png);
		float: left;
	}
	#footer #separa2{
		width: 1px;
		margin-top: 20px;
		min-height: 100px;
		background-image: url(../img/footer-sep.png);
		float: left;
	}
	#footer #faixa{
		height: 20px;
		background-color: #036;
	}
	#footer .ender{
		display: none;
	}
	#footer #coluna4 #texto{
		color: #FFF;
		font-size: 12px;
	}
/**********************/
#footer-print{
	height: 140px;
	margin-top: 50px;
	padding-top: 20px;
	background-color: #EEE;
	color: #000;
	bottom: 5px;
}
/**********************/
/**********************/
#footer-prova{
	height: 140px;
	margin-top: 50px;
	padding-top: 20px;
	background-color: #EEE;
	color: #000;
	bottom: 5px;
}
/**********************/
/* CLASSES PARA TAGS */
.banner{
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	padding: 5px;
}
.clear{
	clear: both;
}
.title{
	text-align: center;
	margin-bottom: 20px;
}
.profs{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 120px;
}
.restrictinput{
	width: 220px;
}
.restrictsubmit{
	background-color: #FFCC00;
}
.searchinput{
	width: 242px;
	color: #999;
	float: left;
}
.searchsubmit{
	background-color: #EEEEEE;
}
.searchimage{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	margin-top: -2px;
}
.xtraline{
	width: 100%;
	height: 3px;
	border-width: 0px;
	background-color: #009999;
	margin-bottom: 10px;
}
.xtraline2{
	width: 100%;
	height: 3px;
	border-width: 0px;
	background-color: #009999;
	display: block;
	clear: both;
}
.listatb{
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
}
.listatd{
	height: 20px;
	padding: 5px;
	margin: 0px;
	/*border-bottom-width: 1px;*/
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
}
.listamot {
	height: 10px;
	padding: 3px;
	margin: 0px;
	/*border: none;*/
	border-collapse: collapse;
}
.listatd a img {
	text-align: center;
}
.listatd-novo {
	font-weight: bolder;
}
.listatr{
	padding: 0px;
	margin: 0px;
}
/* CLASSES SOLICITADAS PELA EQUIPE DE DESIGN */
.legendaverde{
	color: #099;
	font-size: 10px;
}
.legendacinza{
	color: #333;
	font-size: 10px;
}
.destaqueazul{
	color: #036;
	font-size: 16px;
	font-weight: bold;
	padding-left: 12px;
	background-image: url(../img/title-seta.png);
	background-repeat: no-repeat;
}
.textoverde{
	color: #099;
	font-size: 16px;
}
.textoazul{
	color: #036;
	font-size: 16px;
}
.textopretopequeno{
	color: #000;
	font-size: 12px;
}
.textopreto{
	color: #000;
}
.botaodesligamento {
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}
/* OUTRAS TAGS DO HTML */
html{
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}
body{
	background-color: #FFFFFF;
}
h1{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #036;
}
h1.restrict{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFCC00;
}
h2{
	font-size: 16px;
	font-weight: 700;
	padding-left: 12px;
	margin-bottom: 10px;
	color: #036;
	background-image: url(../img/title-seta.png);
	background-repeat: no-repeat;
}
h3{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 2px;
	color: #099;
}
h3.cabecalho {
	color: white;
	vertical-align: middle;
	padding: 10px 0px;
}
p{
	margin-top: 5px;
	margin-bottom: 15px;
}
input, select, textarea{
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}

button:hover {
	cursor: pointer;
}

#page ol{ 
	margin-left: 20px;
}
#page ul{ 
	margin-left: 20px;
}
#page li{ 
	margin-left: 20px;
}

/* Modal para as notificações */ 
/* Modal Header */
.modal-header {
    padding: 10px 16px 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Body */
.modal-body {
	padding: 30px 16px 10px 16px;
	height: 80px;
	text-align: center;
}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
	font-size: 36px;
    font-weight: bold;
}

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

#page a.close {
	color: white;
}

/* Multiple Step */
/* Style the form */
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

/* Style the input fields */
input {
  padding: 5px;
  font-size: 17px;
  font-family: sans-serif;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

input:invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
	display: none;
	/*height: 500px;*/
	font-family: sans-serif;
}

#passo10 {
	height: auto;
}

.active {
	display: block;
}

.tab input, .tab select {
	font-size: 12px;
}

#tabelart {
	width: 100%;
}

	#tabelart>tbody>tr>th {
		font-size: 18px;
		text-align: center;
		width: auto;
	}

	#tabelart>tbody>tr>td>span{
		font-size: 18px;
		text-align: left;
		width: auto;
	}

	#tabelart>tbody>tr>th>small, #tabelart>tbody>tr>td>small>span{
		font-size: 14px;
	}

	#tabelart>tbody>tr>td>small>span{
		color: #24a8bc;
	}

.confirmado {
	color: green;
	font-size: 20px;
	font-weight: bold;
}

.hidden {
	display: none;
}

.form-control {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	   -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.badge {
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ff0000ab;
    border-radius: 50%;
    margin: 0px 5px 5px 0px;
}

.badgegreen {
	background-color: #00ff00ab;
}

h2.semseta {
	background-image: none;
	padding-left: 0px;
    margin: 5px 5px 5px 0px;	
}

.table-confirma {
	border: 1px solid black;
	width: 100%;
	border-collapse: collapse;	
}

	.table-confirma tr {
		border: 1px dotted black;
		background-color: #def2f2;

	}

	.table-confirma .campo {
		width: 35%;
		text-transform: uppercase;
		border: 1px dotted black;		
		padding-left: 3px;		
	}

	.table-confirma .valor-campo {
		background-color: white;
		border: 1px dotted black;
		padding-left: 3px;			
	}

.botaoArquivo {
    background-color: #61a642;
    border-color: #61a642;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 20%;
	margin: 3px;
}

	.botaoArquivo>i {
	    line-height: 1.5;
		color: #FFFFFF;    
	}

	.botaoArquivo>span {
		color: #FFFFFF;
	}

	.botaoArquivo:hover {
		background-color: #418622;
	}

.botaoConfirma {
	background-color: #61a642;
    border-color: #61a642;
    color: #FFFFFF;
    padding: 5px;
    margin: 3px;
    font-size: 1.25em;
}

	.botaoConfirma:hover {
		background-color: #418622;
	}

	#possuidocconfirma {
		border-bottom: 1px solid black;
	}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;

    /* Position the tooltip */
    position: relative;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.modal-ar {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0px;
  top: 0px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: -webkit-paged-y; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  margin: auto;
  animation-name: zoomin;
  animation-duration: 0.25s;
}

.modal-ar-header {
	height: 45px;
	padding: 2px 16px;
	background-color: #219092;
	color: white;
	border-radius: 6px;
}

/* Modal Body */
.modal-ar-body {
    position: relative;
    padding: 2px;
    height: 98%;
}

/* Modal Footer */
.modal-ar-footer {
  padding: 2px 16px;
  background-color: #219092;
  color: white;   
}

/* Modal Content */
.modal-ar-content {
    width: 96%;
    height: 96%;
    position: relative;
    left: 2%;
    background-color: rgba(255,255,255,0.6);
}

#infoDadosModalDesliga, #infoDadosModalLicenca, #infoDadosModalTransfere, #infoDadosModalContinua {
    animation-name: darker;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
}

@keyframes darker {
  from {opacity: 0}
  to {opacity: 1}
}

    #infoDadosModalDesliga .modal-ar-content, #infoDadosModalLicenca .modal-ar-content, #infoDadosModalTransfere .modal-ar-content, #infoDadosModalContinua .modal-ar-content {
       /* left: 0;*/
        animation-name: animatetop;
        animation-duration: 0.5s;       
        width: 600px;
        margin-left: 20%;
        margin-top: 20%;
        height: 280px;
        opacity: 1;
        background-color: rgba(204,204,204,1);
        position: fixed;
    }

    #infoDadosModalDesliga .modal-ar-content .modal-ar-body, #infoDadosModalLicenca .modal-ar-content .modal-ar-body, #infoDadosModalTransfere .modal-ar-content .modal-ar-body, #infoDadosModalContinua .modal-ar-content .modal-ar-body {
        padding: 20px;
        font-size: 1.25em;
     }
/*------------------------- */

#confirmaarquivo {
    height: 94%;
    width: 100%;
}

#buttons {
	margin-left: 500px;
	width: 300px;
	text-align: right;
	/*float: right;*/
}

#desligamento {
	width: 800px;
/*height: 550px;*/
}

.motivo {
	line-height: 1.8em;
}

.item {
	padding-left: 5px;
}

.texto-meio {
	vertical-align: middle;
	width: 85%;
}

.cabecalho {
    width: auto;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 10px;
}

@keyframes zoomin {
	from {
		height: 0px;
		width: 0px;
	}
	to {
		height: 100%;
		width: 100%;
	}
}