@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');
body{
margin: 0 auto;
width:1200px;
    zoom: 1;
}
ul li a,
input {
	outline: none;
}
.loginpage {
	/*background-image: url(images/fundo.png);*/
    background-repeat: no-repeat;
    background-color: #FECB00;
	background-size: none;
	height: 100%;
}
.loginpage body{
	width:100%;
}

@media screen and (min-height: 1020px) {
	.loginpage {
		background-size: auto 100%;
	}
}
@media screen and (min-width: 1365px) {
	.loginpage {
		background-position: 0px 0px;
	}
}
@media screen and (max-width: 1364px) {
	.loginpage {background-position: calc(100% - 330px) 0px;}
}
@media screen and (max-width: 950px) {
	.loginpage {background-position: -425px 0px;}
}

.imglogo {
background-image: url(images/logo-xl-new.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    width: 250px;
    height: 190px;
    /*float: right;*/
    margin-left: calc(50% - 125px);
    /*margin-top: 70px;*/
    /* position: absolute; */
    /* right: 80px; */
    /* top: 80px; */}

#img_inicio{
margin-left:-7px;
}
#login{
clear: both;
    font-family: 'Source Code Pro', monospace;
    color: white;
    
    margin-left: calc(50% - 227px);
    margin-top: 20px;
    font-size: 11pt;
    display: block;
    line-height: 200%;
	    border: 2px solid black;
    border-radius: 10px;
    padding: 50px;
    width: 350px;
text-align: justify;
line-height: 50px;
}
#login label {
    display: inline-block;
	    color: black;
}
#login input[type="text"],
#login input[type="password"]{
border-style: solid;
    border-color: black;
background-color: #FECB00;
height: 36px;
border-width: 2px;
color: black;
width: 240px;
display:inline-block;
line-height: 200%;
border-radius: 8px;
}
 input[type="submit"]#login1{
font-size: 15pt;
border-style: solid;
    border-color: black;
background-color: #FECB00;
height: 47px;
width: 250px;
border-width: 2px;
color: black;
display:block;
line-height: 200%;
border-radius: 8px;
margin-left: calc(50% - 125px);
    margin-top: 40px;

}
#login input[type="submit"]:hover{
color: #FECB00;
background-color: black;
}

.cabecalho{
float:left;
width:1200px;
}
#logged{
float:right;
width:600px;
/*margin-right:23px;*/
margin-top:16px;
}

#logout{
float:right;
width:140px;
height:60px;
background: #ffffff url('images/logged.png') no-repeat center;
}

#logout input[type="submit"]{
margin-top:30px;
float:right;
margin-right:23px;
border:0.5mm solid #fefefe;
width: 123px;
border-radius: 3px;
color: #fefefe;
background-color: #429CD3;
height:20px;
font: 13px DINMedium, arial, verdana, san-serif;
}

#logout input[type="submit"]:active, #logout input[type="submit"]:hover{
background-color: #b5b5b5;
}

#infoUser{
float: right;
width:400px;
text-align: right;
margin-right:20px;
}
.labelLogged{
    clear: both;
    /* margin-top: 10px; */
    float: right;
    width: 130px;
    color: #429cd3;
    font: 10pt DINMedium, arial, verdana, san-serif;
}

.labelInfoUser, .labelInfoUser a, .labelInfoUser a:hover, .labelInfoUser a:visited
{
    clear: both;
    /* margin-top: 5px; */
    float: right;
    /* width: 130px; */
    color: #1E130F;
    font: 10pt DINLight, arial, verdana, san-serif;
}

.logo{
position:relative;
z-index: 100;
float:left;
margin-top:-80px;
width:220px;
height:243px;
}
.logoService{
position:relative;
z-index: 100;
float:left;
margin-top:-40px;
width:169px;
/* height:243px;*/
    margin-bottom: 70px;
margin-left:10px;
}

