/*div.window {
	height: 100%;
}

div.window > div.z-window-content {
	height: 100%;
	padding:0px !important;
}

div.window > div.z-window-content > div.z-vlayout{
	height: 100%;
}*/

.sub {
	font-size: smaller;
	color: gray;
	font-size: 9px;
	text-align: center !important;
}

.z-window {
	overflow: hidden;
	zoom: 1;
	padding: 0px;
	background: #ffffff;
}

div.z-notification-info div.z-notification-content {
	height: 100%;
	text-align: justify;
	padding: 40px 16px 24px 56px;
	min-width:350px;
	max-width: 800px;
}

div.z-notification-warning div.z-notification-content {
	height: 100%;
	text-align: justify;
	padding: 30px 16px 24px 56px;
	min-width:350px;
	max-width: 800px;
}

div.z-notification-error div.z-notification-content {
	height: 100%;
	text-align: justify;
	padding: 30px 16px 24px 56px;
	min-width:350px;
	max-width: 650px;
	font-size: 11pt;
}

.z-notification-info .z-notification-close>.z-notification-icon,
.z-notification-warning .z-notification-close>.z-notification-icon,
.z-notification-error .z-notification-close>.z-notification-icon {
    color: red;
}

table {
	margin-bottom: 0px;
	border:none;
}

.z-listitem.z-listitem-disabled * {
	color: #000 !important;
	cursor: default !important;
}

.z-listitem a:hover {
	text-decoration: underline;
}

.a:link, a:visited, a:active {
	color: #0a0174;
	text-decoration: none;
}

.a:focus {
	outline: 0
}

.a:hover {
	text-decoration: underline
}

.z-label, .z-radio-content, .z-checkbox-content, .z-loading {
    font-size: 9pt;
}

/*.z-label {
	vertical-align: middle;
	font-weight: normal;
	font-size: 12px;
}*/

.z-caption-content {
	font-size: 16px;
	font-weight: bold;
	/*background: #fafafa;*/
	color: #000000
}

.z-groupbox>.z-groupbox-header .z-caption, .z-groupbox>.z-groupbox-header .z-groupbox-title
	{
	display: inline;
	width: auto;
	padding: 0 8px;
	line-height: 16px;
	/*background: #fafafa;*/
	position: relative;
	cursor: pointer;
}

.z-button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	width: auto;
	min-height: 28px;
	min-width: 48px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px 5px 10px;
	float: center;
	background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
	background: -moz-linear-gradient(top, #fefefe, #eeeeee);
	text-shadow: none;
	cursor: pointer;
	white-space: nowrap;
	-webkit-box-shadow: none;
}

/*.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
	color: #000;
}

.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
    color: #636363
}*/

.z-hlayout-inner {
	
}

.z-listbox-body table td {
	padding:5px;
}

.z-listheader-sort .z-listheader-sorticon {
    color: unset;
	-webkit-transform:none;
	transform: none;
    
}

.z-listheader-sort .z-listheader-sorticon {
    left: unset;
    right: -12px;
    top: 0px;
}

.z-listheader-sort .z-listheader-content:active {
    background: #49af35;
    color: #FFFFFF;
}

.z-listheader-content, .z-listcell-content, .z-listgroup-content,
.z-listgroupfoot-content, .z-listfooter-content {
	font-size: 9pt;
	padding:2px;
}

.z-listcell {
	font-size: 9pt;
	
}

th.z-listheader {
	border-left: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
}

.z-listbox-header table th {
    text-align: center;
	padding:5px;
}

.z-listheader-content {
    color: #000;
}

.z-listbox-header table th, .z-listbox-header table td {
    
}

th.z-listheader > div.z-listheader-content {
    font-weight: bold;
    font-size: 9pt;
	width: fit-content;
	overflow: visible;
	display: inline-block;	
}

.z-listheader-hover .z-listheader-content {
	color:#49af35;
}

.z-center-body {
	background: #fff;
}

.z-window-content {
	margin: 0;
	padding: 8px;
	background: #fff;
	color: #000000;
	padding: 10px 20px 15px 20px;
}

/*.z-window-close {
	font-size: 16px;
	line-height: 15px;
}*/

.z-toolbarbutton-over {
	background: #FFFFF;
	color: black;
}

.z-window-header {
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
	background: #004000;
	padding: 10px 0px 10px 15px;
	display: flex;
	align-items: center;
}

/*.z-window {
	background: none repeat scroll 0 0 #004000;
	overflow: hidden;
	padding: 4px;
}*/

