﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    background-color: #e6e6e6;
    color: #404252;
    padding-top: 80px;
}

#header {
    background: #0071ce no-repeat;
    color: #a6a6a6;
    cursor: default;
    height: 74px;
    left: 0;
    line-height: 3.25em;
    position: fixed;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 10001;
}

    #header > .logo {
        display: flex;
        align-items:center;
        margin: auto;
        width:94%;
        max-width:1000px;
        height:74px;
    }
@media (min-width: 1200px) {
    #header > .logo {
        max-width:1140px;
    }
}
@media (min-width: 1400px) {
    #header > .logo {
        max-width: 1320px;
    }
}

    #header > .logo a {
        font-size: 1.25em;
        color: #FFF;
        text-decoration: none;
    }

        #header > .logo a:hover {
            color: rgba(255, 255, 255, 0.65);
        }

    #header > .logo span {
        font-weight: 400;
        font-size: .8em;
        color: rgba(255, 255, 255, 0.65);
    }

    #header > a {
        -moz-transition: color 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        display: inline-block;
        padding: 0 0.75em;
        color: inherit;
        text-decoration: none;
        color: #FFF;
    }


    /* esta parte es igual en el css login, body chek*/


    /* esta parte es igual en el css, body check, color del titulo*/

    .h1,
    h1 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #0071ce;
    }


    /*
.card {
    padding: 70px 10px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
 Se comenta la clase card por que cambia todo de la  hoja de estilo*/


    /* esta parte diferente de la css de login*/

    .brand-wrapper {
        margin-bottom: 19px;
    }

        .brand-wrapper .logo {
            height: 37px;
        }

    .login-card {
        border: 0;
        border-radius: 27.5px;
        box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
        overflow: hidden;
    }

    .login-card-img {
        border-radius: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .login-card .card-body {
        /*padding: 85px 60px 60px;*/
    }

    @media (max-width: 422px) {
        .login-card .card-body {
            padding: 35px 24px;
        }
    }

    .login-card-description {
        font-size: 25px;
        color: #000;
        font-weight: normal;
        margin-bottom: 23px;
    }

    .login-card form {
        /*max-width: 326px;*/
        margin-left: auto;
        margin-right: auto;
    }

    .col-3 .form-label {
        flex: 0 0 auto;
        /* width: 25%; */
    }

.login-card .form-control,
.login-card .form-select {
    /*color: #0071ce;*/
    /*border-color: #0c8dad;*/
    /*border-radius: 34px;*/
    padding: 10px 25px;
    /*margin-bottom: 20px;*/
    min-height: 45px;
    font-size: 13px;
    font-weight: normal;
}

        .login-card .form-control::-webkit-input-placeholder {
            color: #919aa3;
        }

        .login-card .form-control::-moz-placeholder {
            color: #919aa3;
        }

        .login-card .form-control:-ms-input-placeholder {
            color: #919aa3;
        }

        .login-card .form-control::-ms-input-placeholder {
            color: #919aa3;
        }

        .login-card .form-control::placeholder {
            color: #919aa3;
        }

    .login-card .login-btn {
        padding: 13px 20px 12px;
        background-color: #0071CE;
        border-radius: 35px;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        color: #fff;
        margin-bottom: 24px;
    }

        .login-card .login-btn:hover {
            border: 1px solid #0071CE;
            background-color: #ff9a00;
            color: white;
        }

    .login-card .forgot-password-link {
        font-size: 14px;
        color: #919aa3;
        margin-bottom: 12px;
    }

    .login-card-footer-text {
        font-size: 16px;
        color: #0d2366;
        margin-bottom: 60px;
    }

    @media (max-width: 767px) {
        .login-card-footer-text {
            margin-bottom: 24px;
        }
    }

    .login-card-footer-nav a {
        font-size: 14px;
        color: #919aa3;
    }


    /*# sourceMappingURL=login.css.map */


    /* esta es la parte diferente del css, en el check-list  */

    .form-check-label {
        margin-bottom: 10px;
    }


    /* esta es la parte diferente del css, en el body */

    .btn-tbl-primary {
        color: #fff;
        background-color: #0071CE;
        border-color: #0071CE;
        border-radius: 4px;
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

        .btn-tbl-primary:hover {
            color: #fff;
            background-color: #4D9ACD;
            border-color: #4D9ACD;
        }

        .btn-tbl-primary:not(:disabled):not(.disabled).active,
        .btn-tbl-primary:not(:disabled):not(.disabled):active,
        .show > .btn-tbl-primary.dropdown-toggle {
            color: #0c8dad;
            background-color: transparent;
            border-color: #0c8dad;
        }

    .row h5 {
        font-size: 1.25rem;
        font-weight: 700;
        color: #0071CE;
        DISPLAY: inline-block;
    }

    .btn-tuboleta {
        color: #0071CE;
        background-color: transparent;
        border-color: #0c8dad;
        border-radius: 34px;
        width: 100%;
        text-align: right;
    }

        .btn-tuboleta:hover {
            color: #0c8dad;
            background-color: transparent;
            border-color: #0c8dad;
        }

        .btn-tuboleta:not(:disabled):not(.disabled).active,
        .btn-tuboleta:not(:disabled):not(.disabled):active,
        .show > .btn-tuboleta.dropdown-toggle {
            color: #0c8dad;
            background-color: transparent;
            border-color: #0c8dad;
        }

    .btn-warning {
        padding: 13px 45px 12px;
        background-color: #ffa900;
        border-color: #fff;
        border-radius: 35px;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        color: #fff;
        margin: 24px 0 24px 0;
        max-width: 360px;
    }

        .btn-warning:hover {
            border: 1px solid #0071ce;
            background-color: #018dff;
            color: white;
        }

    .order-details {
        text-align: center;
        color: #333;
        font-weight: bold;
    }

    .order-number-label {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .order-number {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        line-height: 48px;
        font-size: 48px;
        padding: 8px 0;
        margin-bottom: 24px;
    }


    /* Header Start */

    option {
        font-size: 16px !important;
    }

    .hermes-logo-operador-v {
        max-width: 450px;
    }

    .container-col-mt-base {
        margin-top: 90px !important;
        margin-bottom: 20px !important;
    }
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }

    @media only screen and (max-width: 600px) {
        .hermes-logo-operador-v {
            max-width: 250px;
            margin-top: 30px;
        }

        .container-col-mt-base {
        }
    }

    .hermes_error_validate_form {
        color: red;
        font-size: 12px;
    }

    table.hermes-table-sta {
        width: 100%;
    }

    .hermes-table-sta th, tr {
        border: solid 1px gray;
    }

    .table-col-general {
        cursor: default;
        width: 100%;
    }

        .table-col-general thead {
            background: #fff no-repeat;
            color: #0071CE;
            text-align: center;
        }

        .table-col-general tr {
            background-color: #ffffff;
            color: #000;
            border: solid 5px #ffffff;
            font-size: 13px;
        }

    .table-col-general-me {
        padding-right: 10px;
    }

    .btn-col-selecction {
        background-color: #f5b022;
        border-color: #ffffff;
    }

        .btn-col-selecction:hover {
            background-color: #ffffff;
            border-color: #f5b022;
            color: #f5b022;
        }


    select.round {
        background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), radial-gradient(#ddd 0%, transparent 0%);
        background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - .5em) .5em;
        background-size: 5px 5px, 5px 5px, 2.2em 2.2em;
        background-repeat: no-repeat;
    }

        select.round:focus {
            background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%), radial-gradient(gray 0%, transparent 0%);
            background-position: calc(100% - 15px) calc(1em + 5px), calc(100% - 20px) calc(1em + 5px), calc(100% - .5em) .5em;
            background-size: 5px 5px, 5px 5px, 2.2em 2.2em;
            background-repeat: no-repeat;
            border-color: green;
            outline: 0;
        }

    .hrms-custom-txtb {
        min-width: 350px;
        padding: 0 !important;
        /*margin-bottom: 20px;*/
        min-height: 45px;
        font-size: 13px;
        font-weight: normal;
        background-color: transparent !important;
        border-color: transparent !important;
        font-weight: 600 !important;
        font-size: 15px !important;
    }

    .alert-info {
        color: #0071ce !important;
        background-color: #e9f5fd !important;
        border-color: #e9f5fd !important;
    }

    .alert-warning {
        color: #090909 !important;
        background-color: #f9f2e3 !important;
        border-color: #f9f2e3 !important;
    }

    .alert-danger {
        color: #090909 !important;
        background-color: #f9f2e3 !important;
        border-color: #f9f2e3 !important;
    }

    .alert-succes {
        color: #090909 !important;
        background-color: #00ad00 !important;
        border-color: #00ad00 !important;
    }

    .hrms-muted-sml {
        margin-top: -10px;
    }