.content{
margin-top:-170px;
float:left;
/*width:1000px;*/
z-index:1;
}
/*
.contentService{
margin-top:-210px;
float:left;
width:1000px;
z-index:1;
}
*/
.titleService{
float:left;
margin-left: 220px;
height:50px;
width:1000px;
z-index: 100;
position: relative;
}

.contentService{
float:left;
width:1200px;
    background-color: #E2F1FD;
background:rgba(66,156,221,0.2);
z-index: 1;
padding-bottom:50px;
position: relative;
}

.menuServices{
float: left;
width:750px;
height:235px;
padding-left:250px;
/*margin-top: 10mm;*/
}

.contentServiceOptions{
float:right;
/* width:135px;*/
height:50px;

}

.listDocumentsContentConsulta input[type="button"],
.listDocumentsContentConsulta input[type="submit"],
.contentServiceOption{
width:105px;
height:30px;
float:right;
margin-right:30px;
margin-top:10px;
text-align: center;
background-color: #439CD3;
background: linear-gradient(to top, transparent 7px, #ffffff 7px, #ffffff 10px, transparent 10px), #439CD3;
font: 11px DINMedium, arial, verdana, san-serif;
color: #fefefe;
padding-top:10px;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
border-radius: 2px;
text-decoration: none;
}

.listDocumentsContentConsulta input[type="button"],
.listDocumentsContentConsulta input[type="submit"]{
	border: none;
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    height: 40px;
	position: relative;
    top: -9px;
}


.fileform:active .selectbutton {
    transition: box-shadow 4s ease;
    -webkit-transition: box-shadow 4s ease; 
    -moz-transition: box-shadow 4s ease; 
    box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2), inset -2px -2px 6px rgba(255, 255, 255, 0.4);
}
.fileform:hover .selectbutton {
    transition: background-color 1s ease;
    -webkit-transition: background-color 1s ease; 
    -moz-transition: background-color 1s ease; 
    background-color: #56ABE0;
}

listDocumentsContent1 input[type="submit"]:active, 
.formPequena input[type="submit"]:active,
.contentServiceOption:active {
/*	transition: box-shadow 4s ease;
    -webkit-transition: box-shadow 4s ease; 
    -moz-transition: box-shadow 4s ease; */
    box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2), inset -2px -2px 6px rgba(255, 255, 255, 0.4);
}

listDocumentsContent1 input[type="submit"]:hover, 
.formPequena input[type="submit"]:hover,
.contentServiceOption:hover {
    transition: background-color 1s ease, box-shadow 4s ease;
    -webkit-transition: background-color 1s ease, box-shadow 4s ease; 
    -moz-transition: background-color 1s ease, box-shadow 4s ease; 
    background-color: #56ABE0;
}

tituloServico{
float: left;
font: 20px DINMedium, arial, verdana, san-serif;
color: rgba(66,156,221,1);
border-bottom: 2px solid rgba(66,156,221,1);

}

.listdocumentscontent{
float: left;
margin-top: 50px;
margin-left:200px;
margin-right:auto;
}
.listDocumentsContentConsulta{
	float: left;
	margin-top: 60px;
	margin-left:20px;
	margin-right:20px;
    width: calc(100% - 40px);
}
.menuBox, .menuBoxInactivo{
margin-top:60px;
float:left;
width:128px;
height:115px;
padding-right:10px;
position: relative;
    display: block;
}

.menuBox a::before{
    content: "";
    position: absolute;
    display: block;
    width: 86px;
    height: 84px;
    bottom: 0px;
    /*background-color: rgba(255, 255, 255, 0.2);*/
    border-radius: 12px;
}

.menuBox:hover a::before{
    background-color: rgba(255, 255, 255, 0.2);
}

.menuBox img{
    border: none;
}

.listDocumentsContentConsulta Table{
border: none;
background: none;
}

