@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: Express;
    src:url(tools/expressway_rg.ttf);
}
html,body{
   	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	touch-action: pan-x pan-y;
	width:100%;
	height:100%;
	font-family:Express, Geneva, Arial, sans-serif;
	background:#FFF;
	margin-top:0px;
	margin-left:0px;
	box-sizing: border-box;
	position:relative;
}

a{
	text-decoration: none;
}

#loginContainer{
background-color: #fff;
height: 100vh;
}

.login-form {
width: auto;
margin: 0 auto;
}

.login-form .hint-text {
color: #000;
text-align: center;
font-size: 0.8em;
}

.form-control, .btn {
min-height: 38px;
border-radius: 8px;
}

.login-btn {
font-size: 15px;
font-weight: bold;
text-decoration: none;
}

.input-group {
background-color: #fff;
color: black;
border: 2px solid #6993AF;
border-radius: 8px;
}


.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
	font-family:Express, Geneva, Arial, sans-serif;
color: #000;
background-color: transparent ;
text-transform: none;
font-size: 1em;
border: none;
width:90%;
outline: none;
}

.input-group-addon .fa {
font-size: 18px;
padding: 0px;
color: #D8D995;
}

.form-group {
margin-bottom: 1rem;
padding-left: 55px;
padding-right: 55px;
}

.clearfix {
padding-left: 55px;
padding-right: 55px;
}

.btn-success{
padding:10px;
text-decoration: none;
height: 42px;
border: none;
border-bottom: 3px solid #4F778E;
background-color: #74AAC1;
text-transform: uppercase;
font-family: Express, Geneva, Arial, sans-serif;
font-size: 1em;
	cursor: pointer;
}
.btn-success a{
	color:#000;
}
.btn-success:hover a{
	color:#fff;
}

.btn-sucess:focus{
	border-bottom: 3px solid #4F778E;
background-color: #74AAC1;
}

.btn-success:hover{
	color: #fff;
	background-color: #3D7493;
	border-bottom: 0px;
}

.err{
	color:#E44E4E;
	font-weight: bold;
	background-color: #FCABAC;
	width: auto;
	padding: 5px;
	margin-top:5px;
	border-radius: 5px;
	display: none;
}
.msg{
	color:#295E25;
	font-weight: bold;
	background-color: #9DE99A;
	width: auto;
	padding: 5px;
	margin-top:5px;
	border-radius: 5px;
	display: none;
}

.tops{
	background: #72A7C1;
	top:0;
	padding-left: 10px;
	padding-right:10px;
	border-bottom: 2px solid #4E7584;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index:2;
}
.tops_exe{
	top:0;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #CCC;
}

.conteudoex{
	border:none;
	margin:63px auto 0;
	z-index: 1;
}
.perfisdiv{
	border:none;
	margin:63px auto 0;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 1;
}

.submenu_c{
	position: absolute;
	margin-top: 0;
	text-align:center;
	left: 0;
width: 100%;
padding: 25px;
box-sizing: border-box;
border:2px solid #ccc;
background: #FFFFFF;
	display:none;
}
.submenu_c:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  z-index:0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 30px solid #ccc;
}
.submenu_c:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
	z-index:1;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 25px solid #fff;
}

.submenu_c_bot{
	position: fixed; /* Change position to fixed */
  bottom: 25px; /* Align to the bottom of the page */
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  border: 2px solid #ccc;
	border-radius: 10px;
  background: #FFFFFF;
  z-index: 9999; /* Set a high z-index to appear above other elements */
  display: none;
	box-sizing: inherit;
}
.submenu_c_bot:after {
  content: "";
  position: absolute;
  top: auto; /* Change top value */
  bottom: -30px; /* Add bottom value */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  z-index: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 30px solid #ccc; /* Change border-bottom to border-top */
}

.submenu_c_bot:before {
  content: "";
  position: absolute;
  top: auto; /* Change top value */
  bottom: -25px; /* Add bottom value */
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #fff; /* Change border-bottom to border-top */
}

.submenu_r {
  right: 0; /* Update to position on the right side */
  position: absolute;
  top: 10px; /* Align to the top of the page */
  margin-top: 0;
  text-align: center;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  background: #FFFFFF;
  display: none;
}

.submenu_r:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 40px; /* Adjust to position on the right side */
  transform: translateX(50%); /* Adjust to translate on the right side */
  width: 0;
  z-index: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 0px solid transparent; /* Update to 0px */
  border-bottom: 30px solid #ccc;
}

