@media (min-width: 1366px) {
    .col-lx-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

body {
    margin: 0px;
    height: 100vh;
}

.login-image {
    background: url('../../Image/Fondo.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

::placeholder {
    color: #bac2c7;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #bac2c7;
}

.login-container {
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.login-text-title {
    font-size: 11px;
}

.modalMessage {
    z-index: 10000;
    text-align: center;
    position: fixed;
    bottom: 5px;
    left: calc((100% - 50vw) / 2);
    width: 50vw;
    font-size: 12px;
    font-weight: bold;
}

.hidded {
    display: none;
}

.form-font {
    font-family: Helvetica, Sans-Serif;
}

.form-logo {
    max-width: 50%;
}

.form-logo-trustit-by {
    font-size: 10px;
    padding-top: 3px;
}

.form-logo-trustit {
    max-width: 15%;
}

.form-line {
    height: 1px;
    background: #8e96a4;
}

.form-title-text {
    font-size: 18px;
    font-weight: 700;
    color: #003163;
}

.input-form-text {
    font-size: 13px;
    color: #0b1f5a;
}

.input-form input {
    font-size: 13px !important;
    width: 100%;
    border: 0px;
    background: #d6dbde;
    height: 36px;
    border-radius: 5px;
    padding-left: 36px;
}

    .input-form input:focus {
        font-size: 14px;
        width: 100%;
        border: 0px;
        background: #e4e7ea;
        height: 36px;
        border-radius: 5px;
        outline: none;
    }

.input-form i {
    position: absolute;
    color: #c08937;
}

.icon {
    padding: 10px;
    min-width: 30px;
}

.btn-footer-modal {
    width: 100px;
    font-size: 13px;
}

.btn-footer-modal-search {
    width: 150px;
    font-size: 13px;
}

.btn-blue {
    border: 1px solid #0b1f5a !important;
    font-size: 13px;
    color: #ffffff !important;
    background-color: #0b1f5a !important;
}

    .btn-blue:hover {
        opacity: 0.8;
        color: #ffffff;
    }

    .btn-blue:active {
        color: #ffffff !important;
        background-color: #112f87 !important;
    }

.btn-green {
    border: 1px solid #389a04 !important;
    font-size: 13px;
    color: #ffffff !important;
    background-color: #389a04 !important;
}

    .btn-green:hover {
        opacity: 0.8;
        color: #ffffff;
    }

    .btn-green:active {
        color: #ffffff !important;
        background-color: #4acc05 !important;
    }

.btn-dark-yellow {
    border: 1px solid #f29312 !important;
    font-size: 13px;
    color: #ffffff;
    color: #ffffff !important;
    background-color: #f29312 !important;
}

    .btn-dark-yellow:hover {
        opacity: 0.8;
        color: #ffffff;
    }

    .btn-dark-yellow:active {
        color: #ffffff !important;
        background-color: #f5a942 !important;
    }

.btn-loading-dark-yellow {
    border: 1px solid #f29312 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border: 1px solid #f29312;
    font-size: 21px;
    color: #ffffff !important;
    background-color: #f29312 !important;
}

.btn-orange {
    border: 1px solid #ec5411 !important;
    font-size: 13px;
    color: #ffffff;
    color: #ffffff !important;
    background-color: #ec5411 !important;
}

    .btn-orange:hover {
        opacity: 0.8;
        color: #ffffff;
    }

    .btn-orange:active {
        color: #ffffff !important;
        background-color: #ef6427 !important;
    }

.no-display-statics {
    display: none !important;
}

.detail-box-title {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e5e5e5 !important;
    color: #000000 !important;
    font-weight: bold;
    border-top-left-radius: calc(0.5rem - (1px));
    border-top-right-radius: calc(0.5rem - (1px));
    margin-bottom: 1px;
}

.detail-box-item-right {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e5e5e5 !important;
    color: #000000 !important;
    font-weight: bold;
    font-size: 12px;
    border-bottom-right-radius: calc(0.5rem - (1px));
}

.detail-box-item-center {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e5e5e5 !important;
    color: #000000 !important;
    font-weight: bold;
    font-size: 12px;
}

.detail-box-item-left {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e5e5e5 !important;
    color: #000000 !important;
    font-weight: bold;
    font-size: 12px;
    border-bottom-left-radius: calc(0.5rem - (1px));
}

.detail-box-item-right-selected {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e7953f !important;
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 12px;
    border-bottom-right-radius: calc(0.5rem - (1px));
}

.detail-box-item-center-selected {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e7953f !important;
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 12px;
}

.detail-box-item-left-selected {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e7953f !important;
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 12px;
    border-bottom-left-radius: calc(0.5rem - (1px));
}

.detail-box-amout-up-left {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000 !important;
    font-weight: bold;
}

.detail-box-amout-up-right {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000 !important;
    font-weight: bold;
}

.detail-box-amout-down {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e5e5e5 !important;
    color: #000000 !important;
    font-weight: bold;
    border-top-left-radius: calc(0.5rem - (1px));
    border-top-right-radius: calc(0.5rem - (1px));
    border-bottom-left-radius: calc(0.5rem - (1px));
    border-bottom-right-radius: calc(0.5rem - (1px));
    margin-bottom: 1px;
}

.detail-box-text {
    font-size: 12px;
}

.detail-box-div {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000 !important;
    font-weight: bold;
}

.detail-box-div-title {
    padding-top: 5px;
    padding-bottom: 2px;
    color: #000000 !important;
    font-weight: bold;
}

.detail-box-not-found {
    color: red;
    text-align: center;
}

    .detail-box-not-found i {
        margin-bottom: 25px;
    }