﻿@import url(tree.css);
@import url(datepicker.css);
@import url(style.css);

@font-face {
  font-family: 'font-maximiza';
  src: url('/font/font-maximiza.eot?37718124');
  src: url('/font/font-maximiza.eot?37718124#iefix') format('embedded-opentype'),
       url('/font/font-maximiza.woff?37718124') format('woff'),
       url('/font/font-maximiza.ttf?37718124') format('truetype'),
       url('/font/font-maximiza.svg?37718124#font-maximiza') format('svg');
  font-weight: normal;
  font-style: normal;
}
BODY
{
    font-family: 'trebuchet ms','Helvetica Neue' , Helvetica, Arial, sans-serif;
    margin:5px; 
}


.text,.select  {
/*  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.20, white), color-stop(0.80, white), color-stop(0.97, #D0D0D0));*/
    border: 1px solid #CACACA;
    border-radius: 3px 3px 3px 3px;
    
/*    color: #999999;*/
    padding: 1px;
    outline: medium none;
    margin-bottom: 4px;
    z-index: 1;
    azimuth: inherit;
    margin-top: 0px;
    height:22px;
}


.select{
	max-width:200px;
}


.seleccionado
{
    background-image:  none  !important;
    background-color:lightsteelblue  !important;
        
}    
        
        
.money {
	background: url("img/componenteUI/icon_money.png"), -moz-linear-gradient(center top , #D0D0D0 0pt, white 20%) repeat scroll 0 0 transparent;
	background-image: url(img/componenteUI/icon_money.png), -webkit-gradient(linear, left bottom, left top, color-stop(0.20, white), color-stop(0.80, white), color-stop(0.97, #D0D0D0)) ;
	background-image: url("img/componenteUI/icon_money.png"), -ms-linear-gradient(top, #D0D0D0 0%, #FFFFFF 20%);
	background: url("img/componenteUI/icon_money.png"); /*ie9*/
    background-repeat: no-repeat; background-position: left, center; 
	padding-left:33px;
}
.rate {
	background: url("img/componenteUI/icon_rate.png"), -moz-linear-gradient(center top , #D0D0D0 0pt, white 20%) no-repeat; scroll 0 0 transparent;
	background-image: url(img/componenteUI/icon_rate.png), -webkit-gradient(linear, left bottom, left top, color-stop(0.20, white), color-stop(0.80, white), color-stop(0.97, #D0D0D0));
	background-image: url("img/componenteUI/icon_rate.png"), -ms-linear-gradient(top, #D0D0D0 0%, #FFFFFF 20%);
	
	/*background: url('img/componenteUI/icon_rate.png') no-repeat; *//*ie9*/
	background-repeat: no-repeat; background-position: left, center; 
    padding-left:33px;
    
}



.user {
	background: url("img/componenteUI/icon_user.png"), -moz-linear-gradient(center top , #D0D0D0 0pt, white 20%) repeat scroll 0 0 transparent;
	background-image: url(img/componenteUI/icon_user.png), -webkit-gradient(linear, left bottom, left top, color-stop(0.20, white), color-stop(0.80, white), color-stop(0.97, #D0D0D0));
	background-image: url("img/componenteUI/icon_user.png"), -ms-linear-gradient(top, #D0D0D0 0%, #FFFFFF 20%);
	background: url('img/componenteUI/icon_user.png') no-repeat; /*ie9*/
    padding-left:33px;
}

.password {
	background: url("img/componenteUI/icon_password.png"), -moz-linear-gradient(center top , #D0D0D0 0pt, white 20%) repeat scroll 0 0 transparent;
	background-image: url(img/componenteUI/icon_password.png), -webkit-gradient(linear, left bottom, left top, color-stop(0.20, white), color-stop(0.80, white), color-stop(0.97, #D0D0D0));
	background-image: url("img/componenteUI/icon_password.png"), -ms-linear-gradient(top, #D0D0D0 0%, #FFFFFF 20%);
	background: url('img/componenteUI/icon_password.png') no-repeat; /*ie9*/




    padding-left:33px;
}

.calendar {
	/*background: url("img/componenteUI/icon_calendar.png"), -moz-linear-gradient(center top , #D0D0D0 0pt, white 20%) repeat scroll 0 0 transparent;
	background-image: url(img/componenteUI/icon_calendar.png), -webkit-gradient(linear, left bottom, left top, color-stop(0.20, white), color-stop(0.80, white), color-stop(0.97, #D0D0D0));
	background-image: url("img/componenteUI/icon_calendar.png"), -ms-linear-gradient(top, #D0D0D0 0%, #FFFFFF 20%);
	background: url('img/componenteUI/icon_calendar.png') no-repeat; 
    */
    padding-right:33px;
}

.triggerCalendar {
	width:30px; height:32px;
	display: inline-block; clear: both; vertical-align:middle; 
	left: -30px;
    position: relative;
}
.label
{
    /*background-color: #E8E8E8;*/
    border-radius: 4px;
    /*color: #989898;*/
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    height: 22px;
    line-height: 28px;
    margin-right: 6px;
    width: 150px;
    padding-left: 6px;
    margin-bottom: 0px;
}

label.req
{
    background-image: url('img/componenteUI/req.png');
    background-repeat: no-repeat;
    background-position: right;
}

label.focused
{
    background-color: #019839; 
    color: #FFFFFF;
}

.labelNormal
{
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    height: 27px;
    line-height: 28px;
    margin-right: 6px;
    width: 150px;
    padding-left: 6px;
    margin-bottom: 4px;
}

.button_ok
{
    background: #019839;
}
.button_not
{
    background:red;
    /*background: #195b2f;*/
}
.button_dif
{
    background: #0080FF;
}
.button_dif:hover
{
    background: #0080FF;
    background: -moz-linear-gradient(center top , #96d65e 0pt, #9bc675 50%) repeat scroll 0 0 transparent;
    border: 1px solid #006600;
    color: #cfe7f6;
}
.button_dif_02
{
    color:White;
    background: #006699;
}
.button_dif_02:hover
{
    background: #006699;
    background: -moz-linear-gradient(center top , #96d65e 0pt, #9bc675 50%) repeat scroll 0 0 transparent;
    border: 1px solid #006600;
    color: #cfe7f6;
}

.button, button.button, a.button, a.disabled, label.filebutton
{
    background:#29265b;
   }
.button, button.button, a.button, a.disabled, label.filebutton,.button_ok,.button_not,.button_dif,.button_dif_02
{
   	display:inline-block;
	
/*	background: -moz-linear-gradient(center top , #d7d7d7 0pt, #cbcbcb 50%) repeat scroll 0 0 transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, #cbcbcb), color-stop(0.66, #cbcbcb), color-stop(0.99, #d7d7d7));
    background-image: -ms-linear-gradient(top, #d7d7d7 0%, #cbcbcb 100%);
*/
    border: 1px solid #cacaca;
    border-radius: 3px;
    color: #EFEFEF;
    padding: 0 10px 0 10px;
    margin-top: 10px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 21px;
    text-align:center;
    cursor: pointer;
    height :22px;
    /*Avoid select text when click*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.disabled, a.disabled, a.disabled:hover, button.disabled, .button.disabled,.button_ok.disabled,.button_not.disabled,.button_dif.disabled,.button_dif_02.disabled
{
   /* background: none;*/
    
   color: grey;
    /*cursor: default;*/
}


a.button:hover, label.filebutton:hover, button:hover, .button:hover
{
   background:#6661af;
	background: -moz-linear-gradient(center top , #96d65e 0pt, #9bc675 50%) repeat scroll 0 0 transparent;
    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, #9bc675), color-stop(0.66, #6661af), color-stop(0.99, #96d65e));*/
    background-image: -ms-linear-gradient(top, #96d65e 0%, #9bc675 100%);
    border: 1px solid #9bc675;
    color:#cfe7f6;
 }


.button_ok:hover
{
    background: #9dc79d;
    background: -moz-linear-gradient(center top , #96d65e 0pt, #9bc675 50%) repeat scroll 0 0 transparent;
    border: 1px solid #006600;
    color: #cfe7f6;
    /*background-color: #009933;*/
}

.button_not:hover
{
    background:#bc6868;
    background: -moz-linear-gradient(center top , #96d65e 0pt, #9bc675 50%) repeat scroll 0 0 transparent;
    border: 1px solid #006600;
    color: #cfe7f6;
}


.button_ok:active, .button_not:active
{
    box-shadow: 0 0 6px#006600 inset;
    line-height: 29px;
}

a.button:active, label.filebutton:active, button:active, .button:active
{
    box-shadow: 0 0 6px #2e74a2 inset;
    line-height: 29px;
}

a.disabled:hover, button.disabled:hover, .disabled:hover
{
    /*background: none;*/
    color: grey;
   /* cursor: default;*/
  /*  border: 1px solid #CACACA;*/
}


a.disabled:active, button.disabled:active, .disabled:active
{
    box-shadow: none;
    line-height: 27px;
}

label.filebutton
{
    overflow: hidden;
    position: relative;
    margin-bottom: 0 !important;
    right: -51px;
    top: -37px;
    width: 55px;
    padding: 0 5px;
}

label span input
{
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    top: -2px;
    left: -700px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding: 0;
}

.widgetAvatar
{
    display: inline-block;
    height: 130px;
    overflow: hidden;
}

.widgetAvatar IMG
{
    border: 8px solid #e8e8e8;
    display: block;
    max-height: 120px;
    max-width: 110px;
    min-height: 115px;
    min-width: 105px;
    
}

.grid tr:nth-child(odd)
{
    background-color: #F6F6F6;
}

.grid tr:nth-child(2)
{
   background-image: linear-gradient(bottom, rgb(255,255,255) 80%, rgb(235,235,235) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 80%, rgb(235,235,235) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 80%, rgb(235,235,235) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 80%, rgb(235,235,235) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 80%, rgb(235,235,235) 100%);


	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.80, rgb(255,255,255)),
		color-stop(1, rgb(235,235,235))
	);
	
}

.grid tr th, .grid tr td
{
    padding: 5px 6px;
}



.grid tr th, .grid tr td
{
    padding: 5px 6px;
}

.grid tr th
{
    text-transform: uppercase;
    font-size: 11px;
    border-right: 1px solid #CDCDCD;
    border-bottom: 1px solid #CACACA;
    height: 23px;
    text-align: left;
    background-color: #019839;
    font-weight: 700;
    box-shadow: inset -1px 1px 1px #f9f9f9;
    color:white;
}

.grid tr th.sortAsc, .grid tr th.sortDesc
{
    box-shadow: 0 0 6px #B2B2B2 inset;
}

.grid tr th.sortAsc:after
{
    content: "\2193";
    left: 3px;
    top: -2px;
    position: relative;
}

.grid tr th.sortDesc:after
{
    content: "\2191";
    left: 3px;
    top: -2px;
    position: relative;
}

.grid tr td
{
    border-right: 1px solid #E9E9E9;
}

.grid tr:hover
{
    background-image: none;
    background-color: #e4e8ed;
}

.font-mxz
{
    font-family: "font-maximiza";
	font-style: normal;
	font-weight: normal;
   
 }
.trash, .spin3, .edit, .save, .undo, .new, .minus, .calce, .ok, .search, .print, .timer,.not_x ,.procesar,.procesar_pago ,.txt,.excel,.pdf,.digitalizar_subir,.digitalizar_bajar,.digitalizado,.digitalizado_falta,.imagen,.ayuda,.manual,.clave,.logout,.neteado ,.correo,.like {
	font-family: "font-maximiza";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:19px;
	color: #999;
}

.trash:hover, .spin3:hover, .edit:hover, .save:hover, .undo:hover, .new:hover, .minus:hover, .calce:hover, .ok:hover, .search:hover, .print:hover,.timer:hover,.not_x:hover,.procesar:hover,.procesar_pago:hover ,.txt:hover,.excel:hover,.pdf:hover,.digitalizar_subir:hover,.digitalizar_bajar:hover,.digitalizado:hover,.digitalizado_falta:hover,.imagen:hover,.neteado:hover ,.correo:hover,.like:hover{
     color: #019839;
	 cursor: pointer;
}

.new:hover,.manual:hover, .logout:hover ,.clave:hover,.ayuda:hover{
     color:#999;
	 cursor: pointer;
}

 .manual, .logout,.clave,.ayuda{
     color:white;
}


.undo:before { content: '\e800'; } /* '' */
.spin9:before { content: '\e801'; } /* '' */
.procesar_pago:before { content: '\e802'; } /* '' */
.search:before { content: '\e804'; } /* '' */
.correo:before { content: '\e805'; } /* '' */
.ok:before { content: '\e806'; } /* '' */
.trash:before { content: '\e807'; } /* '' */
.edit:before { content: '\e808'; } /* '' */
.digitalizar_subir:before { content: '\e809'; } /* '' */
.digitalizar_bajar:before { content: '\e80a'; } /* '' */
.procesar:before { content: '\e80b'; } /* '' */
.pdf:before { content: '\e80c'; } /* '' */
.word:before { content: '\e80d'; } /* '' */
.excel:before { content: '\e80e'; } /* '' */
.powerpoint:before { content: '\e80f'; } /* '' */
.save:before { content: '\e810'; } /* '' */
.like:before { content: '\e811'; } /* '' */
.calce:before { content: '\e812'; } /* '' */
.print:before { content: '\e813'; } /* '' */
.timer:before { content: '\e814'; } /* '' */
.not_x:before { content: '\e815'; } /* '' */
.logout:before { content: '\e816'; } /* '' */
.manual:before { content: '\e817'; } /* '' */
.txt:before { content: '\e819'; } /* '' */
.imagen:before { content: '\e81a'; } /* '' */
.ayuda:before { content: '\e81b'; } /* '' */
.digitalizado:before { content: '\e81c'; } /* '' */
.clave:before { content: '\e81d'; } /* '' */
.new:before { content: '\e81e'; } /* '' */
.minus:before { content: '\e81f'; } /* '' */
.spin1:before { content: '\e820'; } /* '' */
.spin3:before { content: '\e821'; } /* '' */
.spin4:before { content: '\e822'; } /* '' */
.spin5:before { content: '\e823'; } /* '' */
.spin6:before { content: '\e824'; } /* '' */
.emo-unhappy:before { content: '\e825'; } /* '' */
.emo-happy:before { content: '\e826'; } /* '' */
.neteado:before { content: '\e827'; } /* '' */

.digitalizado_falta:before { content: '\e81c'; color:red} /* '' */
 


ul.tabs{
    /*color: #797979;*/
    font-size: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.tabs li
{
    background-color: #ebebeb;
    display: inline-block;
    height: 38px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 35px;
    border-right: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    box-shadow: inset -1px 1px 1px #f9f9f9;
    cursor: pointer;
    padding: 0 10px;
}

ul.tabs li:first-child
{
    border-left: 1px solid #bebebe;
}

ul.tabs li.selected
{
    border-bottom: 0 solid #F9F9F9;
    background-color: white;
    cursor: default;
}

ul.tabs li:hover
{
    background-color: #F2F2F2;
}

ul.tabs li.selected:hover
{
    background-color: #F9F9F9;
}

ul.tabs li.spacer
{
    background: none;
    border-top: none;
    border-right: none;
    width: 0;
    cursor: default;
    padding: 0;
}

ul.tabs li a
{
    text-decoration: none;
    color: inherit;
}

ul.tabs li.selected a
{
    cursor: default;
}

.tab_content
{
    background-color: #F9F9F9;
    border-left: 1px solid #BEBEBE;
    border-right: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
    color: #636363;
    font-size: 13px;
    overflow-x: auto;
    padding: 8px;
}

.alert,.alertCenter {
	/*background-color: #4D4C4C;
	color:#8C8888;*/
    background-color: #fbffa5;
    color: #333;	
 	font-size: 13px;
 	position:fixed;
 	right:20px;
 	z-index:1;
 	padding: 10px 15px;
 	border-radius: 3px;
 	width:200px;
 	display:none;
	text-shadow: 1px 1px #3E3E3E;

    -moz-box-shadow: 0 0 10px 0px rgba(23, 22, 22, 0.41);
	-webkit-box-shadow: 0 0 10px 5px rgba(23, 22, 22, 0.41);
	box-shadow: 0 0 10px 0px rgba(23, 22, 22, 0.41);
}

.alert:after {
	content: url('img/componenteUI/close.png');
	right: 4px; top: 4px;
	position: absolute;
}

.alertCenter {
	display:block;
    position: fixed;
    left: 50%;
    top: 50%;
    height: 150px; margin-top: -75px; 
    width: 300px; margin-left: -150px; 
}

.alertCenter div {
	background-color: #4B4A4A;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #434141;
    bottom: 0;
    height: 40px;
    margin-left: -15px;
    padding: 8px 0 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.alertCenter div a.button {
	background:#565656;
	background: -moz-linear-gradient(center top , #4B4B4B 0pt, #565656 50%) repeat scroll 0 0 transparent;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, #565656), color-stop(0.66, #565656), color-stop(0.99, #4B4B4B));
    background-image: -ms-linear-gradient(top, #4B4B4B 0%, #565656 100%);
    border: 1px solid #414141;
    color: #414040;
    text-shadow: 1px 1px #6A6969;
}

.alertCenter div a.button:hover {
	background:#5E5C5C;
	background: -moz-linear-gradient(center top , #565656 0pt, #5E5C5C 50%) ;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, #5E5C5C), color-stop(0.66, #5E5C5C), color-stop(0.99, #565656));
    background-image: -ms-linear-gradient(top, #565656 0%, #5E5C5C 100%);
}

.alertCenter div a.button:active {
	box-shadow: 0 0 6px #434444 inset;
}



.hidden {display:none !important;}
.notifyc {outline: none; border: none; width:1px; height: 1px; background: transparent; margin: 0; padding: 0; color:#4D4C4C; position: relative; left:-15px; z-index: -2;}



.tbl_general tr
{
 /*   background-color: white;*/
}
/*
.tbl_general tr:nth-child(2)
{
   }

.tbl_general tr:nth-child(2) td
{
    padding-top: 5px;
}
*/
.tbl_general tr td
{
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.tbl_general tr th
{
   /* background-color: #019839;
    border-bottom: 1px solid #CACACA;
    box-shadow: -1px 1px 1px #F9F9F9 inset;
    font-size: 1.3em;
    height: 23px;
    text-align: center;
    text-transform: uppercase;
    color:White;

    margin: 0;
    
    padding-left: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 99%;*/
    background-color: #019839;
    border-bottom: 1px solid #CACACA;
    box-shadow: -1px 1px 1px #F9F9F9 inset;
    font-size: 11px;
    font-weight: 700;
    height: 23px;
    text-align: center;
    text-transform: uppercase;
    color:White;
}

.grid 
{
	border: 1px solid #CACACA;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    /*color: #636363;*/
	border-spacing:0;
}

.tbl_general
{
    border: 0px solid #CACACA;
    font-size: 10px;
    /*color: #636363;*/
    border-spacing: 0;
}

.grid tr th:last-child, .grid tr td:last-child, .tbl_general tr th:last-child, .tbl_general tr td:last-child
{
    border-right: none;
}

.grid tr th a, .tbl_general tr th a
{
    color:white;
    text-decoration: none;
}

.grid tr th a:hover, .tbl_general tr th a:hover
{
    text-decoration: underline;
}
.label_basic
{
    /*background-color: #E8E8E8;*/
    /*color: #989898;*/
    font-size: 11px;
}


/*style grid montos*/

.tbl_grid_montos tr:nth-child(odd)
{
    background-color: #F6F6F6;
}

.tbl_grid_montos tr:nth-child(2)
{
   background-image: linear-gradient(bottom, rgb(255,255,255) 80%, rgb(235,235,235) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 80%, rgb(235,235,235) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 80%, rgb(235,235,235) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 80%, rgb(235,235,235) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 80%, rgb(235,235,235) 100%);


	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.80, rgb(255,255,255)),
		color-stop(1, rgb(235,235,235))
	);
	
}

.tbl_grid_montos tr th, .tbl_grid_montos tr td
{
    padding: 2px 10px;
}

.tbl_grid_montos tr th, .tbl_grid_montos tr td
{
    padding: 2px 10px;
}

.tbl_grid_montos tr th
{
    color: black;
    font-weight: 700;
    text-transform: none;
    
    font-size: 11px;
    border-right: 1px solid #CDCDCD;
    border-bottom: 1px solid #CACACA;
    background-color: #019839;
    box-shadow: inset -1px 1px 1px #f9f9f9;
    
}

.tbl_grid_montos td
{
    font-size: 11px;
}

.tbl_grid_montos tr th.sortAsc, .tbl_grid_montos tr th.sortDesc
{
    box-shadow: 0 0 6px #B2B2B2 inset;
}

.tbl_grid_montos tr th.sortAsc:after
{
    content: "\2193";
    left: 3px;
    top: -2px;
    position: relative;
}

.tbl_grid_montos tr th.sortDesc:after
{
    content: "\2191";
    left: 3px;
    top: -2px;
    position: relative;
}

.tbl_grid_montos tr td
{
    border-right: 1px solid #E9E9E9;
}

.tbl_grid_montos tr:hover
{
    background-image: none;
    background-color: #e4e8ed;
}

.ocultar{display:none;}
.mostrar{display:inline-block;}
.mostrar_td{display:table-cell;}


tr.important {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQALth982kMphYGAAAHFhCt3LzoDXAAAAAElFTkSuQmCC) repeat !important;
}

 tr.important td {
	border-top:1px solid #97c8e8 !important;
	border-bottom:1px solid #97c8e8  !important;

}

.alerta{
     text-align: left;
     color: Red;
     font-size: 12px;
     font-weight: bold;
}


