html,body{
height:100%;
}

body {
	margin:0;
	background: none repeat scroll 0% 0% #e0e0e0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

#page, #footer{
width:100%;	
}

#page{
margin: 0 auto;
height: auto;
min-height:100%;
background:#fafafa;
}

#page:after{
width: 100%;
height:50px;
display:block;
clear:both;
}

#header{
	background: #3e4045;
	height: 50px;
	border-bottom: 1px solid #A0A0A0;
}

#logo_small{
	float:left;
	width:240px;
	padding:0 5px;
	cursor: pointer;
	background-color:#fff;
	background-position:center center;
	text-align:center;
	-webkit-box-shadow: -1px 3px 8px 0px rgba(255,255,255,0.97);
	-moz-box-shadow: -1px 3px 8px 0px rgba(255,255,255,0.97);
	box-shadow: -1px 3px 8px 0px rgba(255,255,255,0.97);
}


#wrapper{
position:relative;
margin:0px auto 10px auto;
padding:0 0 7px 0;
}

#logo{
	float:left;
}


#logo-index{
margin:10px auto 20px auto;
text-align:center;
}

#login{
position:relative;
background:#fff;
text-align:left;
width:405px;
margin:50px auto 20px auto;
padding:5px 20px 30px 20px;
border:1px #dedede solid;
border-radius: 7px;
box-shadow: 1px 1px 10px #bbb;
}

.nid{
	
}

.nch{
display:none;
}

.form-box{
	margin-top: 30px;
  font-size: 14px;
  color: #444;	
}

.form-line{
  width:calc(100% - 60px);
  margin:10px auto 15px auto;
}

.form-line .form-field_01{
  float:left;
  width:calc(100% - 40px);
  margin-left:20px;
}

.form-line .form-field_02{
  float:left;
  width:calc(50% - 30px);
  margin-left:20px;
}

.form-line .form-field_03{
  float:left;
  width:calc(33% - 23px);
  margin-left:20px;
}

.form-line .form-field_04{
  float:left;
  width:calc(25% - 25px);
  margin-left:20px;
}

.form-line .form-field_05{
  float:left;
  width:calc(20% - 24px);
  margin-left:20px;
}		

.form-line .form-field:first-child {
  /*margin-left:0px;*/
}
    
.form-line .form-field-title{
  margin-bottom:4px;
  font-size:12px;
	color:#555;
}

.form-line .form-field-data{
  width:calc(100% - 20px);
  padding: 5px 10px;
  font-size: 14px;
  line-height:22px;
  border:1px solid #e5e5e5;
  background: #fcfcfc;
}

.form-line .form-panel{
  width:calc(100% - 20px);
  padding: 5px 10px;
  border:1px solid #e5e5e5;
  background: #fcfcfc;
}

.form-line .form-recurso {
  display: inline-block;
  border: 1px dashed #ccc;
  margin: 10px;
  padding: 5px;
  width: 200px;
}

select.form-field-data{
  width: 100% !important;
  height: 35px !important;
}

.form-line .required{
  border:1px solid #999;
}

.form-line .form-field-data:hover{
  border:1px solid #444;
}

.form-line-interno{
  width:100%;
  margin:50px 0 25px 0;
  padding-top:15px;
  border-top:1px solid #eaeaea;
  text-align:center;
}

.form-line-interno .form-field-title{
  display: inline-block;
  margin-left:50px;
  font-size:12px;
  color: #aaa;
}

.form-line-interno .form-field-title:first-child {
  margin-left:0px;
}

.form-line-interno .form-field-title .form-field-data{
  margin-left:5px;
  color: #777;
}

.form-texteditor{
  width:100% !important;
}

.form-field-help {
  display: inline-block;
	margin-left: 2px;
  width: 14px;
  height: 14px;
  background: url(../images/iconos/nav-tooltip-help.svg) no-repeat center bottom;
  background-size: 12px;
  opacity: 0.5;
}

.form-field-help:hover {
  opacity: 1;
}


#frm_login{
padding-left:10px;
}

