/**
	Copyright: Avalon Technologies (http://avalont.com/)
	Author: Angel Diaz (Desarrollador)
	Package: recaudo express
*/

@CHARSET "UTF-8";

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);

::selection,
::-moz-selection {
	background: #FBDE86;
	color: black;
}

html,
body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	font: 12px/16px 'helvetica neue', helvetica-neue, helvetica, arial, sans-serif;
}

#mainbody {
	overflow-y: scroll;
	background: whiteSmoke url('image/texture-01.gif') fixed;
}

iframe,
table,
img {
	padding: 0;
	margin: 0;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}

td, th {
	padding: 0;
	text-align: left;
}

h1, h2 {
	text-shadow: 1px 1px 1px white;
	margin: 0 0 20px 0;
	font-weight: 400;
}

h1 {
	font: 25px/28px 'Open Sans', sans-serif;
	letter-spacing: -1px;
	color: #000;
}

h2 {
	font: 17px/20px 'Open Sans', sans-serif;
	color: #575757;
}

.link-style,
a {
	text-decoration: none;
	color: #4589D3;
}

a:hover {
	text-decoration: underline;
}

form {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

input,
button,
textarea {
	margin: 0;
	resize: none;
	box-sizing: border-box;
}

label {
	cursor: pointer;
}

label em {
	color: red;
	padding: 0 1px;
	font-weight: bold;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: #EBC98A solid 3px;
	outline-offset: -1px;
	-moz-outline: #EBC98A solid 5px;
	-moz-outline-radius: 4px;
	-moz-outline-offset: 0;
}

#body_mask {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
}

#body_mask.waiting {
	cursor: wait;
}

#body_mask.moving {
	cursor: move;
}

#body_mask.inactive {
	display: none;
}

.body_mask-loading {
	opacity: 0;
	transition: opacity .5s ease-out;
	transition-delay: 3s;
	-webkit-transition-delay: 3s;
	background: #FFF url(image/loading-b.gif) no-repeat 50% 50%;
	width: 56px;
	height: 13px;
	margin: 0 auto;
	margin-top: 100px;
	box-shadow: 0 0 8px 5px #FFF;
	border-radius: 9px;
}

#body_mask.waiting .body_mask-loading {
	opacity: 1;
}

.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#body_wrapper {
	position: relative;
	z-index: 1;
	min-height: 500px;
	height: 100%;
	min-width: 970px;
	width: 100%;
}

#login-page #body_wrapper {
	min-height: 580px;
}

#login-page .workarea {
	z-index: 1;
}

#login-page .wide-banner {
	position: absolute;
	z-index: 0;
	width: 100%;
	background: transparent no-repeat center 0;
	display: none;
}

#login-page .banner-text {
	position: absolute;
	font-size: 27px;
	letter-spacing: -1px;
	line-height: 33px;
	opacity: 0;
	color: white;
	padding: 3px 12px;
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-transition: text-shadow .6s ease-out;
}

#login-page .banner-text.active {
	text-shadow: 1px 1px 3px #000;
}

#alert {
	position: absolute;
	top: 70px;
	width: 100%;
	text-align: center;
	z-index: 0;
}

#alert_inner {
	position: relative;
	display: -moz-inline-box !important;
	display: inline-block !important;
	border: solid 1px #F0C36D;
	background-color: #F9EDBE;
	padding: 10px 20px !important;
	border-radius: 3px;
	color: #9C4B00;
	line-height: 18px;
	font-size: 13px;
}

.alert-em {
	cursor: pointer;
}

.alert-close {
	background: #C2956B;
	color: #FFF;
	padding: 2px 10px;
	font-size: 11px;
	position: relative;
	margin: 6px 0 -21px 0;
	border-radius: 34px;
}

#header_wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

#header {
	height: 77px;
	background: url(image/app-logo.png) no-repeat 10px center;
}

.session_panel {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -24px;
	border: solid 1px transparent;
	border-radius: 4px;
	cursor: pointer;
}

.session_panel > a {
	display: block;
	position: relative;
	height: 32px;
	width: 205px;
	padding: 7px;
	background: url(image/dropdown-icon.png) no-repeat right center;
	border-radius: 3px;
	border: solid 1px transparent;
}