.submenu_r:before {
  content: "";
  position: absolute;
  top: -25px;
  right: 39px; /* Adjust to position on the right side */
  z-index: 1;
  transform: translateX(50%); /* Adjust to translate on the right side */
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent; /* Update to 0px */
  border-bottom: 25px solid #fff;
}

.submenu_rpad {
  right: 0; /* Update to position on the right side */
  position: absolute;
  top: 10px; /* Align to the top of the page */
  margin-top: 0;
  text-align: center;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  background: #FFFFFF;
  display: none;
}

.submenu_rpad:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 147px; /* Adjust to position on the right side */
  transform: translateX(50%); /* Adjust to translate on the right side */
  width: 0;
  z-index: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 0px solid transparent; /* Update to 0px */
  border-bottom: 30px solid #ccc;
}

.submenu_rpad:before {
  content: "";
  position: absolute;
  top: -25px;
  right: 146.5px; /* Adjust to position on the right side */
  z-index: 1;
  transform: translateX(50%); /* Adjust to translate on the right side */
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent; /* Update to 0px */
  border-bottom: 25px solid #fff;
}

.submenu_l{
	left: 0;
	position: absolute;
	margin-top: 0;
	text-align:center;
width: 100%;
padding: 25px;
box-sizing: border-box;
border:2px solid #ccc;
background: #FFFFFF;
	display:none;
}
.submenu_l:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 55px;
  transform: translateX(-50%);
  width: 0;
  z-index:0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 30px solid #ccc;
}
.submenu_l:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 55px;
	z-index:1;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 25px solid #fff;
}

.lin01{
	border:1px solid #6993AF;
	width:99%;
}

.lin02{
	border:1px solid #CCC;
	width:99%;
}

.lin_esq{
	border-left:2px solid #6993AF;
	padding-left:10px;
}

.outslings {
    width: 100%; /* Fill 100% of the td width */
    white-space: nowrap;
    overflow-x: auto; /* Enable scrollbar when content overflows */
    /* Other styles you need */
}
.containers {
    width: 100%;
    display: flex;
    overflow-x: auto;
}

.first {
    flex-shrink: 0;
}

.second-container {
    flex-grow: 1;
    overflow-x: auto;
	 white-space: nowrap;
}
.second-container::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
}

.second-container::-webkit-scrollbar-track {
    background:#a3d0e2; /* Color of the track */
	border-radius: 10px;
}

.second-container::-webkit-scrollbar-thumb {
    background: #74a3b5; /* Color of the thumb */
    border-radius: 10px; /* Rounded corners of the thumb */
}

.second-container::-webkit-scrollbar-thumb:hover {
    background: #547c8c; /* Color of the thumb on hover */
}
.outling{
	text-align:center;
	margin-right:25px;
	font-weight: bold;
	display: inline-block;
}
.linga{
	text-align:center;
	margin-right:25px;
	padding-right:25px;
	padding: 10px;
	border-right: 4px solid #ccc;
	font-weight: bold;
	display: inline-block;
	background: #E8E8E8;
}
.nivel_head{
	font-size:30px;
	font-weight: 900;
	height:80px;
	padding-left:10px;
	color:#fff;
}
.nivel_head img{
	vertical-align:bottom;
	float: right;
}
.nivel_A1{
	background: rgb(67,140,139);
	background: linear-gradient(14deg, rgba(67,140,139,1) 0%, rgba(39,246,255,1) 100%);
	border-bottom: 2px solid #438c8b;
}
.nivel_A2{
	background: rgb(67,119,140);
	background: linear-gradient(14deg, rgba(67,119,140,1) 0%, rgba(39,196,255,1) 100%);
	border-bottom: 2px solid #43778c;
}
.nivel_B1{
	background: rgb(67,140,105);
	background: linear-gradient(14deg, rgba(67,140,105,1) 0%, rgba(39,255,180,1) 100%);
	border-bottom: 2px solid #438c69;
}
.nivel_B2{
	background: rgb(99,140,67);
	background: linear-gradient(14deg, rgba(99,140,67,1) 0%, rgba(90,255,39,1) 100%);
	border-bottom: 2px solid #638c43;
}
.nivel_C1{
	background: rgb(168,130,52);
	background: linear-gradient(14deg, rgba(168,130,52,1) 0%, rgba(255,202,39,1) 100%);
	border-bottom: 2px solid #a88234;
}
.nivel_C2{
	background: rgb(168,95,52);
	background: linear-gradient(14deg, rgba(168,95,52,1) 0%, rgba(255,122,39,1) 100%);
	border-bottom: 2px solid #a85f34;
}
.expniv{
	position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
	background:#FFF;
	display: none;
	border-radius: 10px;
	border:5px solid #CCC;
	padding:15px;
	font-size: 15px;
}
.expniv img{
	vertical-align: middle;
}
.suptb_ce{
	text-align: center;
	margin-top: 25px;
}
.tab_ce {
  width: 90% !important;
	text-align: center;
	display: inline-block;
}

