@charset "utf-8";
/* CSS Document */

/* custom styles */
h2,h3,h4,h5,h6 {
	padding: 5px 20px;
	margin: 0px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}
body {
	background-color: #efefef!important;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: top;
}

header h1.title {
	letter-spacing: -1px;
	color: #4eb848;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

h1.title a {
	color: #4eb848 !important;
	text-decoration: none;
}

h1.title a:hover {
	color: #4eb848 !important;
	text-decoration: underline;
}

/* container style */
div#container.wrapper {
	margin: auto;
	width: 960px;
	font: 14px/26px Helvetica, Helvetica Neue, Arial;
}

/* dashboard */
div#dashboard {
	
}

/* dashboard widget style */
div#dashboard .widget header.header {
	border-top: 1px solid #fff;
	background: #eeeeee;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eeeeee),
		to(#dddddd) );
	background: -webkit-linear-gradient(#eeeeee, #dddddd);
	background: -moz-linear-gradient(#eeeeee, #dddddd);
	background: -ms-linear-gradient(#eeeeee, #dddddd);
	background: -o-linear-gradient(#eeeeee, #dddddd);
	background: linear-gradient(#eeeeee, #dddddd);
	-pie-background: linear-gradient(#eeeeee, #dddddd);
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

div#dashboard header h2 {
	font-size: 16px;
	margin: 0px;
	color: #333;
}

div#dashboard section.widget {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: white;
	border: 1px solid #d8d8d8;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.05);
	-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.05);
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.05);
}

/* dashboard widget options/icons */
div#dashboard section.widget nav {
	padding: 20px;
	overflow: auto
}

div#dashboard section.widget nav ul {
	
}

div#dashboard section.widget nav ul li {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	margin-right: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
	color: #848484;
	width: 95px;
	height: 30px;
	font-weight: bold;
	border: 1px #f4f4f4 solid;
	-webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.3);
	background-repeat: no-repeat;
	background-position: 22px 8px;
	text-align: center;
	padding-top: 60px;
}

div#dashboard section.widget nav ul li:hover {
	background-color: #fff;
	cursor: pointer;
	color: #58b2cb;
}

div#dashboard section.widget nav ul a {
	text-decoration: none !important;
	color: #848484 !important;
}

div#dashboard section.widget nav ul li.clicked {
	background-color: #fff;
	color: #58b2cb;
}

/* dashboard SUB.widget */
div#dashboard section.widget.sub {
	margin-left: 20px;
	margin-right: 20px;
	display: none;
}

