/* CSS Document */
/*	@import 'menu_tabs.css';	*/
@import 'icons.css';
@import 'navbar.css';
@import 'ribbons.css';

/*@import 'menu3.css';*/
/*@import 'columnas.css';*/
/*@import 'services.css';*/
/*@import 'extranet.css';*/
/*	@import 'help.css';	*/
/*@import 'catalogos.css';*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed');*/
/*	----------------------------------------------------------------	comunes	*/
body {
	color: inherit;
	font-family: 'Roboto Condensed', sans-serif;
	/*	padding-top: 70px; 	*/
	padding-bottom: 100px;
	font-size: 16px;
	line-height: 1.42857143;
	/*
	color: #333333;
	background-color: #f0f0f0;
	*/
	background-color: #FDFDFD;
	/*
	background: url(https://static.videezy.com/system/resources/thumbnails/000/005/082/original/macro-plex-4k-motion-background-loop.jpg) no-repeat center center fixed;
	background-size: cover;
	height: 100%;
	overflow: hidden;


	*/
}

.xgestion_main_container>.container,
.xgestion_main_container>.container-fluid {
	background-color: #FDFDFD;
}

h1,
h2,
h3 {
	color: inherit;
	padding: .1em;
	margin: .1em;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

a.xPopover {
	color: inherit;
	text-decoration: none;
}

a.xPopover:hover {
	color: inherit;
	text-decoration: none;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

table.borderless tr td,
table.borderless tr th {
	border: 0;
}

code {
	margin: 5px 0;
	padding: 15px 20px;
	text-align: left;
	display: block;
	overflow: auto;
	/* white-space: pre; */
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	white-space: pre;
	width: auto;
}

.box {
	background: #fff;
}

.div_invisible {
	display: none;
}

.caduco_0 {
	color: inherit;
}

input[type=number] {
	text-align: right;
}

input[type=number],
input[type=date] {
	max-width: 150px;
}

input[type=search] {
	min-width: 250px;
}

.serach_input {
	min-width: 250px;
}

.equal {
	display: -webkit-flex;
	display: flex;
}

/*
.text_short {
	white-space: nowrap;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.input-group-addon {
	white-space: nowrap;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.input-group { width: 100%; }
select.form-control {
	white-space: nowrap;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
}
*/
/*	----------------------------------------------------------------	varios	*/
.caduco_0 {
	color: inherit;
}

.caduco_1 {
	color: #F00;
}

.precio_0 {
	color: inherit;
}

.precio_1 {
	color: #F00;
}

.info {
	background-color: #FFF;
	height: auto;
	border-radius: 0 5px 5px 0;
	box-shadow: 0px 0px 5px 0px #D0D0E8;
}

.contable_1 {
	color: inherit;
}

.wavy {
	text-decoration: underline;
	-webkit-text-decoration-color: salmon;
	text-decoration-color: salmon;
	-webkit-text-decoration-style: wavy;
	text-decoration-style: wavy;
}

.contable_0 {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	color: #CCC;
}

.contable_0:hover {
	color: inherit;
}

/*	----------------------------------------------------------------	blink	*/
.blink {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	80% {
		opacity: 0;
	}
}

/*	----------------------------------------------------------------	website	*/
.overlay {
	height: auto;
	background: #FFF;
	opacity: 0.9;
	padding: 5% 0;
}

/*	----------------------------------------------------------------	botonera	*/
.botonera,
.botonera ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	width: 100%;
}

.botonera>li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
}

/*	----------------------------------------------------------------	buscadores	*/
.ac_search * {
	margin: 0;
	padding: 0;
}

.ac_search a {
	list-style: none;
	vertical-align: text-top;
	font-family: inherit;
	text-overflow: ellipsis;
}

.ac_search_pic {
	vertical-align: top;
	width: 20%;
	min-height: 3em;
	display: inline-block;
	background-color: #FFF;
	background: url("/intranet/images/icons/noimg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.ac_search_txt {
	/*
	min-width:100px;
	max-width:300px;
	*/
	vertical-align: top;
	display: inline-block;
	padding-left: 5px;
	vertical-align: text-top;
	width: 80%;
}

.GoogleMapsContent {
	float: left;
	width: 100%;
	height: 100%;
	max-height: 600px;
	margin: 0 0 0 0;
}

.pageheadtitle,
.pageheadsearh {
	display: none;
}

/*	----------------------------------------------------------------	iconos de tipo de orden	*/
.srv_icons {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	float: right;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	opacity: 0.5;
	font-size: .6em;
}

.srv_icons:hover {
	opacity: 1;
	font-size: 1.4em;
}

.hideOverflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	display: block;
}

