body{
	background-color: #f0f0f0;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: small;
}

#loading {
	position: absolute;
	left: 45%;
	top: 40%;
	margin-left: -45px;
	padding: 2px;
	z-index: 20001;
	height: auto;
	border: 1px solid #ccc;
}

#loading a {
	color: #225588;
}

#loading .loading-indicator {
	background: white;
	color: #444;
	font: bold 13px tahoma, arial, helvetica;
	padding: 10px;
	margin: 0;
	height: auto;
}

#loading .loading-indicator img {
	margin-right: 8px;
	float: left;
	vertical-align: top;
}

#loading-msg {
	font: normal 10px arial, tahoma, sans-serif;
}


.detail_info {
	background-color:#F6F7F9;
    color: #4C4C4C;
    font-weight: bold;
    border-bottom: 1px solid #A7ABB4;
    border-right: 1px solid #A7ABB4;
    border-left: 1px solid #A7ABB4;
    text-align: right;
    padding-right: 5px;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
}

.table_info {
	margin-top:10px;
	margin-left:10px;
	border-top: 1px solid #A7ABB4;
}

.table_info_search {

}
.detail_info_search{
	background-color:#F6F7F9;
    color: #4C4C4C;
    font-weight: bold;
    text-align: right;
    padding-right: 2px;
    font-family: Arial,Verdana,sans-serif;
    font-size: 9px;
}
.field_info_search {

    /*background-color: white;*/
    color: black;
    padding-left:2px;
    font-family: Arial,Verdana,sans-serif;
    font-size: 10px;
}

.field_info {
	/*height:18px;*/
    /*background-color: white;*/
    border-bottom: 1px solid #A7ABB4;
    border-right: 1px solid #A7ABB4;
    /*color: black;*/
    padding-left:5px;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
}

.field_info_transparent {
	height:18px;
    /*border-bottom: 1px solid #A7ABB4;
    border-right: 1px solid #A7ABB4;*/
    /*border-top: 1px solid #A7ABB4;*/
    border-bottom: 1px solid #A7ABB4;
    color: black;
    /*padding-left:5px;*/
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
}

.detail_info_transparent {
    color: #4C4C4C;
    font-weight: bold;
    border-bottom: 1px solid #A7ABB4;
    font-family: Arial,Verdana,sans-serif;
    font-size: 10px;
}




.info_box{

	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);

	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #A3A3A3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.test {
	background-image: URL('style/custom/screen.jpg');
	background-repeat: no-repeat;
	background-position:left bottom;

}

.login_facture {
	background-image: URL('style/custom/main_logo.png');
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	background-position:center top;
}

