/*@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?67479363');
  src: url('../font/fontello.eot?67479363#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?67479363') format('woff2'),
       url('../font/fontello.woff?67479363') format('woff'),
       url('../font/fontello.ttf?67479363') format('truetype'),
       url('../font/fontello.svg?67479363#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}*/


@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: 60px;
		height: 60px;
		margin: 0 auto 6px auto;
		background:  url('../img/logo2.png')  #fff no-repeat center;
		border-radius: 50%;
		text-align: center;
		overflow: hidden;
		background-size: 44px;
	}

	.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.3px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	/*background: #2e4753;*/
	background: url('../img/elastic-cloud-service-bg.svg') no-repeat center center fixed;
	background-size: cover;
	/*height: 100%;*/
	width: 100%;
}
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: #276DA6;
    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;
	}


/*----------------------------------------  Formularios */

	.pnl{
		border: 1px solid #555;
		border-radius: 3px;
		overflow: hidden;
		padding: 10px;
		/*margin: 20px 0;*/
		font-size: 12px;
	}
	.pnl h2{
		margin: 0;
	}

	.pnl label{
		display: block;
		vertical-align: middle;
		border: 1px dashed #f1f1f1;
		padding: 2px;
		margin: 5px;
	}
	.pnl label b{
		display: inline-block;
		margin: 0 0 1px 0;
		min-width: 140px;
	}
/*	.pnl label b:before{
		content: '*';
		display: inline-block;
		vertical-align: top;
		color: red;
		margin: 0 2px 0 0;
		font-weight: normal;
	}
*/
	.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: rgba(33, 37, 41, 0.4);
		width: 230px;
		font-size: 13px;
		height: auto;
	}
	.btn1{
		font-size: 13px;
		margin:15px 0 0 0;
	}
	.dat-calif{
		margin: 10px 0 15px 0;
		overflow: hidden;
	}
	.dat-calif > span{
		display: inline-block;
		padding: 4px;
		margin: 0 25px 0 0;
		vertical-align: bottom;
	}
	.dat-calif span b{
		display: inline-block;
		margin: 0 2px 0 0;

	}

/* --------------------------- Ventana */

	.k-window-titlebar {
        background: #006580;
        color: #fff;
        padding: 10px 12px;
    }
    .k-window-title{
      font-size: 18px;
      padding-bottom: 2px;
    }
    .k-window{
      border: none;
      overflow: hidden;
    }
    .k-window-action{
      opacity: 1;
    }

/* --------------------------- Campos Requeridos */
    
    .req b:before{
      content: '*';
      color: red;
      display: inline-block;
      margin: 0 3px 0 0;
      font-weight: normal;
      font-size: 11px;
    }
    .v-req b{
      color: red;
    }

    .msj-req{
      background: #eb0000;
      color: #fff;
      text-align: center;
    }

/*------------------ Botones formulario guardar y cancelar */
.form-btns{
	text-align: center;
	margin: 10px;
}
.form-btns .k-button{
    background: #276DA6;
    font-weight: normal;
    color: #fff;
    margin: 10px 6px;
    border: none;
    transition: all .3s;
    font-size: 13px;
    border-radius: 3px;
}
.form-btns .k-button:hover{
    background: #495e68;
    border-color: #495e68;
	border-bottom-color:  rgba(0,0,0,.5);
}

.k-grid td{
	padding: 5px 6px;
}

.msj-req{
    background: #d3383e;
    color: #fff;
    text-align: center;
    margin: 6px 0 0 0 !important;
}

/*------------------ Tabla errores Excel */
	.carga-complete{
		overflow: hidden;
	}
	.carga-complete p{
	    
	    margin: 0 0 15px 0;
	    font-size: 16px;
	}
	.carga-complete table{
		width: 500px;
		border-collapse: collapse;
		border:1px solid #f1f1f1;
	}
	.carga-complete table th{

		background: #e1e1e1;
		padding: 6px 8px;
		text-align: left;
	}
	.carga-complete table th:first-child{

		width: 70px;
	}
	.carga-complete tbody tr{
		border-bottom:1px solid #e1e1e1;
	}
	.carga-complete tbody td{

		padding: 5px 6px;
	}
	.carga-complete > div{

	    max-height: 320px !important;
		overflow: auto;
	}
