﻿html {
	position: relative;
	min-height: 100%;
}

.body_mundomujer {
	margin: 0px;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #005D97;
	background-color: #FFFFFF;
	font-family: "Open Sans", arial;
	color: #333;
	font-size: 12px;
	font-style: italic;
}


.row {
	margin: auto;
	width: 90%;
}


.logo_zona_tzp {
	height: 49px;
	width: 115px;
}

.superfinaciera {
	background-image: url(/tiendas_c/plantillas/mundomujer/graficas/superintendencia.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 50%;
}

.logo_zona_zp {
	background-image: url(/tiendas_c/plantillas/mundomujer/graficas/logo_zonapagos_encab.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 50%;
	padding-top: 20px;
}

.logo_cliente {
	width: 300px;
}

.col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
	color: #005D97;
}

.tooltip-inner {
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #005D97;
	border-radius: 4px;
	font-weight: bold;
	width: 300px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 150px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0px;
	margin: 2px 0px 0px;
	font-size: 14px;
	list-style: outside none none;
	background-color: #FFF;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.200);
	background-clip: padding-box;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #005D97;
	border-width: 5px 5px 0;
	margin-right: 25px;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.navbar-default {
	background-image: linear-gradient(to bottom, #FFF 0px, #FFF 100%);
	background-repeat: repeat-x;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset, 0px 0px 0px rgba(0, 0, 0, 0);
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


.fondo_btnup_tzp {
	background-color: #005D97;
	font-size: 12px;
	font-weight: bold;
	font-family: "Open Sans", arial;
	font-style: italic;
	color: #FFF;
	border: 1px solid #005D97;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	text-align: center;
	height: 26px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-decoration: none;
	width: 140px;
	margin-top: 15px;
	margin-bottom: 15px;
}

a:hover.fondo_btnup_tzp {
	height: 26px;
	background-color: #428BCA;
	border: 1px solid #428BCA;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.fondo_btnup_new_tzp {
	background-color: #005D97;
	font-size: 12px;
	font-weight: bold;
	font-family: "Open Sans", arial;
	font-style: italic;
	color: #FFF;
	border: 1px solid #005D97;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	text-align: center;
	height: 26px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(/tiendas_c/plantillas/mundomujer/graficas/administracion.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 140px;
}

a:hover.fondo_btnup_new_tzp {
	height: 26px;
	background-color: #428BCA;
	border: 1px solid #428BCA;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}


.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #FFFFFF;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #FFFFFF;
	background-color: #428BCA;
	height: 26px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 26px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Open Sans", arial;
	font-style: italic;
}

.navbar-default .navbar-nav>li>a {
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 26px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Open Sans", arial;
	font-style: italic;
}

.navbar-default .navbar-nav>.active>a {
	/*background-image: linear-gradient(to bottom, #428BCA 0px, #428BCA 100%);*/
	background-image: none;
	-webkit-background-image: linear-gradient(to bottom, #428BCA 0px, #428BCA 100%);
	background-color: #428BCA;
	background-repeat: repeat-x;
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.075) inset;
	font-size: 12px;
	font-weight: bold;
	font-family: "Open Sans", arial;
	font-style: italic;
}

#navbar {
	text-align: right;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 12px;
	font-weight: bold;
	font-family: "Open Sans", arial;
	font-style: italic;
	background-color: #FFF;
}

.navbar-nav {
	float: right;
	margin-top: 1px;
	margin-right: 5px;
}


.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #FFF;
	background-color: #428BCA;
	border: 1px solid #428BCA;
}

.nav-tabs.nav-justified {
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.container>.navbar-header,
.container>.navbar-collapse {
	margin-right: 0px;
	margin-left: 0px;
	height: 50px;
	background-color: #fff;
}


.navbar-collapse {
	max-height: 340px;
	padding-right: 0px;
}

.container {
	width: 100%;
	background-color: #FFF;
}


.divContainer {
	margin: auto;
	width: 90%;
}

.divencabezado {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
	margin: auto;
	font-weight: bold;
	color: #005D97;
}

.tabs-login {
	background: #E6E6E6 none repeat scroll 0% 0%;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	margin-top: -1px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border: 1px solid #CCCCCC;
}


.container-login h4 {
	font-size: 15px;
	color: #005D97;
	font-family: "Open Sans", Arial;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
}

.container-login input[type="submit"] {
	background-color: #005D97;
	font-size: 12px;
	font-weight: bold;
	font-family: "Open Sans", arial;
	font-style: italic;
	color: #FFF;
	border: 1px solid #005D97;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	width: 50%;
	cursor: hand;
	margin: auto;
}


.container-login {
	min-height: 0px;
	max-width: 680px;
	color: #005D97;
	padding: 0px;
	margin: auto;
}


.form-group {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 12px;
	margin-left: 12px;
}

.form-control {
	font-size: 12px;
	line-height: 1.42857;
	color: #333;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .7s, -webkit-box-shadow ease-in-out .7s;
	-o-transition: border-color ease-in-out .7s, box-shadow ease-in-out .7s;
	transition: border-color ease-in-out .7s, box-shadow ease-in-out .7s;
	font-style: italic;
}

.form-control:focus {
	border-color: #66AFE9;
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
	background-color: #FDFDFD;
}

.pie_pagina_tzp {
	margin: auto;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	padding-bottom: 20px;
	width: 90%;
	font-family: "Open Sans", arial;
	color: #333;
	font-size: 12px;
	font-style: italic;
}


.pie_new {
	font-family: arial;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	text-align: right;
	line-height: 16px;
	padding-right: 10px;
}


.pie_new_verde {
	color: #387A7E;
	text-decoration: none;
}


.pie_cliente {
	margin: auto;
	width: 90%;
	text-align: center;
	font-family: "Open Sans", arial;
	color: #333;
	font-size: 12px;
	font-style: italic;
	/* padding-top: 15px; */
	/* padding-bottom: 15px; */
}


.input-group-addon {
	color: #666666;
	text-align: center;
	background-color: #D4D4D4;
	padding: 6px 12px;
	font-size: none;
	font-weight: normal;
	line-height: 1;
	border: 1px solid #cccccc;
	border-radius: 0px;
	margin: none;
}

.navbar-default .navbar-toggle {
	border-color: #005D97;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #005D97;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #418AC8;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}


.elemento {
	font-size: 22px;
	font-style: normal;
	color: #333;
	text-decoration: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #005D97;
}


.container-login h2 {
	color: #005D97;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
	text-align: center;
}




.AlertaR {
	font-size: 22px;
	font-style: italic;
	color: #005D97;
	font-family: arial;
	text-align: left;
}

blockquote small,
blockquote .small {
	font-family: "Open Sans", arial;
	color: #333;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}

blockquote {
	padding: 10px 20px;
	margin: 0px 0px 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #005D97;
}

.col-md-6 {
	font-weight: bold;
	color: #005D97;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #FFFFFF;
	background-color: #FDFDFD;
}

.chks {
	text-align: center;
}



.col-md-2 {
	text-align: right;
	color: #005D97;
}

.success {
	font-weight: bold;
	text-align: right;
	color: #005D97;
}

.table-responsive {
	padding: 4px;
	width: 100%;
	line-height: 1.42857;
	color: #333;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.7s ease-in-out 0s, box-shadow 0.7s ease-in-out 0s;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}


.col-md-4 {
	width: 100%;
	margin-right: none;
	position: none;
	min-height: none;
	padding-right: none;
	padding-left: none;
	margin: auto;
}


.btn-default {
	background-image: linear-gradient(to bottom, #005D97 0px, #005D97 100%);
	background-repeat: repeat-x;
	border-color: #005D97;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	align-content: center;
}

.btn-default:hover,
.btn-default:focus {
	background-color: #428BCA;
	background-position: 0px 0px;
	color: #fffFFF;
	align-content: center;
}

.container-login input[type=submit] {
	background-color: #005D97;
	border-color: #005D97;
	color: #ffffff;
	border-radius: 0;
	line-height: 1.33;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
}

.container-login input[type="submit"]:hover,
.container-login input[type="submit"]:focus {
	background: #428BCA none repeat scroll 0% 0%;
	border-color: #428BCA;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

#ContentPlaceHolder1_BtnAceptar {
	width: 70%;
	align-content: center;
	margin-top: 15px;
	margin-right: -10px;
	margin-bottom: 15px;
}

#ContentPlaceHolder1_BtnRegresar {
	width: 70%;
	margin-top: 15px;
	margin-left: -10px;
	align-content: center;
	margin-bottom: 15px;
}

.btnpendientes {
	align-content: center;
	padding-left: 45%;
}


@media(max-width:1000px) {

	#ContentPlaceHolder1_BtnAceptar {
		width: 100%;
		align-content: center;
		margin-top: 15px;
		margin-right: 0px;
		margin-bottom: 15px;
		margin-left: 0px;
	}

	#ContentPlaceHolder1_BtnRegresar {
		width: 100%;
		align-content: center;
		margin-top: 15px;
		margin-right: 0px;
		margin-bottom: 15px;
		margin-left: 0px;
	}
}

.btn-default:focus {
	color: #FFF;
}

.btn {
	/*display: inline;*/
	background-color: #005D97;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin: auto;
	align-content: center;
}


.EncabezadoFatura {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #005D97;
	background-color: #005D97;
	text-align: center;
	height: 40px;
}

.rowsData input[type="button"] {
	border: 1px solid #9e9e9ea8;
	border-radius: 4px;
	padding: 4px 14px;
	background-color: #efefefc7;
}

.container-login .nav-tabs.nav-justified>li>a,
.container-login .nav-tabs.nav-justified>li>a:hover,
.container-login .nav-tabs.nav-justified>li>a:focus {
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	border-radius: 8px 8px 0px 0px;
	-webkit-box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.15), 0 3px 3px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.15), 0 3px 3px rgba(0, 0, 0, 0.075);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	margin: auto;
}


.container-login .nav-tabs.nav-justified>.active>a,
.container-login .nav-tabs.nav-justified>.active>a:hover,
.container-login .nav-tabs.nav-justified>.active>a:focus {
	color: #666;
	background-color: #D4D4D4;
}

.content-btn-shared {
	margin-top: 100px;
}

/* Estilos para dispositvos moviles */
@media(max-width:767px) {
	.body_mundomujer {
		overflow-x: visible !important;
	}

	.content-btn-shared {
		margin-top: 10px;
	}

	.logo_cliente {
		width: 200px;
	}

	.logo_zona_tzp {
		height: 39px;
		width: 95px;
	}

	.superfinaciera {
		background-position: center;
		height: auto;
		width: 0%;
	}

	.logos_cert_tzp {
		display: none;
	}

	.footer>.container {
		margin-bottom: 3rem;
	}

	form#form1 table td img,
	form#form1 table td p {
		justify-self: center;
		width: 90%;
		display: block;
	}
	.body_mundomujer table td > img, .body_mundomujer table td > p img {
		justify-self: center;
		width: 90%;
		height: auto;
		display: block;
	}
	

	form#form1>table:first-of-type {
		width: 100% !important;
		display: table;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	/* Solo los primeros 3 tr hijos directos del tbody */
	form#form1>table:first-of-type>tbody>tr:nth-child(-n+3) {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
	}

	/* Celdas dentro de esos tr */
	form#form1>table:first-of-type>tbody>tr:nth-child(-n+3)>td,
	form#form1>table:first-of-type>tbody>tr:nth-child(-n+3)>th {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
		word-break: break-word;
	}

	.bills-body {
		width: 94vw
	}

	.logo_zona_zp {
		height: auto;
		width: 50%;
		padding-top: 0;
	}

	.fondo_btnup_tzp {
		background-color: #005D97;
		font-size: 12px;
		font-weight: bold;
		font-family: "Open Sans", arial;
		font-style: italic;
		color: #FFF;
		text-align: center;
		text-decoration: none;
		width: 150px;
		border-top-width: 2px;
		border-right-width: 1px;
		border-bottom-width: 2px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #FFFFFF;
		border-right-color: #005D97;
		border-bottom-color: #FFFFFF;
		border-left-color: #005D97;
		height: 26px;
	}

	a:hover.fondo_btnup_tzp {
		background-color: #428BCA;
		border-top-width: 2px;
		border-right-width: 1px;
		border-bottom-width: 2px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #FFFFFF;
		border-right-color: #005D97;
		border-bottom-color: #FFFFFF;
		border-left-color: #005D97;
		height: 26px;
	}

	.fondo_btnup_new_tzp {
		background-image: none;
		background-repeat: no-repeat;
		background-position: 10px center;
		background-color: #005D97;
		font-size: 12px;
		font-weight: bold;
		font-family: "Open Sans", arial;
		font-style: italic;
		color: #FFF;
		text-align: center;
		text-decoration: none;
		width: 150px;
		border-top-width: 2px;
		border-right-width: 1px;
		border-bottom-width: 2px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #FFFFFF;
		border-right-color: #005D97;
		border-bottom-color: #FFFFFF;
		border-left-color: #005D97;
		height: 26px;
	}

	a:hover.fondo_btnup_new_tzp {
		background-color: #428BCA;
		border-top-width: 2px;
		border-right-width: 1px;
		border-bottom-width: 2px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #FFFFFF;
		border-right-color: #005D97;
		border-bottom-color: #FFFFFF;
		border-left-color: #005D97;
		height: 26px;
	}

	body {
		margin: 0px;
	}

	.container {
		width: 100%;
		background-color: #FFF;
		padding-right: 10px;
		padding-left: 10px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 4px;
	}

	.divencabezado {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 5px;
		text-align: center;
		margin: auto;
		font-weight: bold;
		color: #005D97;
	}

	.divContainer {
		margin: auto;
		width: 100%;
	}

	.navbar-collapse {
		max-height: 767px;
		padding-right: 0px;
	}

	.container-login input[type="submit"] {
		background-color: #005D97;
		font-size: 12px;
		font-weight: bold;
		font-family: "Open Sans", arial;
		font-style: italic;
		color: #FFF;
		border: 1px solid #005D97;
		padding-top: 6px;
		padding-right: 1px;
		padding-bottom: 6px;
		padding-left: 1px;
		border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		width: 50%;
		cursor: hand;
		margin: auto;
	}

	.AlertaR {
		font-size: 18px;
		font-style: italic;
		color: #333;
		font-family: arial;
		text-align: left;
	}

	.col-md-4 {
		width: 50.3333%;
		margin-right: auto;
		padding-left: 25%;
	}

	.btnpendientes {
		align-content: center;
		padding-left: 35%;
	}

	.container-login .nav-tabs.nav-justified>li>a,
	.container-login .nav-tabs.nav-justified>li>a:hover,
	.container-login .nav-tabs.nav-justified>li>a:focus {
		font-style: italic;
		font-weight: bold;
		text-transform: uppercase;
		color: #CCCCCC;
		text-decoration: none;
		background-color: #F2F2F2;
		border: 1px solid #CCCCCC;
		border-radius: 8px 8px 0px 0px;
		-webkit-box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.15), 0 3px 3px rgba(0, 0, 0, 0.075);
		box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.15), 0 3px 3px rgba(0, 0, 0, 0.075);
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
		margin: auto;
		height: 46px;
	}

	.container-login .nav-tabs.nav-justified>.active>a,
	.container-login .nav-tabs.nav-justified>.active>a:hover,
	.container-login .nav-tabs.nav-justified>.active>a:focus {
		color: #666;
		background-color: #D4D4D4;
		height: 46px;
	}

	.row {
		margin: auto;
		width: 98%;
	}

	.table-responsive {
		padding: 4px;
		width: 100%;
		line-height: 1.42857;
		color: #333;
		border: 1px solid #CCC;
		border-radius: 4px;
		box-shadow: none;
		transition: border-color 0.7s ease-in-out 0s, box-shadow 0.7s ease-in-out 0s;
		margin-top: auto;
		margin-right: 0;
		margin-bottom: 1rem;
		margin-left: 0;
		background-color: rgba(255, 255, 255, 0.8);
		background-image: none;
	}

	.table tr.rowsData>td {
		min-width: 9rem;
		word-break: break-word;
		align-content: center;
	}

	.table-responsive {
		scrollbar-width: thin;
		border-collapse: collapse;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		scrollbar-color: #005d97 #f0f0f0;
		scrollbar-width: auto;
	}

	.rowsData .txtSum {
		max-width: 10rem;
		text-align: end;
	}

	:not(.contenido_dav_pc) .content-form-tc {
		width: 100%;
		margin: auto;
		padding: 10px;
		border-radius: 8px;
		box-shadow: 0px 1px 6px #c3c3c3;
	}
	form[name="forma_Tarjeta_credito"] .content-form-tc > .container-tc .col-3 {
		flex-basis: calc(100% - 10px);
		height: min-content;
	}
	.container-tc input, .container-tc select {
		width: 100% !important;
	}

	.container-tc .small-column {
        flex-basis: calc(50% - 9px) !important;
        height: min-content !important;
    }

	.texto_opcion_medio_pago select[name="lst_bancos_pse"] {
		scrollbar-width: thin;
		border-collapse: collapse;
		display: block;
		white-space: nowrap;
		scrollbar-color: #005d97 #f0f0f0;
		scrollbar-width: auto;
	}

	select[name="lst_bancos_pse"] option {
		margin: 10px 0 !important;
	}
}