/* dashboard widget icons title */
h2.transactions {
	padding: 5px 30px !important;
	background-image: url(../img/ico/transactions.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-size: 20px 20px;
}

h2.transactionsDetails {
	padding: 5px 30px !important;
	background-image: url(../img/ico/details.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-size: 20px 20px;
}
h2.options {
	padding: 5px 30px !important;
	background-image: url(../img/ico/options.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-size: 20px 20px;
}

/* dashboard SUB.widget title icons */
h3.reports_sub {
	background-image: url(../img/ico/reports.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-size: 20px 20px;
	padding: 5px 30px !important;
	font-size: 14px;
}

/* 16/07/2013 JVR AINI--------------*/
h3.FeeDiscount_sub {
	background-image: url(../img/ico/discount.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-size: 20px 20px;
	padding: 5px 30px !important;
	font-size: 14px;
}
/*16/07/2013 AFIN--------------*/

/* another widgets with h3 tittles */
h3.reportTJQ{
	background-image: url(../img/ico/reportTJQ.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-size: 20px 20px;
	padding: 5px 30px !important;
	font-size: 14px;
}
h3.logdata{
	background-image: url(../img/ico/xml-image.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-size: 20px 20px;
	padding: 5px 30px !important;
	font-size: 14px;
}
h3.search {
	background-image: url(../img/ico/search.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-size: 20px 20px;
	padding: 5px 30px !important;
	font-size: 14px;
}

h3.add {
	background-image: url(../img/ico/add.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-size: 20px 20px;
	padding: 5px 30px !important;
	font-size: 14px;
}

/* dashboard widget option icons */

nav ul li.reportTJQ {
	background-image: url(../img/ico/reportTJQ.png);
}

nav ul li.logdata {
	background-image: url(../img/ico/xml-image.png);
}

nav ul li.transactions {
	background-image: url(../img/ico/transactions.png);
}

nav ul li.markups {
	background-image: url(../img/ico/markups.png);
}

nav ul li.affiliates {
	background-image: url(../img/ico/affiliates.png);
}

nav ul li.reports {
	background-image: url(../img/ico/reports.png);
}

nav ul li.ticketing {
	background-image: url(../img/ico/ticketing.png);
}

/* dashboard  SUB.widget options icons*/
nav ul li.confirmation {
	background-image: url(../img/ico/confirmation.png);
}

nav ul li.elatam {
	background-image: url(../img/ico/elatam.png);
}

nav ul li.reports_fly {
	background-image: url(../img/ico/reports_fly.png);
}

nav ul li.passengers {
	background-image: url(../img/ico/passengers.png);
}

nav ul li.events {
	background-image: url(../img/ico/upcomingEvents.png);
}

nav ul li.reasonCodes {
	background-image: url(../img/ico/cybersource-reasoncode-48x48.png);
}

nav ul li.sales {
	background-image: url(../img/ico/sales.png);
}

/*16/07/2013 AINI JVR---dashboard  SUB.widget options icons Fees&Discount*/
nav ul li.add_feeDiscount {
	background-image: url(../img/ico/addFeeDiscount.png);
}
nav ul li.modify_feeDiscount {
	background-image: url(../img/ico/ModifyFeeDiscount.png);
}
/*16/07/2013 AFIN ---*/

/*user/account options */

nav#user {
	float: right;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 16px;
}

nav#user strong {
	color: #58b2cb;
}

nav#user label.salir {
	display: block;
	text-align: right;
}

nav#user label.salir a {
	color: #C41212;
	font-weight: bold;
	text-decoration: none;
}

nav#user label.salir a:hover {
	text-decoration: underline;
}
/* custom footer */
footer.footer {
	text-align: right;
	color: #666;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

/* MESSAGES */
.success {
	-webkit-box-shadow: inset 0px 1.5px 0px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 1.5px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 1.5px 0px 0px rgba(255, 255, 255, 1);
	border: 1px solid #a6d877;
	background: #eeffde;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eeffde),
		to(#d5eebe) );
	background: -webkit-linear-gradient(#eeffde, #d5eebe);
	background: -moz-linear-gradient(#eeffde, #d5eebe);
	background: -ms-linear-gradient(#eeffde, #d5eebe);
	background: -o-linear-gradient(#eeffde, #d5eebe);
	background: linear-gradient(#eeffde, #d5eebe);
	-pie-background: linear-gradient(#eeffde, #d5eebe);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #336801;
	font-size: 12px;
	width: 90%;
	margin: 10px auto;
}

.success span {
	padding: 5px 35px;
	display: block;
	background-image: url(../img/ico/check.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

div.error {
	-webkit-box-shadow: inset 0px 1.5px 0px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 1.5px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 1.5px 0px 0px rgba(255, 255, 255, 1);
	border: 1px solid #f3abab;
	background: #ffeaea;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffeaea),
		to(#facccc) );
	background: -webkit-linear-gradient(#ffeaea, #facccc);
	background: -moz-linear-gradient(#ffeaea, #facccc);
	background: -ms-linear-gradient(#ffeaea, #facccc);
	background: -o-linear-gradient(#ffeaea, #facccc);
	background: linear-gradient(#ffeaea, #facccc);
	-pie-background: linear-gradient(#ffeaea, #facccc);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #8d0d0d;
	font-size: 12px;
	width: 90%;
	margin: 10px auto;
}

div.error span {
	padding: 5px 35px;
	display: block;
	background-image: url(../img/ico/error.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

div.warning {
	-webkit-box-shadow: inset 0px 1.5px 0px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 1.5px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 1.5px 0px 0px rgba(255, 255, 255, 1);
	border: 1px solid #d7e059;
	background: #fafcd7;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fafcd7),
		to(#facccc) );
	background: -webkit-linear-gradient(#fafcd7, #f3f8ae);
	background: -moz-linear-gradient(#fafcd7, #f3f8ae);
	background: -ms-linear-gradient(#fafcd7, #f3f8ae);
	background: -o-linear-gradient(#fafcd7, #f3f8ae);
	background: linear-gradient(#fafcd7, #f3f8ae);
	-pie-background: linear-gradient(#fafcd7, #f3f8ae);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6c6600;
	font-size: 12px;
	width: 90%;
	margin: 10px auto;
}

div.warning span {
	padding: 5px 35px;
	display: block;
	background-image: url(../img/ico/warning.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

div.info {
	-webkit-box-shadow: inset 0px 1.5px 0px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px 1.5px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 1.5px 0px 0px rgba(255, 255, 255, 1);
	border: 1px solid #9fd1f5;
	background: #eaf7ff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eaf7ff),
		to(#c7e8ff) );
	background: -webkit-linear-gradient(#eaf7ff, #c7e8ff);
	background: -moz-linear-gradient(#eaf7ff, #c7e8ff);
	background: -ms-linear-gradient(#eaf7ff, #c7e8ff);
	background: -o-linear-gradient(#eaf7ff, #c7e8ff);
	background: linear-gradient(#eaf7ff, #c7e8ff);
	-pie-background: linear-gradient(#eaf7ff, #c7e8ff);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #005898;
	font-size: 12px;
	width: 90%;
	margin: 10px auto;
}

div.info span {
	padding: 5px 35px;
	display: block;
	background-image: url(../img/ico/info.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

/* dashboard article */
div#dashboard article {
	padding: 20px;
	overflow: auto;
}

/* dashboard article.filterForm */
div#dashboard article form {
	overflow: auto;
}

div#dashboard article.filterForm fieldset {
	border: 1px solid #e2e2e2;
	padding: 5px 20px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 103px;
}

div#dashboard article.filterForm legend { /*padding:0px 0px;*/
	padding-right: 5px;
	padding-left: 5px;
	margin-left: -5px;
	font-weight: bold;
	font-size: 12px;
	color: #3F395A;
	text-shadow: 1px 1px 1px #d8d8d8;
	/*filter: dropshadow(color = #000000, offx = 1, offy = 1);*/
}

div#dashboard article.filterForm label {
	display: block;
	color: #898989;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #d8d8d8;
	/*filter: dropshadow(color = #000000, offx = 1, offy = 1);*/
}

div#dashboard article.filterForm input {
	width: 130px;
}

div#dashboard article.filterForm label.left {
	float: left;
}

/* floats styles */
.left {
	float: left;
}

.marginR {
	margin-right: 20px;
}

/* forms styles */
input {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #DDD;
	outline: none;
	height: 22px;
	padding: 5px;
	background: rgb(242, 242, 242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%,
		rgba(255, 255, 255, 1) 30% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242,
		242, 242, 1) ), color-stop(30%, rgba(255, 255, 255, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%,
		rgba(255, 255, 255, 1) 30% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%,
		rgba(255, 255, 255, 1) 30% ); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%,
		rgba(255, 255, 255, 1) 30% ); /* IE10+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#f2f2f2',
		endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(242, 242, 242, 1) 0%,
		rgba(255, 255, 255, 1) 30% ); /* W3C */
}

::-webkit-input-placeholder {
	font-size: 12px;
}

:-moz-placeholder {
	font-size: 12px;
}

/* results table */
.results {
	margin-top: 20px;
	clear: both; /* firefox fix */
}

.results thead tr {
	background: rgb(249, 249, 249); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249, 249, 249, 1) 0%,
		rgba(237, 237, 237, 1) 97% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249,
		249, 249, 1) ), color-stop(97%, rgba(237, 237, 237, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249, 249, 249, 1) 0%,
		rgba(237, 237, 237, 1) 97% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249, 249, 249, 1) 0%,
		rgba(237, 237, 237, 1) 97% ); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(249, 249, 249, 1) 0%,
		rgba(237, 237, 237, 1) 97% ); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#f9f9f9',
		endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(249, 249, 249, 1) 0%,
		rgba(237, 237, 237, 1) 97% ); /* W3C */
}

.results thead th {
	border-top: 1px solid #e2e2e2;
	font-weight: bold;
	/*color:#333;*/
	color: #3f395a;
	padding: 5px 10px;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	background-image: url(../img/ico/bg_t.png);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 1px solid #d8d8d8;
	font-size: 12px;
}

.results tbody td {
	color: #424242;
	font-size: 12px;
	padding: 10px 10px;
	text-align: left;
}

.results tbody tr {
	border-bottom: 1px solid #e2e2e2;
}

.results tbody tr:hover {
	background-color: #f3f9fb;
	/*	background-color:#e3f2f6;*/
	/*cursor:pointer;*/
}

.results tbody td.status {
	font-weight: bold;
}
/*
.results tbody td.Complete{
	border-left:5px solid #a6d877;
	border-bottom:1px solid #a6d877;
}

.results tbody td.PaymentError{
	border-left:5px solid #e65050;
	border-bottom:1px solid #e65050;
}

.results tbody td.Hold{
	border-left:5px solid #ff9c1e;
	border-bottom:1px solid #ff9c1e;
}
*/
.results tbody td.B {
	border-left: 5px solid #a6d877;
	border-bottom: 1px solid #a6d877;
}

.results tbody td.F {
	border-left: 5px solid #a6d877;
	border-bottom: 1px solid #a6d877;
}

.results tbody td.I {
	border-left: 5px solid #a6d877;
	border-bottom: 1px solid #a6d877;
}

.results tbody td.C {
	border-left: 5px solid #e65050;
	border-bottom: 1px solid #e65050;
}

.results tbody td.E {
	border-left: 5px solid #e65050;
	border-bottom: 1px solid #e65050;
}

.results tbody td.J {
	border-left: 5px solid #e65050;
	border-bottom: 1px solid #e65050;
}

.results tbody td.A {
	border-left: 5px solid #ff9c1e;
	border-bottom: 1px solid #ff9c1e;
}

.results tbody td.H {
	border-left: 5px solid #ff9c1e;
	border-bottom: 1px solid #ff9c1e;
}

.results tbody td a.detail {
	background-image: url(../img/ico/goto.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	text-decoration: none;
	float: left;
	width: 25px;
}

.results tbody td a.remove {
	background-image:
		url(http://cdn1.iconfinder.com/data/icons/lynx/16x16/actions/dialog-close.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	text-decoration: none;
	float: left;
	width: 25px;
	margin-left: 10px;
}

footer a.toExcel {
	display: block;
	background-image: url(../img/ico/toExcel.png);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	width: 48px;
	height: 48px;
	margin-top: 10px;
	text-align: right;
}

/* table tool */
.dataTables_info {
	font-size: 12px;
	color: #999;
	float: left;
	width: 94%;
}

.dataTables_length {
	width: 160px;
	float: left;
	margin-bottom: 20px;
	font-size: 12px;
	padding-top: 2px;
}

.dataTables_length select {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #AFAFAF;
	padding: 2px;
}

.dataTables_filter {
	float: left;
	font-size: 12px;
	margin-left: 570px;
}

.dataTables_filter label {
	font-weight: bold;
	color: #545454;
	display: block;
}

.sorting_asc {
	background-image: url(../img/ico/s_up.png);
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
}

.sorting_desc {
	background-image: url(../img/ico/s_down.png);
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
}

.sorting {
	background-image: url(../img/ico/s_arr.png);
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
}

.sorting_1 {
	background-color: #f3f9fb;
}

/* detail */
article#detail header {
	overflow: auto;
}

article#detail header span {
	font-weight: bold;
}

article#detail header span.error {
	color: #e65050;
	font-size: 16px;
}

article#detail header span.total {
	color: #fba008;
	font-size: 16px;
}

article#detail header h3 {
	padding: 0px 0px 15px 10px !important;
	color: #8e8e8e;
	font-weight: normal !important;
	font-size: 14px;
	display: block;
	letter-spacing: -0.5px;
}

article#detail table.details {
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
}

article#detail table.details thead tr {
	background: rgb(249, 249, 249); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249, 249, 249, 1) 0%,
		rgba(237, 237, 237, 1) 97% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249,
		249, 249, 1) ), color-stop(97%, rgba(237, 237, 237, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249, 249, 249, 1) 0%,
		rgba(237, 237, 237, 1) 97% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249, 249, 249, 1) 0%,
		rgba(237, 237, 237, 1) 97% ); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(249, 249, 249, 1) 0%,
		rgba(237, 237, 237, 1) 97% ); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#f9f9f9',
		endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(249, 249, 249, 1) 0%,
		rgba(237, 237, 237, 1) 97% ); /* W3C */
}

article#detail table.details thead th {
	text-align: left;
	padding: 5px 10px;
	font-size: 12px;
	background-image: url(../img/ico/bg_t.png);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 1px solid #d8d8d8;
	/*	color:#48aac6; inicial*/
	/*	color:#348DA7;*/
	color: #3f395a;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1); //
	line-height: 10px !important;
}

article#detail table.details tbody td {
	text-align: left;
	padding: 5px 10px;
	font-size: 12px;
	color: #565656;
}

article#detail table.details tbody td:hover {
	background-color: #f3f9fb;
	font-weight: bold;
	cursor: default;
}

.noborder {
	border: none !important;
}

.nobg {
	background-image: none !important;
}

.block {
	display: block;
}

.right {
	float: right;
}

a.minimize {
	background-image: url(../img/ico/minimize.png);
	text-decoration: none;
	background-repeat: no-repeat;
	width: 20px;
	height: 9px;
	margin-top: 14px;
	/*margin-left: 792px;*/
	cursor: pointer;
	background-position: left;
}

a.maximize {
	background-image: url(../img/ico/maximize.png);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left;
	width: 14px;
	height: 13px;
	margin-top: 12px;
	cursor: pointer;
	/*margin-left: 795px;*/
}

article#detail h4 {
	width: 88%;
}

h4.product {
	padding: 5px 35px !important;
	background-image: url(../img/ico/product.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-size: 20px 20px;
}

h4.payment {
	padding: 5px 35px !important;
	background-image: url(../img/ico/payment.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-size: 20px 20px;
}

h4.record {
	padding: 5px 35px !important;
	background-image: url(../img/ico/record.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-size: 20px 20px;
}

h3.rowl {
	background-image: url(../img/ico/row-l.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

/* search */
a.search {
	color: #FFF;
	background: rgb(89, 89, 89); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(89,
		89, 89, 1) ), color-stop(100%, rgba(48, 48, 48, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#595959',
		endColorstr='#303030', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* W3C */
	width: 100px;
	height: 30px;
	clear: both;
	text-align: left;
	font-size: 12px;
	line-height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #7a7a7a;
	-webkit-box-shadow: 0px 0px 0px 1px #333;
	-moz-box-shadow: 0px 0px 0px 1px #333;
	box-shadow: 0px 0px 0px 1px #333;
	margin-top: 20px;
	cursor: pointer;
	float: right;
	margin-right: 3px;
}

a.search span {
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
	/*filter: dropshadow(color = #333, offx = 1, offy = 1);*/
	background-image: url(../img/ico/searchtobtn.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	padding-right: 10px;
	padding-left: 15px;
	width: 65px;
}

/* Pagination nested */
.paginate_disabled_previous,.paginate_enabled_previous,.paginate_disabled_next,.paginate_enabled_next
	{
	height: 22px;
	width: 22px;
	margin-left: 3px;
	float: left;
	margin-top: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 0px 0px #c6c6c6;
	-moz-box-shadow: 0px 1px 0px 0px #c6c6c6;
	box-shadow: 0px 1px 0px 0px #c6c6c6;
	background-position: center;
}

.paginate_disabled_previous {
	background-image: url('../img/tb/prev_disabled.png');
	cursor: pointer;
	background-repeat: no-repeat;
}

.paginate_enabled_previous {
	background-image: url('../img/tb/prev.png');
	cursor: pointer;
	background-repeat: no-repeat;
}

.paginate_disabled_next {
	background-image: url('../img/tb/next_disabled.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.paginate_enabled_next {
	background-image: url('../img/tb/next.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
nav#menubar {
	display: block;
	width: 30px;
	position: fixed;
	top: 25px;
	background-color: #f4f4f4;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.25);
	color: white;
}

/**/
h2.errorPage {
	font-size: 24px;
}

/* login */
section#login {
	margin: auto;
	width: 350px;
	height: 283px;
	margin-top: 140px;
}

section#login {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: white;
	border: 1px solid #d8d8d8;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.1);
}

section#login header {
	width:100%;
	border-top: 1px solid #eaeaea;
	background: rgb(88, 178, 203); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(88, 178, 203, 1) 19%,
		rgba(77, 161, 175, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, rgba(88,
		178, 203, 1) ), color-stop(100%, rgba(77, 161, 175, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(88, 178, 203, 1) 19%,
		rgba(77, 161, 175, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(88, 178, 203, 1) 19%,
		rgba(77, 161, 175, 1) 100% ); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(88, 178, 203, 1) 19%,
		rgba(77, 161, 175, 1) 100% ); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#58b2cb',
		endColorstr='#4da1af', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(88, 178, 203, 1) 19%,
		rgba(77, 161, 175, 1) 100% ); /* W3C */
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

section#login header h2 {
	color: white;
	text-shadow: 1px 1px 0px rgba(41, 93, 102, 1);
	font-size: 16px;
	font-weight: bold;
}

section#login header h2 label {
	cursor: default !important;
	color: white;
}

section#login form {
	padding: 25px 40px 0px;
}

section#login form label {
	width: 90px;
	color: #474747;
	text-shadow: 1px 1px 0px rgba(219, 219, 219, 1);
	padding-top: 4px;
	font-size: 12px;
}

section#login form input {
	height: 22px;
	margin-bottom: 5px;
	width: 260px;
}

section#login a.login {
	text-decoration: none;
	margin-top: 20px;
	color: #FFF;
	background: rgb(89, 89, 89); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(89,
		89, 89, 1) ), color-stop(100%, rgba(48, 48, 48, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#595959',
		endColorstr='#303030', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* W3C */
	width: 100px;
	height: 30px;
	clear: both;
	text-align: left;
	font-size: 12px;
	line-height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #7a7a7a;
	-webkit-box-shadow: 0px 0px 0px 1px #333;
	-moz-box-shadow: 0px 0px 0px 1px #333;
	box-shadow: 0px 0px 0px 1px #333;
	margin-left: 210px;
	cursor: pointer;
	margin-bottom: 30px;
}

a.login span {
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
	/*filter: dropshadow(color = #333, offx = 1, offy = 1);*/
	background-image: url(../img/ico/log.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	padding-right: 10px;
	padding-left: 15px;
	width: 65px;
}

a.login:hover {
	background: -webkit-linear-gradient(top, rgba(48, 48, 48, 1) 16%,
		rgba(89, 89, 89, 1) 100% ) !important; /* Chrome10+,Safari5.1+ */
}

a.search:hover {
	background: -webkit-linear-gradient(top, rgba(48, 48, 48, 1) 16%,
		rgba(89, 89, 89, 1) 100% ) !important; /* Chrome10+,Safari5.1+ */
}

.powered {
	font-weight: bold;
}

/* buttons */
a.generate {
	text-decoration: none;
	margin-top: 20px;
	color: #FFF;
	background: rgb(89, 89, 89); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(89,
		89, 89, 1) ), color-stop(100%, rgba(48, 48, 48, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#595959',
		endColorstr='#303030', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* W3C */
	width: 195px;
	height: 30px;
	text-align: left;
	font-size: 12px;
	line-height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #7a7a7a;
	-webkit-box-shadow: 0px 0px 0px 1px #333;
	-moz-box-shadow: 0px 0px 0px 1px #333;
	box-shadow: 0px 0px 0px 1px #333;
	cursor: pointer;
	margin-bottom: 30px;
}

a.generate span {
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
	/*filter: dropshadow(color = #333, offx = 1, offy = 1);*/
	background-image: url(../img/ico/generate.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	padding-right: 10px;
	padding-left: 15px;
	width: 160px;
}

a.generate:hover {
	background: -webkit-linear-gradient(top, rgba(48, 48, 48, 1) 16%,
		rgba(89, 89, 89, 1) 100% ) !important; /* Chrome10+,Safari5.1+ */
}

.auto {
	margin: auto;
}

a.statusUp {
	margin-left: 30px;
	text-decoration: none;
	margin-top: 20px;
	color: #FFF;
	background: rgb(89, 89, 89); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(89,
		89, 89, 1) ), color-stop(100%, rgba(48, 48, 48, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#595959',
		endColorstr='#303030', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(89, 89, 89, 1) 16%,
		rgba(48, 48, 48, 1) 100% ); /* W3C */
	width: 140px;
	height: 30px;
	text-align: left;
	font-size: 12px;
	line-height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #7a7a7a;
	-webkit-box-shadow: 0px 0px 0px 1px #333;
	-moz-box-shadow: 0px 0px 0px 1px #333;
	box-shadow: 0px 0px 0px 1px #333;
	cursor: pointer;
	margin-bottom: 30px;
}

a.statusUp span {
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
	/*filter: dropshadow(color = #333, offx = 1, offy = 1);*/
	background-image: url(../img/ico/update.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	padding-right: 10px;
	padding-left: 15px;
	width: 105px;
}

a.statusUp:hover {
	background: -webkit-linear-gradient(top, rgba(48, 48, 48, 1) 16%,
		rgba(89, 89, 89, 1) 100% ) !important; /* Chrome10+,Safari5.1+ */
}

#btnLogin {
	width: 102px !important;
	height: 33px !important;
	background-image: url(../img/ico/bg_btn.png);
	background-repeat: no-repeat;
	border: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 1px #333;
	/*filter: dropshadow(color = #333, offx = 1, offy = 1);*/
	text-align: left;
	padding-left: 20px;
	margin-left: 170px;
	margin-top: 20px;
}

#btnLogin:hover {
	background-image: url(../img/ico/bg_btn_hover.png) !important;
}

input {
	font-size: 12px;
	color: #333;
}

nav#menubar ul {
	margin-top: 15px;
}

nav#menubar ul li {
	padding: 0px 0px 15px 5px;
}

nav#menubar ul li {
	cursor: pointer;
}

/* STATUS UPDATE FORM */
#validateForm.update {
	width: 496px;
	margin: 20px auto;
}

#validateForm.update h2 {
	text-align: center;
	margin-bottom: 20px;
}

#validateForm.update label {
	float: left;
	width: 150px;
	display: block;
	margin: 13px 10px;
	color: #3F395A;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	font-size: 13px;
}

#validateForm.update input {
	margin: 10px 10px;
	color: #333;
}

#validateForm.update input:focus,#validateForm.update textarea:focus,#validateForm.update select:focus
	{
	outline: 0px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px
		rgba(63, 57, 90, 0.2);
	border-color: #ccc;
}

#validateForm.update select {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 4px 5px;
	margin: 10px 10px;
	width: 141px;
	color: #333;
}

#validateForm.update textarea {
	margin: 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 10px;
	width: 250px;
	color: #333;
}

a#btnSaveMkt {
	background-repeat: no-repeat;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 230px;
}

a#btnSaveMkt span {
	background-image: url(../img/ico/save.png);
}

label.error {
	margin: 0 !important;
	color: red !important;
	float: right !important;
	font-size: 11px !important;
	font-weight: normal !important;
	margin-top: 17px !important;
}


nav ul li.customers {
	background-image: url(../img/ico/customers.png);
}

nav ul li.addUser {
	background-image: url(../img/ico/addUser.png);
}

nav ul li.cancellUser {
	background-image: url(../img/ico/cancel.png);
}

nav ul li.payments {
	background-image: url(../img/ico/payments.png);
}

nav ul li.gds {
	background-image: url(../img/ico/gds.png);
}

nav ul li.companies {
	background-image: url(../img/ico/company.png);
}

nav ul li.record {
	background-image: url(../img/ico/record.png);
}


/* 17/07/2013 JVR A01  */
nav ul li.voidTKT{
	background-image: url(../img/ico/voidtkt.png);
}
/* 17/07/2013 JVR */

/* 17/08/2013 JVR A01  */
nav ul li.auth{
	background-image: url(../img/ico/auth.png);
}
/* 17/08/2013 JVR */

.results tbody td a.edit {
	background-image:
		url(http://cdn1.iconfinder.com/data/icons/pretty_office_3/32/Edit-Male-User.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	text-decoration: none;
	float: left;
	width: 25px;
	margin-left: 10px;
}

.bgtbl {
	background-color: #F3F9FB;
}

/*issue*/
#issueForm fieldset {
	border: 1px solid #E2E2E2;
	padding: 5px 20px 20px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#issueForm label {
	float: left;
	display: block;
	margin-right: 20px;
	font-size: 12px;
}

#issueForm .span2 {
	width: 65px;
}

#issueForm .span3 {
	width: 85px;
}

#issueForm .span4 {
	width: 105px;
}

#issueForm .span5 {
	width: 125px;
}

#issueForm .span6 {
	width: 145px;
}

