@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Oxygen);
body {
	font-family: 'Source Sans Pro';
	font-size: 12px;
	width:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.main-body {
	width:1300px;
	margin:auto;
}

.logotipo {
	width: 50%;
	height: 60%;
}

.menuicon {
	margin: 0 15px 20px 0px;
}

.rma_form {
	margin:0px;
	padding:15px;
	background-color: #FFF !important;
	border-radius:5px;
	margin-right: auto;
	margin-left: auto;
	width: 70%;
}

.iconshadow {
	position: absolute;
	width: 70px;
    height: 70px;
    border-radius: 5px;
	-webkit-box-shadow: 2px 2px 6px -1px rgba(0,0,0,0.61);
	-moz-box-shadow: 2px 2px 6px -1px rgba(0,0,0,0.61);
	box-shadow: 2px 2px 6px -1px rgba(0,0,0,0.61);
	margin: 5px;
}

.lineicon {
    width: 80px;
    height: 80px;
	border-radius: 5px;
}

table {
	border-collapse:collapse;
}

th {
	background-color:#000;
	color:#FFF;
	font-size:12px;
	/*font-weight:400;*/
	padding: 10px;	
	color: #fefcfc;
	border-left-style: dotted;
    border-color: white;
    /*border-radius: 0px;*/
    border-width: 2px;
	font-family: 'Arial';
}

/*toogle de read more e read less*/
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}
/* end toogle de read more e read less*/

.th_relatorio {
	background-color:#39F;
	color:#FFF;
	font-size:12px;
	/*font-weight:400;*/
	padding: 16px;	
	color: black;
	border-left-style: dotted;
    border-color: black;
    /*border-radius: 0px;*/
    border-width: 2px;
	font-family:'Arial';
	
}

.th_relatorio:first-child {
	border-left-style: none;	
}


th:first-child {
	border-top-left-radius:10px;
	border-left-style: none;	
}

th:last-child {
	border-top-right-radius:10px;
}

td {
	font-size:11px;
	font-family: 'Roboto Mono';
	border-style:solid;
	border-width:1px;
	
}

.td_relatorio {
	font-size:13px;
	font-family:'Source Sans Pro';
	border-style:solid;
	border-width:1px;
	
}

h1 {
	background-color:#eeeeee;
	padding:5px;
	margin-top:0px;
	margin-bottom: 0px;
	font-size:26px;
	border-radius:10px;
	/*font-family: 'Source Sans Pro';*/

}

h2 {
	background-color:#39F;	
	padding:5px;
	margin-top:0px;
	margin-bottom: 0px;
	font-size:18px;
	border-radius:10px;
	/*font-family: 'Source Sans Pro';*/
}

h3 {
	background-color:#3CF;	
	padding:0px;
	margin-top:0px;
	margin-bottom: 0px;
	/*font-family: 'Source Sans Pro';*/
}

h4 {
	background-color:#F90;	
	padding:0px;
	margin-top:0px;
	margin-bottom: 0px;
	/*font-family: 'Source Sans Pro';*/
}


a { 	
	text-decoration:none; 
}

a:link {
	color: #2d2c2c;
	/*font-weight:bold;*/
}

a:visited {
	color: #2d2c2c;
	/*font-weight:bold;*/
}
/*#4F4F4F
#7E7A7A
#696969*/
a:hover {
	/*color: #ccc;*/
}

a:active {
}	

.field_group {
	margin-bottom:5px;
	/*margin-right:5px;*/
	max-width:50%;	
}

.field_label {
	display:inline-block;
	border-top-left-radius:5px; 
	border-top-right-radius:5px; 
	padding:5px; 
	background-color:#0069d1;
	font-weight:bold;
	color:white;
	margin-right:10px;
	/*font-family: 'Source Sans Pro';*/
}

.field_value {
	min-width:20%;
	padding:0px; 
	/*background-color:#0099FF;*/
	font-size:18px;
	margin-right:20px;
	/*margin-bottom:20px*/;
	border:none;
}

input {
	width:80%;
	}
	
input {
	margin:0px;
	background-color:#CAE1FF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	padding:5px;
	border-style:solid;
	}
	
input[readonly="readonly"], input[readonly] {
	color:#AAA;
}	

input[required], textarea[required="required"], select[required] {
	border-color:red;
	border-width:2px;
}

input[type="checkbox"] {
	width:30px;
	height:30px;
}

form , .consulta {

	background-color:rgba(5,159,255,.5);
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}
	
select {
	margin:0px;
	background-color:#CAE1FF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	padding:5px;
	border-style:solid;
	/*border-color:#FF0000;*/
	width:100%;
	}