.listDocumentsContentConsulta th{

border-bottom:0.5mm solid #429CD3;
color: #1E130F;
font: 15px DINMedium, arial, verdana, san-serif;
}
.listDocumentsContentConsulta td{
/*
padding-left: 10px;
padding-right: 10px;
*/
height:13px;
color: #1E130F;
font: 11px DINLight, arial, verdana, san-serif;
text-align:center;
line-height: 13px; 
vertical-align: middle;
}

.formFieldGrande{
float:left;
width: 430px;
border: none;
margin-top:10px;
margin-right:10px;
background: none;
color: #1E130F;
font: 16px DINMedium, arial, verdana, san-serif;
}
.formGrande,
 .formGrande input[type="text"],
 .formGrande input[type="email"]{
	width: calc(100% - 8px);
	float: left;
	border-bottom: 2px solid rgb(66,156,221);
	line-height: 20px;
	vertical-align: middle;
	margin-bottom:10px;
}
.formGrandeLabel{
	width: 60%;
	float: left;
	border: none;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin-bottom:10px;

}
.formFieldPequena{
float:left;
width: 205px;
border: none;
/*margin-top:10px;*/
margin-right:10px;
background: none;
color: #1E130F;
font: 16px DINMedium, arial, verdana, san-serif;
}

.formPequena,
 .formPequena input[type="text"],
 .formPequena select,
 .formPequena input[type="password"]{
	width: 100%;
	float: left;
	border-bottom: 2px solid rgb(66,156,221);
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin-bottom:10px;
}
formPequenaLabel,  formPequenaLabel input[type="password"]{
border: none;
	width: 100%;
	float: left;
	
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin-bottom:10px;
}
.formGrande input[type="text"],
.formGrande input[type="email"],
.formPequena input[type="text"],
.formPequena input[type="password"],
.formPequena select
{
    border: none;
    width: 100%;
    margin-bottom: 10px;
    height: 30px;
    line-height: 22px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    padding: 3px;
}

.formPequena select{
/*height: 30px;*/

}
.formPequena input[type="submit"]{
    width: 100%;
    height: 38px;
    float: left;
    text-align: center;
    border: none;
    border-radius: 2px;
    background: linear-gradient(to top, transparent 7px, #ffffff 7px, #ffffff 10px, transparent 10px), #439CD3;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    font: 11px DINMedium, arial, verdana, san-serif;
    color: #fefefe;
    cursor: pointer;
	outline: none;
}

.fieldContent{
margin-left: 10px;
float:left;
}

.masage {
    margin-top: 10px !important;
    color: red;
    font-size: 24px;
}

.listdocumentscontent,
listDocumentsContent1, 
listDocumentsContent2{
float: left;
margin-top: 50px;
margin-left:200px;
width: 600px;
}

titleFieldContent1 {
font: 16px arial;
width: 460px;
}

.listdocumentscontent select, 
listdocumentscontent1 select, 
.formPequena select {
	width: 435px;
    padding: 2px;
    height: 36px;
    line-height: 22px;
    background: transparent;
    background: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    border: none;
    outline: none;
	position: absolute;
    top: 0;
    left: 0;
	cursor: pointer;
}

.listdocumentscontent  input[type=checkbox],
listdocumentscontent1  input[type=checkbox],
listdocumentscontent2  input[type=checkbox] {
    width: 32px;
    height: 36px;
}

.titleFieldContent {
font: 16px arial;
}

.listdocumentscontent input[type="checkbox"]{
	box-shadow: none;
}

.ui-widget-content td input[type="submit"],
.listdocumentscontent td input[type="submit"]{
	width: auto;
}
.listdocumentscontent .formpequena input[type="submit"]{
	width: 100%;
}

.ui-widget-content input[type="submit"],
.listdocumentscontent input[type="submit"],
listDocumentsContent1 input[type="submit"],
listDocumentsContent2 input[type="submit"]{
    width: 38px;
    height: 38px;
    /* margin-top: 7px; */
    float: left;
    text-align: center;
    border: none;
	border-radius: 2px;
    background: linear-gradient(to top, transparent 7px, #ffffff 7px, #ffffff 10px, transparent 10px), #439CD3;
	font: 11px DINMedium, arial, verdana, san-serif;
    color: #fefefe;
    cursor: pointer;
}

.ui-widget-content input[type="date"],
listdocumentscontent input[type="date"]{
	width: auto;
	height: auto;
}

.listDocumentsContentConsulta input[type="text"],
.ui-widget-content input,
listdocumentscontent input[type="text"],
listdocumentscontent2 input[type="text"],
listdocumentscontent2 textarea {
	border: 1px solid #CCCCCC;
    border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	outline: none;
}
/*
.listDocumentsContentConsulta input[type="text"],
.ui-widget-content input,
listdocumentscontent input[type="text"],
listdocumentscontent2 input[type="text"] {
	height: 34px;
}
*/
.listDocumentsContentConsulta input[type="text"]{
	width: 140px;
    padding-left: 5px;
	margin-right: 5px;
	font-size: 18px;
    text-align: center;
}

ruby > rt {
    display: block;
    font: 15px DINMedium, arial, verdana, san-serif;
    text-align: left;
}

#instrucoes {
	width: 340px;
}

@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #instrucoes {width: 332px;} /* IE11 */
}