#login .lbl, #login .lbl label{
font-size:12px;	
color:#C60204;
margin-bottom:2px;
padding-left:3px;
text-align: left;
}

#login input[type="text"], #login input[type="password"]{
background:#fbfbfb;
border:1px #E6E6E6 solid;
font-size:30px;	
color:#888;
padding:0 5px;
margin-bottom:20px;
width: 95%;
}

#login input:focus, #login input:hover{
border:1px #C60204 solid;
}

#login .btn{
	width: 98%;
	margin-bottom: 20px;
	padding: 7px 10px;
	background: #fff;
	color: #C60204;
	border: 1px #e0e0e0 solid;
	cursor: pointer;
	font-size: 28px;
}

#login .btn:hover{
	background:#C60204;
	color:#FFF;
}

#recoverypass{
	padding:5px 10px;
	text-align:right;
	font-weight:normal;
}

#recoverypass a{
		text-decoration:none;
}
#recoverypass :hover{
	color: #B90A06;
	text-decoration:underline;
}

nav {
	margin: 0px auto; 
	padding-top:8px;
	text-align: center;
	
	font-family: Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 18px; 
	font-weight:bold;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	background: #fff;/*#F2F3F5;/*#efefef; */
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
	z-index:100;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
		text-align:left;
		border-right:1px solid #ededed;
	}
	
	nav ul li:last-child { 
		border-right: none !important;  
	
	}
	
	
		nav ul li:hover {
			background: #f5f5f5;
			color: #fff;
		}
		
		nav ul li a {
			display: block; padding: 5px 15px;
			color: #C60204; text-decoration: none;
		}
			
		
	nav ul ul {
		border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		nav ul ul li {
			float: none; 
			border-top: 1px solid #f3f3f3;
			border-bottom: 1px solid #e9e9e9; 
			position: relative;
		}
			
			nav ul ul li a {
				white-space:nowrap;
				/*color: #C60204;*/
			}	
			
				nav ul ul li a:hover {
					/*color: #fff;*//*#4b545f;*/
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}

#footer, #push{
	height: 50px;	
}

#footer{
	text-align:center;
	margin: 70px auto 0 auto;
	background:#F2F3F5;
	position: fixed;
	bottom: 0px;
}

#footer-content{
	border-top:1px #BDBDBD solid;
	padding-top:5px;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
	color:#666;
	font-weight:normal;
}

#footer-content img{
	vertical-align:middle;
}

.debug{
	text-align:center;
	font-size:9px;
	color:#999;
	padding:5px;
}

.sololectura, .sololectura:hover{
	border:#e2e2e2 1px solid !important;
	background:#fdfdfd !important;
	color:#444 !important;
}


/***** ROCKET *******/
#rocket_menu{
position: fixed;
z-index: 1001;
margin: 0px auto 7px -220px;
padding: 3px 45px 1px 45px;
height: 40px;
right: 0%;
border-left: 1px solid #DED4D4;
background-color: #FCFCFC;
top: 0px;
text-align: center;
}

#rocket_menu .btn{
float:left;
margin:0 2px 2px 2px;
padding:2px;
cursor:pointer;
border-radius:3px;
-moz-border-radius:	3px;
-webkit-border-radius: 3px;
border:#c6c6c6 1px solid;
width:32px;
height:32px;
z-index:100;
}

#rocket_menu .disabled{
background-color:#f2f2f2 !important;
cursor:default !important;
opacity:.3;
-moz-opacity:0.3;
-khtml-opacity:0.3;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);					
}

.btn_express{
float:left;
margin:0 2px 2px 2px;
padding:2px;
cursor:pointer;
border-radius:3px;
-moz-border-radius:	3px;
-webkit-border-radius: 3px;
border:#c6c6c6 1px solid;

z-index:100;
}

.btn_express:hover{
border:#7e7e7e 1px solid;
}

#rocket_menu .btn:hover{
border:#7e7e7e 1px solid;
/*
border:#B90A06 1px solid;
*/
}