.emisores_facture {
	background-image: URL('style/custom/emisores.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position:right bottom;
}

.paypal_button {
	background-image: url('style/custom/btn_buynowCC_LG.gif');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

.paypal_button_disabled {
	background-image: url('style/custom/btn_buynowCC_LG_disabled.gif');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

.bank_button_disabled {
	background-image: url('style/custom/Bank_disabled.png');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

.bank_button {
	background-image: url('style/custom/Bank.png');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

.code_button_disabled {
	background-image: url('style/custom/oxxo_disabled.png');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

.code_button {
	background-image: url('style/custom/oxxo.jpg');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

.conekta_button_disabled {
	background-image: url('style/custom/conekta_disabled.png');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

.conekta_button{
	background-image: url('style/custom/conekta.png');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}


.fancy table a:link {
	color: #0066FF;
	font-weight: normal;
	text-decoration: none;
}

.fancy table a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

.fancy table a:active,table a:hover {
	color: #bd5a35;
	text-decoration: underline;
}

.fancy table {
	/**/
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	text-shadow: 1px 1px 0px #fff;
	background: #eaebec;
	/*margin:20px;*/
	border: #ccc 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

.fancy table th {
	/*11px 15px 12px*/
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e0e0e0;
	/* 	text-align: center; */
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed),
		to(#ebebeb));
	background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

.fancy table th:first-child {
	text-align: left;
	padding-left: 20px;
}

.fancy table tr:first-child th:first-child {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

.fancy table tr:first-child th:last-child {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.fancy table tr {
	text-align: center;
	padding-left: 20px;
}

.fancy table td:first-child {
	text-align: left;
	padding-left: 20px;
	border-left: 0;
}

.fancy table td {
	padding: 2px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb),
		to(#fafafa));
	background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
	font-size: 11px;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
}

.fancy table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8),
		to(#f6f6f6));
	background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.fancy table tr:last-child td {
	border-bottom: 0;
}

.fancy table tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.fancy table tr:last-child td:last-child {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.fancy table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2),
		to(#f0f0f0));
	background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.round-button {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 4px solid #f5f5f5;
	border-radius: 50%;
	color: #f5f5f5;
	text-align: center;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea),to(#f6f6f6));
	background-image: -webkit-linear-gradient(top, #eaeaea, #f6f6f6);
	background-image: -moz-linear-gradient(top, #eaeaea, #f6f6f6);
	background-image: -ms-linear-gradient(top, #eaeaea, #f6f6f6);
	background-image: -o-linear-gradient(top, #eaeaea, #f6f6f6);
	background-image: linear-gradient(top, #eaeaea, #f6f6f6); 
	
	box-shadow : 0 0 3px gray;
	font-size: 25px;
    font-weight: bold;
    
    max-height: 40px;
    max-width: 40px;
/* 	font-size: 20px; */
/* 	font-weight: bold; */
	cursor: pointer;
}

.round-button:hover {
	/*background: #eaeaea;*/
	box-shadow : 0 0 3px #3C3C3C;
    /* box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2);*/
	text-decoration: none;
	color: white;
}

.round-button-store-info {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 10px;
	border: 1px solid #f5f5f5;
	color: #f5f5f5;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea),to(#f6f6f6));
	background-image: -webkit-linear-gradient(top, #eaeaea, #f6f6f6);
	background-image: -moz-linear-gradient(top, #eaeaea, #f6f6f6);
	background-image: -ms-linear-gradient(top, #eaeaea, #f6f6f6);
	background-image: -o-linear-gradient(top, #eaeaea, #f6f6f6);
	background-image: linear-gradient(top, #eaeaea, #f6f6f6); 
	
	font-size: 25px;
    font-weight: bold;
    
    max-height: 25px;
    max-width: 25px;
    
}

.round-button-store-info:hover {
	text-decoration: none;
	color: white;
}

.b-factura{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F22613),to(#D91E18));
	background-image: -webkit-linear-gradient(top, #F22613, #D91E18);
	background-image: -moz-linear-gradient(top, #F22613, #D91E18);
	background-image: -ms-linear-gradient(top, #F22613, #D91E18);
	background-image: -o-linear-gradient(top, #F22613, #D91E18);
	background-image: linear-gradient(top, #F22613, #D91E18); 
}

.b-nomina{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#446CB3),to(#4183D7));
	background-image: -webkit-linear-gradient(top, #446CB3, #4183D7);
	background-image: -moz-linear-gradient(top, #446CB3, #4183D7);
	background-image: -ms-linear-gradient(top, #446CB3, #4183D7);
	background-image: -o-linear-gradient(top, #446CB3, #4183D7);
	background-image: linear-gradient(top, #446CB3, #4183D7); 
}

.b-retencion{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1e767),to(#feb645));
	background-image: -webkit-linear-gradient(top, #f1e767, #feb645);
	background-image: -moz-linear-gradient(top, #f1e767, #feb645);
	background-image: -ms-linear-gradient(top, #f1e767, #feb645);
	background-image: -o-linear-gradient(top, #f1e767, #feb645);
	background-image: linear-gradient(top, #f1e767, #feb645); 
}

.b-pago{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1e767),to(#feb645));
	background-image: -webkit-linear-gradient(top, #af7500, #996600);
	background-image: -moz-linear-gradient(top, #af7500, #996600);
	background-image: -ms-linear-gradient(top, #af7500, #996600);
	background-image: -o-linear-gradient(top, #af7500, #996600);
	background-image: linear-gradient(top, #af7500, #996600); 
}

.b-recepcion{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#26A65B),to(#2ECC71));
	background-image: -webkit-linear-gradient(top, #26A65B, #2ECC71);
	background-image: -moz-linear-gradient(top, #26A65B, #2ECC71);
	background-image: -ms-linear-gradient(top, #26A65B, #2ECC71);
	background-image: -o-linear-gradient(top, #26A65B, #2ECC71);
	background-image: linear-gradient(top, #26A65B, #2ECC71); 
}


.b-cliente{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F89406),to(#EB9532));
	background-image: -webkit-linear-gradient(top, #F89406, #EB9532);
	background-image: -moz-linear-gradient(top, #F89406, #EB9532);
	background-image: -ms-linear-gradient(top, #F89406, #EB9532);
	background-image: -o-linear-gradient(top, #F89406, #EB9532);
	background-image: linear-gradient(top, #F89406, #EB9532); 
}


.b-concepto{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6C7A89),to(#95A5A6));
	background-image: -webkit-linear-gradient(top, #6C7A89, #95A5A6);
	background-image: -moz-linear-gradient(top, #6C7A89, #95A5A6);
	background-image: -ms-linear-gradient(top, #6C7A89, #95A5A6);
	background-image: -o-linear-gradient(top, #6C7A89, #95A5A6);
	background-image: linear-gradient(top, #6C7A89, #95A5A6); 
}


.b-trabajador{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#22313F),to(#34495E));
	background-image: -webkit-linear-gradient(top, #22313F, #34495E);
	background-image: -moz-linear-gradient(top, #22313F, #34495E);
	background-image: -ms-linear-gradient(top, #22313F, #34495E);
	background-image: -o-linear-gradient(top, #22313F, #34495E);
	background-image: linear-gradient(top, #22313F, #34495E); 
}

.b-reporte{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D35400),to(#F27935));
	background-image: -webkit-linear-gradient(top, #D35400, #F27935);
	background-image: -moz-linear-gradient(top, #D35400, #F27935);
	background-image: -ms-linear-gradient(top, #D35400, #F27935);
	background-image: -o-linear-gradient(top, #D35400, #F27935);
	background-image: linear-gradient(top, #D35400, #F27935); 
}

.b-cuenta{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1E824C),to(#4DAF7C));
	background-image: -webkit-linear-gradient(top, #1E824C, #4DAF7C);
	background-image: -moz-linear-gradient(top, #1E824C, #4DAF7C);
	background-image: -ms-linear-gradient(top, #1E824C, #4DAF7C);
	background-image: -o-linear-gradient(top, #1E824C, #4DAF7C);
	background-image: linear-gradient(top, #1E824C, #4DAF7C); 
}

.login-panel{
    background: #f4f4f4 url(style/bg.gif) repeat top left;
    width: 100%;
    height: 100%;
    display: block;
}

.store-info {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#73C0EA),to(#34aae6));
	background-image: -webkit-linear-gradient(top, #73C0EA, #34aae6);
	background-image: -moz-linear-gradient(top, #73C0EA, #34aae6);
	background-image: -ms-linear-gradient(top, #73C0EA, #34aae6);
	background-image: -o-linear-gradient(top, #73C0EA, #34aae6);
	background-image: linear-gradient(top, #73C0EA, #34aae6);
}

.category-item {
	height:25px; 
	line-height: 25px; 
	text-align: center; 
	border: 1px solid transparent;
	overflow: hidden;
}

/*rgb(69,90,100)*/
.category-item + .x-view-item-sel{
	border-left: 10px solid transparent !important;
}
.category-item + .x-view-item-over{
	background: transparent;
	border-left: 10px solid transparent !important;
}

.celdaNoPagada {
    color: red !important;
}

.aggregation-row{
	font-size: 12px !important;
	display: inline-block;
	font-weight: bold;
	text-align: right;
}

.doctoFromServer{
	background-color: #ddd !important;
	color: #444 !important;
	font-style: italic !important;
}

.impPagado{
	background-color: #1976d2 !important;
}

.themeDefaultColor {
	color: #157fcc;
}


.suscription_text {
	font-size: large;
	color: #007bff;
}

.doctoFromServerPaid{
	background-color: #a7c957 !important;
	color: black !important;
}

.b-carta-porte{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ea7e26),to(#fac175));
    background-image: -webkit-linear-gradient(top, #ea7e26, #fac175);
    background-image: -moz-linear-gradient(top, #ea7e26, #fac175);
    background-image: -ms-linear-gradient(top, #ea7e26, #fac175);
    background-image: -o-linear-gradient(top, #ea7e26, #fac175);
    background-image: linear-gradient(top, #ea7e26, #fac175);
}