.has-feedback .select2-selection {padding-left:32px;}
.badge > .fa {vertical-align: text-top}
.select2-container{ width: 100% !important; }
.bg-red {background: red}
.cp {cursor:pointer;}

.producto-referencias-cloud {
	width: 200px;
	position: absolute;
	background: #fff;
	border-radius: 5px;
	animation: cloud 0.25s normal forwards ease-in-out;
	box-shadow: -3px 3px 3px rgba(0,0,0,.2);
	border: 1px solid rgba(0,0,0,.2);
	padding: 10px 0
}
.producto-referencias-cloud > p{
	margin: 0px 5px 5px 12px; opacity: .8
}

.producto-referencias-cloud li {padding: 3px 12px;border-left:1px solid transparent;}
.producto-referencias-cloud li:hover {background-color: #f5f5f5 !important}
.producto-referencias-cloud .cloud-arrow {
	display: none;
	opacity:.5; left:-7px; top:50%; transform: scale(2); opacity: .5;
	position: absolute; color: #666; font-size: 13px; z-index: 100
}

@keyframes cloud {
    from {
        transform: translate3d(-10px, 0, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(10px, 0, 0);
        opacity: 1;
    }
}

body{ overflow-x: hidden }

#header_total {font-size: 22pt; margin: 0 50px 0 0; font-weight: 600; display: none}
#header_total span {
	color:#89ff00;
	/*color: yellow;*/
	background: #263238; display: inline-block;
	min-width:220px;
	line-height: 55px;
	height:55px;
	text-align: right;
	border-radius: 3px;
	word-break: break-all;
}
#header_total big {font-size: 25pt; margin-right:10px;}

.list-roles .list-group-item button {float:right;}
.list-group-header {position: relative;}
.list-group-header .btn-group {position: absolute;top:-2px; right: 10px; font-size:9px;}

.letras-wrap .input-group-addon.bootstrap-touchspin-postfix {
	background: #4CAF50; color:#fff; cursor: pointer;
}

.cambio_actual em{
	animation-duration: .5s;
	animation-name: cambio_actual;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@keyframes cambio_actual { from{opacity: .3} to {opacity: 1}}

.swal-ventas .sa-button-container .cancel {background: #1565C0; color:#fff;}
.swal-cobrar .sa-button-container .cancel {background: #4CAF50; color:#fff;} /*seguir en ventas*/

.panel-reporte .loader, .panel-reporte .progress-bar{opacity: 0; transition: opacity ease-in .25s;}

.panel-reporte.loading .loader, .panel-reporte.loading .progress-bar {opacity: 1}

#ui-datepicker-div.modal-anho-mes .ui-datepicker-calendar {display: none}

body.modal-open {padding-right: 17px}
.kiosk {
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1500;
	animation: kiosk 0.2s normal forwards ease-in-out;
	display: none !important;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.kiosk-content {

}
.hotkey {
	background: #000; color:#fff; padding:1px; display: inline-block; vertical-align: middle;
	border-left:3px solid #999; border-bottom:3px solid #999;
	border-top-right-radius: 3px;
	width:32px;
	height:32px;
	line-height: 32px
}
.form-control-feedback .hotkey {margin-left: 10px;}
@keyframes kiosk{
	from{ opacity:0; transform: scale(.95) }
	to{ opacity:1; transform: scale(1) }
}

.wrap-transferencias .producto-wrap {border:1px solid transparent; padding:10px; margin:5px 0; border-radius: 5px}
.wrap-transferencias .producto-wrap .texto-error  {display: none}
.wrap-transferencias .producto-wrap.producto-error {border-color:#D84315;}
.wrap-transferencias .producto-wrap.producto-error .texto-error {display: block}

#ventas_legend span {display: inline-block; width:20px; height:20px; margin: 0 10px;}