.z-window-modal.z-window-shadow, .z-window-highlighted.z-window-shadow {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0px 1px 1px #FFFFFF, 0 0 10px
		rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 0px 1px 1px #FFFFFF, 0 0 10px
		rgba(0, 0, 0, 0.7);
	box-shadow: inset 0px 1px 1px #FFFFFF, 0 0 10px rgba(0, 0, 0, 0.7);
}

input, select, textarea, input:invalid, textarea:invalid {
	font-family: Helvetica, Arial;
	font-size: 13px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: -webkit-linear-gradient(top, #f5ffef5 0, #ffffff 100%);
	background: -moz-linear-gradient(top, #f5ffef5 0, #ffffff 100%);
}

input:invalid, textarea:invalid {
	background: 0
}

/*.z-combobox-input, .z-bandbox-input, .z-datebox-input, .z-timebox-input,
	.z-spinner-input, .z-doublespinner-input, .z-textbox, .z-decimalbox,
	.z-intbox, .z-longbox, .z-doublebox {
	background: -webkit-linear-gradient(top, #f5ffef5 0, #ffffff 100%);
	background: -moz-linear-gradient(top, #f5ffef5 0, #ffffff 100%);
	background: -o-linear-gradient(top, #f5ffef5 0, #ffffff 100%);
	background: -ms-linear-gradient(top, #f5ffef5 0, #ffffff 100%);
	background: linear-gradient(top, #f5ffef5 0, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ffef5',
		endColorstr='#ffffff', GradientType=1);
}*/

/*.z-timebox-input, .z-timebox-button, .z-timebox {
	font-size:9pt;
	height:24px;
}*/

/*.z-timebox-button {
	min-width:25px;
	width:25px;
}*/

/*.z-timebox-button>a {
    display: flex;
    height: 10px;
}*/

/*.z-timebox-button:hover>i {
	top:11px;
}*/

.z-datebox {
	height:24px;
}

.cellRecibida {
	background: #ffffff !important;
	color: #000;
}

.cellAclaracion, .cellError{
	background: #ff0000 !important;
	color: #000;
}

.cellProceso {
	background: #ffff00 !important;
	color: #000;
}

.cellPagada, .cellOk{
	background: #00ff00 !important;
	color: #000;
}

.cellEnviada {
	background: #0000FF !important;
	color: #000;
}

.z-textbox[readonly], .z-decimalbox[readonly], .z-intbox[readonly],
	.z-longbox[readonly], .z-doublebox[readonly] {
	border-color: #A7A7A7;
	background: #F0F0F0;
}

.z-menubar {
	display: block;
	border-top: 0px solid #cfcfcf;
	border-bottom: 0px solid #cfcfcf;
	padding: 3px 0;
	background: none;
	background: none;
	position: relative;
}

#main-nav li {
	
	background: url(../images/menu-dotted.png) no-repeat 0 0;
	margin: 0
}

/*#main-nav li a{
	padding:0px;
} */

#dragandrophandler {
	border: 2px dotted #00aaff;
	width: 400px;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	padding: 10px 10px 10 10px;
	margin-bottom: 10px;
	font-size: 150%;
}

#dragandrophandler2 {
	border: 2px dotted #00aaff;
	width: 400px;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	padding: 10px 10px 10 10px;
	margin-bottom: 10px;
	font-size: 150%;
}

.progressBar {
	width: 200px;
	height: 22px;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
	margin: 0px 10px 5px 5px;
	vertical-align: top;
}

.progressBar div {
	height: 100%;
	color: #fff;
	text-align: right;
	line-height: 22px;
	/* same as #progressBar height if we want text middle aligned */
	width: 0;
	background-color: #0ba1b5;
	border-radius: 3px;
}

.statusbar {
	border-top: 1px solid #A9CCD1;
	min-height: 25px;
	width: 700px;
	padding: 10px 10px 0px 10px;
	vertical-align: top;
}

.statusbar:nth-child(odd) {
	background: #EBEFF0;
}

.filename {
	display: inline-block;
	vertical-align: top;
	width: 250px;
}

.filesize {
	display: inline-block;
	vertical-align: top;
	color: #30693D;
	width: 100px;
	margin-left: 10px;
	margin-right: 5px;
}

.abort {
	background-color: #A8352F;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	color: #fff;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	padding: 4px 15px;
	cursor: pointer;
	vertical-align: top
}

/* -------------------- */

.z-combobox-input {
	height: 24px;
	font-size: 9pt;
	padding:5px;
}

.z-textbox, .z-decimalbox, .z-intbox, .z-longbox, .z-doublebox {
    font-size: 12px !important;
	height: 24px;
	border: 1px solid #cfcfcf !important;
    -webkit-border-radius: 3px !important;
	border-radius: 3px !important;
    margin: 0 !important;
    padding: 4px 5px 3px !important;
    line-height: 14px !important;
}