.tab_certo {
	width: 50%;
  border-radius: 10px 0 0 10px;
  background: #86BB60;
  text-align: left;
  font-weight: bold;
  font-size: 25px;
  vertical-align: middle;
  float: left;
	display: inline-block;	
	border:3px solid #5A823A;
	box-sizing: border-box;
	border-right:0px;
}

.tab_certo img {
	vertical-align: middle;
	margin-left:15px;
	margin-right: 50px;
}

.tab_certo span {
  vertical-align: middle;
}

.tab_errado {
	width: 50%;
  border-radius: 0 10px 10px 0;
	text-align: right;
  font-weight: bold;
	font-size: 25px;
  background: #FF8080;
  float: left;
	display: inline-block;
	border:3px solid #B04B50;
	border-left:0px;
	box-sizing: border-box;
}

.tab_errado img {
  vertical-align: middle;
	margin-right:15px;
	margin-left: 50px;
}

.tab_errado span {
  display: inline-block;
  vertical-align: middle;
}
.supexe{
	text-align: center;
	margin-top: 25px;
}
.exe_cont{
	width:90%;
	text-align: center;
	display: inline-block;
	border:3px solid #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	padding:10px;
}
.enunciado{
	font-size: 15px;
	margin-bottom:25px;
	font-weight: bold;
}
.entradaresp{
	font-size: 20px;
}
.entradaresp input{
	border-radius:10px;
	border: 2px solid #CCC;
	font-size: 20px;
	padding:5px;
	font-family: Express, Geneva, Arial, sans-serif;
	background: #F0EFEF;
	max-width: 80px;
}
.entradaresp input:focus{
	outline: none;
	background: #F7F8F8;
}
.infosextras{
	width:90%;
	text-align: center;
	background: #93BCCC;
	display: inline-block;
	border:3px solid #4F7584;
	border-radius: 10px;
	box-sizing: border-box;
	padding:10px;
}
.infosextras span{
	font-size:18px;
	border-right:2px solid #4F7584;
	padding-right:10px;
	margin-right:10px;
}
.infosextras span:last-child{
	border-right:0px;
	padding-right:0px;
	margin-right:0px;
}

.subbot{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top:5%;
	padding-bottom:10%;
	text-align: center;
	z-index: 2;
	
}
.btn_checa{
	position:relative;
	width:80%;
	padding:10px;
	text-decoration: none;
	height: 50px;
	border: none;
	border-bottom: 3px solid #5B823A;
	background-color: #86BC5F;
	text-transform: uppercase;
	font-family: Express, Geneva, Arial, sans-serif;
	font-size: 1em;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	z-index:4;
}
.btn_checa:active{
	height: 47px;
	border-bottom: 0px;
}
.btn_voltar{
	text-align: center;
	padding:10px;
	text-decoration: none;
	height: 55px;
	border: none;
	border-bottom: 3px solid #434343;
	background-color: #A0A0A0;
	font-family: Express, Geneva, Arial, sans-serif;
	font-size: 1em;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	margin-bottom:10px;
}
.btn_voltar:active{
	border-bottom: 0px;
}
.btn_verde{
	text-align: center;
	padding:10px;
	text-decoration: none;
	height: 55px;
	border: none;
	border-bottom: 3px solid #5B823A;
	background-color: #86BC5F;
	font-family: Express, Geneva, Arial, sans-serif;
	font-size: 1em;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	margin-bottom:10px;
}
.btn_verde:active{
	border-bottom: 0px;
}
.btn_del{
	text-align: center;
	padding:10px;
	text-decoration: none;
	height: 55px;
	border: none;
	border-bottom: 3px solid #960002;
	background-color: #C53537;
	font-family: Express, Geneva, Arial, sans-serif;
	font-size: 1em;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	margin-bottom:10px;
}
.btn_del:active{
	border-bottom: 0px;
}
.btn_continuar{
	text-align: center;
	width:80%;
	padding:10px;
	text-decoration: none;
	height: 55px;
	border: none;
	border-bottom: 3px solid #2A4B73;
	background-color: #4C79B0;
	font-family: Express, Geneva, Arial, sans-serif;
	font-size: 1em;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	margin-bottom:10px;
}
.btn_continuar:active{
	height: 52px;
	border-bottom: 0px;
}
.resultado_barra{
	padding-left:10%;
	text-align: left;
	display:none;
	margin-bottom:25px;
	vertical-align: top;
}
.resultadopal{
	font-size: 20px;
	font-weight: bold;
}
.resultadopal img{
	float:left;
	vertical-align: middle;
	padding-right: 5px;
}
.den img{
	float: right;
	vertical-align: middle;
	padding-right: 10%;
}
.corrige{
	padding-top:10px;
	display:none;
}
.corrige span{
	font-weight: bold;
}
.barraprog{
	width: 10px;
	display: inline-block;
	margin: 3px;
	background: #CCC;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.dic_ativo{
	font-weight:bold;
	color:#06C;
}