.session_panel > a:hover {
	border-color: #C6C6C6;
	background: url(image/dropdown-icon.png) no-repeat right center, -webkit-linear-gradient(top,#FDFDFD,#EEE) !important;
}

.session_panel.panel-active > a,
.session_panel > a:active {
	border-color: #C6C6C6;
	background: url(image/dropdown-icon.png) no-repeat right center, -webkit-linear-gradient(top,#EBEBEB,#EEE) !important;
	box-shadow: 0 3px 7px -5px #929292 inset;
}

.alter-link:hover,
.alter-link:active,
.panel-active > .alter-link {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#EEEEEE');
	background-image: linear-gradient(top,#FDFDFD,#EEE);
	background-image: -moz-linear-gradient(top,#FDFDFD,#EEE);
	background-image: -o-linear-gradient(top,#FDFDFD,#EEE);
	background-image: -webkit-linear-gradient(top,#FDFDFD,#EEE);
	border: solid 1px #C6C6C6 !important;
	border-color: rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.alter-link:active,
.panel-active > .alter-link {
	box-shadow: 0 3px 7px -5px #929292 inset;
	background: #F0F0F0;
}

.session_image {
	border-radius: 3px;
	overflow: hidden;
	background: white;
	width: 32px;
	height: 32px;
	float: left;
	box-shadow: 0 1px 3px #D8D8D8;
}

.session_image img {
	width: 32px;
	height: 32px;
}

.session_name {
	float: left;
	width: 150px;
	font-size: 11px;
	margin-left: 10px;
	color: gray;
}

.session_name em {
	font-style: normal;
	font-weight: bold;
	display: block;
	color: #000;
}

.panel {
	z-index: 999;
	cursor: default;
}

.panel_top_arrow,
.panel_bottom_arrow {
	background: transparent url(image/panel-arrow.png) no-repeat center top;
	width: 18px;
	height: 10px;
	margin: 0 auto -1px -9px;
	z-index: 1;
	position: relative;
}

.panel_bottom_arrow {
	background-position: center bottom;
	margin: -1px auto 0 auto;
}

.panel_left_arrow,
.panel_right_arrow {
	background: transparent url(image/panel-arrow.png) no-repeat left center;
	width: 10px;
	height: 18px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: -9px;
	margin-top: -9px;
}

.panel_right_arrow {
	background-position: right center;
	left:  auto;
	right: -9px;
}

div.form-textpanel,
.panel_inner {
	background: white;
	border: solid 1px silver;
	border-radius: 4px;
}

.panel-style {
	padding: 20px;
}

.panel-style-1,
.panel-style-2 {
	padding: 15px 20px;
	border: none;
	background: #FFF;
}

.panel-style-2 {
	background: #F9F9F9;
}

.panel-style-3,
.panel-style-5 {
	padding: 5px 20px;
	border-top: solid 1px rgba(0, 0, 0, .07);
	margin-top: 5px;
	background: #F9F9F9;
}

.panel-style-4 {
	padding: 5px 20px;
	border-bottom: solid 1px rgba(0, 0, 0, .07);
	background: #F9F9F9;
}

.panel-style-5 {
	padding: 20px;
}

.panel-style-6 {
	padding: 15px 0;
	background: #FFF;
}

.panel-style-menu {
	background: #fff;
	padding: 9px 0;
}

.toolbar {
	padding: 10px 20px;
	background: #F9F9F9;
}

.toolbar table.commands td {
	padding: 0 5px;
}

.toolbar table.commands td .v-line:after {
	border-right: solid 1px #FFF;
}

.session_menu_image {
	width: 128px;
	height: 128px;
	border-radius: 3px;
	box-shadow: 0 1px 3px #D8D8D8;
}

#session_menu {
	width: 420px;
}

#session_menu .session_menu_image {
	margin-right: 15px;
	float: left;
	position: relative;
	z-index: 11;
}

.alter-link,
a.button-link {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 3px;
	border: solid 1px transparent;
}

a.button-link {
	background-color: white;
	background-image: -webkit-linear-gradient(top,white,#FBFBFB);
	border: 1px solid #E0E0E0;
}

.alter-link {
	text-decoration: none !important;
}

a.button-link:hover {
	box-shadow: 0 1px 1px -1px #464646;
	border-color: #C5BCBC;
}

.alter-link .icl {
	margin-right: 6px;
	float: left;
}

.icl-links .alter-link {
	margin: 0 0 4px 35px;
}

.icl-links .icl {
	margin-top: 1px;
}

.icl-links .h-line {
	margin: 9px 0;
	overflow: hidden;
}

#mainmenu {
	border-radius: 5px;
	padding: 0 5px;
	margin-top: -14px;
	position: absolute;
	top: 50%;
	right: 262px;
}

.menu_item {
	float: left;
	position: relative;
}

#mainmenu > .menu_item > a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	display: block;
	padding: 5px 14px;
	background: transparent;
	color: #777;
	text-decoration: none;
	border: solid 1px transparent;
	text-shadow: 1px 1px 0 #FFF;
	transition: background-color .1s;
	-moz-transition: margin-top .1s;
	-webkit-transition: background-color .1s;
	-o-transition: margin-top .1s;
	-ms-transition: margin-top .1s;
}

#mainmenu > .menu_item > a.eqURL {
	color: #333;
	border-bottom: solid 3px #EBC98A;
}

.menu_item_dec,
.submenu_item_dec {
	width: 0;
	height: 0;
	border: solid 3px transparent;
	position: absolute;
	right: 11px;
	top: 50%;
}

.menu_item_dec {
	border-bottom: none;
	border-top-color: #777;
	margin: -1px auto 0;
}

#mainmenu > .menu_item > a > .menu_item_dec {
	position: absolute;
	left: 50%;
	top: 100%;
	margin: -5px 0 0 -3px;
}

.submenu_item_dec {
	border-right: none;
	border-left-color: #777;
	margin: -3px 5px 0 auto;
}

#mainmenu a {
	font-weight: normal;
	outline: none;
}

#content_wrapper {
	overflow: hidden;
	position: absolute;
	width: 100%;
}

#content {
	z-index: 0;
	height: 100%;
	overflow: visible;
	min-width: 970px;
	max-width: 1264px;
	width: 90%;
}

#footer_wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer {
	height: 26px;
	overflow: hidden;
	padding: 10px 0 0 0;
}

#help {
	z-index: 500;
	padding: 0;
}

#help .help-header {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	box-sizing: border-box;
	height: 35px;
}

#help-menu {
	position: absolute;
	top: 3px;
	left: 200px;
}

#help .help-workspace {
	width: 870px;
	background: white;
	border: solid 1px silver;
	border-style: none solid;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -430px;
	padding-top: 35px;
	box-sizing: border-box;
}

#help .help-logo {
	background: url(image/help-logo.png) no-repeat right center;
	position: absolute;
	top: 0;
	right: 40px;
	height: 35px;
	width: 100px;
}

a.dialog-close {
	position: absolute;
	background: transparent url(image/icon_32x32.png) no-repeat -1px -33px;
	top: 15px;
	right: 15px;
	height: 30px;
	width: 30px;
	text-indent: 40px;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 12%;
	display: block;
	outline: 0;
	opacity: .6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: opacity 300ms ease-out, background-color 300ms ease-out, -webkit-transform 300ms ease-out;
}

a.dialog-close:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotate(180deg);
}

.dialog-commands {
	position: absolute;
	top: 15px;
	right: 15px;
	white-space: nowrap;
}

.dialog-commands .dialog-command {
	position: static !important;
	float: right !important;
	margin-left: 4px;
	display: inline-block;
	height: 16px !important;
	outline: 0;
	opacity: .6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: opacity 300ms ease-out, background-color 300ms ease-out, -webkit-transform 300ms ease-out;
}

.dialog-commands .dialog-command:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.dialog-commands a.dialog-close {
	background-position: -1px -40px;
}

#helpframe {
	display: block;
	width: 100%;
	height: 100%;
}

#frm-recaudos-help {
	padding: 0 0 0 46px; background: url(image/help-icon.gif) no-repeat left top;
}

#frm-consultas-result-tabs.fixed {
	top: 107px;
	background: white;
}

#frm-consultas-result-tabs .gotop {
	float: right;
	margin: -20px -28px 0 0;
}

