.consumo {
	font-size: 0.8em;
	margin-left: 60px;
	background-color: #eee0c5;
	border-radius: 6px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 3px;
}
.consumotexto {
	font-size: 0.8em;
	margin-left: 60px;
	font-weight: bold;
}

.consumobase {
	font-size: 0.8em;
	margin-left: 20px;
	background-color: #eee0c5;
	border-radius: 6px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 3px;
}
.consumobasetexto {
	font-size: 0.8em;
	margin-left: 20px;
	font-weight: bold;
}

/* unvisited link */
a:link {
	color: rgb(48, 48, 48);
	text-decoration: none;
  }
  
  /* visited link */
  a:visited {
	color: rgb(48, 48, 48);
  }
  
  /* mouse over link */
  a:hover {
	color: rgb(31, 104, 2);
  }
  
  /* selected link */
  a:active {
	color: rgb(31, 104, 2);
  }

.btektext input[type=text] {
	border-bottom: 1px solid #505050;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.webix_ss_header {
	max-height: 40px !important ;
}
.webix_view.webix_window.popup_center {
  top: 0 !important;
  bottom: 0;
	padding: 20px;
  margin: auto;
}
.webix_ss_vscroll_header{
	display: none;
}
.webix_ss_vscroll{
	margin-top: 40px !important;
}
.webix_hcell {
	height: 40px !important;
	line-height: 40px !important;
}

.webix_list_item {
	border-bottom-style: none;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #ffffff;
	color: #555;
}
.webix_el_counter .webix_inp_counter_next, .webix_el_counter .webix_inp_counter_prev{
	background: #50accb;
	border: 1px solid #50accb;
	border-bottom: 1px solid #50accb;
}
span.webix_input_icon.fa-angle-down {
  height: 28px !important;
}
.webix_column>div.webix_row_select {
  border-bottom: 1px solid #e8e8e8;
}

.webix_list_item.webix_selected {
	/*color:#555;*/
	/*padding-left: 6px !important;*/
	/*padding-right: 3px !important;*/
	/*border-bottom-style: none !important;
	border-right-style: none !important;
	border-left: 3px solid #185374;
	background-color: #ffffff !important;
	border-style: solid;*/
	/*border-image:  linear-gradient(#185374, red) 0 100%;*/
	color: #555;
  padding-left: 6px !important;
  padding: 3px !important;
  border-bottom-style: none !important;
}
.webix_list_item {
  background-color: #ffffff !important;
}
.webix_selected .linha {
  border: 2px solid #eab821;
}

