/*@import "//fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic";*/
body {
	margin:0px;
	font-size:15px;
	_background: url(images/bckndx.gif) repeat-x scroll center top #004890;
	font-family:Calibri,Arial,sans-serif;
}
#banner {
	background: url(images/bckndx.gif) #004890 repeat-x center top;
	height:170px;
	width:auto;
	border-bottom:20px solid #FF851E;
}
#banner_logo {
	width:980px;
	margin:auto;
	height:170px;
	background: url(images/logondx.png) no-repeat left bottom;
}
#login_tab {
	background: #003B75;
	border-radius: 10px;
	margin-bottom: 20px;
	padding:30px;
	color:white;
}
#logged_in_tab {
	background:white;
	border-radius: 10px;
	padding:10px;
	position:absolute;
	top:30px;
	right:30px;
}
#content_container {
	width:90%;
	margin:auto;
	padding:30px;
	clear:both;
}
#content_container_login {
	width:980px;
	margin:auto;
}
#content_container_login #content_right {
	background:#F5F5F5;
	padding:10px;
	border-radius: 10px;
}
#content_left {
	_width:360px;
	_width:40%;
	_max-width:360px;
	min-width:20em;
	float:left;
	margin-right:10px;
	margin-top:10px;
}
#content_container_login #content_left {
	width:350px;
}
#content_right {
	float:left;
	_width:600px;
	width:50%;
	margin-top:10px;
}
#content_right {
	border: 0px solid #E8E9EC;
	border-radius: 10px;
	padding:20px;
	padding-top:0;
}
#content_footer {
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 14px;
	text-align: center;
	padding: 20px 20px 30px;
	border-top: 1px solid #FF851E;
	margin-top:20px;
}
#container_heading {	
	color:white;
	font-style:italic;
	font-size:14pt;
	margin:auto;
	position:relative;
	top:100px;
	left:190px;
}

#nav {
	top:0;
	float:none;
}

div.announce {
	margin-top:15px;
	border-radius: 10px;
	border: 1px solid #E8CBCB;
}

div.home_content_banner {
	padding: 20px;
	border-radius: 7px;
	background-color: #004890;
	margin-bottom: 10px;
	color:white;	
}
div.home_content_banner a {
	color:white;
}

#voucher_cust_data_input {
	border-radius:10px;
	width:450px;
	padding:20px;
	border: 2px solid #E8E9EC
}
#voucher_cust_data_input h1 {
	font-style:italic;
	font-weight:bold;
}

.bank_name {
	color: #2768B8;
	font-size: 10pt;
	font-weight: bold;
	padding:3px;
	padding-left:5px;
	background: #F0F0F0;
	border-radius:5px;
}
.bank_account_number {
	font-size: 14pt;
	font-weight: bold;
}

img.operator_logo {
	border: 1px solid #D0D0D0;
}

td {
	font-size:14px;
}
.label {
	vertical-align:top;
}
table.bank_details tr td {
	padding:3px;
}

a, a.choose_action {
	color: #018AFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.choose_action {
	font-size:12pt;
}
button {
	min-width:70px;
}

.action_region {
	background: #F7F7F7;;
	border: 2px solid #E8E9EC;
	padding: 10px 20px 20px;
	border-radius: 10px;
}

p.action_heading, p.heading {
	background: none repeat scroll 0% 0% transparent;
	border-bottom: 1px solid #EBEBEB;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 10px 0px;
}

/* navbar */

#nav li a {
	background: none repeat scroll 0% 0% #004890;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #FFF;
	display: inline-block;
	height: 19px;
	line-height: 18px;
	margin-right: 2px;
	padding: 4px 20px;
	position: relative;
	text-decoration: none;
	z-index: 20;
}

#nav li:hover a {
	background: #FF851E;
	text-decoration: none;
}
#nav ul {
	background: #e8e9ec;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: -27px;
	padding: 0px 0 5px 0;
	width: 210px;
	z-index: 21;
	top:54px;
}
#nav li:hover ul li.subheading {
	border-bottom: 1px solid #dcdde2;
	font-size: 11px;
	padding: 4px 20px 3px 20px;
}
#nav li:hover ul li {
	padding: 0;
}
#nav li:hover ul li a {
	background: none;
	color: #222955;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: block;
	margin-right: 0;
}
#nav li:hover ul li a:hover { 
	background: #ff8400;
	color: #fff;
}