#issueForm select.span6 {
	width: 158px;
}

#issueForm .span7 {
	width: 165px;
}

#issueForm .span8 {
	width: 185px;
}

#issueForm .span13 {
	width: 305px;
}

#issueForm .span16 {
	width: 406px;
}

div.group.inline {
	overflow: auto;
}

div.group.inline p {
	float: left;
	margin-right: 20px;
}

.paymentsAux {
	display: none;
}


.alert-danger, .alert-error {
	color: #B94A48!important;
	background-color: #F2DEDE!important;
	border-color: #EED3D7!important;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	color: #C09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert ul{
	margin:0;
	padding:0;
}

.alert ul li{
	list-style:none;
	margin:0;
	padding:0;
}

#loginErrors{
	width: 300px;
	margin: auto auto 15px auto;
	text-align: center;
}

.btnInsertFee, .btnSearchFee{
	height: 30px;
	padding: 3px 20px;
	margin-top:20px;
}

.feeDiscountOptions{
	margin-top:20px;
}

.feeDiscount{
	background-image:url(../img/ico/discount.gif);
}

.checkboxFee{
	padding:0!important;
	border:0!important;
	height:25px!important;
}

.checkRuc {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.labelRuc {
	float: left;
	margin-right: 10px!important;
	font-weight: bold;
	cursor: default!important;
}

.enviar {
	clear: both;
	margin-top: 12px;
	float: left;
}

.ucc{
	float: left;
margin-top: 3px;
margin-right: 5px;
}

.labelUCC{
	float: left;
margin-right: 10px!important;
font-weight: bold;
cursor: default!important;

}