@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/***************************************************/
/**************** ESTILOS GERAIS *******************/
/***************************************************/
body,html {

	font-weight: 400;
	font-style: normal;
	color: #333;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	/*min-width: 1260px;*/
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	transition: background-color 0.6s ease-in-out 0s;
}
h0 { font-size: 22px; font-weight: bold; line-height: 1; text-transform: uppercase; }
h1 { font-size: 32px; }
h2 { font-size: 16px; text-transform: uppercase; line-height: 16px;}
h3 { font-size: 19px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; margin: 15px 10px 0px 0; }
h6 { font-size: 12px; }
* { font-family: 'Poppins', sans-serif;}
a {
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
	a:link { color: #666; }
	a:visited { color: #666; }
	a:hover {
		color: #333;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	a:active { color: #333; }
.search-calendar {
	height:30px;
}

input[type="text"],input[type="password"],input[type="email"],input[type="date"],input[type="number"],select {
	width: 98%;
	margin: 0;
	padding: 8px 5px;
	border: none;
	background-color: white;
	height: 45px;
	border: 1px solid #e2e2e2;
	border-radius: 6px;

}
.toHideCreate{
	float: left;
	margin-right: 100%;
	width: 140px;
	margin-bottom: 10px;
}
input[type="file"] {
	width: 98%;
	height: 60px;
	min-width: 250px;
    margin: 0;
    padding: 8px 3px; /* 1% 1%; */
	border: 1px solid #EEE;
}

	option {
		padding-top:5px;
		padding-bottom:5px;
	}
textarea {
	padding: 1%;
	border: 1px solid #C0C0C0;
	background-color: #FFF;
	resize: vertical;
	width: 98%;
	min-height: 100px;
}
input[type=text].input-task {
	width: 250px;
	min-width: 250px;
    margin: 0;
    padding: 8px;
	border: 1px solid #C0C0C0;
	background-color: #FFF;
}
textarea.textarea-task {
	padding: 8px;
	border: 1px solid #C0C0C0;
	background-color: #FFF;
	resize: horizontal;
	width: 250px;
	min-width: 250px;
	max-width: 90%;
	min-height: 100px;
}
select.select-task {
	width: 56px;
	min-width: 56px;
	padding: 3px 0 0;
	height: 25px;
    margin: 0;
	margin-left: -3px;
	border: 1px solid #C0C0C0;
	background-color: #FFF;
}
	select.select-task option {
		padding: 2px 4px;
	}
input[type=checkbox].css-checkbox {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}
	input[type=checkbox].css-checkbox + label.css-label {
		padding-left:20px;
		height:15px;
		display:inline-block;
		line-height:19px;
		background-repeat:no-repeat;
		background-position: 0 0;
		font-size:12px;
		vertical-align:middle;
		cursor:pointer;
	}
	input[type=checkbox].css-checkbox:checked + label.css-label {
		background-position: 0 -15px;
	}
	.css-label{
		background-image:url(../img/site/lite-gray-check.png);
	}
.setCenter { width: 75%; margin: 0 auto; }
.break {
	width: 100%;
  float: left;
}
.deletesafile{
	position: absolute;
	top: -25px;
	right: 0;
	color: #555;
	font-weight: 900;
	text-transform: uppercase;
	/* text-decoration: underline; */

	cursor: pointer;
}
.dholder{
	background: #666;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	display: none;
	text-align: center;
	position: absolute;
}
.dholder span{
	cursor: pointer;
}
.dholder input{
	background: none;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	*background: url(../img/ajax-loader.gif) 50% 50% no-repeat #efefef;
	background-color: #efefef;
	text-align: center;

}
	.loader div.logo-loading {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 999;
		background: url(../img/qtec.jpg) 50% 42% no-repeat;
		text-align: center;
	}
	.spinner {
      width:50px;
      height:50px;
      margin:20% auto;
    }
    .cube {
		width: 78%;
		margin: 1px 0px;
		height: 23%;
		background: #00643A;
		float: left;
		border: 1px solid #C89211;
		border-radius: 10px;
		-webkit-animation: scaleDelay 1.3s infinite ease-in-out;
		animation: scaleDelay 1.3s infinite ease-in-out;
    }
    /*
     * Spinner positions
     * 1 2 3
     * 4 5 6
     * 7 8 9
     */
    .spinner .cube:nth-child(1) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s  }
    .spinner .cube:nth-child(2) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s  }
    .spinner .cube:nth-child(3) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s  }
    .spinner .cube:nth-child(4) { -webkit-animation-delay: 0.1s; animation-delay: 0.1s  }
    .spinner .cube:nth-child(5) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s  }
    .spinner .cube:nth-child(6) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s  }
    .spinner .cube:nth-child(7) { -webkit-animation-delay: 0.0s; animation-delay: 0.0s  }
    .spinner .cube:nth-child(8) { -webkit-animation-delay: 0.1s; animation-delay: 0.1s  }
    .spinner .cube:nth-child(9) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s  }

    @-webkit-keyframes scaleDelay {
      0%, 70%, 100% { -webkit-transform:scale3D(1.0, 1.0, 1.0);border: 2px solid #aaa; }
      35%           { -webkit-transform:scale3D(0.0, 0.0, 1.0);border: 3px solid #7c0201; }
    }

    @keyframes scaleDelay {
      0%, 70%, 100% { -webkit-transform:scale3D(1.0, 1.0, 1.0); transform:scale3D(1.0, 1.0, 1.0);border: 2px solid #aaa; }
      35%           { -webkit-transform:scale3D(1.0, 1.0, 1.0); transform:scale3D(0.0, 0.0, 1.0);border: 3px solid #7c0201; }
    }
.NOCURSOR { cursor:auto; }
.sucess-check {
	width: 12px;
	height: 12px;
	background-color: green;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #FFF;
	cursor:pointer;
}
.error-check {
	width: 12px;
	height: 12px;
	background-color: red;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #FFF;
	cursor:pointer;
}
.block-check {
	width: 12px;
	height: 12px;
	background-color: grey;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #FFF;
}
.input-text {
	width: 200px;
	vertical-align: middle;
	display: inline-block;
	padding-right: 5px;
	font-weight: 500;
	font-size: 16px;
	color: #00643a;
}
.topic-text {
	width:120px;
	vertical-align: middle;
	display:inline-block;
	padding-right: 20px;
	font-weight: bold;
}
.no_btn{
	display: none!important;
}
#multi_entity{
	border: 1px solid red;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	float: left;
	margin-right: 3px;
	cursor: pointer;
}
.multi_active{
	background: rgba(255,0,0,0.3)!important;
}
.toggler{
	margin-bottom: 5px;
width: 100%;
float: left;
font-size: 13px;
line-height: 17px;
font-weight: 600;
}
.firstotal{
	width: 100%;
	float: left;
	margin-top: 10px;
}
.current{
	background: #c89211!important;
	/*padding-top: 20px!important;
	margin-top: -9px;*/
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.current a{
	color: white!important;

}
.tabs-menu li{
    list-style-type: none;


	-webkit-box-shadow: inset 0px 0px 0px 1px #f00;
	-moz-box-shadow: inset 0px 0px 0px 1px #f00;
	box-shadow: inset 0px 0px 0px 1px #f00;
	background: white;
    width: 20%;
    float: left;
    padding: 11px;


}
.tabs-menu li a{
	color: red;
	width: 100%;
float: left;
}
.tabs-menu{
	width: 100%;
float: left;
padding-left: 0px;

}
#documents a{
	font-size: 16px;
    color: #7c0201;
    width: 100%;
    font-weight: 600;
	margin:10px 0;
	position: relative;
	float: left;
}
#documents i{
	margin-left: 10px;
}
#cronograma_ajx h5{
	font-size: 16px!important;
font-weight: 600;
width: 100%;
float: left;
margin-top: 35px;
}
.delete-cronograma:hover {
	cursor: pointer;
}
button.print-table {
	background-color: #666;
    border: 1px solid #666;
    color: #FFF;
	text-transform: uppercase;
    height: 31px;
	top: -37px;
	right: 190px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
    position: relative;
	float: right;
	z-index: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
	button.print-table:hover {
		background-color: #333;
		border: 1px solid #333;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
.butao-save {

	background-size: contain;
	background-repeat: no-repeat;
	background-position: 80px 0px;
	position: fixed;
	bottom: 10px;
	width: 120px;
	height: 39px;
	border: 0;
	opacity: 0.7;
	padding: 0;
	margin: 20px 0 50px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	right: 20px;
	/* opacity: 0.7; */
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.butao-reset {
	background: url(../img/site/save_r.png);
	background-repeat: no-repeat;
	background-position: 158px 0px;
	width: 212px;
	height: 39px;
	border: 0;
	padding: 0;
	margin: 20px 0 50px;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	opacity: 0.7;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
	.butao-save:hover {
		opacity: 1;
		padding: 0;
		margin: 20px 0 50px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
.butao-review {
	background: url(../img/site/refresh.png);
	background-repeat: no-repeat;
	background-position: 230px 0px;
	width: 320px;
	height: 39px;
	border: 0;
	padding: 0;
	margin: 20px 0 50px;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	opacity: 0.7;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	line-height:39px;
}
	.butao-review:hover {
		opacity: 1;
		padding: 0;
		margin: 20px 0 50px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
.butao-print {
	background: url(../img/site/print.png);
	background-repeat: no-repeat;
	background-position: 80px 0px;
	width: 120px;
	height: 39px;
	border: 0;
	padding: 0;
	margin: 20px 0 50px;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	opacity: 0.7;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
	.butao-print:hover {
		opacity: 1;
		padding: 0;
		margin: 20px 0 50px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
.butao-pdf {
	background: url(../img/site/pdf.png);
	background-repeat: no-repeat;
	background-position: 125px 0px;
	width: 160px;
	height: 39px;
	border: 0;
	padding: 0;
	margin: 20px 0 0px;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	opacity: 0.7;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	line-height: 40px;
}
.butao-pdf:hover {
		opacity: 1;
		padding: 0;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
.butao-excel {
	background: url(../img/site/excel.png);
	background-repeat: no-repeat;
	background-position: 50px 0px;
	width: 110px;
	height: 39px;
	border: 0;
	padding: 0;
	margin: 20px 0 50px;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	line-height:39px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
	.butao-excel:hover {

		padding: 0;
		margin: 20px 0 50px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
.butao-novosub {
	background: url(../img/site/plus.png);
	background-repeat: no-repeat;
	background-position: 170px 0px;
	width: 220px;
	height: 39px;
	border: 0;
	padding: 0;
	margin: 20px 0 50px;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	opacity: 0.7;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
	.butao-novosub:hover {
		opacity: 1;
		padding: 0;
		margin: 20px 0 50px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
.butao-table {
	background: url(../img/site/table.png);
	background-repeat: no-repeat;
	background-position: 70px 0px;
	width: 120px;
	height: 39px;
	border: 0;
	padding: 0;
	margin: 20px 0 50px;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	opacity: 0.7;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
	.butao-table:hover {
		opacity: 1;
		padding: 0;
		margin: 20px 0 50px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	.butao-chart {
	background: url(../img/site/chart.png);
	background-repeat: no-repeat;
	background-position: 70px 0px;
	width: 120px;
	height: 39px;
	border: 0;
	padding: 0;
	margin: 20px 0 50px;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	opacity: 0.7;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
	.butao-chart:hover {
		opacity: 1;
		padding: 0;
		margin: 20px 0 50px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
.add {
	margin-top: 20px;
	color: #7D7665!important;
	border: 1px solid #BCB49E!important;
	background: #EFEDE8!important;
	border-radius: 6px;
	height: 40px;
	float: right;
	padding: 8px;
}
.dataTables_filter input{
	border-radius: 6px!important;
}
.add a{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
}
.add a:hover{
	color: #666;
}
.add img{
	width: 16px;
}
	.add:hover {
		opacity: 1;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
#delete { cursor: pointer; }
#cancelar { cursor: pointer; }
#recancelar { cursor: pointer; }
#copyButton {
    background-color: #e8e8e8;
    border: 1px solid #ccc;
    line-height: 8px;
    padding: 5px;
	margin-bottom: 13px;
}
.container-main {
	padding-right: 20px;
	margin-left: 230px;
	padding-left: 20px;
	background-color: #FFF;
	min-height: 879px;
	margin-bottom: 50px;
	width: calc(100% - 231px);
	float: left;
	padding-top: 43px;
	max-width: 1670px;
	/*border-top: 5px solid #7c0201;*/
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background-color: #efede8;
	outline: 0;
	color: #333;
}
.main-left {	float: left; margin-bottom: 100px; }
.main-right { float: left; margin-left: 20px; margin-bottom: 100px; }
.line-title {
	width: 60px;
	height: 3px;
	background-color: #00643A;
	margin-top: 3px;
}
.line-subtitle {
	width: 60px;
	height: 2px;
	background-color: #7c0201;
	margin-top: -10px;
}
.col-left {
	background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #EEEEEE;
	padding: 5px 15px;
	float: left;
	vertical-align: top;
	margin-right: 20px;
	width: 400px;
	max-width: 28%;
}
.col-space {
	display:table-cell;
	vertical-align: top;
	width: 1%;
	border: 2px solid #FFFFFF;
}
.col-left-save {
	display:block;
	vertical-align: top;
	margin-right: 40px;
	clear: both;
}
.col-all {
	display:inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 50px;
}
#nEquipReg {
    max-height: 180px;
    overflow-y: auto;
	overflow-x: hidden;
}
	#nEquipReg input { width: 97.5%; }
.reports-rejected {
	color: red !important;
    font-weight: bold !important;
    text-transform: uppercase;
}
.revision td { background-color: rgba(255,0,0,0.3)!important; }
.yellow td { background-color: rgba(240,240,131,0.8)!important;}
#table-std4 td {background-color: #fff;}
/***************************************************/
/*************** TABELAS DE PESQUISA ***************/
/***************************************************/
table.dataTable {	width: 100%; margin-top: 20px; }
	table.dataTable th {
		background-color: #C0C0C0;
		color: #666;
		font-weight: bold;
		padding: 10px;
		border: 2px solid #FFF;
		text-align: left;
	}
	table.dataTable th.left { border-left: 0px; }
	table.dataTable th.right {	border-right: 0px; }
		table.dataTable td {
			background-color: #EFEDE8;
			color: #666;
			font-weight: normal;
			padding: 5px;
			border: 2px solid #FFF;
			text-align: left;
			line-height: 14px;
		}
		table.dataTable td.left {	border-left: 0px; }
		table.dataTable td.right { border-right: 0px; text-align: left; }
/***************************************************/
/*************** TABELAS DE ALERTA ***************/
/***************************************************/
table.dataTable2 { width: 100%; margin-top: 20px; }
	table.dataTable2 th {
		background-color: #7c0201;
		color: #666;
		font-weight: bold;
		padding: 10px;
		border: 2px solid #FFF;
		text-align: left;
	}
	table.dataTable2 th.left {	border-left: 0px; }
	table.dataTable2 th.right { border-right: 0px; }
		table.dataTable2 td {
			background-color: #E6E6E6;
			color: #666;
			font-weight: normal;
			padding: 5px;
			border: 2px solid #FFF;
			text-align: left;
		}
		table.dataTable2 td.left { border-left: 0px; }
		table.dataTable2 td.right { border-right: 0px;	text-align: left; }
/***************************************************/
/********************** WRAPPER MAIN ***************/
/***************************************************/
table.wrapper-main { width: 100%;	margin-top: 10px; }
table.wrapper-main.one { width: 32.5%;
	float: left;
	margin: 0 0.5% 0 0; }
	table.wrapper-main th.border { background-color: #FFF;	width:10px; }
		table.wrapper-main td {
			width: 33%;
			font-weight: normal;
			padding: 10px 20px 20px;
			text-align: left;
			vertical-align: top;
		}
		table.wrapper-main td.duo { width: 49%; }
		table.wrapper-main td.clear {
			background-color: #FFF;
			-webkit-box-shadow:inset 0px 0px 0px 1px #FFF;
			-moz-box-shadow:inset 0px 0px 0px 1px #FFF;
			box-shadow:inset 0px 0px 0px 1px #FFF;
		}
/***************************************************/
/********************** WRAPPER MAIN ***************/
/***************************************************/
table.wrapper-upload { width: 100%; margin-top: 10px; }
	table.wrapper-upload td {
		width: 20%;
		background-color: #F9F9F9;
		font-weight: normal;
		padding: 10px 20px 20px;
		text-align: left;
		vertical-align: baseline;
	}
/***************************************************/
/********************** WRAPPER MAIN ***************/
/***************************************************/
table.wrapper-processo { width: 100%;	margin-top: 0px; }
table.wrapper-processo tr {
	-webkit-box-shadow:inset 0px 0px 0px 1px #EEEEEE;
	-moz-box-shadow:inset 0px 0px 0px 1px #EEEEEE;
	box-shadow:inset 0px 0px 0px 1px #EEEEEE;
}
	table.wrapper-processo tr.border { background-color: #FFF;	height:7px; box-shadow: none; }
		table.wrapper-processo td {
			width: auto;
			background-color: #F9F9F9;
			font-weight: normal;
			padding: 10px 20px; /* 10px 20px 20px; */
			text-align: left;
			vertical-align: top;
			box-shadow: none
		}
		table.wrapper-processo td.duo { width: 49%; }
		table.wrapper-processo td.clear {
			background-color: #FFF;
			-webkit-box-shadow:inset 0px 0px 0px 1px #FFF;
			-moz-box-shadow:inset 0px 0px 0px 1px #FFF;
			box-shadow:inset 0px 0px 0px 1px #FFF;
		}

	table.wrapper-processo_in { width: 100%;	margin-top: 0px; }
	table.wrapper-processo_in tr {
		box-shadow: none
	}
		table.wrapper-processo_in tr.border { background-color: #FFF;	height:10px; box-shadow: none; }
			table.wrapper-processo_in td {
				width: 33%;
				background-color: #F9F9F9;
				font-weight: normal;
				padding: 10px 0px; /* 10px 20px 20px; */
				text-align: left;
				vertical-align: top;
				box-shadow: none
			}
			table.wrapper-processo_in  td.title-detail {
				box-shadow: 0 0 0 0 #eeeeee inset;
				font-weight: bold;
				vertical-align: top;
				width: 10%;
				padding-right: 20px;
			}
			table.wrapper-main.one td p {
				margin-bottom: 20px;
				width: 100%;
    		float: left;
			}
			table.wrapper-main.one td span.bottom {
				color: #7c0201;
				font-style: italic;
			}
			.actions {
				color: #00643A;
				font-weight: bold;
				font-size: 16px;
				width: 100%;
				float: left;
			}
			.actions a {
				color: #7c0201;
			}
			table.wrapper-main td .fa{
				cursor: pointer;
			}
			.actions .actionspan {
				font-weight: 500;
				float: right;
			}
/***************************************************/
/********************** HOME - ADMIN ***************/
/***************************************************/
.home-processos {
	font-size: 24px;
	font-weight: bold;
	color: #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
	width: 40%;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.results-processos {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #C0C0C0;
	margin-bottom: 10px;
	display: table;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
	.results-processos:hover {
		color: #333;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
.results-processos div.Pnumber {
	font-size: 18px;
	font-weight: bold;
	width: 45px;
	display: inline-block;
}
/***************************************************/
/****************** LIST - MENU ********************/
/***************************************************/
table#menu-list {
	width: 100%;
}
table#menu-list th {
    background-color: #c0c0c0;
    border: 2px solid #fff;
    color: #666;
    font-weight: bold;
    padding: 10px 5px;
    text-align: left;
}
table#menu-list tr {
	background-color: #e6e6e6;
}
	table#menu-list tbody tr {
		cursor: move;
	}
table#menu-list tr.father {
	background-color: #d5d5d5;
	text-transform: uppercase;
	font-size: 12px;
}
	table#menu-list tr.father td {
		font-weight: bold;
	}
table#menu-list tr.current {
	background-color: rgba(255,153,0,0.5);
}
table#menu-list tr:hover {
	background-color: rgba(255,153,0,0.5);
}
	table#menu-list td {
		padding: 0px 5px;
		border: 2px solid #fff;
		color: #666;
		font-weight: normal;
		line-height: 14px;
		text-align: left;
	}
table.control-menu {
	width: 100%;
}
	table.control-menu td.first {
		width: 30%;
		vertical-align: top;
		background-color: #F9F9F9;
		text-transform: normal;
		font-weight: normal;
		text-align: left;
		vertical-align: baseline;
		border-top: 5px solid #FFF;
		-webkit-box-shadow:inset 0px 0px 0px 1px #EEEEEE;
		-moz-box-shadow:inset 0px 0px 0px 1px #EEEEEE;
		box-shadow:inset 0px 0px 0px 1px #EEEEEE;
		padding: 10px 20px;
	}
	table.control-menu td.second {
		width: 70%;
		vertical-align: top;
	}
	table.control-menu td.border { background-color: #FFF; width:0.5%; }
/***************************************************/
/*************** LIST - PERMISSOES *****************/
/***************************************************/
table#perm-list {
	width: 100%;
}
table#perm-list th {
    background-color: #c0c0c0;
    border: 2px solid #fff;
    color: #666;
    font-weight: bold;
    padding: 10px 5px;
    text-align: left;
}
table#perm-list tr {
	background-color: #e6e6e6;
}
	table#perm-list tbody tr {
		cursor: move;
	}
table#perm-list tr.father {
	background-color: #d5d5d5;
	text-transform: uppercase;
	font-size: 12px;
}
	table#perm-list tr.father td {
		font-weight: bold;
	}
table#perm-list tr.current {
	background-color: rgba(255,153,0,0.5);
}
table#perm-list tr:hover {
	background-color: rgba(255,153,0,0.5);
}
	table#perm-list td {
		padding: 0px 5px;
		border: 2px solid #fff;
		color: #666;
		font-weight: normal;
		line-height: 14px;
		text-align: left;
	}
table.control-perm {
	width: 100%;
}
	table.control-perm td.first {
		width: 50%;
		vertical-align: top;
		background-color: #F9F9F9;
		text-transform: normal;
		font-weight: normal;
		text-align: left;
		vertical-align: baseline;
		border-top: 5px solid #FFF;
		-webkit-box-shadow:inset 0px 0px 0px 1px #EEEEEE;
		-moz-box-shadow:inset 0px 0px 0px 1px #EEEEEE;
		box-shadow:inset 0px 0px 0px 1px #EEEEEE;
		padding: 10px 20px;
	}
	table.control-perm td.first div.list-menu {
		columns:3;
		-webkit-columns:3; /* Safari and Chrome */
		-moz-columns:3; /* Firefox */
		padding-top: 10px;
	}
		table.control-perm td.first div.list-menu p {
			margin-top: 0;
		}
			table.control-perm td.first div.list-menu p.perm-menu {
				font-weight: bold;
				text-transform: uppercase;
			}
			table.control-perm td.first div.list-menu p label {
				margin-bottom: 5px;
				line-height: 12px;
			}
	table.control-perm td.second {
		width: 50%;
		vertical-align: top;
	}
	table.control-perm td.border { background-color: #FFF; width:0.5%; }
/***************************************************/
/****************** LANG VARS **********************/
/***************************************************/
.inputAlign { display: inline-block; margin-right: 20px; *width: 100%; }
	.inputAlign p { margin: 0; margin-bottom: 10px; }
.inputAlign2 { display: inline-block; margin-right: 20px; float:left; *width: 100%; }
	.inputAlign2 p { margin: 0; margin-bottom: 10px; }
/***************************************************/
/****************** LOGIN AREA *********************/
/***************************************************/

.login {
    width: 500px;
    min-height: 200px;
    margin: 0 auto;
    background-color: #c89211;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid #c89211;
    transform: translate(-50%, -50%);
    border-radius: 15px;
}
.login-logo img{
	margin: 20px 0;
	width: 60%;
}
	.login .topo { width: 100%; *height: 80px; *margin-left: -5%; text-align: center; }
		.login .topo .login-logo { width: 100%; *float: left; }
		.login .topo .login-title {
			width: 100%;
			margin-top: 10px;
			color: #7c0201;
			font-size: 22px;
			font-weight: 600;
			text-transform: uppercase;
			padding-top: 20px;
			padding-bottom: 20px;
			border-top: 1px solid #EEE;
			border-bottom: 1px solid #EEE;
			*float: left; *text-align: right;
		}
			.login .topo .login-title h2 { margin-top: 20px; color: #7c0201; }
input.login-email, input.login-password,input#emailrecover {
	width: 54%;
	height: 38px;
	margin-left: 23%;
	background-color: white;
	border: none;
	font-weight: 700;
	color:#c89211;
	font-size: 14px;
	text-align: center;
	    border-radius: 8px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
input.login-submit,#emailrecoverbtn, .passrecoverbtn  {
	width: 160px;
	height: 38px;
    height: 44px;
    margin-left: calc(50% - 80px);
    background-color: white;
    border-radius: 8px;
    margin-top: 15px;

		background-color: white;
		 border-radius: 8px;
		color:#c89211;

	font-weight: 700;
	font-size: 14px;
	text-align: center;
	border: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-transform: uppercase;
}
	input.login-submit:hover  {
		opacity: 0.7;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
::-webkit-input-placeholder { color: #666; font-size: 12px; font-weight: 200; }
:-moz-placeholder { color: #666; font-size: 12px; font-weight: 200; } /* Firefox 18- */
::-moz-placeholder { color: #666; font-size: 12px; font-weight: 200; } /* Firefox 19+ */
:-ms-input-placeholder { color: #666; font-size: 12px; font-weight: 200; }
/***************************************************/
/******************** NAV BAR **********************/
/***************************************************/
.nav {
	/*background-image: url("../img/bg-01.png");*/
	background: #c89211;
	background-size: cover;
	height: 140px;
	margin-left: 230px;
	padding: 15px 0 20px 20px;
	position: relative;
	z-index: 99;
}
.nav .nav-options {
	height: 40px;
	width: 95%;
	float: left;
	color: #333;
	font-size: 12px;
	padding: 20px;
}
	.nav .nav-options ul {
		display: inline-block;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		min-width: 1000px;
	}
		.nav .nav-options ul li {
			display: inline-block;
			font-weight: bold;
			margin-right: 30px;
		}
			.nav .nav-options .linguas {
				float: left;
				color: #333;
				position: relative;
				top: -12px;
				-webkit-transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				-ms-transition: all 300ms ease;
				-o-transition: all 300ms ease;
				transition: all 300ms ease;
			}
				.nav .nav-options .linguas a {
					opacity: 0.5;
					margin-right:5px;
				}
					.nav .nav-options .linguas a:hover {
						opacity: 1;
						-webkit-transition: all 300ms ease;
						-moz-transition: all 300ms ease;
						-ms-transition: all 300ms ease;
						-o-transition: all 300ms ease;
						transition: all 300ms ease;
					}
				.nav .nav-options .linguas a.current {
					opacity: 1;
				}
			.nav .nav-options .data {
				background: url(../img/site/clock.png);
				background-repeat: no-repeat;
				height: 26px;
				float: left;
				opacity: 0.3;
				color: #333;
				padding-left: 25px;
				padding-top: 14px;
				cursor: context-menu;
				-webkit-transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				-ms-transition: all 300ms ease;
				-o-transition: all 300ms ease;
				transition: all 300ms ease;
			}
				.nav .nav-options .data:hover {
					opacity: 1;
					-webkit-transition: all 300ms ease;
					-moz-transition: all 300ms ease;
					-ms-transition: all 300ms ease;
					-o-transition: all 300ms ease;
					transition: all 300ms ease;
				}

				.nav .nav-options a.user:hover { opacity: 1; }
			.nav .nav-options a.homepage {
				background: url(../img/site/homepage.png);
				background-repeat: no-repeat;
				height: 26px;
				float: left;
				opacity: 0.3;
				color: #333;
				padding-left: 25px;
				padding-top: 14px;
			}
				.nav .nav-options a.homepage:hover { opacity: 1; }

				.nav .nav-options a.logout:hover { opacity: 1; }
.nav .logo {
	width: 22%;
	float: right;
	text-align: right;
	padding-right: 10px;
	margin-top: -20px;
}
/***************************************************/
/********************** MENU ***********************/
/***************************************************/
.menu-background {
	position: fixed;
	width: 230px;
	height: 100%;
	background-color: white;
	border-right: 1px solid white;
	z-index: 9;
}
.butao-save {
	z-index: 1000;
}
.menu {
	position: absolute;
	width: 230px;
	height: 100%;
	background-color: white;
	/*border-right: 1px solid #7c0201;*/
	z-index: 99;
}
.menu .menu-title {
	background-color: #c89211;
}
.menu .menu-title h4 { margin-top: 0px; }
.menu ul {
	color: #258736BF;
	list-style: none;
	padding: 0;
}
	.menu li {
		margin-top: 5px;
		margin-bottom: 10px;
		line-height: 14px;
	}
	.menu li h4 {
		margin: 20px 0 10px 20px;
		color: #00643A;
		font-weight: 500;
		font-size: 20px;
	}
		.menu ul.menu-items { padding-left: 20px;}
			.menu ul.menu-items a {
				color: #258736BF;
				font-size: 14px;
				-webkit-transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				-ms-transition: all 300ms ease;
				-o-transition: all 300ms ease;
				transition: all 300ms ease;
			}
				.menu ul.menu-items a:hover {
					/*color: #fff;*/
					-webkit-transition: all 300ms ease;
					-moz-transition: all 300ms ease;
					-ms-transition: all 300ms ease;
					-o-transition: all 300ms ease;
					transition: all 300ms ease;
				}
			.menu ul.menu-items a.menu-active {
				/*color: #fff;*/
				font-weight: 500;
				-webkit-transition: all 300ms ease;
				-moz-transition: alfal 300ms ease;
				-ms-transition: all 300ms ease;
				-o-transition: all 300ms ease;
				transition: all 300ms ease;
			}
		.menu ul.menu-items span.numbers {
			color: #FFF;
			font-weight:bold;
			float: right;
			padding-right: 20px;
		}
/***************************************************/
/***************** TASK DETAIL  ********************/
/***************************************************/
.task-detail {
	padding: 20px;
	margin-top: 20px;
	background: #E8E8E8;
	border: 1px solid #D9D9D9;
}
/***************************************************/
/********************** PROCESS ********************/
/***************************************************/
table.process-detail { width:100%; margin-top:5px; }
	table.process-detail tr { border-bottom: 1px solid #EEEEEE; }
		table.process-detail td {
			border:0;
			box-shadow: 0 0 0 0px #EEEEEE inset !important;
			padding: 10px 10px 10px 0px;
		}
		table.process-detail td.title-detail {
			width: 20%;
			box-shadow: 0 0 0 0px #EEEEEE inset;
			font-weight: bold;
			vertical-align: top;
		}
/***************************************************/
/******************* WRAPPER PROCESS ***************/
/***************************************************/
table.wrapper-process { width: 100%; margin-top: 10px; }
table.wrapper-process.one { width: 20%; }
	table.wrapper-process th.border { background-color: #FFF; width:0.5%; }
		table.wrapper-process td {
			background-color: #F9F9F9;
			text-transform: normal;
			font-weight: normal;
			text-align: center;
			vertical-align: baseline;
			-webkit-box-shadow:inset 0px 0px 0px 1px #EEEEEE;
			-moz-box-shadow:inset 0px 0px 0px 1px #EEEEEE;
			box-shadow:inset 0px 0px 0px 1px #EEEEEE;
		}
		table.wrapper-process td.clear {
			background-color: #FFF;
			-webkit-box-shadow:inset 0px 0px 0px 1px #FFF;
			-moz-box-shadow:inset 0px 0px 0px 1px #FFF;
			box-shadow:inset 0px 0px 0px 1px #FFF;
		}
		table.wrapper-process td.current {
			background-color: #7c0201;
			-webkit-box-shadow:inset 0px 0px 0px 1px #7c0201;
			-moz-box-shadow:inset 0px 0px 0px 1px #7c0201;
			box-shadow:inset 0px 0px 0px 1px #7c0201;
		}
table.wrapper-process a {
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
	margin: 10px 10px 8px;
	vertical-align: middle;
}
	table.wrapper-process a.current:hover { color: #555; }
		table.wrapper-process a.current { color: #FFF; }
/***************************************************/
/****************** WRAPPER CALENDAR ***************/
/***************************************************/
table.wrapper-calendar { margin-top: 0px; }
	table.wrapper-calendar th {
		background-color: #C0C0C0;
		color: #666;
		font-weight: bold;
		text-transform: normal;
		text-align: left;
		vertical-align: middle;
		border: 2px solid #FFF;
		padding: 10px;
		font-size: 12px;
	}
	table.wrapper-calendar th.date {
		background-color: #FFF;
		color: #333;
		font-weight: bold;
		text-transform: normal;
		text-align: left;
		vertical-align: middle;
		border: 2px solid #FFF;
		padding: 0px;
		padding-bottom: 10px;
	}
		table.wrapper-calendar td {
			background-color: #E6E6E6;
			color: #666;
			text-transform: normal;
			font-weight: normal;
			text-align: left;
			vertical-align: middle;
			border: 2px solid #FFF;
			padding: 5px;
			font-size: 12px;
			height: 25px;
		}
table.wrapper-calendar .chosen-container .chosen-drop { position: relative; }
table.wrapper-calendar .chosen-container .chosen-results { height: 50px; }
.editable input {
	background: #FFF;
	border: 1px solid #C0C0C0;
	padding: 5px;
	max-height:25px;
}
.editafatura input {
	background: #FFF;
	border: 1px solid #C0C0C0;
	padding: 5px;
	max-height:25px;
}
.selectvan select, .data select {
	background: #FFF;
	border: 1px solid #C0C0C0;
	padding: 5px;
	width: 100% !important;
}
.selectvan button, .data button, .tecnics button {
	background: #C0C0C0;
	border: 1px solid #C0C0C0;
	padding: 5px;
	width: 100% !important;
	margin-top:5px;
	color: #666;
	font-weight: bold;
}
/***************************************************/
/****************** POP UP  CALENDAR ***************/
/***************************************************/
.formularioPopUp {
	position: fixed;
	width: 80%;
	margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
	height: 100%;
	background-color: #FFF;
	bottom: 0px;
	top: 0px;
	left: 10%;
	right: 10%;
	z-index: 9999;
	padding: 20px 20px 0px 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.8);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.8);
	overflow-y: auto;
}
	.formularioPopUp table {
		width: 100%;
		margin-top: 10px;
	}
		.formularioPopUp table th.border {
			background-color: #FFF;
			width:0.5%;
		}
			.formularioPopUp table td {
				width: 50%;
				background-color: #F9F9F9;
				text-transform: normal;
				font-weight: normal;
				text-align: left;
				vertical-align: baseline;
				-webkit-box-shadow:inset 0px 0px 0px 1px #EEEEEE;
				-moz-box-shadow:inset 0px 0px 0px 1px #EEEEEE;
				box-shadow:inset 0px 0px 0px 1px #EEEEEE;
				padding: 0px 13px 13px;
			}
.transferPopUp {
	position: fixed;
	width: 60%;
	margin-left: auto;
    margin-right: auto;
    max-width: 400px;
	height: 120px;
	background-color: #FFF;
	bottom: 50%;
	top: 40%;
	left: 10%;
	right: 10%;
	z-index: 9999;
	padding: 20px 20px 0px 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.8);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.8);
	overflow-y: auto;
	text-align: center;
}
.processBlock {
	border: 1px solid #E2E2E2;
	padding: 10px 20px;
	background-color: #F2F2F2;
	margin-bottom:15px;
}
.popUpBack {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.btn-adicionar {
	font-weight:400;
	font-size:12px;
	vertical-align:bottom;
	margin-left:10px;
	padding:5px 10px;
	background-color:#E6E6E6;
	border:1px solid #CCCCCC;
	cursor:pointer;
}
.contentArea {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	float: left;
	margin-top: 5px;
}
#inputSearch {
	width: 100%;
	float: left;
	padding: 16px;
}
#divResult {
	position:absolute;
	width:665px; /* 365px */
	display:none;
	margin-top:-1px;
	border:solid 1px #dedede;
	border-top:0px;
	overflow:hidden;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	box-shadow: 0px 0px 5px #999;
	border-width: 3px 1px 1px;
	border-style: solid;
	border-color: #333 #DEDEDE #DEDEDE;
	background-color: white;
	max-height: 400px;
	overflow-y: visible;
	z-index: 999;
}
.display_box {
	padding:8px; border-top:solid 1px #dedede;
	font-size:11px; height:60px;
}
	.display_box:hover {
		background:#7c0201;
		color:#FFFFFF;
		cursor:pointer;
	}
.import-navigator {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
	.import-navigator div.select-pesq {
		max-width: 300px;
	}
	.import-navigator input[type="file"] {
		max-width: 300px;
		height: 25px;
		margin-top: 0;
		padding-bottom: 4px;
		padding-top: 1px;
		padding-left: 5px;
		border: 1px solid #c0c0c0;
		color: #909090;
	}
	.import-navigator input[type="text"] {
		*max-width: 138px;
		margin-top: 0;
		padding-bottom: 4px;
		padding-top: 1px;
		padding-left: 5px;
		border: 1px solid #c0c0c0;
		color: #909090;
	}
	.import-navigator .codigos {
		max-width: 138px;
		margin-top: 0;
	}
.transfer-pop {
	margin-top: 40px;
}
	.transfer-pop a.btn-pop-transf {
		 background-color: #ccc;
		border: 1px solid #999;
		display: inline-block;
		font-weight: bold;
		padding: 10px 20px;
		text-transform: uppercase;
		margin: 10px;
	}
		.transfer-pop a.btn-pop-transf:hover {
			 background-color: #7c0201;
			 color: #FFF;
			 border: 1px solid #7c0201;
		}
select{

	width: 100%;

}
.newshome{
	width: 48%;
	margin-right: 2%;
	float: left;
}
.newshome h1{
	line-height: 0px;
	font-size: 32px;
}
#newslider .item img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: auto;

}

.higher .chosen-choices{
	height: 200px!important;
}
#reason{
	position: absolute;
	width: 40%;
	height: 355px;
	top: 50%;
	border-radius: 5px;
	left: 50%;
	transform: translate(-50%,-50%);
	background: white;
	border: 1px solid;
	padding: 20px;
}
.chosen-container-multi .chosen-choices {
	overflow-y: scroll!important;
}
.obsflag{
 width: 13px;
 height: 13px;
 border: 1.5px solid #333333;
 cursor: pointer;

}
.obschecked{
 background: #7c0201;
}
#faltasadd, #ocorrenciasadd, #recursosadd, #visitasadd, #reunioesadd {
	margin-top: 130px;
	margin-left: 250px;
	left: 0;
	z-index: 1;
	display:block;
}
.dataTables_wrapper{
	    margin-top: 40px!important;
			float: left;
			width: 100%;
}
#table-std2_wrapper.dataTables_wrapper{
	margin-top: 0!important;
}
div.dataTables_wrapper div.dataTables_filter {
	top: 0;
	right: 0;
}
.table-std i {
	font-size: 20px;
}
/***************************************************/
/***************************************************/

@media screen and (max-width: 1280px) {

	.container-main {
		padding-right: 20px;
	}

}





/*********/
/*SafeLab*/
/********/
.forgot-pw{
	color: #666666;
	font-size: 12px;
	width: 100%;
	float: left;
	text-align: center;
	margin: 8px 0;
}
.menu-title img{
	width: 100%;
	margin: 0;
	padding: 37px 18px;
}
.angle{
	float: left;
	padding: 1px 7px 0 0;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}
.menu_user{
	color: #000;
	font-weight: 600;
	font-size: 20px;
	width: 200px;
	margin: -2px 20px;
}
.menu_user img{
	width: 24px;
	margin-right: 8px;
	margin-top: -4px;
}
.menu_user .fa {
	font-size: 26px;
	color: #7c0201;
}
.menu_user a{
	height: 26px;
	float: left;
	opacity: 0.7;
	padding-left: 8px;
	color: #000;
}
.menu_logout {
	font-size: 20px;
	color: white;
	float: right;
	margin-right: 15px;
}
.menu_logout i{
	margin-right: 3px;
}
.menu_logout a{
	color: white;
	font-weight: 600;
}
.menu_logout a:hover{
	color: white;
}
.menu_user a:hover{
	color: white;
}
.dataTables_paginate .previous,.dataTables_paginate .next {
	border-right: none!important;
	padding-right: 0!important;
	padding-left: 0!important;
}
#process-list_filter,#table-std_filter, #table-std4_filter{
	position: absolute!important;
	right: 0!important;
	top: 0px!important;
}
#table-std-wsearch_filter{
	position: absolute!important;
	right: 0!important;
	top: -30px!important;
}
#process-list_filter input,#table-std_filter input,#table-std4_filter input,#table-std-wsearch_filter input{
	border-radius: 0;
	height: 26px;
	border: 1px solid #C0C0C0;
}
.buttons-html5,.buttons-colvis{
	background: #7c0201!important;
	color: white!important;
	margin-right: 10px!important;
	border-radius: 0px!important;
	border: none!important;
}
.dt-button-collection li{
	margin: 5px 0;
}
.dropdown-menu{
	border-radius: 0px!important;
	padding: 5px!important;
}
.odd td{
	background: white!important;
}

#table-std i, #table-std4 i,#table-std-wsearch i{
	margin-right: 10px;
	font-size: 18px;
	cursor: pointer;
}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable th{
	background: white!important;
	color: #00643A!important;
}
.pagination>li>a, .pagination>li>span{
	color: #BCB49EB3!important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background: white!important;
	color: #7D7665!important;
	border-color:#ddd!important;
}
.dataTables_paginate .first{
	border-right: 0px!important;
}
.btn-default{
	color: #7D7665!important;
	border: 1px solid #BCB49E!important;
	background: #EFEDE8!important;
	border-radius: 6px!important;
}
tfoot input[type="text"] {
	width: 100%;
	border: 1px solid #dadada;
	border-radius: 6px;
}
#dp_portal{
	width: 90px;
	position: absolute;
	bottom: 0;
	left: 115px;
	transform: translateX(-50%);
}
.intervenientes{
	font-size: 40px!important;
	width: 100%;
	color: #7c0201;
	text-align: center;
	cursor: pointer;
}
.std_holder p{
	width: 100%;
	float: left;
	padding: 7px;
	margin: 0;
}
.std_holder .par{
	background: #eee;
}
.std_holder .impar{
	background: white;
}
.std_holder i{
	float: right;
	margin-left: 10px;
	font-size: 15px;
}
.std_holder i{
	cursor: pointer;
}
.btn_top{
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	padding-left: 12px;
	width: 100%;
	float: left;
}
.btn_top span{
	color: #7c0201;
	font-size: 16px;
	font-weight: 900;
	position: absolute;
	left: 0;
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cke_textarea_inline{
	position: relative;
	width: 98%;
	background: white;
	padding: 8px;
	/*height: 150px;*/
	/*overflow: scroll;*/
	max-width: 480px;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
}

.homemadetextarea{
	-moz-appearance: textfield-multiline;
	 -webkit-appearance: textarea;
	 border: 1px solid gray;
	 font: medium -moz-fixed;
	 font: -webkit-small-control;
	 height: 35px;
	 overflow: auto;
	 padding: 2px;
	 background: white;
	 color: #111;
	 resize: both;
	 width: 99%;
	 float: left;
}
.holder{
	float: left;
	width: 100%;
}
#receiveajx{
	width: 100%;
	float: left;
}
.unidades_holder .unidades_line{
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.unidades_line:last-child{
	border-bottom: 1px solid #ccc;
}
.update_unidades{
	float: left;
width: 100%;
text-align: right;
font-size: 20px;
padding: 7px;
}
.update_unidades .fa{
	position: relative!important;
	top: 0!important;
	left:0!important;
}
.unidades_column{
	width: 25%;

	float: left;
}
#receiveajx i{
	position: absolute;
	left: -17px;
	top: 3px;
	cursor: pointer;
}
.add_unidades{
	border: none!important;
}
.add_options{
	padding: 5px;
}
.add_unidades i{
	font-size: 40px!important;
	width: 100%;
	color: #7c0201;
	text-align: center;
	cursor: pointer;
}
.cronograma_options{
	background: #7c0201;
	color: white;
	padding: 6px;
	font-weight: 600;
}
.cronograma_holder{
	width: 100%;
	float: left;

	padding: 6px;
	font-weight: 600;
}
.cronograma_line{
	width: 100%;
	float: left;
	padding: 6px;
	text-align: center;
	position: relative;
}
.cronograma_line i{
	position: absolute;
	right: 35px;
}
.cronograma_column2{
	width: 11.1%;
	float: left;
	border-right: 1px solid white;
	cursor:pointer;
}
.cronograma_column{
	width: 11%;
	float: left;
	border-right: 1px solid white;
	cursor:pointer;
}
.cronograma_line .cronograma_column:last-child{

	border-right: 0px;
}
.update_cronograma{
	width: 100%;
    float: left;
    text-align: right;
    font-size: 20px;
}
.update_cronograma i,.update_cronograma a{
	cursor:pointer;
	    padding: 4px;
			position: relative;
			color:white;
			right: 0;
}
.ui-timepicker-table {
	width: 280px!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
width: 100%;
}
.ui-widget-header {
	color: white!important;

	background: #7c0201!important;
}
.ui-timepicker-table th.periods {

	width: 7px!important;
}
.formando_upload{
	color: #7c0201;
border: 1px solid #666;
padding: 5px;
background: #f4f4f4;
color: #666;
border-radius: 2px;

}
.formando_upload:hover{
	color: white;
	border: 1px solid #7c0201;
	background: #7c0201;
	text-decoration: none;
}
.newformando .chosen-container{
	width: 90px!important;
	margin-top: -3px;
}
.newformando{
	    width: 2305px;
	float: left;
	padding: 3px;
	border-left: 2px solid #7c0201;
	margin: 2px 0;
}
.newformando input{
	margin-left: 2px;
}
.alreadyinsystem{
	background: rgba(255,0,0,0.5);
}
.newformandotop span{
	float: left;
	margin-left: 2px;
	background: #7c0201;
	color: white;
	height: 46px;
	padding: 4px;
}
.unidades_subline{
	background: red;
    color: white;
}
.unidades_subline input{

    color: #7c0201;
}
.cronograma_subline{
	background: red;
		color: white;
		display:none;
}
.cronograma_subline input,.cronograma_subline select{

    color: #7c0201;
}
.menupopper{
	position: relative;
	width: 25px;
	margin-left: 5px;
	float: left;
	display: none;
	cursor: pointer;
}
tfoot input{
	background: white!important;
}
.menupopper img{
	width: 100%;
}
.view-faltastudent {
	margin-left: 8px;
}
.justfaltasblank, .regocorrenciasblank {
	position: absolute;
	top: 214px;
}
table.wrapper-main.three td {
	padding: 10px;
	box-shadow: none;
	-webkit-box-shadow: none;
}
button.utentesTablesBtns{
	background: #c89211!important;
	color: white!important;
	border: none!important;
	width: 200px;
	padding: 5px 0;
}
button.btn-selected {
	background: #00643a!important;
}
table.wrapper-main.three td p {
	margin: 0;
}
.rowholder {
	width: 100%;
	float: left;
}
.rowtitle {
	width: 75%;
	float: left;
}
.rowinputs {
	width: 25%;
	float: left;
}
.rowinput {
	width: 20%;
	float: left;
	text-align: center;
}
.submenuprojcts{
	width: 100%;
	float: left;
	background: #7c0201;
	margin-bottom: 15px;
}
.submenuprojcts span a{
color: white;
}
.submenuprojcts span{
	width: 25%;
	float: left;
	text-align: center;
	padding: 8px;
	color:white;
}
.opactive{
	background: white;
	border: 1px solid #7c0201;

}

.opactive a{
		color: #7c0201!important;
}
.add-user-rel {
	cursor:pointer;
	color: #7c0201;
}
.forgetpassword{
 width: 100%;
    float: left;
    margin-top: 12px;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 0;
    cursor: pointer;
    text-align: center;

    color: #ddad38;
    padding-bottom: 5px;

}
.passworddiv {
  display: none;
  width: 50%;
  margin: 0 auto;
  margin-top: 35px;
  text-align: center;
}
.passworddiv2 {
  width: 50%;
  clear: both;
  margin: 0 auto;
  margin-top: 35px;
  text-align: center;
}
.passworddiv p span, .passworddiv2 p span {
  font-size: 14px;
}
input#emailrecover{
    width: 100%;
    float: left;
    margin: 0;
}
#emailrecoverbtn{
    margin-left: 0px;
}
.estadoholder {
	width: 25%;
	position: absolute;
	right: 0;
	top: 160px;
}
.estadoholder span {
	color: #00643A;
	font-style: italic;
	font-size: 25px;
	font-weight: bold;
}
.payholder {
	width: 100%;
	float: left;
}
.payholder p {
	float: right;
	cursor: pointer;
	color: #7c0201;
	font-size: 20px;
}
input[type="checkbox"].selectpay {
	display: none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../img/check_radio_sheet2.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(../img/check_radio_sheet2.png) -19px top no-repeat;
}
.totaisholder {
	width: 260px;
	float: left;
}
.submit_payment{
	background: #7C0201;
	color: white;
	border: none;
	padding: 13px;
	width: 100%;
	float: left;
	margin-top: 31px;
}
.sClass {
	width: 500px!important;
}

.submit_payment_2 {
    height: 45px;
    margin-top: 0px;
    margin-left: 14px;
    position: absolute;
    background: #7C0201;
    color: white;
    border: none;
    padding: 11px;
}
button, html input[type=button], input[type=reset], input[type=submit],.btn-primary{
	color: #7D7665!important;
	border: 1px solid #BCB49E!important;
	background: #EFEDE8!important;
	border-radius: 6px!important;
}
.anualholder,.pagar {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #7D7665!important;
	border: 1px solid #BCB49E!important;
	background: #EFEDE8!important;
	border-radius: 6px!important;
}
.anualholder p {
	margin: 0!important;
}
.anualdiv {
	display: none;
}
.anualdiv input{
	background: white!important;
	color: black!important;
	width: 204px;
	float: right;
}

input[name="nomeanual"]::-webkit-input-placeholder {
	/*color:#fff;*/
}
.warning {
	border: 2px solid #7c0201;
	padding: 10px;
	font-size: 20px;
}
.paymentHolder{
	width: 370px;
}
.floatedVals{
	float: right;
}
.payment {
	color: #7c0201;
	/*padding-left: 260px;*/
	font-size: 20px;
}
.marcarPago{
	cursor: pointer;
}
.active-subfilter{
    background:#7a9e8f !important;
    color:white!important;
}
@page {
	size: auto;  /* auto is the initial value */
	margin: 0mm; /* this affects the margin in the printer settings */
}
@media print {
	a[href]:after {
		content: none!important;
	}
	.menu-background{
		display: none;
	}
	.menu{
		display: none;
	}
	.container-main {
		margin-left: 0px;
	}
	.nav{
		display: none;
	}
	.butao-save{
		display: none;
	}
	#dp_portal{
		display: none;
	}
}