.formPequena.castom-select {
	width: 207px;
}

.formPequena.castom-select select {
	width: 232px;
}

.castom-select{
    display: block;
    width: 410px;
    height: 36px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	position: relative;
}

.castom-select:before{
    border-left: 2px solid #CCCCCC;
    content: "\25BC";
    position: absolute;
    top: 0px;
    right: 0px;
    color: #888;
    font-size: 14px;
    display: block;
    height: 36px;
    width: 20px;
    padding-left: 5px;
    line-height: 44px;
    background-color: #fff;
}

.fileform { 
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    cursor: pointer;
    height: 32px;
    overflow: hidden;
    padding: 2px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 460px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
 
.fileform .selectbutton { 
    /* background-color: #A2A3A3; */
    /* border: 1px solid #939494; */
    background: linear-gradient(to top, transparent 7px, #ffffff 7px, #ffffff 10px, transparent 10px), #439CD3;
    border-radius: 2px;
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    height: 29px;
    line-height: 20px;
    overflow: hidden;
    padding: 2px 6px;
    text-align: center;
    vertical-align: middle;
    width: 70px;
	cursor: pointer;
}

.fileform #upload{
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    -moz-opacity: 0; 
    filter: alpha(opacity=0); 
    opacity: 0; 
    font-size: 150px; 
    height: 36px; 
    z-index:20;
	cursor: pointer;
}

.fileform #fileformlabel { 
background-color: #FFFFFF;
float: left;
height: 28px;
line-height: 28px;
overflow: hidden;
padding: 2px;
text-align: left;
vertical-align: middle;
width:372px;
cursor: pointer;
    font-size: 16px;
}

.search {
    background: #FFFFFF;
    width: 600px;
    position: relative;
    margin-right: 200px;
    margin-top: 20px;
}

.contentServiceOption.search:hover {
	background-color: #ffffff;
}

.contentServiceOption.search:active {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.search input[type=image] {
    position: absolute;
    top: 5px;
    right: 2px;
	width: 30px;
}

.search input[type=text] {
position: absolute;
    top: 2px;
    left: 2px;
    height: 30px;
    width: 550px;
    padding: 3px;
    border: none;
}

.castom-select select {
	width: 410px;
    padding: 2px;
    height: 36px;
    line-height: 22px;
    background: transparent;
    background: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    border: none;
    outline: none;
	position: absolute;
    top: 0;
    left: 0;
	cursor: pointer;
}

.stripy tr:nth-child(2n+1){
   background-color: #66D7ED;
}
.stripy tr :last-child {
/*	background-color: #D9EBF8;*/
	width: 72px;
}
#eliminar {
	text-indent: -1000px;
    background-color: transparent;
    width: 34px;
	height: 36px;
    border: 1px solid #999;
    margin-right: 2px;
    background-image: url(images/kill.png);
	background-size: 34px 34px;
	cursor: pointer;
}