.dic_inativo{
	font-weight:bold;
	color:#999;
}
.tabcor_hor_1{
	border-radius:15px;
	border:2px #7894D2 solid;
}


.tabcor_hor_1 tr:first-child td{
	background-color:#5F7FC6;
	padding:15px;
	font-family:CantarellB;
	color:#FFF;
	border-right:2px #96B0EB solid;
}

.tabcor_hor_1 tr:first-child td{
	border-bottom:0px;
}

.tabcor_hor_1 tr:first-child td:first-child:last-child{
	border-radius: 12px;
}

.tabcor_hor_1 tr:first-child td:first-child{
	border-radius: 12px 0px 0px 0px;
}

.tabcor_hor_1 tr:first-child td:last-child{
	border-radius: 0px 12px 0px 0px;
	border-right:0px;
}

.tabcor_hor_1 tr td{
	padding:10px;
	border-right:2px #E1E1E1 solid;
	border-bottom:2px #E1E1E1 solid;
}

.tabcor_hor_1 tr td:last-child{
	padding:10px;
	border-right:0;
}

.tabcor_hor_1 tr:last-child td{
	border-bottom:0px;
}
.tabela_padrao{
	padding:15px;
	border:1px solid #CCC;
	border-radius:10px;
	-webkit-box-shadow: -1px 3px 3px -4px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 3px 3px -4px rgba(0,0,0,0.75);
box-shadow: -1px 3px 3px -4px rgba(0,0,0,0.75);
}
.tabela_tipo2{
	padding:15px;
	border:2px solid #E6E6E6;
	border-radius:10px;
	-webkit-box-shadow: -1px 3px 3px -4px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 3px 3px -4px rgba(0,0,0,0.75);
box-shadow: -1px 3px 3px -4px rgba(0,0,0,0.75);
}

.botao_verde {
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:    0 8px 0 #060;
    transition: box-shadow .1s ease-in-out;
    font-size: 20px;
    color: #fff;
}

.botao_verde span {
    display: inline-block;
    padding: 10px 30px;
    background-color: #090;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.botao_verde:hover span {
    background-color: #0C3;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9);
}

.botao_verde:active, .botao_verde:focus {
    -webkit-box-shadow:    0 8px 0 #060, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #060;
    box-shadow:    0 8px 0 #060;
}

.botao_verde:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}
.botao_vermelho {
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:    0 8px 0 #66002B;
    transition: box-shadow .1s ease-in-out;
    font-size: 20px;
    color: #fff;
}

.botao_vermelho span {
    display: inline-block;
    padding: 10px 30px;
    background-color: #990031;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.botao_vermelho:hover span {
    background-color: #CC003B;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9);
}

.botao_vermelho:active, .botao_vermelho:focus {
    -webkit-box-shadow:    0 8px 0 #66002B, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #66002B;
    box-shadow:    0 8px 0 #66002B;
}

.botao_vermelho:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

.botao_azul {
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:    0 8px 0 #039;
    transition: box-shadow .1s ease-in-out;
    font-size: 20px;
    color: #fff;
}

.botao_azul span {
    display: inline-block;
    padding: 10px 30px;
    background-color: #06C;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.botao_azul:hover span {
    background-color: #09F;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);
}

.botao_azul:active, .botao_azul:focus {
    -webkit-box-shadow:    0 8px 0 #06F, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #06F;
    box-shadow:    0 8px 0 #06F;
}

.botao_azul:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