.workarea {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

.workpanel {
	max-width: 970px;
	margin: 0 auto;
}

.content_panel {
	background-color: white;
	border: solid 1px #CCC;
	border: solid 1px rgba(0, 0, 0, 0.3);
	outline: 0;
	position: absolute;
	top: 7px;
	bottom: 7px;
	left: 0;
	min-height: 10px;
	min-width: 10px;
	width: 100%;
}

.content_panel_inner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	overflow: auto;
}

.content_404 {
	background: #FFF url(image/404.jpg) no-repeat 50% 100%;
}

.content_503 {
	background: #FFF url(image/503.jpg) no-repeat 50% 100%;
}

.content_header {
	padding: 30px;
	background-image: -webkit-linear-gradient(top, #FBFBFB, rgba(251, 251, 251, 0));
}

.content_header h1 {
	margin: 0;
}

.dash-l {
	background: #FBFBFB;
	width: 300px;
	height: 100%;
	float: left;
	position: absolute;
	border-right: solid 1px #F1F1F1;
}

.dash-l .dec-shright {
	right: 0;
}

.dash-r {
	margin-left: 301px;
	position: relative;
}

.dash-header {
	background: #eee;
	padding: 10px 30px;
}

.dash-header-2 {
	background: #EBEBEB;
	padding: 13px 30px;
}

.dash-block {
	padding: 30px;
}

.smode-compact .dash-block {
	padding: 15px;
}

.stack-panel {
	display: block;
	margin: 0 auto;
	position: relative;
}

.stack-box {
	float: left;
	width: 270px;
	margin: 10px;
}

.metro-box-1,
.metro-box-2 {
	display: block;
	width: 262px;
	height: 128px;
	margin: 1px;
	border: solid 2px transparent;
}

.metro-box-2 {
	width: 128px;
}

a.metro-box-1:hover,
a.metro-box-2:hover {
	border-color: #EBC98A;
}

.stack-panel-style-2 .stack-box {
	width: 125px;
}

.ui-effects-transfer {
	border: solid 2px #F8C864;
	z-index: 9999;
}

.ui-datepicker,
.shadow-box {
	-webkit-box-shadow: 0 3px 14px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 14px rgba(0,0,0,0.2);
	box-shadow: 0 3px 14px rgba(0,0,0,0.2);
}

.shadow-box-up {
	-webkit-box-shadow: 0 -3px 14px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 -3px 14px rgba(0,0,0,0.2);
	box-shadow: 0 -3px 14px rgba(0,0,0,0.2);
}

.shadow-box-2 {
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 7px rgba(0,0,0,0.15);
	box-shadow: 0 2px 7px rgba(0,0,0,0.15);
}

.shadow-box-up-2 {
	-webkit-box-shadow: 0 -2px 7px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 -2px 7px rgba(0,0,0,0.15);
	box-shadow: 0 -2px 7px rgba(0,0,0,0.15);
}

.panel-scale {
	-webkit-transform: scale(.9, .9);
	-moz-transform: scale(.9, .9);
	-o-transform: scale(.9, .9);
	-ms-transform: scale(.9, .9);
	transform: scale(.9, .9);
}

.scroll-panel {
	overflow: auto !important;
}

.scroll-fixed {
	z-index: 2;
}

.form-notify {
	color: gray;
	background: white;
	position: relative;
	border: solid 1px white;
	border-bottom: dotted 1px rgba(0, 0, 0, .2);
	border-top: none;
	height: 38px;
}

.form-notify:after
.form-notify .row:after
.form-notify .cell-2:after {
	display:block;
	content:".";
	clear:both;
	height:0;
	overflow:hidden;
}

.form-notify .form-checkset {
	float: left;
	margin-top: -1px;
	overflow: hidden;
	height: 29px;
}

.form-notify .icon {
	height: 32px;
	width: 32px;
	float: left;
	margin: 3px 0 3px 3px;
}

.form-notify .row {
	margin: 0 140px 0 77px;
}

.form-notify .row-number {
	float: left;
	width: 22px;
	text-align: right;
}

.form-notify .cell {
	padding: 11px 8px 0 8px;
	white-space: nowrap;
	overflow: hidden;
}

.form-notify .cell-1 {
	color: #000;
}

.form-notify .cell-1,
.form-notify .cell-2 {
	width: 50%;
	float: left;
}

.form-notify .cell-3 {
	float: right;
	margin-right: 30px;
	width: 110px;
}

.form-notify .form-close {
	position: absolute;
	top: 9px;
	right: 5px;
	margin: 0;
}

.form-notify .form-close a {
	overflow: hidden;
	text-indent: 50px;
	display: block;
	background-position: center -70px;
	width: 20px;
	height: 20px;
	opacity: .3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}

.form-notify .form-close a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.form-notify-header {
	padding: 0 !important;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
	height: 28px !important;
}

.form-notify-header .cell {
	padding-top: 6px;
}

.grid-rowset-more .form-notify {
	height: 59px;
}

.grid-rowset-more .form-notify .icon {
	height: 53px;
	width: 53px;
}

.grid-rowset-more .form-notify .cell-1 .cell {
	font-size: 16px;
	line-height: 18px;
	padding-top: 10px;
}

.grid-rowset-more .form-notify .cell-2 .cell {
	text-align: left !important;
	padding-top: 5px;
}

.grid-rowset-more .form-notify .cell-3 {
	font-size: 15px;
	width: 150px;
	height: 48px;
	padding-top: 11px;
}

#frm-notify-list {
	padding-bottom: 3px;
	margin: 0 1px 0 2px;
}

.form-colset .form-field {
	margin-bottom: 8px;
}