#rocket_menu #btn_grabar{background: url(../images/iconos/save_32.png) #fff center no-repeat;}
#rocket_menu #btn_imprimir{background: url(../images/iconos/printer_32.png) #fff center no-repeat;}
#rocket_menu #btn_editar{background: url(../images/iconos/edit_32.png) #fff center no-repeat;}
#rocket_menu #btn_eliminar{background: url(../images/iconos/delete_32.png) #fff center no-repeat;}
#rocket_menu #btn_buscar{background: url(../images/iconos/search_32.png) #fff center no-repeat;}
#rocket_menu #btn_nuevo{background: url(../images/iconos/edit_32.png) #fff center no-repeat;}
#rocket_menu #btn_actualizar{background: url(../images/iconos/refresh_32.png) #fff center no-repeat;}
#rocket_menu #btn_volver{background: url(../images/iconos/back_32.png) #fff center no-repeat;}
#rocket_menu #btn_xls{background: url(../images/iconos/xls_file_32.png) #fff center no-repeat;}
#rocket_menu #btn_xml{background: url(../images/iconos/xml_file_32.png) #fff center no-repeat;}
#rocket_menu #btn_pdf{background: url(../images/iconos/pdf_file_32.png) #fff center no-repeat;}
#rocket_menu #btn_blank{background: transparent !important; border:0px !important;}
#rocket_menu #btn_listado{background: url(../images/iconos/list_32.png) #fff center no-repeat;}
/*******************/
.lb_add{
width:16px;
height:16px;
display:inline-block;
margin:0 2px;
vertical-align:middle;
cursor:pointer;
background:url(../images/iconos/add_16.png) center no-repeat;	
}

.lb_search{
width:16px;
height:16px;
display:inline-block;
margin:0 2px;
vertical-align:middle;
cursor:pointer;
background:url(../images/iconos/search_16.png) center no-repeat;	
}

#content{
position: relative;
width: calc(100% - 40px);
margin: 0px auto 10px auto;
padding: 0 0 7px 0;
background: #fff;
text-align: left;
}

#div_grabar{
/*margin-top:5px;*/
padding:15px 2px 0 2px;
background:#fff;
font-size:11px;
color:#000;
}

#div_grabar table{
	border-collapse:separate;
	border-spacing:3px;
}

#div_grabar table tr{
height: 30px;
}

#div_grabar #title{
padding: 10px;
margin-bottom: 10px;
font-size: 12px;
color: #555550;
font-weight: bold;
background: linear-gradient(#F8F8F8, #EAEAEA) repeat scroll 0% 0% transparent !important;
border: 1px solid #DED4D4 !important;
/*
padding:3px 5px;
margin-bottom:10px;
background:#C60204;
color:#fff;
*/
}

#div_grabar input,#div_grabar select,#div_grabar textarea{

border:#a6a6a6 1px solid;
padding:4px;
}

fieldset{
margin: 0px 3px 10px 0px;
padding: 10px 0px;
background: none repeat scroll 0% 0% #fdfdfd;
border: 1px solid #D0D0D0;
/*
border-radius: 5px;
*/
font-weight: normal;
}

fieldset.fs-left, div.fs-left{
float:left;
width:695px;
}

fieldset.fs-right, div.fs-right{
/*width:250px;*/
}

fieldset.fs-complete{
/*width:950px;*/
}

legend{
margin-left: 10px;
padding: 7px 20px;
border: 1px solid #D0D0D0;
color: #777;
/*
border-radius: 4px;
font-weight: bold;
*/
background: none repeat scroll 0% 0% #FAFAFA;
}

hr{
margin:0;
}
.td_sep{
	width:20px;
}

.lbl{
padding-left: 10px;
padding-right:5px;	
font-size: 12px;
color: #555;
}

#divleft{

}

#divright{

}


.numreg, .paginador{
font-size:10px;
font-weight:bold;
color:#606060;
padding:15px 0 5px 3px;
height:20px;
backgroung:#D5D5D5;
}

