﻿/* 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: 450px;
    max-height: 800px;
}
.toggle.android {
    border-radius: 0px;
}

    .toggle.android .toggle-handle {
        border-radius: 0px;
    }

@media (min-width: 500px) {
    .modal-xl {
        width: 90%!important;
        max-width: 1200px!important;
    }
    .modal-xl2 {
        width: 97%!important;
        max-width: 1500px!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;
}

/*.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); }

.shadow {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}
.mensaje_file_upload{
  border: none;
  font-size: 12px;
  padding-left: 0;
  width: 250px; 
}
.border-left-primary {
    border-left: 0.25rem solid #4e73df!important;
}
.border-left-info {
    border-left: 0.25rem solid #36b9cc!important;
}
.border-left-warning {
    border-left: 0.25rem solid #f6c23e!important;
}
.border-left-danger {
    border-left: 0.25rem solid #EB2811!important;
}
.text-gray-300 {
    color: #dddfeb!important;
}
.border-left-success {
    border-left: 0.25rem solid #1cc88a!important;
}
.border-left-purpura {
    border-left: 0.25rem solid #8D2CE8!important;
}
.h-100 {
    height: 100%!important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}