/*
----------------------------------------
FdC:        [8.Mayo.2014]
Folder:     css/secciones/estado_cuenta/referencia_pago
Programmer: Damián Tapia Nava
---------------------------------------
*/

@CHARSET "UTF-8";
.ui-panel.ui-widget.ui-widget-content.panel-referencia-pago
{
	padding:1px;
	margin-top:5px;
	
	/*cursor:pointer;*/
	
	border: 0px solid #a8a8a8;
	/* width: 369px; */
}

.panel-referencia-pago .ui-panel-titlebar.ui-widget-header
{		
	padding-top:8px;
	padding-bottom:8px;	
	font: 13px/1.231 helvetica,arial,clean,sans-serif;
	font-size:1.2em;
	font-weight: bold;
	/* text-shadow:0 0 0 #333; */

	background-image: url("/Kubo/resources/img/backButt.png");
		
	border: none;
	background: #ff8a02 !important;
	color: #fff !important;
	text-shadow: none;
	padding: 10px 0  !important;
}

.panel-referencia-pago .ui-panel-title
{
	margin-left:10px;
	border:0px solid black;
}

.panel-referencia-pago .ui-panel-titlebar-icon
{
	width:20px;
	height: 20px;		
	margin-right: 5px;
	border:1px solid #a8a8a8;
	display: none;
}

.panel-referencia-pago .ui-panel-titlebar-icon span
{	
	margin:0 auto;	
}

div#referencia_pago_liquidacion
{
	clear: both;
	border: 1px solid #f1f1f1;
}

div.credito_INFO
{
	width:430px;
	margin:0 auto;
	clear: both;
}

div.credito_INFO p
{
	margin: 5px 10px;
}

.alerts 
{
	background: #fff;
	display:block;
	position: absolute;
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	z-index:9999999999999999999999999;
	-moz-box-shadow: 0px 2px 9px #999;
	/* -webkit-box-shadow: 0px 2px 9px #999; */
	
	border: solid 2px #548f39;
	top:100px;
	width: 350px;
	
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);
	transform: scale(0); 
	opacity: 0;	
	padding:20px 20px 20px 20px;
}


.alerts.telefono 
{
	padding:20px 20px 90px 20px;
}

.alerts p
{
	font-size:14px;
}

.alerts > p > a{
	font-size:14px;
	color:#548f39;
	text-decoration:underline;
}

.white 
{
	background: rgba (255,255,255, 0.5);
}

.lightbox 
{
	width: 100%;
	height: 100%;
	max-height: 100% !important;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999;
	display: none;
}

.loader
{
	margin:0 auto;
	display: block;
	text-align: center;
}

.show 
{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.fa.fa-phone 
{
	color: #cadc2d;
	font-size:25px;
	font-weight:600;
}

.info_telefono  
{
	display:block;
	background:#333333;
	color:#b4b3b3;
	text-align:center;

	
	bottom:0;
	position:absolute;
	display:block;
	left:0;
	z-index:1;
	width: 100%;
}

.info_telefono p 
{
	font-size: 27px;
	padding: 5px 0;
	font-weight: 500;
	text-align:center;
	line-height: 30px;
	overflow: hidden;
	margin: 0;
}

.info_telefono a
{
	color:#fff !important;
	display:block;
	width:100%;
	text-align:center;
	clear:both;
	text-decoration:none !important;
	font-size: 26px;
}

.ui-commandlink.modal_notificacion 
{
	display: none;
	width: 120px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	padding: 7px 0;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	font-weight: 400;
	background: #548f39;
}
@media only screen and (max-width: 450px) {
div.credito_INFO
{
	width:300px;
	margin:0 auto;
	clear: both;
}
#ya-hice-mi-pago td input {
	width:120px !important;
}
}