﻿/* This changes all the animations globally */
/* :root {
    --animate-duration: 3200ms;
    --animate-delay: 0s;
  } */



/* Transicion paginas general */
.animate__animated.animate__fadeIn {
    --animate-duration: 300ms;
}

/* Transicion logo barra navegacion */
.animate__animated.animate__rubberBand {
    --animate-duration: 650ms;
}

/*
flip card
*/
.card-flip > div {
    backface-visibility: hidden;
    transition: transform 300ms;
    transition-timing-function: linear;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
  }
  
.card-front {
transform: rotateY(0deg);
}

.card-back {
transform: rotateY(180deg);
position: absolute;
top: 0;
}

.card-flip:hover .card-front {
transform: rotateY(-180deg);
}

.card-flip:hover .card-back {
transform: rotateY(0deg);
}

/* Se utiliza para chartsjs menu inicio*/
.wrapper {
    height: 500px !important;
    }

/* Transforma el texto en primera mayuscula */
.text-capital {
    text-transform: capitalize;
}
/*Estilos para toggle tipo android/ios */
.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px;
}

    .toggle.ios .toggle-handle {
        border-radius: 20px;
    }
.responsive-jexcel {
    min-height: 300px;
    max-height: 800px;
}


.toggle.android {
    border-radius: 0px;
}

    .toggle.android .toggle-handle {
        border-radius: 0px;
    }
/* 
@media (min-width: 508px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
} */

.modal-xl {
    max-width: 90% !important;
}

.btn-ico-xl {
    color: #FFF !important;
    font-weight: bolder;
    font-size: 38px;
}

.card_menu {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0px;
}

.FilterElementList {
    max-height: 240px;
    margin-bottom: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

ul > li.disable-text-highlight {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ElementoFiltro > .ContenedorCamposFiltro > ul.FilterElementList.disable-text-highlight > li.list-group-item.disable-text-highlight:hover {
    cursor: pointer;
    background-color: lightgray;
}

.ElementoFiltro > .ContenedorCamposFiltro > ul.FilterElementList.disable-text-highlight > li.list-group-item.disable-text-highlight.active:hover {
    cursor: pointer;
    background-color: dodgerblue;
}

.modal-content .modal-header .modal-title {
    max-width: 177px;
}

.modal-content .modal-header .modal-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.custom-file-create .custom-file-input ~ .custom-file-label::after {
    content: "Subir";
}

.custom-file-update .custom-file-input ~ .custom-file-label::after {
    content: "Listo" !important;
}

.form-group textarea {
    min-height: 38px;
    max-height: 250px;
    overflow-y: visible;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: rgb(73, 80, 87);
    color: rgb(233, 236, 239);
    font-size: 80%;
    position: absolute;
    padding: 1px 5px 2px 5px;
    bottom: -1.6em;
    left: 100%;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    max-width: 240px;
    min-width: 100px;
    z-index: 99999;
    visibility: hidden;
    white-space: normal;
}

[data-title] {
    position: relative;
}

.form-group .input-group-text:hover {
    background-color: #AAAAAA;
    cursor: help;
}

/*.scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
}*/

.scrollable-menu {
    min-width: 500px;
    height: auto;
    /*max-height: 90vh;*/
    max-height: 500px;
    overflow: auto;
    display: block;
    /*overflow-x: 500px;
    overflow-y: 500px;*/
}

.chart {
    width: 100%;
    min-height: 450px;
}

.row {
    margin: 0 !important;
}

.style_card_rm {
    height:300px;
    width: 247px; 
    margin:7px; 
    border-radius:6%;
}

/*.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > a:after {
        content: ">";
        float: right;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }*/
/* PARA FILE INPUT */
 @import url('https://code.getmdl.io/1.1.3/material.indigo-pink.min.css');
.file-upload {
    margin: 0 10px 0 25px;
}
.file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
  z-index: 10;
    font-size: 20px;
    cursor: pointer;
    height: 36px;
    opacity: 0;
    filter: alpha(opacity=0); }

.mensaje_file_upload{
  border: none;
  font-size: 12px;
  padding-left: 0;
  width: 250px; }

/* Buscar CFDI | exportar excel btn */
div.dt-buttons {
float: left;
/* margin-left:10px; */
}

.hyperlink_select:hover {
    color: #28a745 !important;
}

.select-with-button {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
}