.botao_azulclaro {
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:    0 8px 0 #8FA3CC;
    transition: box-shadow .1s ease-in-out;
    font-size: 20px;
    color: #fff;
}

.botao_azulclaro span {
    display: inline-block;
    padding: 10px 30px;
    background-color: #B2CBE4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(49, 93, 175, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.botao_azulclaro:hover span {
    background-color: #A8DCFF;
    text-shadow: 0 -1px 1px rgba(49, 93, 175, .9), 0 0 5px rgba(255, 255, 255, .8);
}

.botao_azulclaro:active, .botao_azulclaro:focus {
    -webkit-box-shadow:    0 8px 0 #B4D2FF, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #B4D2FF;
    box-shadow:    0 8px 0 #B4D2FF;
}

.botao_azulclaro:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

.botao_azulclaro_menor {
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:    0 8px 0 #8FA3CC;
    transition: box-shadow .1s ease-in-out;
    font-size: 20px;
    color: #fff;
}

.botao_azulclaro_menor span {
    display: inline-block;
    padding: 10px 15px;
    background-color: #B2CBE4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(49, 93, 175, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.botao_azulclaro_menor:hover span {
    background-color: #A8DCFF;
    text-shadow: 0 -1px 1px rgba(49, 93, 175, .9), 0 0 5px rgba(255, 255, 255, .8);
}

.botao_azulclaro_menor:active, .botao_azulclaro_menor:focus {
    -webkit-box-shadow:    0 8px 0 #B4D2FF, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #B4D2FF;
    box-shadow:    0 8px 0 #B4D2FF;
}

.botao_azulclaro_menor:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

.botao_cinza {
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:    0 8px 0 #9E9E9E;
    transition: box-shadow .1s ease-in-out;
    font-size: 20px;
    color: #fff;
}

.botao_cinza span {
    display: inline-block;
    padding: 10px 30px;
    background-color: #D3D3D3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(184, 184, 184, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.botao_cinza:hover span {
    background-color: #E6E6E6;
    text-shadow: 0 -1px 1px rgba(184, 184, 184, .9), 0 0 5px rgba(255, 255, 255, .8);
}

.botao_cinza:active, .botao_cinza:focus {
    -webkit-box-shadow:    0 8px 0 #F2F2F2, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #F2F2F2;
    box-shadow:    0 8px 0 #F2F2F2;
}

.botao_cinza:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

.espacovert{
	height: 150px;
}
.espacovert_men{
	height: 50px;
}
input[type=text],[type=password],[type=file],select,textarea{
	font-family:Express, Geneva, Arial, sans-serif;
	font-size:18px;
	width:100%;
	min-height:30px;
	border-radius:15px;
	border:2px solid #ccc;
	padding:5px;
	padding-left:10px;
	background-color:#EFEFEF;
}
input[type=text]:focus,[type=password]:focus,[type=file]:focus,textarea:focus,select:focus{
	outline:none;
	background-color:#F7F7F7;
}
.tabpass{
	background: #fff;
	border-radius: 10px;
	padding:5px;
	border:2px #ccc solid;
}
.pass{
	font-size: 80px;
	min-width: 40px;
	margin:2px;
	font-weight: bold;
}
.voaesquerda{
	float:left;
	vertical-align:central;
}
.voadireita{
	float:right;
	vertical-align:central;
}
.divlado{
	display:inline-block;
}
.abreaba{
	cursor:pointer;
}
.abas{
	display:none;
}
.adletra{
	font-size:16px;
	margin-top:5px;
	border-radius: 10px;
	padding:8px;
	min-width:10px;
	background-color:#CCC;
	cursor:pointer;
}
.adletra:hover{
	background-color:#DDD;
}
.adletra:active{
	color:#FFF;
	background-color:#666;
}
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #A7A7A7;
  background: #fff;
  border-radius: 20px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: '\2613';
  position: absolute;
  top: .20em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #B48D18;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="radio"]:disabled:checked + label:after {
  color: #999;
}
[type="radio"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
  border: 2px solid #FC3;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #A7A7A7;
  background: #fff;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2613';
  position: absolute;
  top: .20em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #B48D18;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #FC3;
}
.tabela_tipo1{
	border-spacing:0px;
	border:1px solid #CCC;
	border-radius:10px;
	-webkit-box-shadow: -1px 3px 3px -4px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 3px 3px -4px rgba(0,0,0,0.75);
box-shadow: -1px 3px 3px -4px rgba(0,0,0,0.75);
}
.tabela_tipo1 tr:first-child td{
	padding:10px;
	background:#999;
	overflow:hidden;
	color:#FFF;
	font-weight:bold;
}
.tabela_tipo1 tr:first-child td:first-child:last-child{
	border-radius:10px 10px 0px 0px;
}
.tabela_tipo1 tr:first-child td:first-child{
	border-radius:10px 0px 0px 0px;
	border-left:none;
}
.tabela_tipo1 tr:first-child td{
	border-left:3px #FFF solid;
	border-bottom:2px #BFBFBF solid;
}
.tabela_tipo1 tr:first-child td:last-child{
	border-radius:0px 10px 0px 0px;
}
.tabela_tipo1 tr:nth-child(n+2) td{
	border-left:3px #CCC solid;
	padding:10px;
	border-bottom:2px #DDDDDD solid;
}
.tabela_tipo1 tr:nth-child(n+2) td:first-child{
	border-left:0;
}
.tabela_tipo1 tr:last-child td{
	border-bottom:0px;
}