.form-colset-1 .form-field {
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

.form-colset-2 .form-field {
	width: 50%;
	margin-bottom: 8px;
	float: left;
}

.form-colset-4 .form-field {
	width: 25%;
	margin-bottom: 8px;
	float: left;
}

.form-colset-5 .form-field {
	width: 20%;
	margin-bottom: 8px;
	float: left;
}

.list-item {
	padding: 4px;
	cursor: pointer;
	border-bottom: solid 1px #F1F1F1;
	display: block;
}

tr.list-item td {
	padding: 4px;
}

.list-item .icon {
	width: 48px;
	height: 48px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}

.list-item .title {
	color: #4589D3;
	font-weight: bold;
	margin-right: 4px;
}

.panel-active .list-item-single,
.list-item-hover {
	background: #F7F7F7;
}

.list-style-1 .list-item {
	padding: 10px;
	border: none;
	border: solid 1px transparent;
}

.list-style-2 a {
	color: #777;
	text-decoration: none;
}

.list-style-2 .list-item {
	padding: 6px 20px 6px 36px;
	border: none;
}

.list-style-2 .list-item .icl {
	margin-left: -22px;
	float: left;
}

.list-style-2 .list-item-hover {
	color: #333;
}

.panel-active.list-style-1 .list-item-single,
.panel-active .list-style-1 .list-item-single,
.list-style-1 .panel-active .list-item-single,
.list-style-1 .list-item-hover {
	box-shadow: 0 2px 3px -2px #858585 !important;
	border-radius: 2px;
}

.form-style {
	background: #F9F9F9 url(image/texture-02.png);
}

.search,
.form-style-1 {
	border: solid 1px rgba(0,0,0,.07);
	border-bottom-color: #D6D6D6;
	padding: 10px;
	background: #F9F9F9;
	box-shadow: 0 5px 2px -4px #E4E4E4;
	border-radius: 3px;
}

.form-style-2 {
	background: #F9F9F9;
	border: solid 1px silver;
	padding: 30px;
	border-radius: 2px;
}

.form-style-3,
.form-style-4,
.form-style-5,
.list-style-1 .panel-active .list-item-single,
.panel-active.list-style-1 .list-item-single,
.panel-active .list-style-1 .list-item-single,
.list-style-1 .list-item-hover {
	border: solid 1px rgba(0,0,0,.07);
	border-left: solid 1px white;
	border-bottom: solid 1px white;
	padding: 10px;
	background-color: #F9F9F9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F7F7F7');
	background-image: -webkit-linear-gradient(top,white,#F7F7F7);
	background-image: -moz-linear-gradient(top,white,#F7F7F7);
	background-image: -ms-linear-gradient(top,white,#F7F7F7);
	background-image: -o-linear-gradient(top,white,#F7F7F7);
	background-image: linear-gradient(top,white,#F7F7F7);
	box-shadow: 0 1px 2px -1px silver;
}

.list-style-2 .list-item-hover {
	background: #F0F0F0;
}

.form-style-4 {
	border-right: solid 1px white;
}

.list-style-1 .panel-active .list-item-single,
.panel-active.list-style-1 .list-item-single,
.panel-active .list-style-1 .list-item-single,
.list-style-1 .list-item-hover,
.form-style-5 {
	border-left-color: rgba(0,0,0,.07);
}

.form-tips,
.hili,
.hili-2 {
	margin: 10px 10px 0 10px;
	color: #777;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6B2', endColorstr='#FFE898');
	background-image: linear-gradient(bottom, #FFE898 0%, #FFF6B2 79%);
	background-image: -o-linear-gradient(bottom, #FFE898 0%, #FFF6B2 79%);
	background-image: -moz-linear-gradient(bottom, #FFE898 0%, #FFF6B2 79%);
	background-image: -webkit-linear-gradient(bottom, #FFE898 0%, #FFF6B2 79%);
	background-image: -ms-linear-gradient(bottom, #FFE898 0%, #FFF6B2 79%);
	border: solid 1px #ffdb66;
	box-shadow: 0 2px 3px -2px gray;
	border-radius: 4px;
	padding: 5px 8px;
}

.text-style-1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #555;
	text-shadow: 1px 1px 1px white
}

.hili,
.hili-2,
.hili-3 {
	margin: 0;
	padding: 1px 6px;
}

.hili-2 {
	background: white;
	border: solid 1px #E6E6E6;
}

.hili-3 {
	background-image: linear-gradient(bottom, #D8D8D8 0%, #E6E6E6 79%);
	background-image: -o-linear-gradient(bottom, #D8D8D8 0%, #E6E6E6 79%);
	background-image: -moz-linear-gradient(bottom, #D8D8D8 0%, #E6E6E6 79%);
	background-image: -webkit-linear-gradient(bottom, #D8D8D8 0%, #E6E6E6 79%);
	background-image: -ms-linear-gradient(bottom, #D8D8D8 0%, #E6E6E6 79%);
	border: solid 1px #C9C9C9;
}

.form-tips .em {
	margin: 14px 0 0 0;
	font-size: 18px;
}

.form-abs {
	margin: 10px 10px 0 10px;
	color: #777;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6B2', endColorstr='#FFE898');
	background: #fff;
	padding: 5px 8px;
	border-radius: 2px;
}

.form-dialog {
	background: url(image/bg-dialog-1.png) repeat;
	z-index: 20;
	position: absolute;
	top: 0;
	width: 100%;
	min-height: 100%;
}

.content_panel_inner .form-dialog {
	padding-bottom: 20px;
}

.form-field label,
.grid .table-header td,
.grid .table-header th,
.form-textpanel label,
.form-label {
	font-size: 10px;
	color: gray;
	text-transform: uppercase;
	font-weight: bold;
}

.grid .table-header td,
.grid .table-header th {
	background: #eee;
}

.grid .table-header-top td,
.grid .table-header-top th {
	background: #E2E2E2;
	text-transform: uppercase;
}

.grid .table-summary td,
.grid .table-summary th {
	font-weight: bold;
	background: #fff;
	background: rgba(255, 255, 255, 0.96);
	border-top: solid 3px #DBDBDB;
}

.grid .table-summary-grand td,
.grid .table-summary-grand th {
	background: #EEE;
	font-weight: bold;
	padding: 10px 8px;
}

.form-field label,
.form-textpanel label {
	margin: 0 11px 2px 11px;
	display: block;
}

.form-field-control {
	position: relative;
	margin: 0 4px;
}

.form-radio {
	float: left;
}

.form-textbox,
.form-combobox {
	line-height: 18px;
	height: 28px;
	box-shadow: 0 1px 4px #E0E0E0 inset;
}

a.form-check {
	padding: 5px;
	border: solid 1px transparent;
	cursor: pointer;
	display: block;
}

a.form-check-active {
	box-shadow: 0px 1px 3px -1px silver inset;
	background-color: #EEE;
	background-image: -webkit-linear-gradient(top,#F8F8F8,#E0E0E0);
	border-color: #E7E7E7;
}

.form-check-style-1 a.form-check {
	opacity: .4;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

.form-check-style-1 a.form-check-active {
	opacity: 1;
}

input.form-check,
input.form-radio {
	display: block !important;
	margin: 1px 7px 1px 0;
}

.ui-datepicker button,
.form-textbox,
.form-combobox,
.form-button,
.form-buttonflat {
	border: solid 1px silver;
	border-top-color: #ADADAD;
	padding: 5px;
	display: block;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: white;
	border-radius: 2px;
}

.menu_item > .form-button,
.menu_item > .form-buttonflat,
.menu_item > .alter-link {
	padding-right: 22px !important;
}

.form-buttonflat {
	border-color: transparent;
	background-color: transparent;
}

.form-button .icl,
.form-buttonflat .icl {
	margin: 0 6px 0 -3px;
	float: left;
}

.form-textpanel {
	padding: 0 !important;
	border: solid 1px #E6E6E6 !important;
	border-bottom-color: #CFCFCF !important;
	box-shadow: 0 4px 2px -4px #C5C5C5;
}

.form-textpanel .grid {
	margin-top: -1px;
}

.form-textpanel tr {
	border-top: solid 1px #E6E6E6;
}

.form-textpanel label {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.form-textpanel .form-textbox {
	border: 0 !important;
	box-shadow: none;
}

.form-buttonset {
	display: inline-block !important;
	padding-left: 1px;
	white-space: nowrap;
}

.form-buttonset a.form-check,
.form-buttonset .form-button {
	float: left;
	display: block;
	width: auto !important;
	margin-left: -1px;
	position: relative;
}

.form-buttonset .form-check:hover,
.form-buttonset .form-button:hover {
	z-index: 1;
}

.form-readonly {
	background: white url(image/padlock-icon.png) no-repeat right center;
	padding-right: 20px;
}

.form-cleanable {
	padding-right: 31px;
}

.form-cleanable-command {
	height: 24px;
	width: 24px;
	display: block;
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
	background: url(image/icon_32x32.png) no-repeat -4px -36px;
	opacity: .4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: opacity .5s ease-out;
}

.form-cleanable-command:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.ui-datepicker button,
.form-button,
.form-buttonflat {
	padding: 5px 15px;
}

select {
	border: solid 1px silver;
	border-radius: 3px;
}

.form-combobox {
	padding: 0 0 0 2px;
}

.ui-datepicker button,
.form-button {
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#EBEBEB');
	background-image: linear-gradient(top,#F7F7F7,#EBEBEB);
	background-image: -moz-linear-gradient(top,#F7F7F7,#EBEBEB);
	background-image: -o-linear-gradient(top,#F7F7F7,#EBEBEB);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F7F7F7),to(#EBEBEB));
	background-image: -webkit-linear-gradient(top,#F7F7F7,#EBEBEB);
	cursor: pointer;
}

.ui-datepicker button:hover,
.form-button:hover,
.form-buttonflat:hover {
	box-shadow: 0 1px 2px -1px #555;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3', endColorstr='#E4E4E4');
	background-image: linear-gradient(top,#F3F3F3,#E4E4E4);
	background-image: -moz-linear-gradient(top,#F3F3F3,#E4E4E4);
	background-image: -o-linear-gradient(top,#F3F3F3,#E4E4E4);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F3F3F3),to(#E4E4E4));
	background-image: -webkit-linear-gradient(top,#F3F3F3,#E4E4E4);
	border-color: gray;
	text-decoration: none;
}

.ui-datepicker button:active,
.form-button:active,
.form-buttonflat:active,
.panel-active > .form-button,
.panel-active > .form-buttonflat {
	box-shadow: 0 3px 7px -5px #555 inset;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#E4E4E4');
	background-image: linear-gradient(top,#E6E6E6,#E4E4E4);
	background-image: -moz-linear-gradient(top,#E6E6E6,#E4E4E4);
	background-image: -o-linear-gradient(top,#E6E6E6,#E4E4E4);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#E6E6E6),to(#E4E4E4));
	background-image: -webkit-linear-gradient(top,#E6E6E6,#E4E4E4);
}

.form-buttonflat:active,
.panel-active > .form-buttonflat {
	border: solid 1px #C0C0C0;
	border-top-color: #ADADAD;
}

.form-button-accept {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4D8', endColorstr='#FFE1A8');
	background-image: linear-gradient(top,#FFF4D8,#FFE1A8);
	background-image: -webkit-linear-gradient(top,#FFF4D8,#FFE1A8);
	border: solid 1px #D8BF8F;
	color: #303030 !important;
}

.form-button-accept:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFC7', endColorstr='#FDD995');
	background-image: linear-gradient(top,#FFEFC7,#FDD995);
	background-image: -webkit-linear-gradient(top,#FFEFC7,#FDD995);
	border-color: #A27879;
}

.form-button-cancel {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DADADA', endColorstr='#C0C0C0');
	background-image: linear-gradient(top,#DADADA,#c0c0c0);
	background-image: -moz-linear-gradient(top,#DADADA,#c0c0c0);
	background-image: -o-linear-gradient(top,#DADADA,#c0c0c0);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#DADADA),to(#c0c0c0));
	background-image: -webkit-linear-gradient(top,#DADADA,#c0c0c0);
}

.form-button-cancel:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2E2E2', endColorstr='#B2B2B2');
	background-image: linear-gradient(top,#E2E2E2,#B2B2B2);
	background-image: -moz-linear-gradient(top,#E2E2E2,#B2B2B2);
	background-image: -o-linear-gradient(top,#E2E2E2,#B2B2B2);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#E2E2E2),to(#B2B2B2));
	background-image: -webkit-linear-gradient(top,#E2E2E2,#B2B2B2);
}

.form-button-remove {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BC797C', endColorstr='#985F61');
	background-image: linear-gradient(top,#BC797C,#985F61);
	background-image: -moz-linear-gradient(top,#BC797C,#985F61);
	background-image: -o-linear-gradient(top,#BC797C,#985F61);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#BC797C),to(#985F61));
	background-image: -webkit-linear-gradient(top,#BC797C,#985F61);
	color: #F4ECEC;
	font-weight: bold;
	border-color: #985F61;
}

.form-button-remove:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C18487', endColorstr='#905354');
	background-image: linear-gradient(top,#C18487,#905354);
	background-image: -moz-linear-gradient(top,#C18487,#905354);
	background-image: -o-linear-gradient(top,#C18487,#905354);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#C18487),to(#905354));
	background-image: -webkit-linear-gradient(top,#C18487,#905354);
	border-color: #5C2E2F;
}

.form-lcd .form-textbox,
.form-lcd .form-button {
	font-size: 32px;
	letter-spacing: -1px;
	height: 49px;
}
.form-lcd .form-button {
	overflow: hidden;
}

.form-lcd-2 .form-textbox {
	font-size: 23px !important;
	letter-spacing: -1px;
	height: auto !important;
}

.form-required-signal {
	z-index: 9999;
	height: 32px;
	width: 2px;
	position: absolute;
	top: 0;
	left: 0;
	padding-right: 4px;
}

.form-required-signal-inner {
	background: transparent url(image/required-signal.png);
	height: 32px;
	width: 32px;
	float: right;
}

.search {
	overflow: hidden;
	padding: 0;
	display: block;
	margin: 0 auto;
	position: relative;
}

.progress {
	position: relative;
	clear: both;
}

.progress-caption {
	float: left;
	text-align: right;
	width: 58px;
}

.progress-bar {
	position: relative;
	background-color: #FFF;
	margin-left: 65px;
	top: 3px;
}

.progress-bar-inner {
	height: 10px;
	background: #8FBE8D;
}

.ui-helper-clearfix {
	zoom: 1;
}

.ui-widget-content {
	border: 1px solid silver;
	background: white;
	border-radius: 3px;
}

.ui-widget-content .ui-widget-content {
	border: none;
}

.ui-datepicker a {
	cursor: pointer !important;
}

.ui-datepicker {
	width: 17em;
	padding: 20px 14px;
	display: none;
	margin: 10px 0;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin-top: -3px;
	overflow: hidden;
	background: url(image/panel-left-right-arrow.png) no-repeat center -20px;
	text-indent: 40px;
	opacity: .5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.ui-datepicker-next {
	float: right;
	background-position: center 5px;
}

.ui-datepicker-title {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.ui-datepicker-title select {
	margin: 0 4px;
}

.ui-datepicker-calendar {
	width: 100%;
	margin-top: 9px;
}

.ui-datepicker-calendar th {
	text-align: center;
	color: gray;
	text-transform: uppercase;
	font-size: 10px;
}

.ui-datepicker-calendar td a {
	text-align: right;
	display: block;
	padding: 5px 7px 2px 0;
	color: #000;
	text-decoration: none;
	border: solid 1px #fff;
}

td.ui-datepicker-week-end a {
	color: #aaa;
}

td.ui-datepicker-today a {
	font-weight: bold;
}

.ui-datepicker-buttonpane {
	text-align: center;
	margin-top: 7px;
}

.ui-datepicker-calendar .ui-state-hover {
	background: #eee;
}

.ui-datepicker-calendar .ui-state-active {
	font-weight: bold;
	border-color: #E9D1A4;
}

.ui-state-hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.ui-datepicker button {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
	width: auto;
	margin: 0 4px;
}

.grid {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.grid-loader-scroll {
	background: #EBEBEB url(image/loading-b.gif) no-repeat 50% 50%;
	padding: 20px;
	text-align: center;
}

.grid-column-divider {
	position: absolute;
	top: 0;
	height: 100%;
	width: 4px;
	margin-left: -2px;
	background: #858585;
}

table.grid-fixed {
	table-layout: fixed;
}

table.grid-lines-y col {
	border: solid 1px #DBDBDB;
}

table.grid-lines-x tr {
	border: 1px #EBEBEB;
	border-style: solid none;
}

table.grid col.move-0 {
	border-right: solid 4px #8A8A8A;
}

table.grid col.move-1 {
	border-left: solid 4px #8A8A8A;
}

.grid-header-selector {
	width: 32px;
}

.grid tr th {
	background: white;
	font-weight: bold;
}

.grid td,
.grid th {
	padding: 5px 8px;
	background: #fff;
	background: rgba(256, 256, 256, 0.96);
	box-sizing: border-box;
}

.grid tr.row-odd td {
	background: #F7F7F7;
	background: rgba(247, 247, 247, 0.96);
}

.grid tr.row-active td {
	background: #F8E7C6;
}

.grid tr.row-active.row-odd td {
	background: #F5DEB3;
}

.grid tr.row-over td {
	background: #C2C1BE !important;
	color: #FFF !important;
	cursor: pointer;
}

.grid tr.row-over td.column-checked {
	background: #A5CEA5 !important;
}

.grid tr.row-editor td {
	background: #FFF;
	
}

.grid td.row-editor-command {
	width: 70px;
}

.grid tr.row-editor .row-editor-field {
	padding: 2px 3px;
	border: dotted 1px #C0C0C0;
}

.grid .row-editor.row-active {
	border-top: solid 1px #D5D5D5;
}

.grid .row-editor.row-editor-command {
	border-bottom: solid 1px #D5D5D5;
}

.grid tr.row-editor-command input {
	width: auto !important;
	display: inline;
	margin: 0 3px;
}

.column-id {
	color: #A85800;
}

.table-column-active {
	background: black;
}

.table-header-sortable {
	padding-right: 17px !important;
	position: relative;
}

.table-header-sort-asc,
.table-header-sort-desc {
	background: #D6D6D6 !important;
	color: #000 !important;
}

.table-header-sortable .table-header-sort-glip,
.table-header-sort-asc .table-header-sort-glip,
.table-header-sort-desc .table-header-sort-glip {
	height: 0;
	width: 0;
	border: solid 4px transparent;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -3px 5px 0 0;
}

.table-header-sortable .table-header-sort-glip {
	border-width: 4px 5px 4px 0;
	border-right-color: #D6D6D6;
}

.table-header-sort-asc .table-header-sort-glip {
	border-width: 0 4px 7px 4px;
	border-color: transparent;
	border-bottom-color: black;
}

.table-header-sort-desc .table-header-sort-glip {
	border-width: 7px 4px 0 4px;
	border-color: transparent;
	border-top-color: black;
}

.table-header-sortable {
	cursor: pointer;
}

.grid-rowset-less {
	
}

.grid-rowset-more {
	
}

.tab-items {
	position: relative;
	padding: 9px 0 0 0;
	height: 25px;
	border-top: none;
	border-bottom-color: #D5D5D5;
}

.tab-slider {
	overflow: hidden;
	margin: -3px 40px 0 40px;
	height: 31px;
	padding-left: 1px;
}

.tab-prev,
.tab-next {
	width: 40px;
	height: 29px;
	margin-top: -2px;
}

.tab-prev {
	float: left;
}

.tab-next {
	float: right;
}

.tab-item {
	margin: 3px 0 0 -1px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	overflow: hidden;
	border: solid 1px #DBDBDB;
	border-left: solid 1px rgba(0, 0, 0, .07);
	border-right: solid 1px rgba(0, 0, 0, .07);
	border-bottom: none;
	float: left;
	background: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#FFFFFF');
	background-image: linear-gradient(bottom, #FFFFFF 0%, #eee 79%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #eee 79%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #eee 79%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #eee 79%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #eee 79%);
}

.tab-item .tab-item-link {
	display: block;
	padding: 4px 6px 4px 10px;
	color: gray !important;
	float: left;
}

.tab-item .tab-item-close {
	display: block;
	width: 20px;
	height: 16px;
	overflow: hidden;
	text-indent: 100px;
	float: left;
	background-position: center -73px;
	margin: 4px 4px 0 0;
	opacity: .2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
}

.tab-item-selected {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #fff;
	position: relative;
	padding: 3px 0;
	z-index: 11;
	border-color: #D5D5D5;
	margin-top: 0;
}

.tab-item-selected .tab-item-link {
	text-decoration: none;
	color: black !important;
}

.tab-item-close:hover {
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.panel-suggestions .field-active .list-item {
	background: #F5DEB3;
}

.panel-suggestions-empty .panel-suggestions-ifresult,
.panel-suggestions-result .panel-suggestions-ifempty {
	display: none;
}

.rollover-panel {
	position: absolute;
	height: 100%;
	width: 100%;
}

table.rollover-panel {
	table-layout: fixed;
}

.rollover-panel-label {
	padding: 0 3px;
	background: #FFF;
	line-height: 20px;
}

.icl {
	background: transparent url(image/icon_16x16.png) no-repeat 0 16px;
	width: 16px;
	height: 16px;
	display: block;
}

.icl-view {
	background: transparent url(image/view.png) no-repeat 0px;
	width: 16px;
	height: 16px;
	display: block;
}

.icl-attachment {
	background: transparent url(image/attachment.png) no-repeat 0px;
	width: 16px;
	height: 16px;
	display: block;
}

.icl-help {
	background-position: 0 0;
}

.icl-verified {
	background-position: 0 -16px;
}

.icl-dinamic {
	background-position: 0 -32px;
}

.icl-sumary {
	background-position: 0 -48px;
}

.icl-config {
	background-position: 0 -64px;
}

.icl-design {
	background-position: 0 -80px;
}

.icl-entity {
	background-position: 0 -96px;
}

.icl-user {
	background-position: 0 -112px;
}

.icl-delete {
	background-position: 0 -128px;
}

.icl-update {
	background-position: 0 -144px;
}

.icl-add {
	background-position: 0 -160px;
}

.icl-edit {
	background-position: 0 -176px;
}

.icl-print {
	background-position: 0 -192px;
}

.icl-verified2 {
	background-position: 0 -208px;
}

.icl-equis {
	background-position: -16px 0;
}

.icl-power {
	background-position: -16px -16px;
}

.icl-config2 {
	background-position: -16px -32px;
}

.icl-report {
	background-position: -16px -48px;
}

.icl-locked {
	background: url(image/padlock-icon.png) no-repeat 0 0;
}

.icl-chan-pass {
	background: url(image/change-pass.png) no-repeat 0 0;
}

.icl-check {
	background: url(image/check-icon.png) no-repeat 50% 50%;
}

.icl32 {
	background: transparent url(image/icon_32x32.png) no-repeat left top;
	width: 32px;
	height: 32px;
	display: block;
	-webkit-transition: opacity .5s ease-out;
}

.icl32-calc {
	background-position: 0 0;
}

.icl32-equis {
	background-position: 0 -32px;
}

.icl32-minus {
	background-position: center -64px;
}

.icl32-plus {
	background-position: center -96px;
}

.icl32-moneyhand {
	background-position: 0 -128px;
}

.icl32-handright {
	background-position: 0 -160px;
}

.icl32-checks {
	background-position: 0 -192px;
}

.icl-links .icl,
.icl-links .icl32 {
	float: left;
}

.select-delete {
	color: #B1341D !important;
	background: #FFE9E5 !important;
}

.star-icon-on,
.star-icon-off,
.star-icon-g {
	background: transparent url(image/star-icon.png) no-repeat left top;
	width: 16px;
	height: 16px;
}

.star-icon-off {
	background-position: left -16px;
}

.star-icon-g {
	background-position: left -32px;
}

.rowsize-icon-more,
.rowsize-icon-less {
	width: 18px;
	height: 18px;
	background: url(image/rowsize-icon.gif) no-repeat bottom left;
	display: block;
}

.rowsize-icon-less {
	background-position: top left;
}

.color-transition {
	transition: background-color 1s, color 1s, border-color 1s;
	-moz-transition: background-color 1s, color 1s, border-color 1s;
	-webkit-transition: background-color 1s, color 1s, border-color 1s;
	-o-transition: background-color 1s, color 1s, border-color 1s;
	-ms-transition: background-color 1s, color 1s, border-color 1s;
}

.pos-transition {
	transition: top 1s, left 1s, bottom 1s, right 1s;
	-moz-transition: top 1s, left 1s, bottom 1s, right 1s;
	-webkit-transition: top 1s, left 1s, bottom 1s, right 1s;
	-o-transition: top 1s, left 1s, bottom 1s, right 1s;
	-ms-transition: top 1s, left 1s, bottom 1s, right 1s;
}

.size-transition {
	transition: width 1s, height 1s;
	-moz-transition: width 1s, height 1s;
	-webkit-transition: width 1s, height 1s;
	-o-transition: width 1s, height 1s;
	-ms-transition: width 1s, height 1s;
}

.no-transition {
	-webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
}

.url-map {
	float: right;
	color: silver;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.url-map * {
	float: left;
	display: block;
}

.url-map span {
	padding: 0 7px;
}

.dec-shtop {
	background-color: transparent;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), transparent);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .1), transparent);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .1), transparent);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .1), transparent);
	background-image: linear-gradient(top, rgba(0, 0, 0, .1), transparent);
	height: 5px;
	position: absolute;
	width: 100%;
	z-index: 10;
	margin-top: -1px;
}

.dec-shright  {
	background-color: transparent;
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .1), transparent);
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .1), transparent);
	background-image: -ms-linear-gradient(right, rgba(0, 0, 0, .1), transparent);
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .1), transparent);
	background-image: linear-gradient(right, rgba(0, 0, 0, .1), transparent);
	width: 5px;
	position: absolute;
	height: 100%;
	z-index: 10;
	margin-right: -1px;
}

.h-line {
	height: 1px;
	background: #E9E9E9;
	margin: 4px 0;
}

.v-line {
	display: block;
	width: 1px;
	margin: 0 4px;
}

.v-line:after {
	display: block;
	content:".";
	overflow: hidden;
	text-indent: 10px;
	width: 1px;
	background: #E9E9E9;
	height: 100%;
	position: absolute;
	top: 0;
}

.underdot {
	border-bottom: dotted 1px silver;
}

.unselectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

.selectable {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-moz-user-select: -moz-auto;
	-o-user-select: auto;
	-ms-user-select: auto;
	-ms-user-select: all;
	user-select: all;
	cursor: text;
}

.metalabel {
	color: silver;
}

.metalink {
	font-size: 11px;
	font-family: tahoma,sans-serif;
}

.w20per {
	width: 20% !important;
	float: left;
}

.w25per {
	width: 25% !important;
	float: left;
}

.w30per {
	width: 30% !important;
	float: left;
}

.w40per {
	width: 40% !important;
	float: left;
}

.w50per {
	width: 50% !important;
	float: left;
}

.w60per {
	width: 60% !important;
	float: left;
}

.w70per {
	width: 70% !important;
	float: left;
}

.w75per {
	width: 75% !important;
	float: left;
}

.w80per {
	width: 80% !important;
	float: left;
}

.w100per {
	width: 100% !important;
}

.t-center {
	margin: 0 auto;
	float: none;
}
.b {
	display: block !important;
}

.b-center {
	display: block;
	margin: 0 auto;
	float: none;
}

.b-line {
	display: inline-block;
}

.b-cell {
	display: table-cell !important;
}

.rel {
	position: relative;
}

.f-right {
	float: right !important;
}

.f-left {
	float: left !important;
}

.a-right {
	text-align: right;
}

.a-center {
	text-align: center;
}

.cap {
	text-transform: capitalize;
}

.upp {
	text-transform: uppercase;
}

.low {
	text-transform: lowercase;
}

.ita {
	font-style: italic;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-radius {
	border-radius: 0 !important;
}

.no-border {
	border: none !important;
}

.ellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nowrap {
	white-space: nowrap;
}

.disabled {
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	cursor: default;
}

.fixed {
	position: fixed;
}

.abs {
	position: absolute;
}

.v-mid {
	vertical-align: middle;
}

.hidden {
	visibility: hidden;
}

.o-hidden {
	overflow: hidden;
}

.v-tbot {
	vertical-align: text-bottom;
}

.b-none,
.template {
	display: none !important;
}

.highlight {
	color: #000 !important;
	background: yellow !important;
}

.msg-ok,
.msg-info,
.msg-news,
.msg-error {
	position: relative;
	background: #66A366 !important;
	color: #F7FFF7 !important;
	border: solid 4px #4C914C !important;
	padding: 5px 12px;
	text-align: center;
}

.msg-ok .alert-close {
	background: #4C914C;
	color: #F7FFF7;
}

.msg-info {
	color: #9C4B00 !important;
	background: #F9EDBE !important;
	border-color: #F0E1A2 !important;
}

.msg-info .alert-close {
	background: #F0E1A2;
	color: #9C4B00;
}

.msg-news {
	color: #728FA8 !important;
	background: #EAEFF2 !important;
	border-color: #B1C3D3 !important;
}

.msg-news .alert-close {
	background: #B1C3D3;
	color: #FFF;
}

.msg-error {
	color: #F7F7F7 !important;
	background: #CC5D58 !important;
	border-color: #C24842 !important;
}

.msg-error .alert-close {
	background: #C24842;
	color: #F7F7F7;
}

#frm-login-msg.msg-error {
	background: none;
	color: darkred;
	font-weight: bold;
	border: none;
}

.value-number,
.style-number {
	color: #444;
}

.value-sdate-literal {
	margin: 0 1px;
	color: silver;
	font-size: 75%;
}

.gotop {
	text-transform: uppercase;
	font-size: 11px;
	display: none;
	opacity: .0;
	-moz-opacity: .0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .8s ease-out;
	-moz-transition: -moz-opacity .8s ease-out;
	-o-transition: opacity .8s ease-out;
	transition: opacity .8s ease-out;
}

.gotop-visible {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	display: block;
}

.smode-compact #header {
	height: 51px;
}

.smode-compact .form-abs,
.smode-compact #footer_wrapper {
	display: none !important;
}

.smode-compact #content_wrapper {
	top: 44px;
	bottom: 0;
}

.smode-compact .content_header {
	padding: 20px;
}

.smode-full #content_wrapper {
	top: 70px;
	bottom: 30px;
}

#frm-recaudos .forpaglabel {
	padding: 18px 10px 10px 0;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}

#recaptcha_image img {
	border-radius: 3px;
}

#recaptcha_area {
	margin: 0 0 0 -4px;
}

.f-clear {
	float: left;
	width: 100%;
}

form:after,
.tab-items:after,
.clear {
	display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden;
}

.frm-date {
	text-transform: uppercase;
}

iframe#printview-frame {
	background: #fff;
	border: solid 1px #e0e0e0;
	padding: 30px;
	box-shadow: 3px 5px 2px #ababab;
	margin: 20px auto;
}