/*.z-combobox-button, .z-bandbox-button, .z-datebox-button, .z-spinner-button, .z-doublespinner-button {
    background: -webkit-linear-gradient(top, #006000 0, #00b000 100%);
    background: -moz-linear-gradient(top, #006000 0, #00b000 100%);
    background: -o-linear-gradient(top, #006000 0, #00b000 100%);
    background: -ms-linear-gradient(top, #006000 0, #00b000 100%);
    background: linear-gradient(top, #006000 0, #00b000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006000',
		endColorstr='#00b000', GradientType=1);
    font-size: 14px;
    color: #FFFFFF !important;
	padding: 4px;
	min-width: 24px;
	min-height: 24px;
	width:24px;
	height:24px;
}*/

span.z-timebox {
	 height: 24px;
}

span.z-timebox-button {
    height: 24px;
    width: 24px;
    min-width: 0px;
    background: #006000;
}

a.z-datebox-button {
	font-size: 11pt;
    height: 24px;
    width: 24px;
    min-width: 0px;
    background: #006000;
    padding: 0px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.z-combobox-button {
    padding: 0px;
    height: 24px;
    width: 24px;
    min-width: 0px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background:#006000;
}

.z-timebox-input {
	height:24px;
	font-size: 9pt;
}

.z-bandbox-input {
	height:24px;
	font-size:9pt;
	background: #FFF;
	padding: 0px 0px 0px 5px;
}

.z-bandbox-button {
	
	width: 24px;
    min-width: 0px;
	height:24px;
	min-height:0px;
	font-size: 12pt;
	padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
    background-color:#006000;
}

.z-bandbox-readonly .z-bandbox-button,
.z-combobox-readonly .z-combobox-button,
.z-datebox-readonly .z-datebox-button {
    color: #fff;
    background-color:#006000;
}

 
.z-timebox-input:focus,
.z-datebox-input:focus,
.z-bandbox-button:focus,
.z-bandbox-input:focus,
.z-combobox-input:focus {
	border-color: #00b000;
}

.z-timebox-button>a, .z-spinner-button>a, .z-doublespinner-button>a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 12pt;
    height: 10px;
}
 
.z-timebox-button>a:hover, .z-spinner-button>a:hover, .z-doublespinner-button>a:hover,
.z-datebox-button:hover,
.z-timebox-button:hover,
.z-combobox-button:hover,
.z-bandbox-button:hover{
	border-color: #006000;
    background: #00b000;
}

.z-button:hover,
.z-button:active,
.z-button:focus {
	border-color: #006000;
	color: #00b000;
}


.z-timebox-button:hover>i, .z-spinner-button:hover>i, .z-doublespinner-button:hover>i {
    width: 0px;
    height: 0px;
}

.z-timebox-active.z-timebox-icon, .z-timebox-active.z-timebox-icon:hover {
    color: #FFFFFF;
	border-color: #00b000;
    background: #006000;
}

.z-combobox-open .z-combobox-button, .z-bandbox-open .z-bandbox-button, .z-datebox-open .z-datebox-button {
    border-color: #00b000;
}

.z-datebox-input.z-datebox-hover, .z-datebox-input.z-datebox-hover+.z-datebox-button,
.z-timebox-input.z-timebox-hover, .z-timebox-input.z-timebox-hover+.z-timebox-button,
.z-bandbox-input.z-bandbox-hover, .z-bandbox-input.z-bandbox-hover+.z-bandbox-button {
    border-color: #00b000;
}


/*.z-combobox-button:active, .z-bandbox-button:active, .z-datebox-button:active, .z-timebox-button:active, .z-spinner-button:active, .z-doublespinner-button:active {
    border-color: #499eb3;
    background: -webkit-linear-gradient(top, #c3f5fe 0%, #86e2f9 100%);
    background: linear-gradient(to bottom, #c3f5fe 0%, #86e2f9 100%);
    -webkit-box-shadow: inset 1px 1px 1px #91AAB7;
    box-shadow: inset 1px 1px 1px #91AAB7;
}*/

/*.z-combobox-button:hover, .z-bandbox-button:hover, .z-datebox-button:hover, .z-timebox-button:hover, .z-spinner-button:hover, .z-doublespinner-button:hover {
    border-color: #8fb9d0;
    background: -webkit-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
    background: linear-gradient(to bottom, #f2f9fe 0%, #d6f0fd 100%);
}*/

.z-datebox-input {    
    padding: 4px 5px;
}

.z-a {
    font-size: 12px;
	color: -webkit-link;
}