.paginador .btn{ 
float:left;
margin-left:4px;
text-align:center; 
border:1px solid #D4D0C8; 
background:#e8e8e8;
padding:2px 2px; 
font-size:11px; 
font-weight:normal;
color:#999; 
width:21px;
cursor:pointer;
_cursor:hand;
}

.paginador .off{ 
background:#fff;
color:#ccc;
cursor:auto;
}

.paginador .off:hover{ 
border:1px solid #D4D0C8 !important;
color:#ccc !important;
}

.paginador .cur{ 
border:1px solid #B90A06;
color: #B90A06;
cursor:auto;
}



.paginador .btn:hover{ 

border:1px solid #666; 

color:#666;

}

/****** Listado (index) ******/
#listado {
	/*margin-top:17px;*/
}

#listado table{
	width:100%;
}

#listado table tr td{
padding: 0 4px;
border-bottom: 1px solid #ededed;
}

#listado .tr_head td{
border-bottom:none;
}

#listado .tr_head, .tr_head, #listado_menu .tr_head{
height: 35px !important;
vertical-align:middle;
background: #343539 !important;
color: #fff !important;
cursor: default;
}

#listado .btn_search{
width: 22px;
height: 22px;
background:url(../images/iconos/search_24.png) center center no-repeat;
background-size:20px 20px;
border-radius:5px;
cursor:pointer;

}

#listado .tr_search{
display:none;
}

#listado .tr_search td{
border-bottom:none;
padding: 0 0 0 2px;
}

#listado .tr_search td:last-child {
padding-right: 2px;
}

#listado input[name^='p_search_'], #listado select[name^='p_search_']{
	border: none;
	height: 23px;
	background-color: #f2f2f2;	
}

#listado input[name^='p_search_']{
  width:calc(100% - 10px);
	padding: 0 5px;
}

#listado select[name^='p_search_']{
  width:calc(100%);
}

#listado input[name^='p_search_']:focus, #listado select[name^='p_search_']:focus, #listado input[name^='p_search_'].active, #listado select[name^='p_search_'].active{
	background-color: #fff;
}

#listado .tr_par, #listado .tr_impar,#listado .tr_nulo,#listado .tr_anomalo,#listado .tr_nohabilitado, #apptable tr, #list-table tr{ cursor:pointer; height: 35px;}

.tr_par, #listado tr, .listado tr{
cursor: pointer;
background: #fff;	
}

.tr_impar,#listado tr:nth-child(2n+1),.listado tr:nth-child(2n+1){background:#fafafa;}
.tr_nulo{ color:#ff0000;}
.tr_anomalo{ color:#FF0; background:#F00;}

.tr_nohabilitado, #listado .tr_nohabilitado:hover{
	background:#ececec; 
    color:#ff0000;
}

#listado table tr:hover{
 -moz-box-shadow:    inset 0 0 3px #000000;
 -webkit-box-shadow: inset 0 0 3px #000000;
 box-shadow:         inset 0 0 3px #000000;
}

#listado .btn{
	float:left;
	padding:0 2px;
	border:transparent 1px solid;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
	width:22px;
	height:22px;
	margin: auto auto;
}

#listado .btn:hover{
	border:#D0D0D0 1px solid;
	background-color:#fff;
}

#listado .disabled{
	background-color:#f2f2f2 !important;
	cursor:default !important;
	opacity:.3;
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);					
}

#listado .ver{background: url(../images/iconos/zoom_in_24.png) center no-repeat;}
#listado .editar{background: url(../images/iconos/edit_24.png) center no-repeat;}
#listado .eliminar{background: url(../images/iconos/delete_16.png) center no-repeat;}
/********************/

a.sort{
	color: #fff;
	text-decoration: none;
}

a.sort:hover{
	text-decoration: underline;
}

input.required,select.required, textarea.required {background: #FFFFB9;}

.cls {
	clear: both;
}

#main_content{
margin:50px auto;
width:600px;
border:1px solid #eee;
border-radius:15px;
background:#FFF;
padding:30px;
}

#main_content a{
color:#06C;
font-weight:bold;
text-decoration:none;	
}

#main_content a:hover{
text-decoration:underline;	
}