.mostraexplic table{
	max-width: 99% !important;
}

.mostraexplic table tr:first-child td{
	padding:10px;
	background:#999;
	overflow:hidden;
	color:#FFF;
	font-weight:bold;
}
.mostraexplic table tr:first-child td:first-child:last-child{
	border-radius:10px 10px 0px 0px;
}
.mostraexplic table tr:first-child td:first-child{
	border-radius:10px 0px 0px 0px;
	border-left:none;
}
.mostraexplic table tr:first-child td{
	border-left:3px #FFF solid;
	border-bottom:2px #BFBFBF solid;
}
.mostraexplic table tr:first-child td:last-child{
	border-radius:0px 10px 0px 0px;
}
.mostraexplic table tr:nth-child(n+2) td{
	border-left:3px #CCC solid;
	padding:10px;
	border-bottom:2px #DDDDDD solid;
}
.mostraexplic table tr:nth-child(n+2) td:first-child{
	border-left:0;
}
.mostraexplic table tr:last-child td{
	border-bottom:0px;
}
.carrega_div{
	background: #B5DDF7;
	height: 100%;
	width: 100%;
	z-index: 3;
}
.carrega_div_exe{
	position: absolute;
	background: #FFF;
	height: 100%;
	width: 100%;
	z-index: 3;
}
.todo_cont{
	z-index: 1;
}
.alerta{
	padding:10px;
	background:#FC6;
	border-radius:10px;
	margin-left: 10%;
	margin-right: 10%;
}
.tabmostra{
	height: 50px;
	border-bottom: 4px #ccc solid;
}

.ultexe{
	background-color: #A2CFE2;
	border: 2px solid #759DAA;
	border-radius: 5px;
}

.exestodos td{
	background-color: #A2CFE2;
	border: 2px solid #759DAA;
	border-radius: 5px;
}
.exestodos .execada td{
	border: 0px;
}

.vocabulostodos td{
	background-color: #E8FFFD;
	border: 2px solid #95ABA9;
	border-radius: 5px;
}

.botao_cinza_pequeno {
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:    0 8px 0 #9E9E9E;
    transition: box-shadow .1s ease-in-out;
    font-size: 18px;
    color: #fff;
}

.botao_cinza_pequeno span {
    display: inline-block;
    padding: 10px 10px;
    background-color: #D3D3D3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(184, 184, 184, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.botao_cinza_pequeno:hover span {
    background-color: #E6E6E6;
    text-shadow: 0 -1px 1px rgba(184, 184, 184, .9), 0 0 5px rgba(255, 255, 255, .8);
}

.botao_cinza_pequeno:active, .botao_cinza_pequeno:focus {
    -webkit-box-shadow:    0 8px 0 #F2F2F2, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #F2F2F2;
    box-shadow:    0 8px 0 #F2F2F2;
}

.botao_cinza_pequeno:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}
.bot_radio{
	text-align: center;
	display: inline-block;
	border:3px solid #ccc;
	border-radius: 5px;
	min-width: 80px;
	box-sizing: border-box;
	padding:10px;
	margin:5px;
}
.bot_radio:hover{
	background-color: #4f7584;
	border:3px solid #556f7a;
}
.bot_radio_selected{
	text-align: center;
	display: inline-block;
	border:3px solid #334e59;
	border-radius: 5px;
	min-width: 80px;
	box-sizing: border-box;
	padding:10px;
	margin:5px;
	background-color: #4f7584;
	color:#fff;
	font-weight: 600;
}