.btnShortForm {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100px;
	display: block;
}

/*	----------------------------------------------------------------	animaciones	*/
.searching {
	background-color: #FFF;
	background-image: url("/intranet/images/icons/loading_bar.gif");
	background-repeat: no-repeat;
	background-size: 100% 5px;
	background-color: inherit;
	background-position: bottom center;
	z-index: 99999;
}

.loading {
	background-image: url("/intranet/images/icons/loading_bar.gif");
	background-repeat: no-repeat;
	background-size: 100% 5px;
	background-position: top;
}

/* .checking {
	background: url("/intranet/images/icons/loading.gif");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 1em;
	padding-right: 1.2em;
} */

.checking {
	background: url("/intranet/images/icons/loading.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.2em;
	min-height: 1.2em;
	min-width: 1.2em;
}

.text-line-through {
	text-decoration: line-through;
}

/*------------------------------------------------------------------------------*/
.Side_Bar_Toggle_Program {
	right: -250px;
	text-align: left;
	position: fixed;
	top: 0;
	width: 251px;
	height: 100%;
	font-size: inherit;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding-left: 1px;
	z-index: 9999999;
	box-shadow: 0px 0px 20px 0px #777;
}

.popup_s {
	width: 100%;
	max-width: 340px;
}

/*
.Side_Bar_Toggle_Program:hover {
	right:0px;
	background-color:#FFF;
	padding-left:5px;
	padding-right:5px;
	box-shadow: 0px 0px 20px 0px #777;
}
*/
.sidebar_right_show {
	right: 0px;
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	box-shadow: 0px 0px 20px 0px #777;
}

/*------------------------------------------------------------------------------*/

.banner1_text {
	color: #FFF;
	text-shadow: 2px 2px 3px #000;
	font-size: 2em;
}

.banner_to_cover {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #FFF;
	text-shadow: 3px 3px 3px #000;
}

.text_enforced_none {
	color: inherit;
}

.text_enforced_black {
	color: #000;
	text-shadow: .1em .1em .1em #FFF;
}

.text_enforced_white {
	color: #FFF;
	text-shadow: .1em .1em .1em #000;
}

.text_enforced_black {
	color: #000;
	text-shadow: .1em .1em .1em #FFF;
}


div.centered_container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.detailsContainer600px {
	font-family: Arial, sans-serif;
	max-width: 600px;
	margin: 20px auto;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 20px;
	background-color: #f9f9f9;
}

/*------------------------------------------------------------------------------	bootstsrap*/
/*input,.input-group {max-width: 280px;}*/
.form-inline .form-control {
	display: inline-block !important;
	width: auto !important
}

table.table-striped>tr.odd {
	background-color: #f9f9f9ea !important;
}

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

.m-1 {
	margin: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.mt-1 {
	margin-top: .25rem !important;
}

.mr-1 {
	margin-right: .25rem !important;
}

.mb-1 {
	margin-bottom: .25rem !important;
}

.ml-1 {
	margin-left: .25rem !important;
}

.mx-1 {
	margin-left: .25rem !important;
	margin-right: .25rem !important;
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important;
}

.mt-2 {
	margin-top: .5rem !important;
}

.mr-2 {
	margin-right: .5rem !important;
}

.mb-2 {
	margin-bottom: .5rem !important;
}

.ml-2 {
	margin-left: .5rem !important;
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important;
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.my-3 {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.ml-5 {
	margin-left: 3rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-auto {
	margin-bottom: auto !important;
	margin-top: auto !important;
}

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

.p-1 {
	padding: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pt-1 {
	padding-top: .25rem !important;
}

.pr-1 {
	padding-right: .25rem !important;
}

.pb-1 {
	padding-bottom: .25rem !important;
}

.pl-1 {
	padding-left: .25rem !important;
}

.px-1 {
	padding-left: .25rem !important;
	padding-right: .25rem !important;
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important;
}

.pt-2 {
	padding-top: .5rem !important;
}

.pr-2 {
	padding-right: .5rem !important;
}

.pb-2 {
	padding-bottom: .5rem !important;
}

.pl-2 {
	padding-left: .5rem !important;
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pr-3 {
	padding-right: 1rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pl-3 {
	padding-left: 1rem !important;
}

.py-3 {
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pr-4 {
	padding-right: 1.5rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4 {
	padding-left: 1.5rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pr-5 {
	padding-right: 3rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.pl-5 {
	padding-left: 3rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

/*------------------------------------------------------------------------------	bootstsrap - navtabs*/
@media (max-width: 768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%;
	}

	.nav-justified>li>a {
		border-bottom: 1px solid #ddd !important;
		border-radius: 4px 4px 0 0 !important;
		margin-bottom: 0 !important;
	}

	.nav-justified>li.active>a {
		border-bottom: 1px solid transparent !important;
	}
}

/*------------------------------------------------------------------------------	bootstsrap*/
.navbar a,
.nav-sidebar a {
	color: #333;
}

.dropdown-menu {
	min-width: 200px;
}

ul.nav.nav-sidebar .dropdown-submenu li a:link {
	line-height: 32px;
	list-style-type: none;
	text-transform: capitalize;
}

ul.nav.navbar-nav>li.active {
	background-color: #666;
}

ul.nav.navbar-nav .dropdown-menu li a:link,
ul.nav.nav-tabs .dropdown-menu li a:link {
	line-height: 32px;
}

.navbar .xgSite ul li {
	list-style-type: none;
	text-transform: capitalize;
}

.navbar .navbar-inverse {
	background-color: #036;
	color: #FFF;
}

.navbar .navbar-inverse {
	background-color: #036;
	color: #FFF;
}

.navbar {
	margin-bottom: 10px;
}

.navbar-fixed-bottom {
	margin-bottom: 0;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
	/*
	max-height:600px;
	overflow:auto;
	*/
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.navbar-brand {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 300px;
}

a.btn-primary {
	color: #fff !important;
}

.container-fixed-above-navbar {
	position: fixed;
	bottom: 50px;
	/* Ajusta este valor al alto de tu navbar */
	left: 0;
	width: 100%;
	/* Para que ocupe todo el ancho */
	z-index: 1030;
	/* Asegura que quede por encima del contenido, pero debajo del navbar si es necesario */
	background-color: #f8f9fa;
	/* Color de fondo (opcional) */
	padding: 10px 0px;
	/* Ajusta el espacio interno */
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	/* Opcional: sombra para separación */
}

/*----------------------------------------------------------------BOOTSTRAP PROGRESS BAR -------------------------*/
.progress {
	margin-bottom: 0 !important;
}

/*----------------------------------------------------------------BOOTSTRAP TABS VERTICAL-------------------------*/
.tabs-left,
.tabs-right {
	border-bottom: none;
	padding-top: 2px;
}

.tabs-left {
	border-right: 1px solid #ddd;
}

.tabs-right {
	border-left: 1px solid #ddd;
}

.tabs-left>li,
.tabs-right>li {
	float: none;
	margin-bottom: 2px;
}

.tabs-left>li {
	margin-right: -1px;
}

.tabs-right>li {
	margin-left: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
	border-bottom-color: #ddd;
	border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
	border-bottom: 1px solid #ddd;
	border-left-color: transparent;
}

.tabs-left>li>a {
	border-radius: 4px 0 0 4px;
	margin-right: 0;
	display: block;
}

.tabs-right>li>a {
	border-radius: 0 4px 4px 0;
	margin-right: 0;
}

.panel-primary>.panel-heading a {
	color: white;
	text-decoration: none;
}

.panel-primary>.panel-heading a:hover {
	text-decoration: underline;
}

.panel-body.mobile_dialog {
	height: calc(100vh - 120px);
	min-height: 150px;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

/*	vista previa expansible para notas*/
.readmore {
	position: relative;
	max-height: 6em;
	overflow: hidden;	
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all 0.6s ease-in-out;
	cursor: pointer;
	padding-right: 3em;
}

.readmore::after {
	content: "";
	background: inherit;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2em;
	pointer-events: none;
}

/* Flecha */
.readmore::before {
	content: "▼";
	position: absolute;
	right: 0.4em;
	bottom: 0.2em;
	font-size: 1em;
	color: #888;
	pointer-events: none;
	transition: transform 0.3s ease;
}

.readmore.expanded {
	max-height: none;
	-webkit-line-clamp: unset;
	overflow: visible;
}

.readmore.expanded::after {
	opacity: 0;
}

.readmore.expanded::before {
	content: "▲";
}



/*-------------------------------------------------------------------------------------------*/
.fas,
.far {
	margin-right: .2em;
}

/*-------------------------------------------------------------------------------------------*/
.site_copyright {
	background: #333;
	color: #ccc;
	padding: 20px 0;
	font-size: 12px;
}

.site_copyright p {
	margin: 0;
}

@media (max-width: 991px) {
	.site_copyright p {
		float: none !important;
		text-align: center;
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) {
	.dl-horizontal dd {
		margin-left: 20px;
	}
}

/*-------------------------------------------------------------------------------------------*/
.side_bar_toggle_left {
	position: fixed;
	top: 100px;
	left: 0;
	width: 270px;
	padding: 3px;
	font-size: inherit;
	text-align: left;
	font-family: inherit;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 768px) {
	.side_bar_toggle_left {
		display: none;
	}
}

@media screen and (max-width: 1880px) {
	.side_bar_toggle_left {
		left: -250px;
	}

	.side_bar_toggle_left:hover {
		left: 0;
		background-color: #FFF;
		z-index: 99999;
	}
}

@media screen and (max-width: 1064px) {
	.Side_Bar_Toggle_Program {
		background-color: transparent;
		right: -250px;
		box-shadow: none;
	}
}

@media screen and (max-width: 768px) {
	.Side_Bar_Toggle_Program {
		display: none;
	}
}

/*	----------------------------------------------------------------		*/
div.DTS tbody tr {
	background-color: white;
}

#img_wait {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	height: 100px;
	margin-top: -50px;
	z-index: 9999999999;
}

.carousel-control {
	width: 4%;
}

.carousel-control.left,
.carousel-control.right {
	margin-left: 15px;
	background-image: none;
}

@media (max-width: 767px) {
	.carousel-inner .active.left {
		left: -100%;
	}

	.carousel-inner .next {
		left: 100%;
	}

	.carousel-inner .prev {
		left: -100%;
	}

	.active>div {
		display: none;
	}

	.active>div:first-child {
		display: block;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	.carousel-inner .active.left {
		left: -50%;
	}

	.carousel-inner .next {
		left: 50%;
	}

	.carousel-inner .prev {
		left: -50%;
	}

	.active>div {
		display: none;
	}

	.active>div:first-child {
		display: block;
	}

	.active>div:first-child+div {
		display: block;
	}
}

@media (min-width: 992px) {
	.carousel-inner .active.left {
		left: -16.7%;
	}

	.carousel-inner .next {
		left: 16.7%;
	}

	.carousel-inner .prev {
		left: -16.7%;
	}
}

.box {
	background: #fff;
	margin: 0 0 30px;
	border: solid 1px #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.cross_title {
	font-size: 24px;
	/*	color: #C66300;	*/
	font-weight: 100;
	padding: 15px;
}

/*	navbar-default to xgestion	*/

/*	------------------------------------------------------------------	ribbonds	---------------------*/
.ribbon {
	position: absolute;
	top: 50px;
	padding-left: 5px;
	z-index: 20;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	opacity: .5;
}

.ribbon:hover {
	opacity: 1;
}

.ribbon .ribbon-background {
	position: absolute;
	top: 0;
	right: 0;
}

.ribbon .theribbon {
	position: relative;
	padding: 5px 5px 5px 10px;
	margin: 5px 5px 5px -15px;
	color: #fff;
	background-color: #999;
	text-shadow: 0px 1px 2px #bbb;
	white-space: nowrap;
	box-shadow: 1px 1px 3px 0px #999;
	width: auto;
}

.ribbon .theribbon:before,
.ribbon .theribbon:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}

.ribbon .theribbon:after {
	left: 0px;
	top: 100%;
	border-width: 5px 5px;
	border-style: solid;
	border-color: #333 #333 transparent transparent;
}

.ribbon.sale {
	top: 0;
}

.ribbon.stock .theribbon {
	background-color: #666;
	text-shadow: 0px 1px 2px #bbb;
	box-shadow: 1px 1px 2px 0px #999;
}

.ribbon.stock .theribbon:after {
	border-color: rgb(153, 144, 144) rgb(172, 170, 170) transparent transparent;
}

/*
.ribbon.gift {
	top: 80px;
}
*/
.ribbon.stock {
	top: 70px;
}

.ribbon.promo {
	top: 90px;
}

.ribbon.discount {
	top: 110px;
}

.ribbon.gift .theribbon {
	background-color: #5cb85c;
	text-shadow: 0px 1px 2px #bbb;
}

.ribbon.gift .theribbon:after {
	border-color: #357935 #357935 transparent transparent;
}

.ribbon.discount .theribbon {
	background-color: #5bc0de;
	text-shadow: 0px 1px 2px #bbb;
	box-shadow: 1px 1px 2px 0px #999;
}

.ribbon.promo .theribbon {
	background-color: rgb(173, 19, 19);
}

.ribbon.discount .theribbon:after {
	border-color: #2390b0 #2390b0 transparent transparent;
}

/*
.prdFrameContainer {
	position:absolute;
	left:0;
	top:0;
	width:inherit;
	height:330px;
	width:100%;
	overflow:hidden;
	z-index:0;
	background:#FFF;
	box-shadow: 0px 1px 1px 0px #999;
 transition: all .5s;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
}
.prdFrameContainer:hover {
	position:absolute;
	overflow:visible;
	z-index:1;
	height:auto;
	box-shadow: 5px 10px 10px 0px #999;
}
*/
.prdframe {
	border-radius: 4px !important;

	position: relative;
	box-shadow: 0px 0px 2px #c5c4c4;

}

.prdframe:hover {
	cursor: pointer;
	box-shadow: 5px 5px 5px 0px #999;
}

a.prdframe {
	text-decoration: none;
	color: inherit;
}

a.prdframe>div {
	margin: 5px 5px 10px 5px;
}

a.prdframe>div:hover {
	cursor: pointer;
	box-shadow: 5px 5px 5px 0px #999;
	text-decoration: none;
	color: inherit;
}

.xgPanel {
	position: relative;
}

.xgPanel .xgPanel_footer {
	position: absolute;
	bottom: 0;
	left: 0;
}













/* .movile_container {
		position: absolute;
		width: 100%;
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 0;
	}

	.centered-box {
		height: calc(100vh - 260px);
		border-top: 0;
		max-width: 600px;
		width: 100%;
		padding: 15px;
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
		border-radius: 5px;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		overflow-x: hidden;
		overflow-y: auto;

	} */

.container_foot_buttons {
	position: absolute;
	margin-top: auto;
	width: 100%;
	padding-top: 15px;
	bottom: 70px;

}

/* .xg_movile_600 {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		padding: 5px 15px;
		background-color: #fff;
	} */









/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.label {
	vertical-align: super;
	font-size: small;
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
	left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right .modal-footer {
	bottom: 0;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

/********************************/
/*	evita que el buscador de google maps quede debajo del widgwet de bootstrap 	*/
.pac-container {
	z-index: 9999;
}

/*
.owl-centered .owl-wrapper {
	display: table !important;
}
.owl-centered .owl-item {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.owl-centered .owl-item > div {
	text-align: center;
}
*/
.owl-prev {
	width: 40px;
	height: 33%;
	position: absolute;
	top: 25%;
	left: -10px;
	display: block !important;
}

.owl-next {
	width: 40px;
	height: 33%;
	position: absolute;
	top: 25%;
	right: -10px;
	display: block !important;
}

.avatar {
	height: 256px;
	width: 256px;
	background: #FFF;
	box-shadow: 0px 0px 5px 0px #999;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.collapse.dont-collapse-sm {
		display: block;
		height: auto !important;
		visibility: visible;
	}
}

/********************************************************************************************************
bootstrap table-borderless
https://stackoverflow.com/questions/18075794/bootstrap-table-without-stripe-borders
*******************************************************************************************************/
.table-borderless>tbody>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tfoot>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>thead>tr>th {
	border: none;
}

/********************************************************************************************************
bootstrap vertical align
https://www.codeply.com/go/3OTmCFGV5b
Se usa en Dashboard de VerenaPay
*******************************************************************************************************/
.display-flex-center {
	display: flex;
	align-items: center;
}

.transform-center-parent {
	position: relative;
	transform-style: preserve-3d;
}

.transform-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

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

.display-inline-block>div {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.h-50 {
	height: 50vh;
}
