.input-group-btn:first-child > .form-control {
	margin-left: -1px;
	width: auto;
}

.select2-container {
	width: 100% !important;
	/*display: inline;*/
}

.select2-container--default .select2-selection--single {
	height: 46px;
	padding-top: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
}

.buscar-usuario-media {
	width: 100px;
}


/* Form - Custom Radio */

.radio-custom {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
}

.radio-custom.radio-inline {
	display: inline-block;
	vertical-align: middle;
}

.form-group .radio-custom.radio-inline {
	margin-top: 7px;
	padding-top: 0;
}

.radio-custom:last-child,
.radio-custom:last-of-type {
	margin-bottom: 0;
}

.radio-custom input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 3px;
	margin: -6px 0 0 0;
	z-index: 2;
	cursor: pointer;
}

.radio-custom input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -5px;
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	width: 10px;
	height: 10px;
	background-color: #444;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 1px #444;
	box-shadow: 0px 0px 1px #444;
}

.radio-custom input[type="radio"]:disabled {
	cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled:checked + label:after {
	color: #999;
}

.radio-custom input[type="radio"]:disabled + label {
	cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled + label:before {
	background-color: #eee;
}

.radio-custom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.2;
}

.radio-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #bbb;
	background: #fff;
}

.radio-custom label + label.error {
	display: block;
}

html.dark .radio-custom label:before {
	background: #282d36;
	border-color: #21262d;
}

html.dark .radio-custom input[type="radio"]:checked + label:after {
	background-color: #fff;
}

html.dark .radio-custom input[type="radio"]:disabled + label:before {
	background: #242830;
	border-color: #242830;
}

html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
	background: #cccccc;
	-webkit-box-shadow: 0px 0px 1px #cccccc;
	box-shadow: 0px 0px 1px #cccccc;
}

html.dark .radio-success input[type="radio"]:checked + label:after,
.radio-success input[type="radio"]:checked + label:after {
	background: #47a447;
	-webkit-box-shadow: 0px 0px 1px #47a447;
	box-shadow: 0px 0px 1px #47a447;
}

html.dark .radio-warning input[type="radio"]:checked + label:after,
.radio-warning input[type="radio"]:checked + label:after {
	background: #ed9c28;
	-webkit-box-shadow: 0px 0px 1px #ed9c28;
	box-shadow: 0px 0px 1px #ed9c28;
}

html.dark .radio-danger input[type="radio"]:checked + label:after,
.radio-danger input[type="radio"]:checked + label:after {
	background: #d2322d;
	-webkit-box-shadow: 0px 0px 1px #d2322d;
	box-shadow: 0px 0px 1px #d2322d;
}

html.dark .radio-info input[type="radio"]:checked + label:after,
.radio-info input[type="radio"]:checked + label:after {
	background: #5bc0de;
	-webkit-box-shadow: 0px 0px 1px #5bc0de;
	box-shadow: 0px 0px 1px #5bc0de;
}

html.dark .radio-dark input[type="radio"]:checked + label:after,
.radio-dark input[type="radio"]:checked + label:after {
	background: #171717;
	-webkit-box-shadow: 0px 0px 1px #171717;
	box-shadow: 0px 0px 1px #171717;
}


/** FIX, evita que el menú se cierre cuando esté la barra del banner cargando ***/

.tp-bannertimer {
	z-index: 20;
}


/** Imagenes dentro de Catalogo Canjes, respetan una altura mínima,
 para no romper el orden dentro de su contenedor. **/

ul .products img.img-responsive {
	min-height: 179.875px;
}


/***Contenedor Buscador Plugin Catalogos****/

.product-media-center {
	width: 50%;
	margin: 0 auto;
}

.product-img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 0px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

span.product-text {
	font-size: 0.75em;
}


/*Centra la imagen de perfil*/

#PerfilImagen,
.col-md-3 .img-responsive {
	margin: 0 auto;
}

.col-md-3 .img-responsive {
    max-height: 270px;
    /*min-height: 270px;*/
}


/** FIX, reconocimientos, evita que se descuadren los textos de las medallas. **/

.thumb-info-caption .thumb-info-caption-text,
.thumb-info-caption p {
	min-height: 90px;
	max-height: 90px;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
}


/*Imagenes detalle canjes full width en su contenedor.*/
#detalles-carousel div img {
	display: block;
	width: 100%;
	height: auto;
}

/*Boton Excel*/
.excel-large {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: white;
	transition: 500ms;
}

.excel-large::after {
	height: 100%;
	-webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	/*	animation: ease-in 5000ms;*/
}

.excel-close {
	z-index: 99999;
	position: fixed;
	opacity: 1;
	top: 15px;
	right: 15px;
}
.lista > li{
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.border-none{
	border: none;
}