@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

*{
  
  font-family: 'Poppins', sans-serif;
}
html {
    cursor: default !important;
}

body {
    /*padding: 50px;*/
    overflow-y: scroll !important;
    font: 14px "Roboto", Helvetica, Arial, sans-serif;
}

.caja {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 200px;
    margin: -100px 0 0 -200px;
    text-align: center;
}

ul.main-menu {
    background-color: #fff;
}

.presentation .front, .presentation .front:after, .presentation .front .btn, .logo-container .logo, .logo-container .brand {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

body.printing {
    display: block;
}

.logo-container {
    padding-left: 8px;
    /* padding-bottom: 5px;
    padding-top: 3px */
}

.logo-container .logo a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
}

.logo-container .logo {
    overflow: hidden;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.20);
    box-sizing: content-box;
    float: left;
}

.logo-container .logo img {
    width: 100%;
    vertical-align: middle;
}

.logo-container .brand {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 70px;
    height: 40px;
    text-align: left;
}

/* menus*/

.motivo {
    background-image: url(/img/tapiz12.svg) !important;
    -webkit-background-size: 20em, 20em !important;
    -moz-background-size: 20em, 20em !important;
    -o-background-size: 20em, 20em !important;
    background-size: 20em, 20em !important;
}

.motivoTitulo {
    background-image: url(/img/tapiz12.svg) !important;
    -webkit-background-size: 20em, 20em !important;
    -moz-background-size: 20em, 20em !important;
    -o-background-size: 20em, 20em !important;
    background-size: 20em, 20em !important;
    background-color: rgb(0, 0, 0) !important;
}



.motivo2 {
    background-image: url(/img/tapiz12.svg) !important;
    -webkit-background-size: 20em, 20em !important;
    -moz-background-size: 20em, 20em !important;
    -o-background-size: 20em, 20em !important;
    background-size: 20em, 20em !important;
    background-color: rgb(51, 194, 175) !important;
}


.motivo3 {
    background-image: url(/img/tapiz12.svg) !important;
    -webkit-background-size: 20em, 20em !important;
    -moz-background-size: 20em, 20em !important;
    -o-background-size: 20em, 20em !important;
    background-size: 20em, 20em !important;
    background-color: rgb(224, 83, 83) !important;
    box-shadow: 0 0 15px 0 rgba(80, 80, 80, 0.774);
    transform: scale(1);
}


/* sweet Alert */

.swal2-modal .swal2-styled {
    border-radius: 0;
}

.swal2-modal {
    border-radius: 0;
}

.note-group-select-from-files {
    display: none;
}

.swal2-popup {
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    padding: 1.25em;
    border-radius: 0;
    background: #fff;
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
}

.swal2-icon {
    position: relative;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1em auto 1em;
}

.field-error .control-label, .field-error .help-block, .field-error .form-control-feedback {
    color: #ff0039;
    margin-left: 0;
    font-weight: 500;
}

.field-success .control-label, .field-success .help-block, .field-success .form-control-feedback {
    color: #009BDD;
    margin-left: 0;
    font-weight: 500;
}

.slimScrollBar {
    z-index: 9 !important;
    border-radius: 0 !important;
    opacity: 0.5 !important;
}

.listNotificacion {
    max-height: 40vh;
    overflow-x: hidden;
}

.listview {
    overflow-x: hidden !important;
}

button.impArea:hover {
    opacity: 0.8;
}

/* MOBILE */

@media (max-width:767px) {
    .impArea {
        display: none !important;
    }
}

.dropdown>ul>li>a:focus {
    /* background-color: #ff0039 !important; */
}

.close {
    margin-left: 20px;
}

.accion:not(:first-child):not(:nth-child(2)) {
    /* margin-left: 3px !important; */
}

.clc-cp-lb.blue-and-green {
    background-image: linear-gradient(90deg, #07C, #82ca9a);
}

.clc-cp-lb .clc-cp-lb-back-pattern {
    background-image: url(../img/cp/leaderboard-back-pattern.svg);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: 470px -115px;
}

.label-group>.label:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
}

.label-group>.label:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.well {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 2px;
}

.well-sm {
    padding: 9px;
    border-radius: 2px;
}

.main-menu .label-default {
    background-color: #fff;
}

.main-menu .well>span:first-child {
    font-size: 20px;
}

.main-menu .well {
    background-color: #fff;
    border: none;
    box-shadow: none;
}

.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
    /* -webkit-border-radius: 5px; */
    /* -moz-border-radius: 5px; */
    border-radius: 0;
}

.img-container .canvasImage {
    max-width: 100%;
    /* width: 100%; */
    height: 35vh;
}

#home .cropper-view-box, #home .cropper-face {
    border-radius: 50%;
}

.loader-msg {
    top: -30px;
}

html .page-loader {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50000000;
}

.thecube {
    /* width: 75px; */
    height: 75px;
    margin: 0 auto;
    /* margin-top: 50px; */
    position: relative;
    display: inline-flex;
    /* -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); */
}

.thecube .cube {
    position: relative;
    /* -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); */
}

.thecube .cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.thecube .cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: foldthecube 2.4s infinite linear both;
    animation: foldthecube 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0.6;
}

.thecube .c2 {
    /* -webkit-transform: scale(1.1) rotateZ(90deg); */
    /* transform: scale(1.1) rotateZ(90deg); */
}

.thecube .c3 {
    /* -webkit-transform: scale(1.1) rotateZ(180deg); */
    /* transform: scale(1.1) rotateZ(180deg); */
}

.thecube .c4 {
    /* -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg); */
}

