@CHARSET "utf-8";
/*NUEVO HELLOREWARDS*/

html, body {
    height: auto;
    min-height: 100vh;
    margin: 0;
}

body {
    /*background-repeat: no-repeat;*/
    background-repeat: unset;
    background-size:100% auto; 
    display: flex;
    flex-direction: column;
    height: 100%;
    background-position:bottom;
}

.box_shadow {
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	padding-left:0;
	padding-right:0;
}

/*********************************************
**** MODIFICACIONES A CLASES DE BOOTSTRAP ****
**********************************************/

/* FORMS */
.input-app, .input-bo, .input-reg, .input-filter{
    background-color: transparent !important;
}

.ts-control, .ts-control:focus, .ts-control:focus-visible, .ts-dropdown, .ts-dropdown-content{
    border:none !important;
    border-radius: inherit !important;
    background-color: inherit !important;       
    background-image: none !important;
    background-repeat: none !important;
    box-shadow:none !important;
}

.ts-dropdown, .ts-control, .ts-control input {
    color: unset;
    font-family: unset;
    font-size: unset;
    line-height: unset;
    padding: 1px;
}

.panel-white > .ts-control,
.panel-white > .ts-dropdown,
.panel-white > .ts-dropdown-content,
.input-filter > .ts-dropdown,
.input-filter > .ts-dropdown-content{
    background-color: white !important;       
}

.form-group {
    margin-bottom: 15px;
}

select.form-control {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}

.form-control:disabled{
    background-color: inherit;
    color:grey;
}

.form-control{
    border-radius: 0px !important;
}

.form-control:focus{
    border:none;
}

.bi{
	font-size: 20px;	
	cursor: pointer;
}

.bi-mini{
    font-size: 16px;
}

.btn {
    display: inline-block;
    padding: 8px 12px;
}

.btn-round{
	border-radius: 50%;
  	padding: 8px 16px;
  	font-size: 1.5em;
}

.btn-round-mini{
  	padding: 5px 10px;
  	font-size: unset;
    z-index:1;
    pointer-events: auto;
}

/************** TABLAS ******************/
                
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

table thead a.sortable,
table thead a.asc,
table thead a.desc {
    transition: opacity 0.2s ease;
}

table thead a.sortable:hover,
table thead a.asc:hover,
table thead a.desc:hover,
.panel-header-bb {
    opacity: .6;
}

/*********************************************
***************** CLASES APP *****************
**********************************************/

.panel-white{
    background-color: white !important; 
}

.panel-white .ts-dropdown,
.panel-white .ts-dropdown-content,
.panel-white .item{
    background-color: white !important;
}

.widget-data{
    /*color: white;*/
    font-weight: bold;
    font-size: 14px;
    cursor:pointer;
}

.separator-be{
	border-right: 2px solid white;
}

.barra_menu {
    height: 49px;
}

.menu-hamburguesa {
    font-size: 30px;
    cursor: pointer;
    top:10px;
    right:10px;
}

.w-icon {
    height:20px;
	width:20px;
	margin-right:5px;
    font-size: 20px;
    cursor: pointer;
}

.btn-std, .btn-alt, .btn-filter{
    width: 100%;
    font-size: 12px;
    border-radius: 8px;
}

.flashMessagesMargin{
	margin-top: 5px;	
}

form .no-modificable{
	border-color:grey;
    color: grey;
}

.form_error_msg{
	color:red;
	font-weight: bold;
	font-size: 14px;
}

span.form_error_msg ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 10px;
    margin-left: 10px;
}

.p-30{
	padding:30px;	
}

.disp_hidd {
	display: none;
	visibility: hidden;
}

.titulo-hr {
    font-size: 16px;
    font-weight: bold;
}

.descripcion {
    font-size: 16px;
    color: #000;
}

.px-15{
	padding-left:15px;
	padding-right:15px;
}

.input-login{
    border-radius: 0px !important;
}

.std-wrapper{
    border-radius: 1.5rem;
}

.ani-highlight:hover {
    border-radius: 5px;
    transform: scale(1.1);
}

/********* MICUENTA ********/

.grid_canjes {
	display:grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
    gap: 10px;
    justify-content: center;
    margin-top: 2vh;
}

.descripcion-canje {
  	font-size: 10px;
  	color: black;
}

.info-span{
	width:75% !important;
	padding-top: 5px;
	align-content:center;
}

.info_valor_incentivo{
	color:black;
	margin-left:10px;
	font-weight:bold;
    font-size: 0.8rem;
}

.div_saldos{
	border-radius:8px;
}

/********* TOOLTIP ********/

.tooltip-inner, #tooltip-box {
  background-color: #333;
  border-color: #333;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
}

.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #333;
}

#tooltip-box{
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1055;
    max-width: 95%;
    opacity: .95;
}

