﻿.h-screen{
    height: 100vh;
}

/*preloader*/
#preloader {
    overflow: hidden;
    /*background-image: linear-gradient(145deg, #339b9e 0%, #68cc98 100%);*/
    background-color: #A81414;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    color: #fff;
}

    #preloader .jumper {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        position: absolute;
        margin: auto;
        width: 50px;
        height: 50px;
    }

        #preloader .jumper > div {
            background-color: #fff;
            width: 10px;
            height: 10px;
            border-radius: 100%;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            position: absolute;
            opacity: 0;
            width: 50px;
            height: 50px;
            -webkit-animation: jumper 1s 0s linear infinite;
            animation: jumper 1s 0s linear infinite;
        }

            #preloader .jumper > div:nth-child(2) {
                -webkit-animation-delay: 0.33333s;
                animation-delay: 0.33333s;
            }

            #preloader .jumper > div:nth-child(3) {
                -webkit-animation-delay: 0.66666s;
                animation-delay: 0.66666s;
            }

/*Para el div de carga*/
#divloading {
    overflow: hidden;
    /*background-image: linear-gradient(145deg, #339b9e 0%, #68cc98 100%);*/
    background-color: #A81414;
    opacity: 0.90;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 100001;
    color: #fff;
}

    #divloading .jumper {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        position: absolute;
        margin: auto;
        width: 50px;
        height: 50px;
    }

        #divloading .jumper > div {
            background-color: #fff;
            width: 10px;
            height: 10px;
            border-radius: 100%;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            position: absolute;
            opacity: 0;
            width: 50px;
            height: 50px;
            -webkit-animation: jumper 1s 0s linear infinite;
            animation: jumper 1s 0s linear infinite;
        }

            #divloading .jumper > div:nth-child(2) {
                -webkit-animation-delay: 0.33333s;
                animation-delay: 0.33333s;
            }

            #divloading .jumper > div:nth-child(3) {
                -webkit-animation-delay: 0.66666s;
                animation-delay: 0.66666s;
            }

.div-bloqueo {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 300001;
    opacity: .8;
    filter: alpha(opacity=80);
    display: none;
}

@-webkit-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    5% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #A81414;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #801111;
    }

.degradado-animado {
    background: linear-gradient(140deg, #000000, #A81414);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 5s ease infinite;
    -o-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
}
.degradado-invertido {
    background: linear-gradient(140deg, #A81414, #000000);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 5s ease infinite;
    -o-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
}

.color-animado {
    font-weight: bold;
    -webkit-animation: colorchange 5s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 17%
    }

    50% {
        background-position: 100% 84%
    }

    100% {
        background-position: 0% 17%
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 0% 17%
    }

    50% {
        background-position: 100% 84%
    }

    100% {
        background-position: 0% 17%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 17%
    }

    50% {
        background-position: 100% 84%
    }

    100% {
        background-position: 0% 17%
    }
}

@-webkit-keyframes colorchange {
    0% {
        color: #A81414;
    }

    50% {
        color: #000000;
    }

    100% {
        color: #A81414;
    }
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #A81414;
    border-color: #dee2e6 #dee2e6 #fff;
}

.table td, .table th {
    padding: .175rem;
}

.tab-content {
    margin-top: .5rem !important;
}

.modal-header button span {
    font-size: 50px;
    color: #A81414;
}
.modal-header .close {
    padding: 5px;
}
.modal-header button:focus {
    outline: none;
}

/*LOADER DIV*/
.loader,
.loader:before,
.loader:after {
    background: #a81414;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #a81414;
    text-indent: -9999em;
    margin: 58px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        position: absolute;
        top: 0;
        content: '';
    }

    .loader:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 1.5em;
    }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/*PRODUCT SELECTED*/
.product-selected {
    background: #FFEBCD;
}

select.form-control {
    cursor: pointer;
}

.float-label{
    font-weight: bold;
}

.error {
    color: #a81414;
}

.btn-sm {
    padding: .25rem .5rem;
}

.btn i {
    margin-right: 0px;
}

.dropdown-item{
    cursor: pointer;
}