/* form elements */

input[type="text"], input[type="password"], select {
	background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #D3D6DC;
	border-radius: 5px;
	color: #000;
	font-family: inherit;
	font-size: 13px;
	padding: 6px 10px;
}
table.login input[type="text"], table.login input[type="password"] {
	background: #D0D0D0;
	border:0px;
	box-sizing: border-box;
	color: #555555;
	font-size:12pt;
	font-weight:bold;
	width: 100%;
}
input[readonly="readonly"] {
	background-color:#F0F0F0;
}

td select[name="amount1"] {
	font-size:8pt;
}

button.login {
	padding:7px;
}

.report_content {
	border-radius: 10px;
}

.menu_item {
	padding: 5px;
	height: 45px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #D3D3D3;
	padding-left: 60px;
	border-radius:5px;
	background-color:white;
	width:220px;
	font-family:"Noto Sans","Gotham Rounded A","Gotham Rounded B",sans-serif;
}
.menu_claro {
	background: url('images/claro-button.png') no-repeat 3px 3px;
	background-color:white;
}
.menu_wu {
	background: url('images/wu-button.png') no-repeat 3px 3px;
	background-color:white;
	padding-left: 110px;
	width: 170px;
}
.menu_wusedapal {
	background: url('images/wu_sedapal-button.png') no-repeat 3px 3px;
	background-color:white;
	padding-left: 170px;
	width: 110px;
}
.menu_wucalidda {
	background: url('images/wu_calidda-button.png') no-repeat 3px 3px;
	background-color:white;
	padding-left: 170px;
	width: 110px;
}
.menu_wuenel {
	background: url('images/wu_enel-button.png') no-repeat 3px 3px;
	background-color:white;
	padding-left: 170px;
	width: 110px;
}
.menu_wumovistar {
	background: url('images/wu_movistar-button.png') no-repeat 3px 3px;
	background-color:white;
	padding-left: 170px;
	width: 110px;
}
.menu_entel {
	background: url('images/entel-button.png') no-repeat 3px 3px;
	background-color:white;
	padding-left:180px;
	width:100px;
}
.menu_paysafecard {
	background: url('images/paysafecard-button.jpg') no-repeat 3px 3px;
	background-color:white;
	color: white !important;
	vertical-align: top;
	font-size:1pt !important;
}
.menu_paysafe {
	background: url('images/paysafe_card-W100px.png') no-repeat 5px;
	background-size: 100px;
	padding-left: 110px;
	width: 170px;
}
.menu_paysafe_cash {
	background: url('images/paysafe_cash-W100px.png') no-repeat 5px;
	background-size: 100px;
	padding-left: 110px;
	width: 170px;
}
.menu_bitel {
	background: url('images/bitel-button.png') no-repeat 3px 3px;
	background-color:#FFE618;
	padding-left: 120px;
	width:160px;
}
.menu_directv {
	background: url('images/directv-button.png') no-repeat 3px 3px;
	background-color:white;
	padding-left: 70px;
	width:210px;
}
.menu_lapositiva {
	background: url('images/lapositiva-button.png') no-repeat 3px 3px;
	background-color:white;
	padding-left: 110px;
	width:170px;
}
.menu_gmoney {
	background: url('images/gmoney-button.jpg') no-repeat 2px 2px;
	background-color:white;
	padding-left: 85px;
	width:195px;
}
.menu_aaazu {
	background: url('images/aaazu-button.png') no-repeat 7px 3px;
	background-color:white;
	padding-left: 130px;
	width:150px;
}
.menu_luz {
	background: url('images/luz-button.png') no-repeat 3px 3px;
	background-color:white;
	color: white !important;
	vertical-align: top;
	font-size:1pt !important;
}
.menu_happymovil {
	background: url('images/happymovil-button.png') no-repeat 3px 3px;
	background-color:white;
}
.menu_inkacel {
	background: url('images/inkacel-button.png') no-repeat 3px 3px;
	background-color:white;
	padding-left: 150px;
	width: 130px;
}
.menu_limapass {
	background: url('images/limapass-button.jpg') no-repeat 3px 3px;
	background-color:white;
	padding-left: 0;
	width: 280px;
}
a.menu_limapass  {
	font-size:0;
}
.menu_pagoefectivo {
	background: url('images/pagoefectivo-button.png') no-repeat 3px 3px;
	background-color:white;
	padding-left: 0;
	width: 280px;
}
a.menu_pagoefectivo  {
        font-size:0;
}

