@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: rgba(255,255,255,0.3);
}

body {
    font-family: "Encode Sans Semi Condensed", sans-serif !important;
    background-image: linear-gradient(to right, #dddddd50, #eeeeee50), url('../../Images/background/curvas_unilever.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.btn b {
    font-weight: 600 !important;
}

.btn-success {
    color: #ffffff;
    background: linear-gradient(#2ecc71, #27ae60);
    border-color: #27ae60;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: #ffffff;
        background: #27ae60;
        border-color: #27ae60;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #2ecc71;
        border-color: #27ae60;
    }

    .btn-success .badge {
        color: #2ecc71;
        background-color: #ffffff;
    }

.btn-primary {
    color: #ffffff;
    background: linear-gradient(#3498db, #2980b9);
    border-color: #2980b9;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background: #2980b9;
        border-color: #2980b9;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #3498db;
        border-color: #2980b9;
    }

    .btn-primary .badge {
        color: #3498db;
        background-color: #ffffff;
    }

.btn-danger {
    color: #ffffff;
    background: linear-gradient(#e74c3c,#c0392b);
    border-color: #c0392b;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #c0392b;
        border-color: #c0392b;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #e74c3c;
        border-color: #c0392b;
    }

    .btn-danger .badge {
        color: #e74c3c;
        background-color: #ffffff;
    }

.btn-warning {
    color: #ffffff;
    background: linear-gradient(#f39c12,#e67e22);
    border-color: #d35400;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: rgb(230, 126, 34);
        border-color: rgb(230, 126, 34);
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #e67e22;
        border-color: #d35400;
    }

    .btn-warning .badge {
        color: #e67e22;
        background-color: #ffffff;
    }

.btn-default {
    color: #FFFFFF;
    background: linear-gradient(#95a5a6, #7f8c8d);
    border-color: #7F8C8D;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #FFFFFF;
        background: #7F8C8D;
        border-color: #7F8C8D;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #95A5A6;
        border-color: #7F8C8D;
    }

    .btn-default .badge {
        color: #95A5A6;
        background-color: #FFFFFF;
    }

.btn-alt {
    color: #777;
    background: linear-gradient(#ddd, #cecece);
    border-color: #bdc3c7;
}

    .btn-alt:hover,
    .btn-alt:focus,
    .btn-alt:active,
    .btn-alt.active,
    .open .dropdown-toggle.btn-alt {
        color: #777;
        background: #ccc;
        border-color: #bdc3c7;
    }

    .btn-alt:active,
    .btn-alt.active,
    .open .dropdown-toggle.btn-alt {
        background-image: none;
    }

    .btn-alt.disabled,
    .btn-alt[disabled],
    fieldset[disabled] .btn-alt,
    .btn-alt.disabled:hover,
    .btn-alt[disabled]:hover,
    fieldset[disabled] .btn-alt:hover,
    .btn-alt.disabled:focus,
    .btn-alt[disabled]:focus,
    fieldset[disabled] .btn-alt:focus,
    .btn-alt.disabled:active,
    .btn-alt[disabled]:active,
    fieldset[disabled] .btn-alt:active,
    .btn-alt.disabled.active,
    .btn-alt[disabled].active,
    fieldset[disabled] .btn-alt.active {
        background-color: #FFFFFF;
        border-color: #bdc3c7;
    }

    .btn-alt .badge {
        color: #FFFFFF;
        background-color: #7F8C8D;
    }

.btn-info {
    color: #ffffff;
    background: linear-gradient(#34495e, #2c3e50);
    border-color: #2C3E50;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        color: #ffffff;
        background: #2C3E50;
        border-color: #2C3E50;
    }

    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #34495E;
        border-color: #2C3E50;
    }

    .btn-info .badge {
        color: #34495E;
        background-color: #ffffff;
    }

.block-title .btn {
    /* position: relative; */
    /* top: 3px !important; */
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ccc;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #394263;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.sidebar-user-name {
    font-size: 16px;
    font-weight: 100;
    line-height: 16px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .sidebar-user-name span {
        text-transform: uppercase;
        color: rgba(255,255,255,0.6);
        font-weight: 600;
        font-size: 77%;
    }

#informacion {
    font-size: 14px;
    font-weight: 400;
}

    #informacion b {
        font-weight: 700;
        padding-bottom: 5px !important;
        display: inline-block;
    }

.table-responsive {
    overflow-x: scroll;
}

    .table-responsive table {
        margin: 0;
    }

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.w-100 {
    width: 100%;
}

.icono_examen {
    padding: 15px;
}

.numero_boton {
    background: rgba(0,0,0,0.25);
    color: #fff;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%) inset;
    padding: 2px 0px;
    border-radius: 2px;
    font-weight: 600;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 16px;
    margin-right: 5px;
}

.bloqueado {
    pointer-events: none;
}

.btn i {
    padding: 0;
}

.label-lg {
    padding: 6px 0;
    display: block !important;
    font-size: 16px;
    font-weight: 600;
}

.sidebar-header:hover {
    background: transparent !important;
    box-shadow: none !important;
}

.sidebar-nav li:hover i, .sidebar-nav li.active i {
    color: #394263;
}

.media-items {
    position: relative;
    border-radius: 3px;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    background-color: #eee;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    display: block;
}

    .media-items h5 {
        color: #777;
        margin-bottom: 0;
    }

    .media-items .media-items-options {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding: 10px;
        display: none;
    }

    .media-items .media-items-content {
        padding: 0;
    }

.block:last-child {
    margin: 0;
}

.media-items .media-items-options {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px;
    display: none;
}

.media-items .delete_video {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.titulo_formulario {
    padding: 30px 20px !important;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    color: #606060;
    font-weight: 400 !important;
    display: block;
}

    .titulo_formulario.foto {
        vertical-align: middle;
        line-height: 135px;
        padding: 20px 20px !important;
    }

        .titulo_formulario.foto .marco {
            position: relative;
            margin-right: 20px;
            background: #fff;
            box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
            border-radius: 1px;
        }

            .titulo_formulario.foto .marco .label {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                border-radius: 0;
                background: #ddd !important;
                font-size: 12px;
                padding: 2px 15px;
            }

        .titulo_formulario.foto .label.label-lg {
            margin: 40px 0;
        }

        .titulo_formulario.foto .marco .label span {
            color: #777;
            text-shadow: none;
            font-weight: 500;
            font-size: 11px;
        }

        .titulo_formulario.foto .foto_perfil {
            max-height: 100px;
            max-width: 100px;
            display: block;
            width: 120px;
            height: 120px;
            background-color: #fff !important;
            margin: 3px;
            box-shadow: 0 0 2px 1px rgba(0,0,0,0.1) inset;
            border-radius: 1px;
            margin-bottom: 31px;
        }

    .titulo_formulario b {
        font-weight: 600 !important;
    }

.form-control-lg {
    height: 90px;
    font-size: 40px;
    border-radius: 0;
}

    .form-control-lg::placeholder {
        color: rgba(0,0,0,0.4);
    }

.fila_total td {
    height: 50px;
    background: #ccc !important;
    color: #555;
    font-size: 20px !important;
}

.display-label {
    font-weight: 400;
}

.display-field {
    font-weight: 600;
    margin-bottom: 15px;
}

.navbar h4 {
    text-align: center;
    margin: 15px 0 15px -50px !important;
    float: left;
    width: 100%;
    display: inline-block;
    font-weight: 500 !important;
    color: #002081;
}

.sidebar-logo-container {
    background-color: #ffffff;
    height: 50px;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px 4px 0 0;
}

    .sidebar-logo-container img {
        width: 75%;
    }

.logo {
    width: 100%;
    height: 100%;
    margin: 0 0 auto;
}

.stepwizard-step p {
    margin-top: 10px;
    line-height: normal;
    font-size: 14px;
}

.stepwizard-row {
    display: contents;
    padding: 20px 0;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 25px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard a {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    background: #eee;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);
}

    .stepwizard a.btn-warning {
        color: #f39c12;
    }

    .stepwizard a.btn-danger {
        color: #e74c3c;
    }

    .stepwizard a.btn-success {
        color: #2ecc71;
    }

    .stepwizard a i {
        padding: 0;
    }

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.label-lg {
    font-size: 25px;
    line-height: 35px;
    padding: 0px 20px;
    font-weight: 400;
}

.check-lg {
    height: 25px;
    width: 25px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.w-10 {
    width: 10px !important;
}

.widget_alto_fijo {
    min-height: 165px !important;
}

.info_contratista .encabezado td {
    font-weight: 400 !important;
}

@media (max-width: 576px) {
    .titulo_formulario {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -10px;
    }
}

@media (max-width: 768px) {
}

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
}