.thecube .c2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.thecube .c3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.thecube .c4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@keyframes foldthecube {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        /* transform: perspective(140px) rotateX(-180deg); */
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        /* transform: perspective(140px) rotateX(0deg); */
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        /* transform: perspective(140px) rotateY(180deg); */
        opacity: 0;
    }
}

.btn-icon-f {
    font-size: 1.2em;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.input-group-addon {
    padding: 0;
}

.btn-loader {
    border: 2px solid #f3f3f3;
    position: relative;
    top: -44px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 0;
}

.form-horizontal .control-label {
    text-align: left;
}

.tab-nav li.active {
    background-color: #eeeeee;
}

.loader-input {
    position: absolute;
    right: 15px;
    top: 10px;
}

.loader-input.imgSelect {
    font-size: 2em;
    right: 1em;
}

body[data-current-skin] *:not(.top-menu) .toggle-switch .ts-helper {
    background: rgba(204, 204, 204, .5);
}

.top-menu .toggle-switch .ts-helper:before {
    background: #fafafa !important;
}

.top-menu .toggle-switch .ts-helper {
    background: rgba(0, 0, 0, .2) !important;
}

.popover {
    z-index: 100000;
}

.helpme {
    cursor: pointer;
}

.float-bar {
    bottom: 15px;
    right: 30px;
    float: right;
    position: fixed;
    z-index: 20;
}

.float-bar1 {
    bottom: 15px;
    float: right;
    position: fixed;
    z-index: 20;
}

.btn-help {
    display: inline-block;
}

.btn-help .help {
    top: -15px;
    position: relative;
    right: 0;
}

.popover-content {
    text-align: justify;
}

.profile-account {
    min-width: 300px;
}

.profile-account img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.profile-account h2 {
    font-size: 1em;
}

span.tack.anclar {
    transform: rotate(90deg);
}

span.tack:hover {
    transform: scale(1.5);
}

.text-block {
    display: block;
}

.align-middle {
    margin-top: 25%;
    margin-bottom: 25%;
}

@media (max-width: 767px) {
    body[data-current-skin]#page-login .toggle-switch .ts-helper {
        background: rgba(0, 0, 0, .2) !important;
    }
    body[data-current-skin]#page-login .toggle-switch .ts-helper:before {
        background: #fafafa !important;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1250px !important;
    }
}

span#eslogan {
    color: white;
    padding-top: 0;
    margin-top: 0;
    padding-left: 10px;
    position: relative;
    line-height: 0;
    top: -12px;
    font-size: 0.8em;
}

.item-acceso {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 120px;
    transition: all 1s;
    box-shadow: none !important;
}

.item-acceso a {
    display: block;
}

/* .item-acceso a.item-info:before {
    content: "\f05a";
    position: absolute;
    top: 32px;
    left: 33%;
    font: normal normal normal 1.3em FontAwesome;
    background: #fff;
    padding: 3px 4px;
    border-radius: 50%;
    height: 1.3em;
    width: 1.3em;
}
.item-acceso a.item-dir:before {
    content: "\f045";
    position: absolute;
    top: 32px;
    left: 33%;
    font: normal normal normal 1.3em FontAwesome;
    background: #fff;
    padding: 3px 4px;
    border-radius: 50%;
    height: 1.3em;
    width: 1.3em;
} */

.item-acceso a>.itemText {
    color: #4C4C4C;
    font-weight: 500;
}

.item-acceso:hover {
    background-color: #E6E6E6;
}

.item-acceso a>i {
    font-size: 3em;
    display: block;
    margin-bottom: 10px;
}

#home .card-body {
    bottom: 10px;
}

.porcen {
    position: absolute;
    top: 65px;
    text-align: center;
    padding-top: 21px;
    width: 100%;
}

.loader-porcent {
    top: 85px;
}

.btn-file>input[type=file] {
    cursor: pointer;
}

.btn-icon-large {
    border-radius: 20px;
    height: 40px;
    padding: 0;
    text-align: center;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    min-width: 50px;
}

.btn-icon-large .data-icon {
    position: relative;
    top: -1px;
    font-size: 14px;
}

a.btn-icon-large {
    padding-top: 8px;
}

.modal-md {
    width: 800px !important;
}

.modal-sm {
    width: 400px !important;
}

/* .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
} */

.waves-button, .waves-button-input, .waves-button:hover, .waves-button:visited {
    white-space: inherit;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    outline: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 13px;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.alert {
    z-index: 1080 !important;
}

body.swal2-shown {
    padding-right: 0 !important;
}

.v-align-super {
    vertical-align: super !important;
}

.card .card-header .actionsTop {
    top: 0px !important;
}

dl {
    margin-bottom: 0px;
}

.border-bottom {
    border-bottom: 1px #ccc solid;
}

.est-icon {
    font-size: 4rem;
}

/* .table-fixed {
    width: 100%;
}

.table-fixed tbody {
    height: 200px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

.table-fixed tbody td {
    float: left;
}

.table-fixed thead tr th {
    float: left;
} */

/* FIN MOBILE */

/* .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent
  } */

/* .four-zero h2 {
    font-size: 3em !important;
} */

/* html, body{ height: 100%; } */

.user {
    cursor: pointer;
}

.bg-transparent {
    background-color: transparent !important;
}

.linea-b {
    border-top: 1px solid #ccc;
}

.row.panel-group {
    /* padding: 10px; */
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.row.panel-group>.linea-b {
    position: relative;
    top: -10px;
    background-color: #ffffff;
    width: fit-content;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.inputclear {
    position: relative;
    float: right;
    bottom: 20px;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto !important;
}

.scrollModal {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

.restado {
    width: 150px;
    height: 150px;
}

.restado>.estado {
    font-weight: bold;
}

.restado>i {
    font-size: 2em;
}

.restado>.badge {
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
}

/* card controlador virtual */