#editar {
	text-indent: -1000px;
    background-color: transparent;
    width: 34px;
	height: 36px;
    border: 1px solid #999;
    margin-right: 2px;
    background-image: url(images/edit_user.png);
	background-size: 34px 34px;
	cursor: pointer;
}


#eliminarDivisao {
	text-indent: -1000px;
    background-color: transparent;
    width: 34px;
	height: 36px;
    border: 1px solid #999;
    margin-right: 2px;
    background-image: url(images/X.png);
	background-size: 34px 34px;
	cursor: pointer;
}

#editarDivisao {
	text-indent: -1000px;
    background-color: transparent;
    width: 34px;
	height: 36px;
    border: 1px solid #999;
    margin-right: 2px;
    background-image: url(images/edit.png);
	background-size: 34px 34px;
	cursor: pointer;
}

.listDocumentsContentConsulta .ui-tabs .ui-tabs-panel {
	padding: 0;
}

.ui-tabs {
	margin-top: 10px;
}

.ui-autocomplete{
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

ul.ui-menu li.ui-menu-item a.ui-state-focus {
	border: none;
    border-radius: 2px;
    background-image: none;
    background-color: #439CD3;
    margin: 0;
}

.blue span {
        background-color: #62D0DF !important;
}

.stripes span {
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        background-size: 30px 30px;
        background-image: -webkit-gradient(linear, left top, right bottom,
                                                color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
                                                color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
                                                color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
                                                to(transparent));
        background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);
        background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);
        background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);
        background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);
        background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);            

        -webkit-animation: animate-stripes 3s linear infinite;
        -moz-animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-moz-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

#overlay {
    position: fixed;
    display: none;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#form_box {
    position: fixed;
    height: 80%;
    min-height: 400px;
    width: 800px;
   /* margin: -200px 0px 0px -400px;*/
    top: 50%;
    left: 50%;
    text-align: left;
    padding: 0px;
    background-color: #f5f5f5;
    border: 1px dotted #000000;
    overflow: auto;
    display: none;
    z-index: 200;
    overflow: hidden;
}

#form_content {
	margin-top: 22px;
    position: fixed;
    width: 800px;
    height: calc(80% - 32px);
    overflow-y: auto;
    min-height: 368px;	
}

#close_btn , .printBlock {
    display: block;
    height: 26px;
    float: right;
    z-index: 3000;
}

#close_btn {
	background: url(images/X.png) no-repeat center;
    text-indent: -999px;
    width: 2vw;
    height: 1.1vw;
    background-size: 1vw;
}

.printBlock {
    background: url(images/impressora.png) no-repeat center;
    text-indent: -999px;
    width: 2vw;
    height: 1.1vw;
    background-size: 1vw;
    margin-right: 20px;
}

