.tooltip_test_j {
    display: inline;
    position: relative;
    text-transform: uppercase !important;
}

.tooltip_test_j:hover:after {
    bottom: 26px;
    content: "Editar";
    /* este es el texto que será mostrado */
    left: -170%;
    position: absolute;
    z-index: 98;
    /* el formato gráfico */
    /*background: rgba(0,0,0, 0.9); /* el color de fondo */
    background-color: #631c19;
    border-radius: 5px;
    color: #FFF;
    /* el color del texto */
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: 100px;
    text-transform: uppercase !important;
}

.tooltip_test_j:hover:before {
    bottom: 20px;
    content: "";
    left: 33%;
    position: absolute;
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
    border-color: rgba(0, 0, 0, 0.9) transparent;
    border-width: 6px 6px 0 6px;
    text-transform: uppercase !important;
}

.tooltip_test_activar {
    display: inline;
    position: relative;
    text-transform: uppercase !important;
}

.tooltip_test_activar:hover:after {
    bottom: 26px;
    content: "Activar";
    /* este es el texto que será mostrado */
    left: -170%;
    position: absolute;
    z-index: 98;
    /* el formato gráfico */
    /*background: rgba(0,0,0, 0.9); /* el color de fondo */
    background-color: #631c19;
    border-radius: 5px;
    color: #FFF;
    /* el color del texto */
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: 100px;
    text-transform: uppercase !important;
}

.tooltip_test_activar:hover:before {
    bottom: 20px;
    content: "";
    left: 33%;
    position: absolute;
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
    border-color: rgba(0, 0, 0, 0.9) transparent;
    border-width: 6px 6px 0 6px;
    text-transform: uppercase !important;
}

.tooltip_test_desactivar {
    display: inline;
    position: relative;
    text-transform: uppercase !important;
}

.tooltip_test_desactivar:hover:after {
    bottom: 26px;
    content: "Desactivar";
    /* este es el texto que será mostrado */
    left: -170%;
    position: absolute;
    z-index: 98;
    /* el formato gráfico */
    /*background: rgba(0,0,0, 0.9); /* el color de fondo */
    background-color: #631c19;
    border-radius: 5px;
    color: #FFF;
    /* el color del texto */
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: 100px;
    text-transform: uppercase !important;
}

.tooltip_test_desactivar:hover:before {
    bottom: 20px;
    content: "";
    left: 33%;
    position: absolute;
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
    border-color: rgba(0, 0, 0, 0.9) transparent;
    border-width: 6px 6px 0 6px;
    text-transform: uppercase !important;
}

.tooltip_test_eliminar {
    display: inline;
    position: relative;
    text-transform: uppercase !important;
}

.tooltip_test_eliminar:hover:after {
    bottom: 26px;
    content: "Eliminar";
    /* este es el texto que será mostrado */
    left: -170%;
    position: absolute;
    z-index: 98;
    /* el formato gráfico */
    /*background: rgba(0,0,0, 0.9); /* el color de fondo */
    background-color: #631c19;
    border-radius: 5px;
    color: #FFF;
    /* el color del texto */
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: 100px;
    text-transform: uppercase !important;
}

.tooltip_test_eliminar:hover:before {
    bottom: 20px;
    content: "";
    left: 33%;
    position: absolute;
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
    border-color: rgba(0, 0, 0, 0.9) transparent;
    border-width: 6px 6px 0 6px;
    text-transform: uppercase !important;
}

#opcion1:hover {
    background: #8bc34a;
    color: white;
    box-shadow: 0 13px 21px -4px rgb(139, 195, 74, 1);
}

#opcion1:hover .media-body p {
    color: white !important;
}

#opcion1:hover .media-left span {
    border: 1px solid;
    border-color: white;
}

#opcion2:hover {
    background: #ba68c8;
    color: white;
    box-shadow: 0 13px 21px -4px rgb(186, 104, 200, 1);
}

#opcion2:hover .media-body p {
    color: white !important;
}

#opcion2:hover .media-left span {
    border: 1px solid;
    border-color: white;
}

#opcion3:hover {
    background: #00bcd4;
    color: white;
    box-shadow: 0 13px 21px -4px rgb(0, 188, 212, 1);
}

#opcion3:hover .media-body p {
    color: white !important;
}

#opcion3:hover .media-left span {
    border: 1px solid;
    border-color: white;
}

#opcion4:hover {
    background: #ffa726;
    color: white;
    box-shadow: 0 13px 21px -4px rgb(255, 167, 38, 1);
}

#opcion4:hover .media-body p {
    color: white !important;
}

#opcion4:hover .media-left span {
    border: 1px solid;
    border-color: white;
}

#opcion5:hover {
    background: #ef5350;
    color: white;
    box-shadow: 0 13px 21px -4px rgb(239, 83, 80, 1);
}

#opcion5:hover .media-body p {
    color: white !important;
}

#opcion5:hover .media-left span {
    border: 1px solid;
    border-color: white;
}

#opcion6:hover {
    background: #454747;
    color: white;
    box-shadow: 0 13px 21px -4px rgb(38, 166, 154, 1);
}

#opcion6:hover .media-body p {
    color: white !important;
}