.tc, .txt_center{
text-align:center;
}

.tl, .txt_left{
text-align:left;
}

.tr, .txt_right{
text-align:right;
}

.lb_add{
width:16px;
height:16px;
display:inline-block;
margin:0 2px;
vertical-align:middle;
cursor:pointer;
background:url(../images/iconos/add_16.png) center no-repeat;	
}
.lb_calendar{
width:24px;
height:24px;
display:inline-block;
margin:0 2px;
vertical-align:middle;
cursor:pointer;
background:url(../images/iconos/calendar_24.png) center no-repeat;	
}
.lb_kit{

width:16px;

height:16px;

display:inline-block;

margin:0 2px;

vertical-align:middle;

cursor:pointer;

background:url(../images/iconos/shopping_cart_16.png) center no-repeat;	

}

.item_btn{
padding:0 2px;
border:#d0d0d0 1px solid;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
cursor:pointer;
width:26px;
height:26px;
margin: auto auto;
}

.item_btn:hover{
border:#D0D0D0 1px solid;
background-color:#fff;
}

.item_agregar{background: url(../images/iconos/down_32.png) center no-repeat;}

.sii_icon_1{background:url("../images/iconos/text_page_24.png") no-repeat center center !important;}
.sii_icon_2{background:url("../images/iconos/clock_24.png") no-repeat center center;}
.sii_icon_3{background:url("../images/iconos/accept_24.png") no-repeat center center !important;}
.sii_icon_4{background:url("../images/iconos/block_24.png") no-repeat center center;}
.sii_icon_5{background:url("../images/iconos/warning_24.png") no-repeat center center;}
.sii_icon_6{background:url("../images/iconos/yellow_mail_send_24.png") no-repeat center center;}
.sii_icon_7{background:url("../images/iconos/yellow_mail_receive_24.png") no-repeat center center;}
.sii_icon_8{background:url("../images/iconos/accept_business_user_24.png") no-repeat center center;}
.sii_icon_9{background:url("../images/iconos/business_user_warning_24.png") no-repeat center center;}
.sii_icon_10{background:url("../images/iconos/remove_business_user_24.png") no-repeat center center;}

/*** TABLAS DE GRABACION ON THE FLY ***/
.onthefly table{
	margin-top:2px;
	border-collapse:separate;
	border-spacing:2px;
	width:100%;
}