/* claro-specific account payment stuff */
table.service {
	border-collapse:collapse;
}
table.service tr td, table.service tr th {
	border: 1px solid #D0D0D0;
	padding: 5px;
}
table.service tr th {
	font-size: 9pt;
}
table.service_header tr td {
	background-color:#F7F7F7;
	vertical-align: top;
	border: 0px;
}
table.service tr.total td {
	font-weight:bold;
	font-size:12pt;
}
tr.service_header {
	background-color:#F7F7F7;
}
.service_description {
	font-weight: bold;
	font-size:10pt;
}
.service_warning {
	 text-decoration:underline;
	
}
.account_debtor {
	font-size:10pt; 
	font-weight:bold; 	
	text-transform:uppercase;
}
div.receipt {
	width:350px;
}
.error {
	color: red;
}
/* ACS */
#_ok_button_ {
	background-color: #007590;
	border: solid 2px #007590;
	border-radius: 5px;
	color:white;
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
}
#_print_button_ {
	background-color: #007590;
	border: solid 2px #007590;
	border-radius: 5px;
	color:white;
}
.action_region.tokens.acs > table {
	width: 20em;
}
.action_region.tokens.acs > table td {
	font-family:"Courier New", Courier, monospace;
}

@-webkit-keyframes glow {
  from {
    box-shadow: -1px 0 5px 2px #FF851E;
  }
  to {
    box-shadow: -1px 0 2px 0px #FF851E;
  }
}

/* general */
h1 {
	font-size:12pt;
}

.display_none {
	display:none;
}

@media print { 
        body {font-size:9pt;color:#000000;}
	table.voucher { color:#000000; } 
        table.voucher table { color:#000000; }
	div.action_region {border:0;padding:0;background-color:white;margin:0;}
        td {font-size:9pt}
        #content_container {width:100%;border:0}
        #logged_in_tab {display:none;}
        div.content_container_default {margin:0;padding:0;font-size:9pt}
        #content_container {top:0px;left:0px;width:auto;position:absolute;font-size:9pt;padding:0;margin:0;} 
        #banner,#navbar,#content_footer {display:none}
        div.tokens {width:250px}
        div.receipt {width:250px}
        .action_region.tokens.acs > table {width:auto;}
}

/*
 * FEEDBACK
 */

.info, .success, .warning, .error, .validation, .confirm {
   border: 1px solid;
   margin: 10px 0px;
   padding:12px 5px 12px 45px !important;
   background-repeat: no-repeat;
   background-position: 5px center;
   _border-radius: 7px;
   text-align:left;
}
.info.small, .success.small, .warning.small, .error.small, .validation.small, .confirm.small {
   padding:3px 3px 3px 28px !important;
   font-size:9pt;
}
.info {
   color: white;
   font-size: 11pt;
   background-color: cornflowerblue;
   background-image: url('images/feedback_info.png');
}
.success {
   color: #4F8A10;
   background-color: #DFF2BF;
   background-image:url('images/feedback_success.png');
}
.warning {
   color: #9F6000;
   background-color: #FEEFB3;
   background-image: url('images/feedback_warning.png');
}
.warning.no_image {
   background-image:none;
   padding:3px !important;
}
.error {
   color: #D8000C;
   background-color: lavenderblush;
   background-image: url('images/feedback_error.png');
}
.confirm {
   color: #2F53D3;
   background-color: #E1EDFF;
   background-image: url('images/feedback_confirm.png');
   border-color: #729EC7;
}
.validation {
   color: #D63301;
   background-color: #FFDECC;
   background-image: url('images/feedback_validation.png');
}
.warning.small {
   background-image: url('images/feedback_warning-H20px.png');
}
.info.small {
   background-image: url('images/feedback_info-H20px.png');
}