#opcion6:hover .media-left span {
    border: 1px solid;
    border-color: white;
}

#opcion7:hover {
    background: #263238;
    color: white;
    box-shadow: 0 13px 21px -4px rgb(38, 50, 56, 1);
}

#opcion7:hover .media-body p {
    color: white !important;
}

#opcion7:hover .media-left span {
    border: 1px solid;
    border-color: white;
}

#opcion8:hover {
    background: #42a5f5;
    color: white;
    box-shadow: 0 13px 21px -4px rgb(66, 165, 245, 1);
}

#opcion8:hover .media-body p {
    color: white !important;
}

#opcion8:hover .media-left span {
    border: 1px solid;
    border-color: white;
}

#opcion9:hover {
    background: #26a69a;
    color: white;
    box-shadow: 0 13px 21px -4px rgb(38, 166, 154, 1);
}

#opcion9:hover .media-body p {
    color: white !important;
}

#opcion9:hover .media-left span {
    border: 1px solid;
    border-color: white;
}

.mt-10 {
    margin-top: 10px;
}

.height {
    height: 100px;
}

@media (max-width: 767px) {
    .icono-terminos {
        font-size: 30px;
    }
    .mb-10px {
        margin-bottom: 10px;
    }
    .leyenda {
        font-size: 13px;
        position: relative;
        top: -12px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
    }
}

@media (min-width: 1357px) {
    .leyenda {
        float: right;
        font-size: 15px;
    }
    .icono-terminos {
        font-size: 50px;
    }
}

@media (min-width: 1024px) and (max-width: 1356px) {
    .font-menu {
        font-size: 9px;
    }
    .leyenda {
        float: right;
        font-size: 15px;
    }
    .icono-terminos {
        font-size: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .icono-terminos {
        font-size: 50px;
    }
    .mt-ipad {
        margin-top: 65px;
    }
    .leyenda {
        float: right;
        font-size: 13px;
    }
}

.error {
    color: #d9534f;
    font-size: 11px;
}

.error-input {
    border-color: #d9534f;
}

.success-input {
    border-color: #86c042;
}

.tam-text {
    font-size: 11px;
}

.error-select .bootstrap-select button {
    border-color: #d9534f;
}

.success-select .bootstrap-select button {
    border-color: #86c042;
}

#demo_chosen_select_chosen {
    width: 100% !important;
}

#demo_chosen_select_re_chosen {
    width: 100% !important;
}


/*css btn*/

.loading {
    width: 200px;
    height: 50px;
    margin: 0px auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.loading span {
    background-color: white;
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    bottom: 0;
    animation: waving 1s infinite ease-in-out
}

.loading span:nth-of-type(2) {
    left: 12px;
    animation-delay: .2s
}

.loading span:nth-of-type(3) {
    left: 23px;
    animation-delay: .4s
}

.loading span:nth-of-type(4) {
    left: 34px;
    animation-delay: .6s
}

.loading span:last-of-type {
    left: 45px;
    animation-delay: .8s
}

@keyframes waving {
    0%,
    50%,
    100% {
        transform: translate(0);
        background-color: black;
        height: 8px
    }
    25% {
        transform: translateY(10px);
        /* You can do that with SCALE, too. */
        background-color: white;
        height: 29px
    }
}


/*css btn*/

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.tab-base .nav-tabs .active,
.tab-base .nav-tabs .active a {
    background-color: #ba68c8 !important;
    color: #fff !important;
}

.tab-base .nav-tabs a:hover {
    background-color: #ba68c8 !important;
    color: #fff !important;
}

.modal {
    overflow-y: auto;
}

video {
    width: 100% !important;
}

.subir {
    padding: 5px 10px;
    background: #f55d3e;
    color: #fff;
    border: 0px solidd #fff;
}

.subir:hover {
    color: #fff;
    background: #f7cb15;
}

.thumb-img {
    position: relative;
    width: 100%;
    max-width: 200px;
    max-height: 125px;
}

.btn-delete {
    position: absolute;
    right: 10px;
    top: 5px;
}

.btn-visibilidad {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.btn-trans {
    background-color: transparent;
    border: none;
}

.btn-trans:hover {
    background-color: transparent;
    border: none;
}

.chosen-container {
    width: 100% !important;
}

.text-white>li+li:before {
    border-color: #fff;
}

#errorCheck label {
    display: block !important;
}

.pace .pace-progress,
.nano>.nano-pane>.nano-slider {
    background-color: rgb(174, 247, 159);
}

.floating-container {
    z-index: 999999 !important;
}

.img-qr {
    border: 2px solid #acacac;
}
.clipboard {
    background-color: #000000ab;
}
.clipboard i {
    font-size: 30px;
    font-weight: bold;
}
.clip input[type=hidden] {
    display: none;
    visibility: 0;
}
.clip{
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.clip > .clipboard {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    justify-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
  }
  .clip:hover > .clipboard {
    visibility: visible;
    opacity: 1;
  }

  .details-inte:hover{
    border: 1px solid #00bcd4 !important;
  }

  .material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label.label-dark::before {
    opacity: 0.5;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > label.label-dark::after {
    background: rgb(0, 0, 0);
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label.label-dark::before {
    background: #249e92;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: #249e92;
    left: 20px;
}