.onthefly .tr_par,.onthefly tr{background:#fff;}
.onthefly .tr_impar,.onthefly tr:nth-child(2n+1){background:#fafafa;}
/*.onthefly table tr:hover{background:#FFFFB9;}*/

.onthefly tr.tr_head, .onthefly tr.tr_head:hover{
color: #404040 !important;
background: linear-gradient(#F8F8F8, #EAEAEA) repeat scroll 0% 0% transparent !important;
vertical-align:middle;
height:16px !important;
}

.onthefly tr td{
padding:0 3px !important;
font-size:11px !important;
}

.onthefly_btn{
float:left;
padding:0 2px;
border:transparent 1px solid;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
cursor:pointer;
width:16px;
height:16px;
margin: auto auto;
}

.onthefly_btn:hover{
border:#D0D0D0 1px solid;
background-color:#fff;
}

.onthefly_disabled{
background-color:#f2f2f2 !important;
cursor:default !important;
opacity:.3;
-moz-opacity:0.3;
-khtml-opacity:0.3;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);					
}

.onthefly_eliminar{background: url(../images/iconos/delete_16.png) center no-repeat;}
.onthefly_modificar{

	background: url(../images/iconos/up_16.png) center no-repeat;

}
/********************/

  .wrapper-file-input {
  position: relative;
  overflow: hidden;
  float: left;
}

.wrapper-file-input input[type="file"] {
  /** Posicionamos de forma absoluta **/
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  /** Cambiamos los bordes **/
  border: solid transparent;
  border-width: 0 0 100px 200px;
  /** Lo hacemos transparente **/
  opacity: 0;
  filter: alpha(opacity=0);
  width:90px; 
height:90px;
cursor:pointer !important;
}

.prev_container{
	overflow: auto;
	width: 90px;
	height: 90px;
    margin:auto;
}

.prev_thumb{
    margin:auto;
height: 90px;
}

#btn_excel{background: url(../images/iconos/xls_32.png) #fff center no-repeat; width:32px;height:32px;}
#btn_xml{background: url(../images/iconos/xml_file_32.png) #fff center no-repeat; width:32px;height:32px;}
/*** ESTO ES DE LOS RECURSOS EN ADMIN ***/
.recurso{
float:left; 
border:1px dashed #ccc; 
margin:10px 2px 10px 3px; 
padding:5px;
}

.img_left{
float:left;
}

.preview{
background: #fafafa;
border:1px solid #ddd; 
width:90px; 
height:90px; 
}

.preview_new{
background: url(../images/iconos/image_64.png) no-repeat center #fafafa;
}
.preview_adj{
background: url(../images/iconos/attachment_64.png) no-repeat center #fafafa;
}

.img_right{
float:left; 
padding-left:2px;
}

.img_texto{
font-size:11px; 
background:#fdfdfd;
width:120px; 
height:81px;
}

.img_data{
width:218px;
height:17px;
overflow:hidden;
margin-top:1px;
padding:2px;
border:1px solid #ddd; 
font-size:11px;
background:#fafafa;
}

.ico-sort{
background:url(../images/iconos/nav-sort.svg) no-repeat;
display:inline-block;
width: 8px;
height: 10px;
margin: 0 5px 0 0;
cursor: pointer;
}


.asc{
background:url(../images/iconos/s_asc.png) no-repeat;
display:inline-block;
width:11px;
height:8px;
cursor:pointer;
margin: 0 4px 0 3px;
}

.asc:hover{
background:url(../images/iconos/s_asc2.png) no-repeat;

}



.desc{

background:url(../images/iconos/s_desc.png) no-repeat;

display:inline-block;

width:11px;

height:8px;

cursor:pointer;

margin: 0 3px 0 4px;

}



.desc:hover{

background:url(../images/iconos/s_desc2.png) no-repeat;

}
.btn_anular{
 background:#a4a4a4;
 border:3px solid #f00; 
 font-size:18px !important; 
 font-weight:bold !important;
 color:#fff; 
 cursor:pointer; 
 border-radius:15px !important; 
 text-align:center;
 margin: 7px;
}

.btn_anular:hover{
 border:3px solid #f7f7f7;
 background:#F00;
}

.imagennulo {
 background:url(../images/documentonulo.png) no-repeat;
 position:absolute;
 top:100px;
 left:0px;
 border:none;
 width:800px;
 height:400px;
 opacity:0.6;
}

.enblanco{
color:#fff;
display:inline;	
}

#mainleft{
	background: none repeat scroll 0% 0% #19222a;
}

#logo_img{
max-height:50px;
max-width:250px;
}

#logo_informe{
max-height:40px;
max-width:150px;
}

.info-empresa, .info-sucursal, .info-usuario{
float: left;
margin: 0;
padding: 14px 12px 5px 10px;
overflow:hidden;
font-size: 15px;
color: #AAA;
}

.info-empresa{
width:35%;
}

.info-sucursal{
width:20%;
}

.info-usuario{
width:280px;
}

.info-empresa span, .info-empresa span, .info-usuario span{
margin-left: 5px;
color: #E0E0E0;
}

.info-empresa span{
font-weight:bold;
}

.btn_top {
	float: right;
	padding: 13px 12px 5px 10px;
	border-left: 1px solid #555;
	height: calc(100% - 18px);
}

#state {
  font-size: 10px;
  color: #fff;
  width: 10px;
  height:10px;
  float: right;
  border-radius:7px;
	margin-right: 5px;
	margin-top: 9px; 
}

.version {
  font-size: 10px;
  color: #AAA;
  width: 175px;
  float: right;
}

.version span{
color: #E0E0E0;
}


