
@font-face {
	  font-family: 'fontello';
	  src: url('../font-login/fontello.eot?21688168');
	  src: url('../font-login/fontello.eot?21688168#iefix') format('embedded-opentype'),
	       url('../font-login/fontello.woff2?21688168') format('woff2'),
	       url('../font-login/fontello.woff?21688168') format('woff'),
	       url('../font-login/fontello.ttf?21688168') format('truetype'),
	       url('../font-login/fontello.svg?21688168#fontello') format('svg');
	  font-weight: normal;
	  font-style: normal;
	}

.icon:before {
	  font-family: "fontello";
	  font-style: normal;
	  font-weight: normal;
	  speak: none;
	  display: inline-block;
	  text-decoration: inherit;
	  text-align: center;
	  font-variant: normal;
	  text-transform: none;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.icon-users-1:before { content: '\e800'; } /* '' */
	.icon-user:before { content: '\e801'; } /* '' */
	.icon-lock:before { content: '\e804'; } /* '' */
	.icon-lock-1:before { content: '\e807'; } /* '' */
	.icon-download-cloud:before { content: '\f015'; } /* '' */
	.icon-download-cloud-1:before { content: '\f0ed'; } /* '' */
	.icon-mouse-pointer:before { content: '\f245'; } /* '' */


	.toolbar h1{
		font-size: 13px;
		color:#fff;
		margin: 5px 0 0 0;
		text-align: center;
	}
	.toolbar h1 b{
		text-shadow: 2px 2px 2px rgba(0,0,0,.2);
		letter-spacing: 1.3px;
		position: relative;
	}
	.toolbar h1 span{
	    display: block;
	    width: 100%;
	    height: 180px;
	    margin: 0 auto 6px auto;
	    background: url(../img/Logo_dataweb.webp)no-repeat center;
	    /* border-radius: 50%; */
	    text-align: center;
	    overflow: hidden;
	    background-size: 202px;
	}

	.toolbar h1 i.icon{
	    font-size: 10px;
	    color:#f1f1f1;
	    position: absolute;
	    right: -11px;
	    bottom: -8px;
	    text-shadow: none;
	}

/*------------------------ */

*{
	box-sizing: border-box;
}
html{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body{
    font-size: 12.4px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    /* background: #2e4753; */
    /*background: url(../img/logo1.png) no-repeat center center fixed;*/
    /*background-size: 30%;*/
    background-color: #0370a8;
    /* height: 100%; */
    width: 100%;
    background-position: top;
}
}
header{
	overflow: hidden;
	position: relative;
	margin: 0;
	height: 54px;
}
.logo{
	width: 110px;
}
header h1{
    margin: 10px 0;
    font-weight: normal;
    color: #fff;
    letter-spacing: .5px;
    font-size: 26px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    text-align: center;
    padding: 0 100px 0 0;
}
header h1 .k-button{
	background: transparent;
	border-color:rgba(255,255,255,.3);
	color: #fff;
	margin: 0 15px 0 10px;
	font-size: 25px;
	float: left;


}
header .user-login{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	font-weight: normal;
	font-size: 14px;
	padding: 5px 25px 0 25px;
	color: #fff;
	text-align: right;
}
.user-login span{
	display: block;
}
.user-login a{
	display: inline-block;
	margin: 4px 0 0 0;
	color: #fff;
}


.toolbar{
	width: 210px;
	overflow: hidden;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
.toolbar .options-menu{
	overflow: hidden;
	margin: 40px 0 0 0;
	padding: 0;
	background: rgba(0,0,0,.3);
	color:#fff;
	font-size: 14px;
	font-weight: lighter;
	height: 100%;
	letter-spacing: .4px;
	box-shadow: inset -5px 0px 4px rgba(0,0,0,.3);

}
.options-menu ul{
	list-style: none;
	margin: 0;
	padding: 0 0;
	overflow: hidden;

}
.options-menu ul li{
	padding: 0;
	border-bottom: .6px solid rgba(255,255,255,.3);
	transition: all .2s;
	overflow: hidden;
}
.options-menu ul li.submenu{
	padding-left: 26px;
}

.options-menu ul li:hover{
	background:rgba(0,0,0,.4);
	overflow: hidden;
}
.options-menu ul li a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 4px 10px 8px;
	overflow: hidden;
	position: relative;
}
.options-menu ul li.activo{
	background:rgba(0,0,0,.3);
}
.options-menu ul li.activo a:after{
	content: "";
  position: absolute;
  border-width: 9px;
  border-style: solid;
  right: 0;
  top: 13px;
  border-color: transparent #fff transparent transparent;
}
.options-menu ul li span{
	display: inline-block;
	vertical-align: middle;
	margin:0 8px 0 0;
	font-size: 20px;
}

.app{
	width: calc(100% - 210px);
	height: 100%;
	box-sizing: border-box;
	position: fixed;
	right: 0;
	top: 0;
	overflow: auto;
	transition: all .2s;
}
.app .cont-app{
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	min-height: calc(100% - 54px);
}

/* ---------------------- Botones */
	.cont-button{
		text-align: center;
		overflow: hidden;
	}
	.cont-button .k-button{
	    background: #a8bb42;
	    font-weight: normal;
	    color: #fff;
	    margin: 15px 6px 6px 6px;
	    border: none;
	    transition: all .3s;
	    font-size: 13px;
	    border-radius: 3px;
	    min-width: 120px;
	}
	.cont-button .k-button:hover{
	    background: #495e68;
	    border-color: #495e68;
		border-bottom-color:  rgba(0,0,0,.5);
	}

/*--------------------------------- kendo grid */

	.k-widget, .k-widget, .k-textbox, .k-button{
	  font-size: inherit;
	}
	.k-grid-header,.k-grouping-header {
    background-color: #efefef;
    color: #222;
    font-weight: 600;
	}

/*--------------------------------- Texto informativo */
	.lbl-info{
		display: block;
	    font-size: 12px;
	    margin: 10px 0 0 0;
	    color: #3F51B5;
	    overflow: hidden;
	}
	.lbl-info span{
	    margin: 0 4px 2px 0;
	    font-size: 18px;
	}

/*--------------------------------- Loading */
	.loading {
	    width: 30px;
	    overflow: hidden;
	    height: 30px;
	    position: relative;
	    display: inline-block;
	    vertical-align: middle;
	    transform: scale(.9);
	    margin: 0 -43px 0 0;
	}
	.loading span{
		font-size: 8px;
	}


/*---------------------------------------- Buscar */
.cont-buscar .k-dropdown{
	width: 160px;
}
/*----------------------------------------  Formularios */

	.pnl{
		overflow: hidden;
		padding: 0;
	}
	.pnl h2{
		margin: 0;
    font-size: 15px;
    margin: 10px 0 5px 0;
    border-top: 1px solid #d3d3d3;
    padding: 8px 0 4px 0;
    font-weight: 560;
    color: #000;
	}

	.pnl label{
		display: inline-block;
		vertical-align: middle;
		padding: 2px;
		margin: 2px 5px 5px 5px;
	}
	.pnl label b{
		display: block;
		margin: 0 0 1px 0;
		min-width: 140px;
		font-weight: 550;
		color: #222;
	}
	.lbls label span, .lbl{
	    display: block;
	    min-width: 180px;
	    background: #e4e7eb;
	    border-radius: 4px;
	    padding: 0 12px;
	    min-height: 34px;
	    line-height: 34px;
	}
	.k-textbox, .k-dropdown, .k-datepicker{
		border-color: #f1f1f1;
    background: #ffffff;
		width: 250px;
		font-size: 13px;
		height: auto;
	}
	.pnl label.tx-area{
		display: block;
	}
	.tx-area textarea{
		width: 100%;
		max-width: 100%;
		min-height: 90px;
	}
	.btn1{
		font-size: 13px;
		margin:15px 0 0 0;
	}

/* --------------------------- Ventana */

	.k-window-titlebar {
    background: #0370a8;
    color: #fff;
    padding: 10px 12px;
  }
  .k-window-title{
    font-size: 18px;
    padding-bottom: 2px;
  }
  .k-window{
    border: none;
    overflow: hidden;
    max-height: 96%;
  }
  .k-window-action{
    opacity: 1;
  }
  .k-window-content{
  	background:#f3f3f3f3;
  }
/* --------------------------- Ventana de confirmación */

	.k-confirm .k-dialog-title
	,.k-alert .k-dialog-title{
		font-size: 0;
	}
	.k-confirm .k-dialog-title:before{
		content: 'Confirmación';
		display: block;
		color:#fff;
		font-size: 18px;
	}

	.k-alert .k-dialog-title:before{
		content: 'Alerta';
		display: block;
		color:#fff;
		font-size: 18px;
	}


/* --------------------------- Campos Requeridos */

  .req b:before{
    content: '*';
    color: red;
    display: inline-block;
    margin: 0 1px 0 -1px;
    font-weight: normal;
    font-size: 10px;
    vertical-align: top;
  }
  .v-req b{
    color: red !important;
  }

  .msj-req{
    background: #fad8d8;
    color: #c33;
    text-align: center;
    margin: 6px auto;
    border-radius: 2px;
    padding: 0;
    width: 90%;
	}

/*------------------ Dirección*/

.cont-direc .k-textbox{
	width: 210px !important;

}
.cont-direc .tx-calle{
	width: 260px !important;
}

/*------------------ Botones formulario guardar y cancelar */
.form-btns{
	text-align: center;
	margin: 10px;
}
.form-btns .k-button{
    background: #316c9d;
    font-weight: normal;
    color: #fff;
    margin: 10px 6px;
    border: none;
    transition: all .3s;
    font-size: 13px;
    border-radius: 3px;
}
.form-btns .k-button:hover, .form-btns .k-button:focus{
    background: #a8bb42;
    /*border-color: #a8bb42;*/
	/*border-bottom-color:  rgba(0,0,0,1);*/
}

.k-grid td{
	padding: 5px 6px;
}

.firmaImg{
  display: inline-block;
  margin: 5px 0 0 0;
  vertical-align: top;
  text-align: center;
}
.firmaImg b{
	display: block;
	font-weight: 500;
}
.previewImg img{

	width: 100%;
	display: block;
}


.cont-tools .k-state-active{
	background: #0370a8;
	color:#fff;
}

.cont-buscar{
	margin:15px 0;
}

.k-tooltip{
	background: #fff;
}
.k-callout-s{
	border-top-color:#fff;
}