.z-north-body, .z-south-body, .z-west-body, .z-center-body, .z-east-body {
    line-height: 14px;
	padding: 0px;
}

.z-menu-text, .z-menuitem-text {
    font-size: 12px;
	line-height: 16px;    
}

.z-toolbarbutton-content {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    padding: 0px 2px 2px 2px;
    line-height: 20px;
    vertical-align: middle;
    position: relative;
    text-shadow: 0 1px #fff;
    white-space: nowrap;
}

.z-menu-icon {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 7px;
}

.z-menu-content, .z-menuitem-content {
    background: none;
 }

.z-menupopup .z-menu-content, .z-menupopup .z-menuitem-content {
    background: none;
}

.z-menu-content i, .z-menuitem-content i {
    margin-right: 0px;
    vertical-align: middle;
}

.z-toolbarbutton {
    display: inline-block;
    height: 24px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 2px;
    padding: 1px 0;
    line-height: 14px;
    position: relative;
    cursor: pointer;
}

.z-toolbarbutton:hover {
    border-color: #8fb9d0;
    background: -webkit-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
    background: linear-gradient(to bottom, #f2f9fe 0%, #d6f0fd 100%);
}

.z-menu-content:active, .z-menuitem-content:active {
    border-color: #838383 #b6b6b6 #b6b6b6 #838383;
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
    -webkit-box-shadow: inset 1px 1px 1px rgba(210, 210, 210, 0.75);
    box-shadow: inset 1px 1px 1px rgba(210, 210, 210, 0.75);
}

.z-menu-selected>.z-menu-content {
    border-color: #838383 #b6b6b6 #b6b6b6 #838383;
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
    /* W3C */
    ; -webkit-box-shadow: inset 1px 1px 1px rgba(210, 210, 210, 0.75);
    box-shadow: inset 1px 1px 1px rgba(210, 210, 210, 0.75);
}

.z-menuitem-selected>.z-menuitem-content {
    border-color: #838383 #b6b6b6 #b6b6b6 #838383;
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
    /* W3C */
    ; -webkit-box-shadow: inset 1px 1px 1px rgba(210, 210, 210, 0.75);
    box-shadow: inset 1px 1px 1px rgba(210, 210, 210, 0.75);
}

.z-menupopup .z-menu-image, .z-menupopup .z-menuitem-image {
    min-width: 16px;
    min-height: 16px;
    margin-right: 9px;
}

.z-menupopup .z-menu-hover>.z-menu-content,.z-menupopup .z-menuitem-hover>.z-menuitem-content {
    color: rgba(0,0,0,0.57);
	background: #e4f5fe;
	border-color: #8fb9d0;
}

.z-menupopup {
    border: 1px solid #cfcfcf;
    padding: 3px;
    background: #fff;
    left: 0;
    top: 0;
    white-space: nowrap;
    z-index: 88000;
}

/*.z-listheader {
    border-left: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding: 0;
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
    background-clip: padding-box;
}*/

input[type="radio"] {
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	vertical-align: sub;
	margin: 0 8px 0px 8px;
}

/*input[type="radio"]:hover {
    border-color: #ccc;
}*/

/*input[type="radio"]:checked {
    border: none;
    outline: 1px solid #0093F9;	
}*/

input[type="radio"]:checked {
    border-color: #1B6D32;
}

input[type="radio"]:hover {
    border-color: #72CC3C;
}

input[type="radio"]:checked:before {
    background-color: #72CC3C;
}

input[type="radio"]:before {
    width: 8px;
    height: 8px;
}

/*.z-radio-content {
	font-size: 12px;
}*/


.z-listbox-odd >.z-listcell {
    background: transparent;
}

.z-listbox .z-listcell {
    background: transparent;
}

.z-listitem .z-listcell {
    border-left: 1px solid #fff;
}

.z-paging-input {
    font-size: 12px;
    color: #363636;
    height: 24px;
    border: 1px solid #cfcfcf;
    margin-left: 6px;
    padding: 3px 0;
    line-height: 20px;
    vertical-align: baseline;
	text-align: center;
}

.z-paging-text {
    font-size: 12px;
    color: #363636;
    margin-right: 12px;
}

.z-paging-info {
    font-size: 12px;
    color: #363636;
    padding: 4px 0;
    position: absolute;
    top: 10px;
    right: 10px;
}

.z-paging-button {
    font-family: Arial,Sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #2184ba;
    display: inline-block;
    min-width: 24px;
    height: 24px;
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 6px;
    padding: 4px 0;
    line-height: 14px;
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

.z-paging-button[disabled] {
    color: #aaa;
    opacity: .6;
    filter: alpha(opacity=60);
    
}

.z-paging ul>li {
    display: table-cell;
    vertical-align: middle;
}

/*.z-bandbox-input {
    height: 24px;
	padding: 4px 5px;
	font-size: 12px;
}*/

.z-button[disabled] {
    border-color: #a9a9a9;
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
	color: #000;
	height: 24px;
}
.z-datebox-input {
    font-size: 12px;
    height: 24px;
}


.z-listbox-emptybody-content {
	background: -webkit-linear-gradient(top, #d5d5d5 0, #e8e8e8 100%) !important;
    padding: 0px !important;
	text-align: center;
	font-size: 12px;
}

.z-combobox-popup, .z-bandbox-popup, .z-datebox-popup, .z-timebox-popup {
    font-size: 12px;
    color: rgba(0,0,0,0.9);
    padding: 2px;
	border: 1px solid #cfcfcf;
    
}

.z-slider-area {
    background-color: #0093F9;
	background: linear-gradient(to bottom, rgba(157, 157, 157, 0.5) 0%, rgba(130, 140, 149, 0.5) 13%, rgba(215, 215, 215, 0.5) 100%);
}

.z-slider-button {
	background: linear-gradient(to bottom, #FFFFFF 0%, #FEFEFE 50%, #EFEFEF 100%);
    background-color: transparent;
	border: 1px solid #cfcfcf;
}


.z-slider-scale.z-slider-horizontal {
    background-position: 0 -2px;
}

/*.z-button:active {
	color: #000;
    border-color: #499eb3;
    background: -webkit-linear-gradient(top, #c3f5fe 0%, #86e2f9 100%);
    background: linear-gradient(to bottom, #c3f5fe 0%, #86e2f9 100%);
}

.z-button:focus {
    color: #000;
    border-color: #00b9ff;
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
    -webkit-box-shadow: inset 0 0 2px #0CBCFF;
    box-shadow: inset 0 0 2px #0CBCFF;
}*/

/*.z-button:hover {
	color: #000;
    border-color: #8fb9d0;
    background: -webkit-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
    background: linear-gradient(to bottom, #f2f9fe 0%, #d6f0fd 100%);
}*/

.z-groupbox>.z-groupbox-header .z-caption, .z-groupbox>.z-groupbox-header .z-groupbox-title {
   padding: 0 6px;  
}

.z-listheader-checkable {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #8e8f8f;
    background: #fff;
    vertical-align: sub;
	/*color: #0f0f0f;*/
	font-size: 9pt;
	margin-right: 0px;
}

span.z-listitem-checkable {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 9pt;
    border: 1px solid #8e8f8f;
    background: #FFFFFF;
    vertical-align: sub;
    margin-right: 0px;
	color: #0f0f0f;
}

i.z-icon-check {
	/*margin:0px;*/
	width: 16px;
	height: 16px;
}

/*i.z-icon-check:hover {
    border-color: #49af35;
}

i.z-icon-check {
  border-color: #004000;
  background-color: #49af35;
}*/

i.z-icon-check:before {
    font-size: 9pt;
    position: absolute;
    color: #49af35;
    width: 16px;
    height: 16px;
    top: 1px;
    left: 1px;
	text-align:left;
}

.z-menupopup-separator {
    width: 2px;
    height: 100%;
    border-width: 3px 1px 3px 0;
    border-style: solid;
    border-color: #fff;
    background: #e0e0e0;
    position: absolute;
    top: 0;
    left: 31px;
    z-index: 10;
	display: inline-block;
}

.z-comboitem-selected {
    background: -webkit-linear-gradient(top, #e5f4fb 0%, #d3edfa 100%);
    background: linear-gradient(to bottom, #e5f4fb 0%, #d3edfa 100%);
}

.z-comboitem-selected .z-comboitem-text {
    color: #636363;
}

.z-listhead-bar {
  
	border-left: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.z-listbox-header {
	background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
}

/*.z-notification-error .z-notification-content {
    background: rgba(190,0,5,0.88);
	color:#fff;
}*/

/*.z-comboitem-text {
    line-height: 12px;
}*/

.z-comboitem {
    font-size: 9pt;
}

[class^="z-icon-"], [class*=" z-icon-"] {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.z-listhead-bar {
    display: none;
}

.z-treecell-content {
    font-size: 9pt;
}

/*.z-checkbox-content {
    font-size: 9pt;
	padding:0px;
}*/

span.z-checkbox {
	display: flex;
	align-items:center;
}

input[type="checkbox"] {
	margin:0px;
	width: 18px;
	height: 18px;
}

input[type="checkbox"]:hover {
    border-color: #49af35;
}

input[type="checkbox"]:checked {
  /* Add your desired styles here */
  border-color: #004000;
  background-color: #49af35; /* Example: Green background */
}

input[type="checkbox"]:checked:before {
    content: "\f00c";
    font-size: 9pt;
    position: absolute;
    margin: 2px 0px 0px 2px;
    font-weight: bolder;
}

/*input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    margin: 0 2px 2px;
	width:unset;
	height:unset;
}*/

.z-treecol-content {
    font-weight: bold;
	padding: 4px 5px 3px;
    position: relative;
	font-size: 12px;
	color: #636363;
	line-height: 24px;
	font-style: normal;	
}

.z-treecol {
    border-left: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding: 0;
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.z-treecols-bar {
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
    background-clip: padding-box;
    border-left: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.z-treecell-content {
    padding: 4px 2px;
    line-height: 14px;
	font-size: 12px;
	color: #636363;
}

.z-tree-icon {
    font-size: 14px;
    color: #636363;
    text-align: center;
    cursor: pointer;
}

.z-treerow .z-treecell {
    border-top: 0px;
    background:none;
	vertical-align: middle;
	border: 1px solid #fff;
}

.z-treerow.z-treerow-selected>.z-treecell {
    background: -webkit-linear-gradient(top, #e5f4fb 0%, #d3edfa 100%);
    /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #e5f4fb 0%, #d3edfa 100%);
    /* W3C */
    ;background-clip: padding-box;
    position: relative
}

.z-treerow.z-treerow-selected:hover>.z-treecell {
    background: -webkit-linear-gradient(top, #cfebf8 0%, #a5daf5 100%);
    /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #cfebf8 0%, #a5daf5 100%);
    /* W3C */
    ;}
	
.z-treerow.z-treerow-selected.z-treerow-focus:hover>.z-treecell {
    background: -webkit-linear-gradient(top, #e5f4fb 0%, #d3edfa 100%);
    /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #e5f4fb 0%, #d3edfa 100%);
    /* W3C */
    ;background-clip: padding-box;
}

.z-errorbox-content {
    font-family: Arial,Sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #900;
    width: 100%;
    border: 1px solid #900;
    padding: 5px 20px 5px 26px;
    background: #fee;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    cursor: move;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

.z-errorbox>.z-errorbox-icon {
    font-size: 14px;
    color: #900;
	top: 5px;   
}

.z-errorbox-pointer ~ .z-errorbox-close {
    top: 7px;
    right: 7px;
}

.z-errorbox-close {
    font-size: 10px;
    width: 12px;
    height: 12px;
    border: 1px solid transparent;
    padding: 0 1px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    opacity: .6;
    filter: alpha(opacity=60);
}

.z-errorbox {
    color: #900;
    width: 260px;
    position: absolute;
    top: 0;
    left: 0;
}

.z-errorbox-left {
    border-right-color: #900;
}

.z-toolbarbutton:focus {
    color: transparent;
    border-color: transparent;
    background-color: transparent;
}

.z-toolbarbutton:hover {
    border-color: #8fb9d0;
    background: -webkit-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
    background: linear-gradient(to bottom, #f2f9fe 0%, #d6f0fd 100%);
}

.z-window-icon:hover {
    color: red;
}

div.z-window-icons {
    display: inline-block;
    float: right;
	padding:2px;
	
}

button.z-window-icon {
	padding:0px;
	position:absolute;
	top: 2px;
	right:2px;	
}

.z-tabpanel {
    border: 1px solid #cfcfcf;
    border-top: 0;
    padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
    zoom: 1;
}

.z-tab {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    display: block;
    border: 1px solid #cfcfcf;
    border-width: 1px 1px 0 1px;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    position: relative;
    cursor: pointer;
    float: left;
}

.z-tab-selected .z-tab-text {
    cursor: default;
    font-weight: bold;
}

.z-tab-text {
    font-style: normal;
    color: #1E8910 !important;
    display: block;
    padding: 4px 12px 2px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z-tab {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    display: block;
    border: 1px solid #cfcfcf;
    border-width: 1px 1px 0 1px;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin: 0;
    padding-top: 1px;
    line-height: 30px;
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
    text-align: center;
    position: relative;
    cursor: pointer;
    float: left;
}

.z-tabs {
    border: 0;
    margin: 0;    
    line-height: 24px;
    overflow: hidden;
    position: relative;
	min-height:0px;
}

.z-tabs-content {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: 1px solid #cfcfcf;
    margin: 0;
    padding-left: 0;
    padding-top: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    zoom: 1;
    clear: both;
	min-height:0px;
}

.z-tabbox {
    position: relative;
    overflow: hidden;
    
	background: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.z-tabbox-top>.z-tabs .z-tab:first-child.z-tab-selected {
    -webkit-box-shadow: 1px 1px 0 #ffffff;
    box-shadow: 1px 1px 0 #ffffff;
}

.z-tab-selected {
    background: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background: #fff;
    -webkit-box-shadow: 0 1px 0 #FFFFFF;
    box-shadow: 0 1px 0 #FFFFFF;
}

.z-tab-selected .z-tab-button {
    color: #000;
}

.z-tab-button {
    font-size: 16px;
	top: unset;
}

.z-listitem.z-listitem-selected:hover>.z-listcell {
    border-color: #cfebf8;
    background: -webkit-linear-gradient(top, #cfebf8 0%, #a5daf5 100%);
    /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #cfebf8 0%, #a5daf5 100%);
    /* W3C */
    position: relative;
}

.z-listitem.z-listitem:hover>.z-listcell {
    border-color: #cfebf8;
    background: -webkit-linear-gradient(top, #cfebf8 0%, #a5daf5 100%);
    /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #cfebf8 0%, #a5daf5 100%);
    /* W3C */
    position: relative;
}

.z-loading-icon {
    width: 72px;
    height: 72px;
    background: transparent no-repeat center;
    background-image: url(/CodereDES/resources/images/loading.gif);
    background-size: contain;
    display: block;
    vertical-align: top;
    position: relative;
    left: 50%;
    margin-left: -36px;
    margin-bottom: 8px;
}

/*div.z-loading {
	top: 0px;
    	left: 0px;
    	width: 100%;
	height: 100%; 
    	background: #696969cf;    
	padding: 0px !important;
    	display: flex;
    	align-items: center;   
    	justify-content: center;
}*/

div.z-loading-indicator {
    background: transparent;
    width: 100%;
    padding: 0px;
    font-weight: bold;
}

.z-listitem.z-listitem-selected > .z-listcell {
    border-color: #e5f4fb;
    background: -webkit-linear-gradient(top, #e5f4fb 0%, #d3edfa 100%);
    background: linear-gradient(to bottom, #e5f4fb 0%, #d3edfa 100%);
    background-clip: padding-box;
    position: relative;
}

.z-a:hover {
    color: #4ba829;
}

.z-east-title, .z-west-title, .z-north-title, .z-south-title {
   color:transparent;
}


/*.z-notification-error .z-notification-icon {
    color: #ffffff !important;
}*/

/*.z-notification-error .z-notification-content::before {
    background-color: transparent;
}*/

.z-notification-icon.z-icon-times-circle {
    font-size: 24px;
}

.z-icon-angle-up:before {
    content: "\f0d8";
	color: #fff;
}

.z-icon-angle-down:before {
    content: "\f0d7";
    color: #fff;
}

.renglon_ceco_cta {
	padding:0px;
	padding-top:2px
}

.header_ceco_cta {
	padding:2px 0px 2px 0px; 
	text-align:center;
	background-color:#00ac00;
	border-bottom:1px solid #156130";
}

.box_ceco_cta {
	border-right:1px solid #156130;
	border-left:1px solid #156130;
	border-bottom:1px solid #156130;
	display:block;
}

div.panelCecoCta > div.z-panel-head > div.z-panel-header > div.z-panel-icons > button.z-panel-icon > i.z-icon-angle-up::before {
    content: "\f106";
	color: #000;
	font-size: 18px;
    font-weight: bold;
}

div.panelCecoCta > div.z-panel-head > div.z-panel-header > div.z-panel-icons > button.z-panel-icon > i.z-icon-angle-down::before {
    content: "\f107";
	color: #000;
	font-size: 18px;
    font-weight: bold;
}

div.panelCecoCta > div.z-panel-head > div.z-panel-header > div.z-panel-icons > button.z-panel-icon > i.z-icon-times::before {
	content: "\f00d";
	color: red;
	font-size:14px;			
}

div.z-window-icons > button.z-window-close > i.z-icon-times::before {
	color: red;
}

div.z-window-icons > button.z-window-close > i.z-window-icon::hover {
    color: red;
}

/*div.panelCecoCta > div.z-panel-head > div.z-panel-header > div.z-panel-icons > button.z-panel-icon > i.z-icon-caret-down::before {
	content: "\f0d7";
	color:#fff;
	font-size:18px;			
}

div.panelCecoCta > div.z-panel-head > div.z-panel-header > div.z-panel-icons > button.z-panel-icon > i.z-icon-caret-up::before{
	content:"\f0d8";
	color:#fff;
	font-size:18px;
} */

div.panelCecoCta > div.z-panel-head > div.z-panel-header > div.z-panel-icons > button.z-panel-icon {
	padding:0px;
}

/*div.z-notification-close  {
	font-size: 12px;
	width: 12px;
	height: 12px;
	padding: 0 2px;
	line-height: 11px;
	text-align: center;
	position: absolute;
	top: 8px;
	right: 20px;
	cursor: pointer;
}*/

div.adjuntos > div.z-listbox-body {
	max-height: 80px;
}

div.adjuntos > div.z-listbox-header {
  position:sticky;
  top:0;
  z-index:1;
}

div.panelchildrenCecoCta > div.z-listbox-body {
	max-height: 115px;
	min-width:350px; 
	font-size:8pt;
}

/*span.z-combobox > input[type="text"].z-combobox-input {
	width:calc(100% - 24px);
}*/

span.z-combobox {
	height:24px;
}

span.z-bandbox {
	height:24px;
}

/*.z-combobox-button {
	position: relative;
	vertical-align: bottom;
}*/

/*div.z-notification-error div.z-notification-content {
	min-width:500px;
	max-height:400px;
	overflow-y:scroll;
	font-size:8pt !important;
	overflow:auto !important;
}*/

div.center-header {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	height: 32px;
	border:0px;
	padding: 4px 4px 3px;
	line-height: 24px;
	background: -webkit-linear-gradient(top, #156130 0%, #00ac00 100%);
	background: linear-gradient(to bottom, #156130 0%, #00ac00 100%);
	overflow: hidden;
	cursor: default;
	white-space: nowrap;
}

div.panelCecoCta > div.z-panel-head {
	background: transparent;	
}

div.panelCecoCta > div.z-panel-head > div.z-panel-header {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #000;
	padding:2px 0px 0px 10px !important;
	height:30px;
	border: 1px solid #cfcfcf;
	background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
	border-radius: 4px 4px 0px 4px;
}

div.panelCecoCta > div.z-panel-body > div.z-panelchildren {
	padding: 2px 0px 0px 0px; 
}

div.cecoCtaColumn > div.z-vlayout-inner > div.z-hlayout > div.z-hlayout-inner {
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
	text-align:center;
	padding:2px;	
}

div.cecoCtaColumn > div.z-vlayout-inner > div.z-hlayout > div.z-hlayout-inner > span.z-label {
	font-size:9pt;
	font-weight:bold;				
}

div.cecoCtaColumn {
	border: 1px solid #cfcfcf;
	border-top:0px;
}

span.filterLabel9pt {
	font-size:9pt; 
	font-weight:bold;
}

div.flexLeftMiddle {
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: normal;
	align-items: center;
}

div.flexRightMiddle {
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: end;
	align-items: center;
}

div.flexLeftBottom {
	display: flex;
	height:100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: normal;
	align-items: end;
}

div.flexEndEnd {
	display: flex;
	height:100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: end;
	align-items: end;
}


div.flexEndCenter {
	display: flex;
	height:100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: end;
	align-items:center;
}

div.flexCenterCenter {
	display: flex;
	height:100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
}



div.flexLeftBandbox {
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: normal;
	align-items: center;
}

span.labelTop{
	font-size: 9pt;
    font-weight: bold;
    padding-left: 2px;
}

.z-tab-button+.z-tab-text {
    margin-right: 10px;
}

.z-tabbox-icon {
	padding:0px;
	padding-top: 6px;
	border-bottom: 1px solid #cfcfcf;
}

.z-tabbox-left-scroll{
	min-height:33px;
}

.z-tabbox-right-scroll {
	min-height:33px;
}

div.codereWindow > div.z-window-header  {
	color:#fff;
	font-weight:bold;
	font-size:16px;
	background: -webkit-linear-gradient(top, #72CC3C 10%, #1B6D32 100%);
	background: linear-gradient(to bottom, #72CC3C 10%, #1B6D32 100%);		
	display:flex;
	align-items:center;
	padding:5px 0px 5px 15px;
	height:40px;
}

div.codereWindow {
	border:1px #1B6D32 !important;
	padding:0px;			
}

div.codereWindow > div.z-window-header > div.z-window-icons > button.z-window-icon > i.z-icon-times {
	width:20px;
	height:20px;
}

div.codereWindow > div.z-window-header > div.z-window-icons > button.z-window-icon > i.z-icon-times::before {
	font-size:18px;
}

div.codereWindow > div.z-window-header > div.z-window-icons > button.z-window-icon {
    color: red;
    background: transparent;
    padding: 0px;
    border: 0px;
    position: absolute;
    right: 4px;
    top: 8px;
}

li.z-tab {
	padding:0px
}