#cerrar_sesion {
position:fixed;
margin:0;
right:0px;
padding-top: 1px;
padding-right: 5px;
padding-left: 5px;
background: none repeat scroll 0% 0% #FFF;
border-bottom-left-radius: 12px;
border-top-left-radius: 12px;
}

#admin_info {
float:right;
font-size: 8pt;
color: #646464;
}

#apptitle {
position: fixed;
width: 100%;
line-height: 45px;
padding-left: 22px;
font-size: 16px;
color: #666;
background: #fff;
border-bottom: 1px solid #DED4D4 !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 1001;
}

#apptitle, #apptitle_fix {
  height: 45px;
}

/*****************************/

/****** MENU LATERAL *********/

/*****************************/

#menu-lateral{
margin-top:30px;
padding:0 3px;	
font-size:12px;	
color:#fff;
border-top: 1px solid #3e4045;
}

#menu-lateral .menu{
overflow: hidden;
}

#menu-lateral .menu hr{
border-width: medium medium 1px; border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(170, 170, 170); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; height: 10px; margin-bottom: 5px;
}

#menu-lateral > .menu > .menutitle, #menu-lateral .submenu >.menutitle{
background: url('../images/iconos/nav-categories.svg') no-repeat scroll 1px center transparent;
background-size: 13px 13px;
}

#menu-lateral .menu .menutitle, #menu-lateral .submenu .menutitle{
	padding: 8px 3px 7px 20px !important;
}

#menu-lateral .menu .menutitle:hover,  #menu-lateral .submenu .menutitle:hover{
  border-left: 4px solid #37BEE4;
	background-color: #000; /* #555;*/
	color: #fff;
}

#menu-lateral .menu-block{
display:none;
}

#menu-lateral .menutitle, #menu-lateral .item{
cursor: pointer;
padding: 8px 3px 7px 0;
color: #ccc;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
font-size: 13px;
border-bottom: 1px solid #3e4045;
background-size: 13px 13px;
}

#menu-lateral .item_sep{
height: 22px;	
}

#menu-lateral .nuevo, #menu-lateral .crea, #menu-lateral .app, #menu-lateral .new{
float:left;
width: 20px;
height: 20px;	
}

#menu-lateral .nuevo{
background: url(../images/iconos/laptop_16.png) center 1px no-repeat;
}

#menu-lateral .nuevo{
background: url(../images/iconos/laptop_16.png) center 1px no-repeat;
}

#menu-lateral .crea{
background: url(../images/iconos/edit_16.png) center 1px no-repeat;
}

#menu-lateral .app{
background: url(../images/iconos/laptop_16.png) center 1px no-repeat;
}

#menu-lateral .new{
background: url(../images/iconos/new.gif) center 1px no-repeat;
}

#menu-lateral .item:hover{
  border-left: 4px solid #37BEE4;
	background-color: #000;/*#3e4045;*/ /* #555;*/
	color: #fff;
}


#menu-lateral .report{
float:left;
width: 20px;
height: 20px;
margin-right: 3px;
background: url(../images/iconos/report_16.png) center 3px no-repeat;
}

#menu-lateral div .sep{
padding: 0 5px;
color:#e8e8e8;
cursor:default !important;
text-align:center;
}

#menu-lateral .sep:hover{
color:#e8e8e8 !important;
}

#menu-lateral .current{
  border-left: 4px solid #37BEE4 !important;
	background-color: #3e4045 !important;
	color: #fff !important;
}

#menu-lateral .subitem{
border-left:0px;
border-right:0px;
}

#menu-lateral .open{
display:block;

}

/*****************************/


#strError{
border:1px #dedede solid;
background: #fcfcfc;
border-radius: 7px;
padding:10px;
text-align:center;
display:none;
}

.onoffswitch {
 position: relative;
 width: 60px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
}

.onoffswitch-checkbox {
 display: none;
}

.onoffswitch-label {
 display: block;
 overflow: hidden;
 cursor: pointer;
 border: 2px solid #999999;
 border-radius: 20px;
}