textarea {
	margin:0px;
	background-color:#CAE1FF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	padding:5px;
	border-style:solid;
	/*border-color:#FF0000;*/
	width:100%;
	} 

.logo {
	font-size:50px;
	font-family: 'Source Sans Pro';
	padding:10px;
	color:#ffffff;
}

.menu {
	font-size:16px;
	font-family: 'Source Sans Pro';
	font-weight:700;
	color:#FF0;
	float:left;
	padding:5px;
	/* background-color:#06C; */
	margin-right:2px;
	
}

.icon {
	font-size:16px;
	font-family: 'Source Sans Pro';
	font-weight:700;
	color:#FF0;
	float:left;
	padding:5px;
	/*background-color:#eee;
	margin-right:2px;*/
	
}

.field {
	margin:0px;
	background-color:#CAE1FF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	padding:5px;
	/*border-style:solid;*/
	width:80%;
	overflow:hidden;
}

.msn {

	margin: 10px;
	padding: 10px;
	border-style:double;
	border-width:2px;
	border-radius:10px;
	font-size:28px;
	text-align:center;
	background-color:yellow;
	/*background-color:#ffff00;*/
}

.msn-amarelo {

	margin: 10px;
	padding: 10px;
	border-style:double;
	border-width:2px;
	border-radius:10px;
	font-size:28px;
	text-align:center;
	/*background-color:yellow;*/
	background-color:#ffff00;
}

.tab {
	font-size:20px;
	text-align:center;
	background-color:#0C9;
}

div {
	border-radius:3px;
		
}

