﻿
@media (min-width: 768px) {
    div.widget240 {
        height: 240px;
    }
    div.widget370 {
        height: 370px;
    }
    div.widget170 {
        height: 170px;
    }
    .auth-wrapper .auth-side-form {
        background-color: #FFF;
    }
}
@media (max-width: 768px) {
    .auth-wrapper .auth-side-form {
        background-color: #304294;
    }
}
.table td, .table th {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: small;
}


.bootstrap-table .fixed-table-container .table thead th .th-inner {
    font-size: x-small;
}
.th-inner.sortable.both {
    text-align: center;
}
.font-l {
    font-size: large;
}
.font-m {
    font-size: medium;
}
.font-s {
    font-size: small;
}
.font-xs {
    font-size: x-small;
}
.font-xxs {
    font-size: 0.5em;
}


/*.auth-wrapper .auth-side-form {
    align-items: inherit;
}

.auth-wrapper > div {
    z-index: unset;
}*/
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
    font-size: small;
}

#global-loader {
    position: fixed;
    z-index: 50000;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.aut-bg-img-primus {
    background-image: url("../images/img-auth-big_v3.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /*opacity: 0.9;
    filter: alpha(opacity=80);*/
}
.auth-welcome {
    /*margin: auto 0 100px 0;*/
}
/*
:root {
    --primary: #4099ff;
    --secondary: #6c757d;
    --success: #2ed8b6;
    --info: #00bcd4;
    --warning: #FFB64D;
    --danger: #FF5370;
    --light: #f8f9fa;
    --dark: #343a40;

}
*/
:root {
    --primary-primus: #25c8cf;
    --secondary-primus: #304294;
}
/* FONDOS */
.pcoded-header.header-blue {
    background: -webkit-gradient(linear, left top, right top, from(#304294), to(#304294));
    background: linear-gradient(to right, #304294, #304294);
    color: rgba(255, 255, 255, 0.8);
}
    .pcoded-header.header-blue .dropdown .profile-notification .pro-head {
        color: #fff;
        background: #304294;
    }

/* ELEMENTOS DE FORMULARIOS */
.btn-primary {
    color: #fff;
    background-color: #25c8cf;
    border-color: #25c8cf;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #fff;
        border-color: #25c8cf;
        color: #25c8cf;
    }
    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0 rgba(37,200,207,1);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #808080;
        background-color: #e9ecef;
        border-color: #808080;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #25c8cf;
        border-color: #25c8cf;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.1rem rgba(37,200,207,1);
        }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #25c8cf;
    background-color: #25c8cf;
}

/* TABS*/
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #304294;
    /*background-color: #cae2ff;*/
    border-color: #e9ecef #e9ecef #dee2e6;
}
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        border-color: #e9ecef #e9ecef #dee2e6;
    }
    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        color: #fff;
        background-color: #304294;
        border-color: #dee2e6 #dee2e6 #fff;
    }

/* PAGINACION */
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #304294;
    border-color: #304294;
}
/* WIZARD */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #304294;
}

#help_message {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 1px #f6f7fb;
    color: #fff
}
    #help_message h6 {
        color: #fff
    }
    #help_message a {
        color: #fff
    }

.pcoded-navbar .pcoded-inner-navbar li.pcoded-menu-caption {
    text-transform: uppercase;
}

/*.pcoded-header .m-header {
    width: 25px;
}*/
/*.pcoded-header {
    padding: 5px;
}*/
    /*.pcoded-header .m-header {
        position: fixed;
    }*/
    .pcoded-header .m-header img {
        width: 150px;
    }
.fixed-bottom-right {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1030;
}
.fixed-bottom-left {
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.order-card-15 {
    color: #fff;
}

    .order-card-15 i {
        font-size: 15px;
    }
.order-card-20 {
    color: #fff;
}
.order-card-20 i {
    font-size: 20px;
}
.icon-search {
    cursor: pointer;

}
.h250 {
    height: 250px;
}
.h190 {
    height: 190px;
}

.modal-body{
    padding: 0px;
}
.texto-vertical {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    background-color: #304294;
    color: white;
    width: 20px;
    height: 100%;
    position: absolute;
    padding-top: 40px;
}

.fa-money-bill-animation {
    margin-left: 30px;
    animation: money-bill2 1s infinite;
}

@keyframes money-bill {
    0% {
        transform: scale(1.5) translate(0, 0) rotate(0);
    }

    10% {
        transform: scale(1.4) translate(-5px, 2.5px) rotate(-10deg);
    }

    20% {
        transform: scale(1.3) translate(-10px, 0) rotate(-20deg);
    }

    30% {
        transform: scale(1.2) translate(-5px, -2.5px) rotate(-30deg);
    }

    40% {
        transform: scale(1.1) translate(0, 0) rotate(-20deg);
    }

    50% {
        transform: scale(1.1) translate(5px, 2.5px) rotate(-10deg);
    }

    60% {
        transform: scale(1.2) translate(10px, 0) rotate(0);
    }

    70% {
        transform: scale(1.3) translate(5px, -2.5px) rotate(10deg);
    }

    100% {
        transform: scale(1.4) translate(0, 0) rotate(0);
    }
}

@keyframes money-bill2 {
    0% {
        transform: scale(1.5) /*translate(0, 0) rotate(0)*/;
    }

    10% {
        transform: scale(1.4) /*translate(-5px, 2.5px)*/;
    }

    20% {
        transform: scale(1.3) /*translate(-10px, 0)*/;
    }

    30% {
        transform: scale(1.2) /*translate(-5px, -2.5px)*/;
    }

    40% {
        transform: scale(1.1) /*translate(0, 0)*/;
    }

    50% {
        transform: scale(1.1) /*translate(5px, 2.5px)*/;
    }

    60% {
        transform: scale(1.2) /*translate(10px, 0)*/;
    }

    70% {
        transform: scale(1.3) /*translate(5px, -2.5px)*/;
    }

    100% {
        transform: scale(1.4) /*translate(0, 0)*/;
    }
}

@media (min-width: 768px) {
    .appWhatsapp {
        /*position: fixed;*/
        margin-left: 80px;
        bottom: 100px;
        width: 60px;
        z-index: 10000
    }

    .appWhatsapp img {
        width: 60px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .appWhatsapp {
        /*position: fixed;*/
        left: 20px;
        bottom: 10px;
        width: 60px;
        z-index: 10000
    }

    .appWhatsapp img {
        margin-left:85px;
        width: 50px;
        height: auto;
    }
}