.onoffswitch-inner {
 width: 200%;
 margin-left: -100%;
 -moz-transition: margin 0.3s ease-in 0s;
 -webkit-transition: margin 0.3s ease-in 0s;
 -o-transition: margin 0.3s ease-in 0s;
 transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
 float: left;
 width: 50%;
 height: 20px;
 padding: 0;
 line-height: 20px;
 font-size: 14px;
 color: white;
 font-family: Trebuchet, Arial, sans-serif;
 font-weight: bold;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

.onoffswitch-inner:before {
 content: "Si";
 padding-left: 5px;
 background-color: #07A52D;
 color: #FFF;
}

.onoffswitch-inner:after {
 content: "No";
 padding-right: 5px;
 background-color: #444;
 color: #fff;
 text-align: right;
}

.onoffswitch-switch {
 width: 10px;
 margin: 6px;
 background: #FFFFFF;
 border: 2px solid #999999;
 border-radius: 20px;
 position: absolute;
 top: 0;
 bottom: 0;
 right: 36px;
 -moz-transition: all 0.3s ease-in 0s;
 -webkit-transition: all 0.3s ease-in 0s;
 -o-transition: all 0.3s ease-in 0s;
 transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
 margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
 right: 0px;
}


.resultbox{
display:none;
border:solid 1px #dedede;
max-height:400px;
overflow:auto;
font-size:12px;
background-color: #fefefe;
min-width:100px;
text-align:left;
}

.resultbox div{
padding:2px 5px;
display:block;
}

.resultbox div{
cursor:pointer;
}

#ite table{
border-spacing: 2px !important;
}

.dd, .dv{
float:right; 
position:relative;
margin-left:5px;	
height:20px; 
width:6px; 
}
.dv{
background:#ff0000;
}

.dd{
background:#FEF91B;
}

.dp{
width:6px; 
position: absolute; 
bottom: 0;
background:#6EF618; 
}

.dt{
 margin-top: 4px;
}

#div-loading {
    display:block; 
    width:600px; 
    height:400px; 
    position:absolute; 
    top:50%; 
    left:50%; 
    margin-top:-200px; 
    margin-left:-300px;
}

#ve{
float: left;
width: 100%;
height: 20px;
margin: -30px auto 0 auto;
padding-top: 4px;
background: #ffff00;
text-align: center;
color: #ff0000;
font-weight: bold;
}

#ve_left, #ve_left_nada{
width: 100%;
height: 20px;
}

#ve_left{
position:fixed;
margin:6px auto 0 auto;
padding-top: 4px;
border-top: 1px solid #ddd;
background: #ffff00;
text-align: center;
color: #ff0000;
font-weight: bold;
}

#p_usu_usuarioxgen_sucursal{
    margin: 0;
    padding: 0 25px 2px 5px;
    display: inline-block;
    -moz-appearance: none;
    border: 1px solid #999;
	  background: #666;
    cursor: pointer;
    font-size: 14px;
    color: #fcfcfc;
}

#alertify-logs article, .alertify-notifier .ajs-message{
width:200px !important;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 220px !important;
}

.alertify-notifier .ajs-message.ajs-visible {
padding: 12px 3px 0 2px !important;
margin-top: 5px !important;
height: 25px !important;
text-align: left !important;
background-color: #3e4045;
color: #fff;
border-radius: 2px;
border: none;
}

#alertify-logs article span, .alertify-notifier .ajs-message span{
margin: auto 3px;
padding: 6px 5px 6px 4px;
border-radius: 12px;
color: #fff;
cursor: pointer;
}

.sp_label{
	color:#fff !important;
	cursor:auto !important;
	padding-left: 6px !important;
	margin: auto !important;
}

.sp_cambio, .sp_verde{
	background:#00AE00;
}

.sp_vencido, .sp_rojo{
	background:#FE1A00
}

.sp_atrasado, .sp_morado{
	background:#BB2B61;
}

.sp_azul{
	background:#002F90;
}

.sp_amarillo{
	background:#FF0;
	color:#555 !important;
}

.sp_naranjo{
	background:#FF9900;
}