.linha {
	background-color: #ffffff;
	border: 1px solid #b4deeb;
	border-radius: 6px;
	padding: 0 15px 10px;
	margin: 0 3px 5px 0;
	font-size: 0.9em;
	line-height: 1.1em;
	position: relative;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
p.linhaalinha {
    margin: 12px 0 2px;
}

.infoman {
	position: absolute;
	right: 4px;
	top: 6px;
	height: 18px;
	background-color:white;
	color: #555;
	font-size: 1em;
}
.textodata {
	display: inline-block;
	vertical-align: top;
	font-size: 0.7em;
	line-height: 1em;
	padding-right: 5px;
	padding-top: 1px;
}
.indicadorverde {
	background-color: #49af89;
	color: white;
	border-radius: 4px;
	padding: 4px 4px 3px 3px;
	font-size: 0.85em;
}

.indicadorvermelho {
	background-color: rgb(206, 96, 96);
	color: white;
	border-radius: 4px;
	padding: 4px 4px 3px 3px;
	font-size: 0.85em;
}

.linhacodigo {
	font-size: 1.4em;
	font-weight: bold;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
									supported by Chrome and Opera */
}
/*icon data picker*/
.webix_el_colorpicker span.webix_input_icon, .webix_el_combo span.webix_input_icon, .webix_el_datepicker span.webix_input_icon, .webix_el_dbldatepicker span.webix_input_icon, .webix_el_richselect span.webix_input_icon, .webix_el_search span.webix_input_icon{
	padding: 4px 0 0 !important;
}
.webix_template {
	background: #fff0;
}
.webix_cal_body .webix_cal_select, .webix_cal_body .webix_cal_select.webix_cal_today, .webix_cal_body .webix_selected {
	background: #50accb !important;
}
/*primeiro login*/
.login_main{
	background: #f0f0f0;
}
.login_img img {
	width: 210px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.titulo_login {
  color: #50accb;
  height: 70px !important;
  font-size: 50px;
  text-align: center;
}
.webix_view.login_img {
  background: #ffffff00;
  position: relative;
  background-image: url(img/gem_login_img.png);
	width: 450px !important;
  background-size: cover;
  background-repeat: no-repeat;
	float:right;
}
/*novo login*/
.lgn_logo_main img {
	width: 210px;
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
}
.titulo_login {
  color: #50accb;
  height: 70px !important;
  font-size: 50px;
  text-align: center;
}
.webix_view.lgn_logo_main {
	width: 30% !important;
	position: relative;
	background: #22c9ff;
	background: -moz-linear-gradient(top, #16c6ff 0%, #358aa7 110%);
	background: -webkit-linear-gradient(top, #16c6ff 0%, #358aa7 110%);
	background: linear-gradient(to bottom, #16c6ff 0%, #358aa7 110%);
}
.lgn_img_main{
	width: 100%;
	height: 100%;
	background-image: url(img/gem_login_img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.lgn_user_name{
	color: #35a1c4;
	font-size: 16px;
	font-weight: 600;
}

.btog .webix_pressed {
	background-color: #16c6ff;
}

.btn_menu{
	/*margin-bottom: 5px;*/
}
.btn_lgn button {
	background: #ffffff !important;
	color: #55acd3;
	font-size: 17px;
	font-weight: 600;
	border-radius: 20px;
	height: 35px;
	position: absolute;
	width: 150px;
	right: 0;
	left: 20%;
	margin: auto;
}
.webix_el_button {
    position: inherit;
}
.lgn_entrar button {
  border-radius: 20px;
	font-size: 17px;
  font-weight: 600;
  border-radius: 20px;
  height: 35px;
}
.lgn_titulo{
	font-size: 27px !important;
	text-align: center;
	font-weight: 600;
	color: #5ba9ca;
}

.bcL{
	text-align: right;
}
.bcLfazer, .bcLdecorrer, .bcLfinalizadas{
	font-weight: 600;
}
.bcLfazer{
	color: #c44411;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 5px;
}
.bcLdecorrer{
	color: #145812;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 5px;
}
.bcLfinalizadas{
	color: #50cbcb;
}
.webix_view.webix_dataview {
  background: #fff0;
	position: absolute;
	right: 0;
}
.webix_dataview_item {
  border-color: #fff0;
}
.webix_dataview_item.webix_selected {
    color: #555555;
    background: #ffffff00;
    border-bottom: 1px solid #fff0;
    border-right: 1px solid #fff0;
}
.lgn_user_card{
	display: -webkit-box;
	position: relative;
	background: #ffffff;
	padding:20px;
	border: 2px solid #fff;
}
.webix_dataview_item.webix_selected .lgn_user_card {
    border: 2px solid #eab821;
}



.webixbutton, .webixtype_base, .webixtype_next, .webixtype_prev {
    background: #50accb;
    padding: 0;
    border: 1px solid #50accb !important;
    border-bottom: 1px solid #50accb !important;
}
.webix_inp_counter_next:active, .webix_inp_counter_prev:active, .webixtype_base:active {
    background: #1b88ad;
		border: 1px solid #1b88ad !important;
		border-bottom: 1px solid #1b88ad !important;
}
.btn_header{
	background: #ffffff00;
}
svg.svg-inline--fa.fa-plus-square {
    color: #50accb;
}
svg.svg-inline--fa.fa-times {
    color: #50accb;
		font-size: 18px;
}

.linhas_header_titulo{
	color: #50accb;
	font-size: 16px !important;
	text-align: center;
}
.linhas_header{
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 10px;
}
span.linha_titulo {
    color: #a2a2a2;
}

.animated {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
 }
.webix_segment_0.webix_selected, .webix_segment_1.webix_selected, .webix_segment_N.webix_selected{
		color: #ffffff !important;
	  border: 1px solid #50accb !important;
	  border-bottom: 1px solid #50accb !important;
}
.webix_segment_0, .webix_segment_1, .webix_segment_N{
	background:  #c1c1c1;
}
.webix_all_segments .webix_segment_0, .webix_all_segments .webix_segment_1, .webix_all_segments .webix_segment_N {
    color: #ffffff;
		border: 1px solid #d2d2d2;
    border-bottom: 1px solid #c1c1c1;
}
.label_plano_right label{
	text-align: right !important;
}
.webix_column>div, .webix_table_cell{
	padding: 0;
	position: relative;
}

.webix_vscroll_x{
	overflow-x: hidden;
}

/*header sem padding*/
.bcDView .webix_cell.webix_dtable_colrow {
    padding: 0 !important;
    height: 35px !important;
}
.bcDView .webix_cell {
    border: 0 !important;
}

.bc {
	position: absolute;
	background: #efefef;
	border-radius: 0 0 17px 0;
	color: #50accb;
	height: 35px;
	width: 35px;
	text-align: center;
}
.bcHoje {
    background: #50accb;
    color: #ffffff;
    position: absolute;
    border-radius: 0 0 17px 0;
    height: 35px;
    width: 35px;
    text-align: center;
}
.bcDiaHoje {
    width: 100%;
    height: 1.6em;
    font-size: 1.2em;
    font-weight: bold;
}
.bcdMP, .bcdMM, .bcdMC{
	padding: 0 10px;
	margin: 3% 7px;
	height: 26%;
	position: relative;
	color: #fdfdfd;
	line-height: 36px;
	padding-left: 40px;
	margin-left: 40px !important;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bcdMP {
	background: #f5d69a;
}
.bcdMM {
	background: #91d8ac;
}
.bcdMC {
	background: #ff9090;
}
.bcdMP:before {
	content: "Previstas";
}
.bcdMM:before {
	content: "Marcadas";
}
.bcdMC:before {
	content: "Correctivas";
}
.bcDia {
  width: 100%;
  height: 1.6em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
.bcMP, .bcMM, .bcMC {
	position: absolute;
  height: 100%;
	width: 32px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	left: 0;

}
.bcMP {
	background: #faa600;
}
.bcMM {
	background: #19bd5d;
}
.bcMC {
	background: #e80000;
}
/*efectuadas*/
.bcdME {
	position: absolute;
	left: 0;
	bottom: 5px;
}
.bcME {
	color: #50cbcb;
	display: grid;
	text-align: center;
	width: 30px;
	font-size: 18px;
	font-weight: 600;
  line-height: 25px;
}
.bcME .fa-check {
    font-size: 17px;
    padding: 0px 9px;
}
/*calendario mais pequeno*/
@media screen and (max-height: 750px){
	.bcdMP, .bcdMM, .bcdMC {
		line-height: 2vw;
	}
	.bcMP, .bcMM, .bcMC {
    font-size: 16px;
	}
}


/*domingo*/
.webix_column.webix_last .bc {
	background: #ffffff !important;
	border: 1px solid #dedede;
	border-width: 0 1px 1px 0;
	color: #dedede;
	z-index: -9;
}


.button_calendar {
  background: #50accb;
  color: #fff;
  text-align: center;
  height: 35px !important;
  margin: 5px 3px !important;
	padding-top: 2px !important;
}
.button_mes_calendar {
    text-align: center;
    background: #50accb;
    color: #fff;
		margin: -1px;
    height: 34px !important;
    margin-top: 3px !important;
}
.button_mes_plus {
    margin-left: -2px !important;
}
.button_mes_calendar button {
    font-size: 19px;
		margin-top: -3px;
    font-family: "Courier New",Courier,monospace;
}
.button_mes_plus button {
    font-size: 17px;
}

/*label popup Operação de manutenção*/
span.gray_label {
    color: #adacac;
}



/*semana*/

/*header categoria*/
.bcTC, .bcTP, .bcTM, .bcTX {
  padding: 0 15px;
	margin-top: 5px;
	position: relative;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*numero*/
.bcTCN, .bcTPN, .bcTMN, .bcTXN{
	height: 100%;
	position: absolute;
	left: 0;
	color: white;
	font-size: 16px;
	width: 30px;
	text-align: center;
	font-weight: bold;
}
/*descriçao header*/
.bcTD {
    margin-left: 30px;
}
/*linha*/
.bcIC, .bcIP, .bcIM, .bcIX {
	border-radius: 5px;
	margin: 5px 2px 0 ;
	background: #f3f3f3;
	padding: 5px !important;
	font-size: 1em;
	line-height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*linha detalhe*/
.bcdIC, .bcdIP, .bcdIM, .bcdIX {
	border-radius: 5px;
	margin-left: 20px !important;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 2px;
	font-size: 0.8em;
	line-height: 1.1em;
	background: #e3e9e3;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*linha equipamentos (titulo) */
.bcdIC2, .bcdIP2, .bcdIM2, .bcdIX2 {
	border-radius: 5px;
	margin-left: 40px !important;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 2px;
	font-size: 0.8em;
	line-height: 1.1em;
	background: #ffffff;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
/*linha equipamentos (titulo) */
.bcdIC3, .bcdIP3, .bcdIM3, .bcdIX3 {
	border-radius: 5px;
	margin-left: 40px !important;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 2px;
	font-size: 0.8em;
	line-height: 1.1em;
	background: #e9e3d8;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*correctivas*/
.bcTC {
	background: #ff9090;
}
.bcIC:hover {
	background: #ffe2e2;
}
.bcTCN{
	background: #e80000;
}
/*Pendendes*/
.bcTP {
    background: #f5cb76;
}
.bcIP:hover {
    background: #fff3d6;
}
.bcTPN{
	background: #faa600;
}
/*Marcadas*/
.bcTM {
	background: #8edbac;
}
.bcIM:hover {
    background: #d5f2e0;
}
.bcTMN{
	background: #19bd5d;
}
/*efetuadas*/
.bcTX {
	background: #94dcdc;
}
.bcIX:hover {
    background: #d1f0f0;
}

.bcTXN{
	background: #50cbcb;
}

/*dia*/
.diaAFazer, .diaADecorrer, .diaFinalizadas {
	color: #ffffff;
	padding: 8px 50px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.diaAFazerN, .diaADecorrerN, .diaFinalizadasN {
    position: absolute;
    top: 0;
    padding: 6px 10px;
    position: absolute;
    /*height: 100%;*/
    width: 15px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    left: 0;
}
.diaAFazer {
	background: #ffc757;
}
.diaAFazerN {
	background: #faa600;
}
.diaADecorrer {
	background: #fbc087;
}
.diaADecorrerN {
	background: #ee7808;
}
.diaFinalizadas {
	background: #94dcdc;
}
.diaFinalizadasN {
	background: #4ec3c3;
}

.dia_fa_angle {
    color: #50accb;
    font-size: 20px !important;
    text-align: center;
}
.dia_label {
		font-size: 1.5em !important;
	  font-weight: 700;
	  color: #676767;
}
/*identificador utilizador*/


.indicadorUtilizadorCima {
	text-align: right;
  font-size: 0.9em;
	margin-top: 3px;
	color: #a2a2a2;
}
.indicadorUtilizadorBaixo {
	text-align: right;
  font-size: 1.2em;
  color: #676876;
  font-weight: 600;
}
/*esconder scroll vista dia*/
.webix_list.listDiaFeito {
    overflow-y: hidden !important;
}

.diaIndicadorDia {
	text-align: center;
	font-size: 0.8em !important;
	margin-top: -10px;
}



/*icon equipamentos*/
.icon_equip {
	display: none;
	cursor: pointer;
	top: 13px;
	position: absolute;
	background-color: transparent;
	border: 0 !important;
	height: 18px;
	width: 18px;
	background-repeat: no-repeat;
}
#icon_duplicate {
    right: 35px;
		background-image: url(img/duplicate.png);
}
#icon_printer {
    right: 13px;
		background-image: url(img/print.png);
}
#icon_history {
    right: 13px;
		background-image: url(img/print.png);
}
.icon_equip:hover {
    filter: brightness(109%);
}
.webix_selected .linha .icon_equip {
    display: block !important;
}

.boteliminar .webix_button {
	background-color: red !important;
}