.goal_wrapper {
	border-radius:5px;
	padding:2px;
	background-color:#dddddd;
	width:260px;
	height:130px;
}
.goal_title {
	border-radius:0px;
	background-color:white;
	margin:2px;
	width:256px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.goal_numbers {
	border-radius:0px;
	width:100px;
	float:left;	
}

.goal_number {
	border-radius:0px;
	height:50px;
	background-color:#ffffff;
	margin:2px;
	font-size:35px;
	text-align:center;
	font-weight:bold;
	line-height:50px;			
}

.goal_icon {
	border-radius:0px;
	width:50px;
	height:50px;
	background-color:#ffffff;
	margin:2px;
	font-size:35px;
	text-align:center;
	font-weight:bold;	
}
.goal_gauge {
	border-radius:0px;
	width:102px;
	height:102px;
	margin:2px;
	background-color:#00ffff;
	font-size:36px;
	float:left;
	overflow:hidden;		
}

.s_aberto {
	background-color:#FF9;
}

.s_execucao {
	background-color:#6FC;
}

.s_inform {
	background-color:#F99;
}

.s_rec {
	background-color:#F4A460;
}

.s_entrega {
	background-color:#00BFFF;
}

.s_fechado {
	background-color:#AAAAAA;
}

.p_iniciar {
	background-color:#FFC480;	
}

.p_execucao {
	background-color:#80FF80;
}

.p_suspenso {
	background-color:#FFFF80;
}

.p_relatorio {
	background-color:#80FFAE;
}

.p_facturar {
	background-color:#4090FF;
}

.p_cobrar {
	background-color:#70C0FF;
}

.p_fechado {
	background-color:#AAAAAA;
}

.c_prospect {
	background-color:#FFC480;
}

.c_proposta {
	background-color:#80FF80;
}

.c_analise {
	background-color:#FFFF80;
}

.c_reform {
	background-color:#60FF60;
}

.c_adjudicada {
	background-color:#4090FF;
}

.c_perdida {
	background-color:#999999;
}

.c_sem_resp {
	background-color:#AAAAAA;
}

.c_suporte {
	background-color:rgba(255, 202, 174, 0.5);
}

.c_projecto {
	background-color:rgba(0,255,0,0.1);
}

.c_comercial {
	background-color:rgba(96, 165, 255, 0.5);
}

.campo {
}

.label {
	font-size:12px;
	font-family:'Source Sans Pro';
	/*font-weight:bold;*/
}

.dados {
	font-family:'Roboto Mono';
	font-size:11px;
}

.inter {
	background-color:#39F;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:300;
	padding:5px;
	border:0;
	text-align:center;	
}

.color {
	background-color:#eee;
}
	
.rel_limite {
	margin-top:10px;
}

.rel_imagem {
	width:150px;
	height:200px;
	overflow:hidden;
	margin-right:25px;
}

.rel_dados {
}

.rel_coluna {
}

.rel_campo {	 
	margin-top:1px;
	padding:1px;
}

.rel_label {
	font-family:'Source Sans Pro';
	font-size:14px;	
	background:#ccc; 
	padding:5px;
	width:135px;
	text-align:center;
}

.rel_valor {
	font-family:'Source Sans Pro';
	font-size:28px;
	background:#eee; 
	padding:5px;
	text-align:center;
}

.rel_nome {
	font-family:'Source Sans Pro';
	font-size:18px;
	background:#eee; 
	padding:5px;
	text-align:center;
}

.in_coluna {
}

.in_campo {
	margin-top:1px;
	padding:1px;
	width:150px;
	margin-left:20px;
}

.in_label {
	font-family:'Source Sans Pro';
	font-size:16px;	
	background:#ccc; 
	padding:5px 0px 5px 0px;
	width:110px;
	text-align:center;
	vertical-align: middle;

}

.in_valor {
	font-size:28px;
	background:#eee; 
}

.rel_inter_col {
	float:left;
	margin-right:30px;
	margin-left:20px;
	margin-bottom:0px;
	margin-top:5px;
	width:200px;
}

.rel_inter_campo {
}

.rel_inter_label {
	font-family:'Source Sans Pro';
	font-size:16px;	
	background:#ccc; 
	padding:5px;
	text-align:center;
}

.rel_inter_val {	
	background:#ddd; 
}

.rel_inter_val2 {
	background:#eee; 
}

.login_main {
	width: 550px;
	margin: auto;		
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.login_form {
	margin:0px;
	padding:15px;
	background-color:rgba(255,255,255,0.5) !important;
	border-radius:5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
	
.login_imagem {	
	width: 120px;
	margin:5px;
	padding:15px;
	background-color:rgba(255,255,255,0.5) !important;
	border-radius:5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.login {
	float:left;
	margin:5px;
	width:380px;
}

.login_input {
	padding:10px;
	margin: 10px;
	width: 86%;
	background-color:#eeeeee;
	border-style:none;
	font-size:20px;
	
}

.login_select {
	padding:10px;
	margin: 10px;
	width: 89%;
	background-color:#eeeeee;
	border-style:none;
	font-size:16px;
	
}

.login_textarea {
	padding:10px;
	margin: 10px;
	width: 89%;
	background-color:#eeeeee;
	border-style:none;
	font-size:16px;
	
}

.titulo_container {
	width:510px;
	background-color:rgba(255,255,255,0.7) !important;
	border-radius:5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	padding:15px;
	margin: 5px;
}

.titulo {
	font-size:38px;
	text-align:right;
	margin-bottom:0px;
	font-family: 'Source Sans Pro';
}

.estrutura {
}

.pedidos_tratamento{
	width: 1280px;
}

.log_coluna {
	margin-left:auto;
	margin-right:auto;
}

.log_coluna_1 {
	margin-right:1px;
}

.log_coluna_2 {
	margin-right:1px;
}

.log_coluna_3 {
}

.log_1 {
	margin-bottom:3px;
}

.log_campo {
	margin-top:1px;
	padding:1px;
}

.log_label {
	padding:6px;
	width:115px;
	margin-bottom:1px;
	margin-left:1px;

}

.log_dados {
	font-size:21px;
	background:#eee; 
	padding:8px;
	margin-bottom:1px;
	text-align:center;
	margin-left:1px;
}

.log_c {
}

.log_label_con {
	font-size:22px;	
}

.log_bh {
}

.log_label_c {
	font-size:14px;	
	padding:8px;
	width:140px;
	margin-bottom:1px;
	margin-left:1px;
	margin-top:1px;
}

.log_dados_c {
	font-size:18px;	
	background:#eee; 
	padding:8px;
	width:140px;
	/*height:40px;*/
	margin-left:1px;
}

.log_label_sup {
	padding:8px;
	margin-top:2px;
	margin-right: 2px;
	float:left;
}

.log_sup {
	font-size:14px;	
	background:#eee; 
	padding:8px;
	min-height:56px;
}

.c_bh {
	width:90%;
	margin:auto;
}

.log_col_1 {
	float:left;
}

.log_col_2 {
	float:left;
}

.log_col_3 {
	float:right;
	margin-right:165px;
}

.log_dados_fun {
	font-family:'Source Sans Pro';
	font-size:16px;
	background:#eee; 
	padding:6px;
	margin-bottom:1px;
}

.label_tab {
	width:110px;
	font-size:14px;
	float:left;
	margin-top: 1px;
	margin-right: 1px;
}

.lab_c {
	width:124px;
	font-size:14px;
}

.label_cons {
	font-size:14px;
}

.log_camp_cons {
	margin-top:5px;
	padding:5px;
}

.log_label_inter {
	font-size:14px;	
	padding:6px;
	height:50px;
}

.log_dados_inter {
	font-size:14px;	
	background:#eee; 
	padding:6px;
	min-height:52px;
}

.relatorio {
}

.relatorio_campo {
	/*margin-top:1px;*/
	/*padding:1px;*/
}

.relatorio_label {
	font-family:'Source Sans Pro';
	font-size:14px;	
	background:#4876FF; 
	padding:5px;
	width:140px;
	text-align:center;
	/*font-weight:bold;*/
	border-radius:0px;
}

.relatorio_2 {
}

.relatorio_label_inter {
	font-family:'Source Sans Pro';
	font-size:12px;	
	background:#aaa; 
	padding:5px;
	width:140px;
	text-align:center;
	/*font-weight:bold;*/
	border-radius:0px;
}

.relatorio_dados {
	font-family:'Source Sans Pro';
	font-size:14px;	
	background:#63B8FF; 
	padding:5px;
	width:140px;
	text-align:center;
	border-radius:0px;
}

.relatorio_dados_inter {
	font-family:'Source Sans Pro';
	font-size:12px;	
	background:#eee; 
	padding:16px 5px 0px 5px ;
	width:140px;
	text-align:center;
	border-radius:0px;
	margin-top:1px;
}

.cabeçalho_relatorio {
}

.coluna_relatorio {
	float:left;
	margin-top:5px;
}

.coluna_relatorio_2 {
	float:left;
	margin-top:5px;
}

.col_rel_label {
	font-family:'Source Sans Pro';
	font-size:18px;	
	background:#ccc; 
	padding:5px;
	/*width:170px;*/
	text-align:right;
	margin-top:1px;
}

.col_rel_dados {
	font-family:'Source Sans Pro';
	font-size:18px;
	background:#eee; 
	padding:5px;
	margin-top:1px;
}

.coluna_relatorio_3 {
	float:right; 
	width:250px; 
	margin:10px;
	background-color:aliceblue;
	padding:15px;
}

.col_help {
	font-family:'Source Sans Pro';
	font-size:12px;	
	padding:3px;
	text-align:left;
	margin-top:1px;
}

.insere {
	margin:0px;
	padding:15px;
	background-color:rgba(255,255,255,0.5) !important;
	border-radius:5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	float:left;
	margin-top:100px; 
	margin-left:300px;
	margin-bottom:100px;
}

.form_insere {
	width:50%;
	margin:auto;
}

html {
  min-height: 100%;
}

body {
  height: 100%;
}

.slideshow {
  list-style: none;
  z-index: 1;
}
.slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
  -moz-animation: imageAnimation 24s linear infinite 0s;
  animation: imageAnimation 24s linear infinite 0s;
}
.slideshow li h3 {
  position: absolute;
  text-align: center;
  z-index: 2;
  bottom: 150px;
  left: 0;
  right: 0;
  opacity: 0;
  font-size: 4.0625em;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-animation: titleAnimation 24s linear 1 0s;
  -moz-animation: titleAnimation 24s linear 1 0s;
  animation: titleAnimation 24s linear 1 0s;
}
@media only screen and (min-width: 768px) {
  .slideshow li h3 {
    bottom: 30px;
    font-size: 8.125em;
  }
}
@media only screen and (min-width: 1024px) {
  .slideshow li h3 {
    font-size: 10.9375em;
  }
}

.slideshow li:nth-child(1) span {
  background-image: url(bg.jpg);
}

.slideshow li:nth-child(2) span {
  background-image: url(back1.jpg);
}

.slideshow li:nth-child(3) span {
  background-image: url(back2.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow li:nth-child(4) span {
  background-image: url(back3.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow li:nth-child(5) span {
  background-image: url(back4.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  animation-delay: 18s;
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.no-cssanimations .slideshow li span {
  opacity: 1;
}


.header {
	width:100%; 
	overflow: hidden;
	position: relative;
    background: #5C97FF;
	background-color:#eee;
	padding: 5px;
}


.section_title {
	width:100%;
	
}

.message_full_width {
	width: 100%;
	background-color: rgba(255,255,255,0.7) !important;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	padding: 5px;
	font-family:'Source Sans Pro';
	font-size:14px;	
	text-align:center;

}

.button_link {
	background:none!important; 
	border:none; 
	padding:0!important; 
	cursor: pointer; 
	font-size:14px;
	color:#4e78f0;
	font-weight:bold;
}

.button_link_dashboard {
	font-size:20px;
}

.button_link_listas {
}

.desc-wrap { height: 60px; overflow: hidden }