/********* INCENTIVOS ********/

.card-std:hover{
    border-radius: 5px;
    transform: scale(1.1);
}

/********* LOGIN ********/

#login-form-header{
    height: 8vh;
}

.form-login > .form-control::placeholder{
    opacity: .45;
    font-style: italic;
}

/********* MENU ADMIN ********/
.admin_holder{
	margin-top:4vh;
}

.grid_admin {
	display:grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    gap: 20px;
    justify-content: center
}

.admin-menu-item{
	background-position: center center;
	background-repeat: no-repeat;	
}

.imgUsuarios{
	background-image: url('../img/usuarios.png');
}

.imgVentas{
	background-image: url('../img/ventas.png');
}

.imgPuntos{
	background-image: url('../img/puntos.png');
}

.imgLotes{
	background-image: url('../img/lotes.png');
}

.imgImportarPuntos{
	background-image: url('../img/import-puntos.png');
}

.imgImportarUsuarios{
	background-image: url('../img/import-usuarios.png');
}

.imgHistorico{
	background-image: url('../img/historico.png');
}

.imgCanjes{
	background-image: url('../img/canjes.png');
}

.upload-icon {
    width: 50px;
    margin-bottom: 10px;
}

.upload-area {
    border: 1px solid #979797;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s;
}

.file-upload {
    position: relative;
    width: 100%;
    margin: 5px auto;
}

.drop-zone-input{
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
}

/********* COMPLETAR COMPRA ********/

#compra-card-wrapper hr{
    opacity:.8;
}


/********* WIDGET DIRECCIONES ********/

.seleccionable {
    padding: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.3s;
    backdrop-filter: blur(4px);
    background-color:lightgray;
}

.seleccionable:hover:not(:has(.btn-round:hover)) {
  border-color: lightblue;
}

.seleccionable.seleccionado {
    border: 4px;
    border-style: ridge;
    border-color: skyblue;
    background-color: whitesmoke;
    border-radius: 5px;
}

/********* BACKOFFICE ********/

.excel_a {
    font-size: 14px;
    font-weight: 800;
    color: #1f7244 !important;
}

.excel_img {
    width: 30px;
}

.btn-filter, .btn-filter:hover{
    color: #fff;
}

.btn-filter:hover{
    opacity: .9;
}

.btn-filter-search{
    background-color: #157347;
    border-color: #146c43;
}

.btn-filter-restart{
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.form-floating > label {
    font-weight: bold;
    color: black;
}

.page-item.active .page-link {
    z-index: unset;
}

.page-item.active .page-link {
    color: #fff;
    background-color: grey;
    border-color: grey;
}

.page-link {
    color: grey;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

/****************FOOTER*********************/

.footer, .push {
	height: 50px;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	margin:0;
  	z-index: 2;
}

.footer-holder{
    height:auto;
	left: 0;
  	bottom: 0;
  	width: 100%;
  	margin:0;
  	z-index: 2;
}

.fixed{
    position: fixed;
}

.img_footer {
    max-height: 50px;
}

.foot-text{
    padding-left: 1vw;
	font-size: 12px;
	text-decoration: none !important;
}

.foot-text:hover{
    font-size: 14px;
}

/**************** RECAPTCHA ******************/

.grecaptcha-badge {
  bottom: 60px !important;
  /*right: 20px !important;*/
  z-index: 9999;
}

/****************MODALS*********************/

.modal {
	text-align: center;
}

.modal-dialog {
	display: inline-block;
	text-align: center;
	vertical-align:middle;
}

.modal-dialog.modal-custom-size {
   max-width: 50%;
   width: 50%;
 }

.modal-body {
    padding: 1rem 6rem;
}

.modal-footer {
    border-top: 0;
}

/********************MEDIA QUERYS****************************/
@media  only screen and (max-width : 576px){

    .div_saldos{
    	padding:15px;
    }

    .menu-hamburguesa {
        display: block;
        color: white;
	    margin-right: 10px;
	    margin-left: 10px;
        font-size: 30px;
        cursor: pointer;
        top:10px;
        right:10px;
    }
    
    #menu-items {
    	opacity:0;
    	visibility:hidden;
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        background-color: #fff;
        position: absolute;
        top: 70px;
        left: 0px;
        width: 33.3%;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        border-bottom-right-radius: 10px;
    }
    
    #menu-items.visible{
    	opacity:1;
    	visibility:visible;
        border-right: none;
        z-index: 1;
    }
    
    #menu-items a {
        display: block;
        padding: 10px;
        text-decoration: none;
    }
    
    .separator-be {
	    border-right: 0;
	}

    .footer{
        height:160px;
    }

    .img_footer {
        margin-top: 5px;
        margin-left: 0px;
    }
}