body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f9f9ff;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

::selection {
	background: #519FFF;
	color: #fff;
	text-shadow: none;
}

button, button:hover,
a, a:hover, input, input:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/* jota css */

.cont-tabla{
	padding: 20px;
}

.cont-tabla .handsontable{
	font-size: 15px;
}
.cont-tabla .handsontable table{
	width: 100%;
}
.cont-tabla .handsontable table thead tr th{
	vertical-align: middle;
	padding: 5px 42px;
	background: #6e9efc;
	color: white;
	font-weight: 600;
}
.cont-tabla .handsontable table tbody tr th{
	vertical-align: middle;
}
.cont-tabla .handsontable table tr td{
	vertical-align: middle;
	padding: 10px;
}
.height100{
	height: 100%;
}
.bg_login{
	background-image: url("img/bg_login2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-color: #010101;
	height: 100%;
	display: flex;
	color: #fff;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.logo_global_login{
	text-align: center;
	padding: 30px 0;
}
.logo_cliente_login{
	text-align: center;
	background: #fff;
	padding: 20px 0;-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.logo_cliente_login img{
	max-width: 300px;
	height: auto;
	width: auto;
	max-height: 100px;
}
.titu_bienvlogin{
	text-align: center;
	background: #405188;
	padding: 20px 0;
	color: #519FFF;
    font-family: 'Dosis', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3em;
}
.titu_bienvlogin span{
	color: #fff;
	display: block;
}
.cont_login{
	background: #131721;
	border-top: 1px solid white;
	padding: 30px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.cont_login label{
	color: #D7DDFA;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 6px;
}
.cont_login input[type=text], .cont_login input[type=password]{
	background: #1A2034;
	padding: 15px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #272a41;
	width: 100%;
}
.cont_login input + label {
	margin-top: 15px;
}
.cont_login input[type=text]:hover, .cont_login input[type=text]:focus, .cont_login input[type=password]:hover, .cont_login input[type=password]:focus{
	border: 1px solid #519FFF;
	outline: none;
}
.cont_login input:-webkit-autofill,
.cont_login input:-webkit-autofill:hover,
.cont_login input:-webkit-autofill:focus,
.cont_login input:-webkit-autofill:active{
	outline: none;
	color: #fff !important;
    -webkit-text-fill-color: white !important;
	background: #1A2034;
    transition: background-color 5000s ease-in-out 0s;

}
.contra_label{
	position: relative;
}
.contra_label a{
	position: absolute;
	display: inline-block;
    right: 15px;
    top: 42px;
	color: #D7DDFA;
}
.contra_label a:hover{
	color: #519FFF;
}
.enviarlogin input{
	background: #006682;
	color: #fff;
	display: block;
	width: 100%;
	border: 1px solid #006682;
	padding: 12px 5px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 30px;
}
.enviarlogin input:hover{
	background: none;
}
.nocerrar_login{
	text-align: center;
	padding: 20px 0;
}
.olvido_pass {
	text-align: center;
	margin-top: 30px;
}
.olvido_pass a{
	display: inline-block;
	color: #D7DDFA;
	font-weight: 600;
	font-size: 14px;
}
.olvido_pass a:hover{
	text-decoration: none;
	color: #519FFF;
}
.top_home{
	padding: 20px 0;
	position: relative;
}
.logohome_global img{
	width: 233px;
	height: auto;
}
.logohome_empresa{
	width: 120px;
	height: 120px;
	border: 3px solid #262626;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	background: #fff;
	padding: 10px;
	display: flex;
	position: absolute;
	right: 10px;
	top: 10px;
    align-items: center;
    align-content: center;
}
@media (min-width: 768px){
	.logohome_empresa{
		margin-left:auto;
		margin-right:auto;
		left:0;
		right:0;
		top: 10px;
	}
}
.logohome_empresa img{
	max-width: 100%;
	height: 150px;
	object-fit: contain;
}
.zonauser{
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	position: relative;
	z-index: 3;
	padding-right: 15px;
}
.cerrar_sesion a{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.cerrar_sesion a:hover{
	color: #519FFF;
	text-decoration: none;
}
.tit_imputacion h1{
	text-align: center;
	padding: 30px 0;
	padding-top: 45px;
	background: #006682;
	color: #fff;
	font-weight: 500;
	font-family: 'Dosis', sans-serif;
	font-size: 36px;
	margin: 0px;
}
.bg_white{
	background: white;
}
@media (max-width: 768px){
	.logohome_empresa{
		text-align: right;
	}
	.logohome_empresa, .logohome_global{
		padding: 10px;
	}
	.zonauser{
		text-align: center;
		margin-top: 10px;
	}
	.zonauser{
		text-align: left;
	}
}
@media (max-width: 540px){
	.logohome_global img{
		max-width: 170px;
		height: auto;
		width: auto;
		max-height: 100px;
	}
	.tit_imputacion h1{
		font-size: 20px;
		padding: 18px 0;
	}
	.logohome_empresa{
		width: 90px;
		height: 90px;
	}
	.logohome_empresa img{
		height: 90px;
	}
}
.contenedor_titulo_obra{
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 15px;
    align-items: center;
    column-gap: 15px;
}
.contenedor_titulo_obra .dropdown-toggle::after{
	border: none;
	width: 14px;
	height: 14px;
	background: url("img/flecha.png") no-repeat center center;
}
.contenedor_titulo_obra .btn-secondary {
    color: #fff;
    background-color: #1F2737;
	border: none;
	border-radius: 0px;
	display: flex;
	align-items: center;
	padding: 10px;
}
.contenedor_titulo_obra .btn-secondary:hover, .contenedor_titulo_obra .btn-secondary:focus{
	background: #519FFF;
}
.contenedor_titulo_obra .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.contenedor_titulo_obra .dropdown-menu{
    max-height: 368px;
	overflow-y: auto;
}
.contenedor_titulo_obra .dropdown-menu a.dropdown-item{
    padding: 8px 20px;
	font-size: 15px;
	font-weight: 600;
}
.contenedor_titulo_obra .dropdown-menu a.dropdown-item:hover{
	color: #519FFF;
}
.contenedor_titulo_obra .dropdown-menu a.dropdown-item.obraseleccionada{
	color: #519FFF;
	text-transform: uppercase;
}
.titulo_obra{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #1F2737;
	font-weight: 600;
}
.doc_editable{
	color: #01C201;
	font-size: 14px;
	margin-top: -.5em;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.doc_editable > * {
	margin-bottom: 6px;
}
.doc_editable > *:last-child {
	margin-bottom: 0;
}
.guardar-cambios {
	background: #519FFF;
	color: #fff;
	border-radius: 0px;
	border: none;
	padding: 4px 10px;
}
.guardar-cambios:hover:not(:disabled) {
	background: #1F2737;
}
.guardar-cambios:disabled {
	filter: grayscale(1);
}
.anadir_fila button,
.anadir_fila a{
	background: #519FFF;
	color: #fff;
	display: inline-block;
	border: 1px solid #519FFF;
	padding: 8px 30px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
}
.anadir_fila button:hover,
.anadir_fila a:hover{
    background: #1F2737;
	text-decoration: none;
}
@media (max-width: 768px){
	.contenedor_titulo_obra{
		justify-content: center;
	}
	.doc_editable{
		flex-direction: row;
		justify-content: center;
		column-gap: 15px;
		align-items: center;
		margin-top: 0;
	}
	.doc_editable > * {
		margin-bottom: 0;
	}
}
.jexcel {
	font-size: 14px;
}
.jexcel > tbody > tr > td.readonly {
	color: rgba(0,0,0,0.4) !important;
	background: rgba(0,0,0,0.025) !important;
}
.jexcel > thead > tr > td {
	background-color: #dddddd !important;
}
.jexcel > thead > tr > td:not(.highlight),
.jexcel > tbody > tr > td:not(.highlight) {
	border-top: 1px solid #bbbbbb !important;
	border-left: 1px solid #bbbbbb !important;
}
.jexcel > tbody > tr > td:first-child {
	background-color: #dddddd !important;
}
.row-sel-proyecto {
	position: relative;
	z-index: 3;
}
.jspreadsheet-responsive {
	overflow-x: auto;
	overflow-y: visible;
	padding-top: 200px;
	margin-top: -200px;
	padding-bottom: 300px;
	margin-bottom: -300px;
}
.color-guardado {
	color: #01C201;
}
.color-no-guardado {
	color: #FB035B;
}
.bg_blue{
	background: #262626;
}
.selct-fecha {
	margin-left: 14px;
}
.selct-fecha input {
	border-radius: 0;
	border: 1px solid #272a41;
	outline: none;
	padding: 3px 8px;
}
.selct-fecha input:hover {
	border-color: #519FFF;
}

body.guardando .guardar-cambios .fa-save,
.guardar-cambios .fa-sync {
	display: none;
}
body.guardando .guardar-cambios .fa-sync {
	display: inline-block;
}
body.guardando .guardar-cambios {
	pointer-events: none;
}
body.guardando .jspreadsheet-container:after {
	content: '';
	display: block;
	cursor: progress;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.6);
}

.input-relative {
	position: relative;
}
.btn_ojito {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	background: none;
	border: none;
	padding: 5px;
	opacity: .2;
	line-height: .9;
	outline: none;
}
.btn_ojito:hover{
	opacity: 1;
}
.btn_ojito:focus{
	outline: none;
}
.btn_ojito img {
	width: 20px;
	height: 20px;
}