.cssload-wrap {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.translate {
	animation: translate 2000ms cubic-bezier(0.6, -0.28, 0.735, 0.045) infinite;
		-o-animation: translate 2000ms cubic-bezier(0.6, -0.28, 0.735, 0.045) infinite;
		-ms-animation: translate 2000ms cubic-bezier(0.6, -0.28, 0.735, 0.045) infinite;
		-webkit-animation: translate 2000ms cubic-bezier(0.6, -0.28, 0.735, 0.045) infinite;
		-moz-animation: translate 2000ms cubic-bezier(0.6, -0.28, 0.735, 0.045) infinite;
	bottom: 0;
	height: 23px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 23px;
}

.scale {
	animation: scale 2000ms cubic-bezier(0.6, -0.28, 0.735, 0.045) infinite;
		-o-animation: scale 2000ms cubic-bezier(0.6, -0.28, 0.735, 0.045) infinite;
		-ms-animation: scale 2000ms cubic-bezier(0.6, -0.28, 0.735, 0.045) infinite;
		-webkit-animation: scale 2000ms cubic-bezier(0.6, -0.28, 0.735, 0.045) infinite;
		-moz-animation: scale 2000ms cubic-bezier(0.6, -0.28, 0.735, 0.045) infinite;
	height: 100%;
	width: 100%;
}

.cssload-wrap:nth-child(1) {
	transform: rotate(320deg);
		-o-transform: rotate(320deg);
		-ms-transform: rotate(320deg);
		-webkit-transform: rotate(320deg);
		-moz-transform: rotate(320deg);
}

.cssload-wrap:nth-child(1) .translate,
.cssload-wrap:nth-child(1) .scale {
	animation-delay: 0ms;
		-o-animation-delay: 0ms;
		-ms-animation-delay: 0ms;
		-webkit-animation-delay: 0ms;
		-moz-animation-delay: 0ms;
}

.cssload-wrap:nth-child(1) .scale {
	background: rgb(204,255,102);
}

.cssload-wrap:nth-child(2) {
	transform: rotate(280deg);
		-o-transform: rotate(280deg);
		-ms-transform: rotate(280deg);
		-webkit-transform: rotate(280deg);
		-moz-transform: rotate(280deg);
}

.cssload-wrap:nth-child(2) .translate,
.cssload-wrap:nth-child(2) .scale {
	animation-delay: -222.22222ms;
		-o-animation-delay: -222.22222ms;
		-ms-animation-delay: -222.22222ms;
		-webkit-animation-delay: -222.22222ms;
		-moz-animation-delay: -222.22222ms;
}

.cssload-wrap:nth-child(2) .scale {
	background: rgb(102,255,204);
}

.cssload-wrap:nth-child(3) {
	transform: rotate(240deg);
		-o-transform: rotate(240deg);
		-ms-transform: rotate(240deg);
		-webkit-transform: rotate(240deg);
		-moz-transform: rotate(240deg);
}

.cssload-wrap:nth-child(3) .translate,
.cssload-wrap:nth-child(3) .scale {
	animation-delay: -444.44444ms;
		-o-animation-delay: -444.44444ms;
		-ms-animation-delay: -444.44444ms;
		-webkit-animation-delay: -444.44444ms;
		-moz-animation-delay: -444.44444ms;
}

.cssload-wrap:nth-child(3) .scale {
	background: rgb(102,102,255);
}

.cssload-wrap:nth-child(4) {
	transform: rotate(200deg);
		-o-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		-webkit-transform: rotate(200deg);
		-moz-transform: rotate(200deg);
}

.cssload-wrap:nth-child(4) .translate,
.cssload-wrap:nth-child(4) .scale {
	animation-delay: -666.66667ms;
		-o-animation-delay: -666.66667ms;
		-ms-animation-delay: -666.66667ms;
		-webkit-animation-delay: -666.66667ms;
		-moz-animation-delay: -666.66667ms;
}

.cssload-wrap:nth-child(4) .scale {
	background: rgb(255,102,204);
}

.cssload-wrap:nth-child(5) {
	transform: rotate(160deg);
		-o-transform: rotate(160deg);
		-ms-transform: rotate(160deg);
		-webkit-transform: rotate(160deg);
		-moz-transform: rotate(160deg);
}

.cssload-wrap:nth-child(5) .translate,
.cssload-wrap:nth-child(5) .scale {
	animation-delay: -888.88889ms;
		-o-animation-delay: -888.88889ms;
		-ms-animation-delay: -888.88889ms;
		-webkit-animation-delay: -888.88889ms;
		-moz-animation-delay: -888.88889ms;
}

.cssload-wrap:nth-child(5) .scale {
	background: rgb(255,204,102);
}

.cssload-wrap:nth-child(6) {
	transform: rotate(120deg);
		-o-transform: rotate(120deg);
		-ms-transform: rotate(120deg);
		-webkit-transform: rotate(120deg);
		-moz-transform: rotate(120deg);
}

.cssload-wrap:nth-child(6) .translate,
.cssload-wrap:nth-child(6) .scale {
	animation-delay: -1111.11111ms;
		-o-animation-delay: -1111.11111ms;
		-ms-animation-delay: -1111.11111ms;
		-webkit-animation-delay: -1111.11111ms;
		-moz-animation-delay: -1111.11111ms;
}

.cssload-wrap:nth-child(6) .scale {
	background: rgb(102,255,102);
}

.cssload-wrap:nth-child(7) {
	transform: rotate(80deg);
		-o-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		-webkit-transform: rotate(80deg);
		-moz-transform: rotate(80deg);
}

.cssload-wrap:nth-child(7) .translate,
.cssload-wrap:nth-child(7) .scale {
	animation-delay: -1333.33333ms;
		-o-animation-delay: -1333.33333ms;
		-ms-animation-delay: -1333.33333ms;
		-webkit-animation-delay: -1333.33333ms;
		-moz-animation-delay: -1333.33333ms;
}

.cssload-wrap:nth-child(7) .scale {
	background: rgb(102,204,255);
}

.cssload-wrap:nth-child(8) {
	transform: rotate(40deg);
		-o-transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		-webkit-transform: rotate(40deg);
		-moz-transform: rotate(40deg);
}

.cssload-wrap:nth-child(8) .translate,
.cssload-wrap:nth-child(8) .scale {
	animation-delay: -1555.55556ms;
		-o-animation-delay: -1555.55556ms;
		-ms-animation-delay: -1555.55556ms;
		-webkit-animation-delay: -1555.55556ms;
		-moz-animation-delay: -1555.55556ms;
}

.cssload-wrap:nth-child(8) .scale {
	background: rgb(204,102,255);
}

.cssload-wrap:nth-child(9) {
	transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
}

.cssload-wrap:nth-child(9) .translate,
.cssload-wrap:nth-child(9) .scale {
	animation-delay: -1777.77778ms;
		-o-animation-delay: -1777.77778ms;
		-ms-animation-delay: -1777.77778ms;
		-webkit-animation-delay: -1777.77778ms;
		-moz-animation-delay: -1777.77778ms;
}

.cssload-wrap:nth-child(9) .scale {
	background: rgb(255,102,102);
}





@keyframes translate {
	0% {
		transform: translate3d(-600%, 0, 0);
	}
	50% {
		transform: translate3d(600%, 0, 0);
	}
	100% {
		transform: translate3d(-600%, 0, 0);
	}
}





/*
.ui-widget-header {
    border: 1px solid #62D0DF !important;
    background: #62D0DF !important;
}
*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #62D0DF !important;
}

#ui-datepicker-div.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}



#mensagem {
	display: none;
}


.cont {
    display: inline-block;
}

#inteval .cont .dat {
	font-size: 16px;
}

.button > .tooltip{
	left: auto;
    right: 0;
}

.button > .tooltip:before {
    left: auto;
    right: 30px;
}

.tooltip{
opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 100%;
    color: #fff;
    left: 50%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
    word-wrap: normal;
    white-space: normal;
    font-size: 70%;
}

.ttip:hover + .tooltip {
    opacity: 1;
    visibility: visible;
}

.tooltip:before {
border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: -6px;
    content: "";
    left: 5px;
    position: absolute;
    z-index: 99;
}

.progress-bar {
        background-color: #8E867C;
        height: 12px;
        padding: 2px 3px;
        width: 200px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
        -webkit-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
        box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
}

.progress-bar span {
        display: inline-block;
        height: 12px;
        width: 200px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        -webkit-transition: width .4s ease-in-out;
        -moz-transition: width .4s ease-in-out;
        -ms-transition: width .4s ease-in-out;
        -o-transition: width .4s ease-in-out;
        transition: width .4s ease-in-out;
}
.blue span {
        background-color: #62D0DF;
}

.orange span {
          background-color: #fecf23;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#fecf23), to(#fd9215));
          background-image: -webkit-linear-gradient(top, #fecf23, #fd9215);
          background-image: -moz-linear-gradient(top, #fecf23, #fd9215);
          background-image: -ms-linear-gradient(top, #fecf23, #fd9215);
          background-image: -o-linear-gradient(top, #fecf23, #fd9215);
          background-image: linear-gradient(top, #fecf23, #fd9215);
}       

.green span {
          background-color: #a5df41;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916));
          background-image: -webkit-linear-gradient(top, #a5df41, #4ca916);
          background-image: -moz-linear-gradient(top, #a5df41, #4ca916);
          background-image: -ms-linear-gradient(top, #a5df41, #4ca916);
          background-image: -o-linear-gradient(top, #a5df41, #4ca916);
          background-image: linear-gradient(top, #a5df41, #4ca916);
}
.stripes span {
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        background-size: 30px 30px;
        background-image: -webkit-gradient(linear, left top, right bottom,
                                                color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
                                                color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
                                                color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
                                                to(transparent));
        background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);
        background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);
        background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);
        background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);
        background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                                transparent 75%, transparent);            

        -webkit-animation: animate-stripes 3s linear infinite;
        -moz-animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-moz-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
.shine span {
        position: relative;
}

.shine span::after {
        content: '';
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;                     

        -webkit-animation: animate-shine 2s ease-out infinite;
        -moz-animation: animate-shine 2s ease-out infinite;
}

@-webkit-keyframes animate-shine {
        0% {opacity: 0; width: 0;}
        50% {opacity: .5;}
        100% {opacity: 0; width: 95%;}
}

@-moz-keyframes animate-shine {
        0% {opacity: 0; width: 0;}
        50% {opacity: .5;}
        100% {opacity: 0; width: 95%;}
}
.glow span {
        -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
        -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
        box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;

        -webkit-animation: animate-glow 1s ease-out infinite;
        -moz-animation: animate-glow 1s ease-out infinite;
	max-width: 350px;
}

@-webkit-keyframes animate-glow {
 0% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
 50% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;}
 100% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
 }

@-moz-keyframes animate-glow {
 0% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
 50% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;}
 100% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
 }
.white {
    color: white;
}
.progress-text {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 350px;
    height: 16px;
    display: block;
    text-align: center;
}
.contejner {
    position: relative;
}

input[type="radio"] {
    box-shadow: none;
}

.hidden {
	display: none;
}

div#recoveryPassword {
    float: right;
    margin-top: 60px;
}

div#recoveryPassword a {
	text-decoration: none;
    color: black;
}

#scrollup {
    position: fixed;
    opacity: 0.8;
    padding: 15px 10px 10px;
    background: #aaa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    left: 10px;
    bottom: 10px;
    display: none;
    cursor: pointer;
}

span.tyk {
    cursor: pointer;
}

span.print, span.other, span.desc {
    background-image: none;
    -webkit-animation: none;
    background-color: transparent !important;
}

div.other {
    display: none;
}

span.desc {
    text-indent: 20px;
    display: block;
}



/*Parte de bootstrap*/


.pull-right {
    float: right!important;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-up:before {
    content: "\021d1";
}
.glyphicon-chevron-down:before {
    content: "\021d3";
}

.listDocumentsContentConsulta  input.naolist {
	width: 100%;
    padding-left: 1px;
    margin-right: 1px;
    font-size: 18px;
    text-align: left;
}




#tabs .ui-helper-reset ,#tabs .ui-tabs-panel {
	font-size: 11px;
}





















