﻿

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item a {
        color: #646464;
        border-radius: 4px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 1rem;
        font-size: 13px;
    }

        .nav-item a.active {
            background-color: rgba(255,255,255,0.25);
            color: #3fa3c9;
        }

        .nav-item a:hover {
            background-color: rgba(255,255,255,0.1);
            color: #3fa3c9;
        }



.navbar-toggler {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #3fa3c9;
}

.validation-message {
    color: red;
}

@media (max-width: 767.98px) {
    .main .top-row {
        display: none;
    }


    .navbar {
        height: auto !important;
        width: auto !important;
        display: normal;
    }

    .tab-nav {
        border-bottom: none !important;
    }

    .mb-xs-2 {
        margin-bottom: 0.5rem;
    }

    .field-validation-error {
        margin-left: 0px !important;
    }

    .pt-xs-0 {
        padding-top: 0px;
    }

    .main-modal {
        width: 95% !important;
    }

    .w-100-xs {
        width: 100% !important;
    }
}

@media (max-width: 560px) {
    .label-responsive {
        width: 100% !important;
    }

    .offset-responsive {
        margin-left: 0px !important;
    }

    .table-xs {
        overflow: auto;
    }

    .ml-69 {
        margin-left: 0 !important;
    }

    .col-form-label.ml-4 {
        margin-left: 0px !important;
    }

    .settings-container {
        border-left: 0 !important;
    }

    .settings-container-toggle {
        visibility: visible !important;
        right: 0;
        top: 40px;
        color: white !important;
        background-color: #3fa3c9 !important;
        padding: 7px !important;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
}

.settings-container-toggle {
    visibility: hidden;
    position: absolute;
}

@media (min-width: 768px) {
    .app-body {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    #settings-container {
        display: block !important;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }


    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.navbar {
    position: fixed;
    height: 100vh;
    width: 225px;
    background-color: white;
    display: block;
    border-right: 1px solid #dadce0;
    top: 140px;
}


.btn.focus, .btn:focus {
    box-shadow: none;
}

.pd-0 {
    padding: 0px !important;
}



.rcCalPopup {
    z-index: 0 !important;
}


.wd-25 {
    width: 25px;
}

.mr-5px {
    margin-right: 5px !important;
}

.btn-navbar::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 0;
}

.btn-navbar:hover {
    cursor: pointer;
}

.main-button {
    color: white !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.h3-blue {
    color: #3fa3c9;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-top: 10px;
}

.has-hr {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.form-group {
    margin-bottom: 0px;
}

.form-control {
    padding-right: .20rem;
    padding-left: .40rem;
}

.wd-25 {
    width: 25px;
}

.mr-5px {
    margin-right: 5px;
}

.user-nav-item {
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
}

.pipeta {
    color: #ddd;
    margin-top: auto;
}

.mt-100px {
    margin-top: 100px;
}

.mt-10px {
    margin-top: 10px !important;
}

.pull-right {
    float: right !important;
}

.mercurylogo {
    width: 215px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.mr-10px {
    margin-right: 10px !important;
}

.oi-person {
    color: #3fa3c9;
    margin-right: 5px;
}



.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0 !important;
}

.nav-tabs > li > a {
    border: none;
    color: #666;
}

    .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
        color: #3fa3c9 !important;
        background: transparent !important;
    }

/*.nav-tabs > li > a::after {
        content: "";
        background: #3fa3c9;
        height: 2px;
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: -1px;
        transition: all 250ms ease 0s;
        transform: scale(0);
    }*/
.light-tabs {
    font-weight: 600;
}

    .light-tabs .active {
        color: #3fa3c9;
    }

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-content {
    padding: 10px;
    min-height: 280px;
}


.nav > li > a {
    padding: 12px 5px !important;
}

.padding-top-10px {
    padding-top: 10px !important;
}


.thumbnail-card {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}


input[type='checkbox'] {
    margin-top: 2px !important;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
}

    input[type='checkbox']:after {
        content: "";
        vertical-align: middle;
        text-align: center;
        line-height: 13.8px;
        position: absolute;
        cursor: pointer;
        height: 15px;
        width: 15px;
        left: -1px;
        top: 0px;
        font-size: 15px;
        border: 1px solid #ddd;
        border-radius: 3px;
        background-color: white;
        border: 2px solid #5a5a5a;
        border-radius: 3px;
    }

    input[type='checkbox']:checked:after {
        background: #0D93C4;
        font-size: 11px;
        color: white;
        border: 1px solid #0D93C4;
        border-radius: 3px;
    }

.w-795px {
    width: 795px !important;
}

.w-575px {
    width: 575px !important;
}

.w-477px {
    width: 477px !important;
}

.w-475px {
    width: 475px !important;
}

.w-405px {
    width: 405px !important;
}

.w-430px {
    width: 430px !important;
}

.w-350px {
    width: 350px !important;
}

.w-338px {
    width: 338px !important;
}


.w-290px {
    width: 290px !important;
}

.w-270px {
    width: 270px !important;
}

.w-185px {
    width: 185px !important;
}

.w-160px {
    width: 160px !important;
}

.w-155px {
    width: 155px !important;
}

.w-145px {
    width: 145px !important;
}

.w-130px {
    width: 130px !important;
}

.w-120px {
    width: 120px !important;
}

.w-110px {
    width: 110px !important;
}

.w-95px {
    width: 95px !important;
}

.va-top {
    vertical-align: top;
}

.label-130 {
    width: 130px;
}

.label-125 {
    width: 125px;
}

.label-150px {
    width: 150px;
    float: left;
}

.label-175px {
    width: 175px;
}

.offset-175px {
    margin-left: 175px;
}

.offset-150px {
    margin-left: 150px;
}

.offset-130px {
    margin-left: 130px;
}

.checkbox-list {
    line-height: 1;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 7px;
}

    .checkbox-list > tbody > tr > td > input[type='checkbox'] {
        margin-right: 0.5rem !important;
    }

.main-table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-table {
    color: #555 !important;
    margin-top: 10px;
}

.main-button {
    color: #fff;
    font-size: 13px;
    min-width: 105px;
    transition: all .3s ease-in-out;
    margin-top: 0px;
    background-color: #3fa3c9 !important;
    border-radius: 2px;
    line-height: 1.2 !important;
    box-shadow: 0 3px 3px 0 #cccccc;
}

.button-container {
    padding-top: 10px !important;
    border-top: 1px solid #ddd;
    width: 100% !important;
    margin-top: 5px !important;
}

.mh-410px {
    min-height: 410px !important;
    width: 100%;
}

.mh-430px {
    min-height: 430px !important;
    width: 100%;
}

.app-body
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}


.main .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    font-weight: bold;
    border: 0;
    border-bottom: 2px solid #3fa3c9;
}

.nav-link:hover {
    cursor: pointer;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0px !important;
    border-bottom: 2px solid !important;
    border-color: #3fa3c9 !important;
}

.main .nav-tabs .nav-link {
    border-top-left-radius: .15rem;
    border-top-right-radius: .15rem;
    color: #555 !important;
    font-size: 13px;
}

.nav-item-tabs {
    background-color: white;
    border: none;
    color: #8d8c8c;
    text-align: center !important;
    font-size: 13px;
    width: 110px;
    padding: 0.6rem !important;
    flex: 0 1 auto !important;
}

    .nav-item-tabs.active {
        background-color: transparent;
        font-weight: bold;
        border: 0;
        border-bottom: 2px solid #3fa3c9;
    }

    .nav-item-tabs:focus {
        box-shadow: none;
        outline: none;
    }


.main-button.red {
    background-color: #c82333 !important;
}

.validation-message {
    top: 100%;
    z-index: 5;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    margin-left: 10px;
    line-height: 1;
    color: #fff;
    background-color: rgba(220,53,69,.8);
    border-radius: .2rem;
    height: max-content;
}

.validation-errors {
    list-style: none;
    padding: 0;
}

    .validation-errors > .validation-message {
        border-radius: 0;
    }

.sorter {
    float: right;
    background: white;
    border: 0;
    opacity: 0.2;
}

.sorter-btn {
    cursor: pointer;
    background: white;
    border: none;
}

.sorter:hover {
    opacity: 1;
}

.sorter:focus {
    outline: 0;
}

@media (min-width: 576px) {
    .modal-large > .modal-dialog {
        max-width: 880px;
    }

    .modal-medium > .modal-dialog {
        max-width: 600px;
    }

    .modal-small > .modal-dialog {
        max-width: 500px;
    }

    .pl-15 {
        padding-left: 0px;
    }
}

.modal-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: #3fa3c9;
}

.modal-closer {
    border: none;
    background: transparent;
    color: #000;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-header {
    padding: 10px;
}

.fa-times-circle {
    color: #3fa3c9;
}

.pl-15 {
    padding-left: 15px;
}

.pt-10px {
    padding-top: 10px !important;
}

.modal-body {
    padding: 1.5rem;
}

.mw-ini {
    min-width: initial;
    padding: .175rem .5rem;
}

.mh-0 {
    min-height: 0px !important;
}

.table {
    color: #555 !important;
}

    .table td {
        padding-left: 5px;
        border-top: 0px solid transparent;
    }

    .table td, .table th {
        padding: 0.25rem;
        padding-left: 5px;
    }

    .table th {
        padding: .35rem;
        color: #212529;
        font-size: 13px;
        background-color: #f9f9f9 !important;
        border-top: none;
    }

        .table th > a {
            color: #212529;
            text-decoration: none;
        }

.query-table td {
    padding: .1rem;
    padding-left: 5px;
    padding-right: 5px;
}

.mw-1215px {
    min-width: 1215px;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin-top: 10rem;
    }
}

.modal {
    background-color: rgba(0, 0, 0, 0.9);
}

.ml-10 {
    margin-left: 5rem !important;
}

.ml-22 {
    margin-left: 11rem !important;
}

.ml-69 {
    margin-left: 6.9rem;
}

.dropdown > .form-control {
    width: 350px;
}

.lh-13 {
    line-height: 1.3;
}

input[type=file]::-webkit-file-upload-button {
    background: white;
    color: #3fa3c9;
    padding: 7px;
    font-size: 13px;
    border: 1px solid white;
    border-radius: 4px;
}

    input[type=file]::-webkit-file-upload-button:hover {
        cursor: pointer;
    }

.modal-validation {
    margin-bottom: 0;
    font-size: 12px;
}

.mw-1000px {
    min-width: 1000px;
}

.w-1090 {
    width: 1090px;
}

.w-695px {
    width: 695px;
}

.w-200px {
    width: 200px !important;
}

.w-550px {
    width: 550px;
}

.mx-250px.overflow {
    max-height: 250px;
    overflow: auto;
}

.mx-270px.overflow {
    max-height: 270px;
    overflow: auto;
}

.legend {
    color: #94999c;
}

.sub-menu {
    padding-left: 0.5rem;
    padding-top: 0.5rem;
}

    .sub-menu a {
        height: 1.5rem;
    }

        .sub-menu a:hover {
            text-decoration: none;
        }

.fa-angle-right.sub-menu {
    color: #b5b5b5;
    margin-right: 5px;
}

.pr-0 {
    padding-right: 0px !important;
}

.login-h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
}

.list-group-item.active {
    background-color: #3fa3c9;
    border-color: #3fa3c9;
}

.loader-page {
    position: fixed;
    z-index: 25000;
    background: rgb(255, 255, 255);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

    .loader-page::before {
        content: "";
        position: absolute;
        border: 2px solid rgb(50, 150, 176);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        box-sizing: border-box;
        border-left: 2px solid rgba(50, 150, 176,0);
        border-top: 2px solid rgba(50, 150, 176,0);
        animation: rotarload 1s linear infinite;
        transform: rotate(0deg);
    }

@keyframes rotarload {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader-page::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(50, 150, 176,.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176, 0);
    border-top: 2px solid rgba(50, 150, 176, 0);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
}

.query-btn {
    background: transparent;
    border-color: transparent;
    font-size: 1rem;
    padding: 0;
}

    .query-btn.blue {
        color: #3fa3c9;
    }

    .query-btn.red {
        color: #c82333;
    }

.monthselect, .yearselect {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.date-picker {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

    .date-picker > .oi {
        margin-top: 2.5px;
    }

.collapse-menu {
    position: absolute;
    z-index: 999999;
    width: 350px;
    border-radius: 10px;
    padding: 19px;
    right: 0;
    background: white;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width:500px) {
    .collapse-menu {
        right: unset;
        left: -25px;
    }
}

.user-nav-item:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: none;
    color: #3fa3c9;
}

.dropdown-toggle:hover {
    text-decoration: none;
}

.dropdown-menu > li > a {
    color: #4E4E4E;
    font-size: 13px;
    font-weight: 500;
}

.dropdown-menu {
    padding: 10px !important;
}

.img-circle {
    clip-path: circle(51px at center);
    width: 130px;
}

.sidebar-list {
    padding: 10px;
    margin-bottom: 0px;
}

    .sidebar-list > li {
        padding: 2px;
    }

        .sidebar-list > li:hover {
            border-right: 3px solid #3fa3c9;
        }

        .sidebar-list > li > a {
            color: #555;
            text-decoration: none;
        }

.form-control {
    font-size: 13px !important;
}

.sidebar-list-buttons {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

    .sidebar-list-buttons > li > .btn {
        font-size: 13px;
        padding: 5px;
        border: 1px solid #e8e8e8;
        width: 100%;
        font-weight: 600;
        color: #555;
        margin-bottom: 5px;
    }

        .sidebar-list-buttons > li > .btn.red {
            border: none;
            color: white;
            background-color: #D9534F !important;
        }

.ajax__tab_active {
    border-bottom: 2px solid #3fa3c9;
}

    .ajax__tab_active span {
        color: #3fa3c9 !important;
    }

.ajax__tab_default .ajax__tab_inner {
    background-color: white;
    border-bottom: 1px solid white !important;
    border: none;
    margin: 0px !important;
}

.ajax__tab_default .ajax__tab_tab {
    color: #6f6f6f;
    font-weight: 500;
}

.ajax__tab_default .ajax__tab :hover {
    background-color: transparent !important;
    transition: all 250ms ease 0s;
    color: #3fa3c9 !important;
}

.ajax__tab_default .ajax__tab {
    height: auto !important;
    padding-bottom: 4px !important;
    margin-right: 20px;
    text-align: center !important;
    width: 100px;
}

@media (max-width: 991px) {
    .ajax__tab_active .ajax__tab_outer {
        border-bottom: 0px solid #ddd !important;
    }

    .px-0-xs {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

.input-field label {
    color: #343434 !important;
    font-size: 13px !important;
    font-weight: 600;
}



.text-box-material-query html body .RadInput_Bootstrap .riTextBox, html body .RadInputMgr_Bootstrap {
    color: #3fa3c9 !important;
    border-bottom: 0 !important;
    font-weight: 600;
}

html body .RadInput_Bootstrap .riTextBox, html body .RadInputMgr_Bootstrap {
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #c8c8c8 !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    color: #333333 !important;
    font-family: 'Roboto', sans-serif !important;
}

.RadPicker_Bootstrap .rcCalPopup, .RadPicker_Bootstrap .rcTimePopup {
    border: none !important;
    box-shadow: none !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    height: 33px !important;
    margin-bottom: 0.5px;
    background-color: transparent !important;
}

.top-20px {
    top: -20px !important;
}

.main-button:focus {
    box-shadow: 0 3px 3px 0 #3fa3c9, 0 1px 7px 0 #3fa3c9, 0 3px 1px -1px #3fa3c9;
}

.label-top {
    color: #3fa3c9 !important;
    text-decoration: none !important;
}

.content:focus {
    outline: none !important;
}

div:focus {
    outline: none !important;
}

.btn {
    font-size: 13px !important;
}

.riTextBox {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0;
    outline: none;
    height: 2rem;
    width: 100%;
    font-size: 13px;
    margin: 15px 0 0px 0 !important;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    color: #8c8c8c;
    transition: all 0.3s;
}

.mt-0.riTextBox {
    margin-top: 0px !important;
}

.label-material {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0;
    outline: none;
    height: 2rem;
    width: 100%;
    font-size: 13px;
    margin: 15px 0 0px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    color: #8c8c8c;
    transition: all 0.3s;
    cursor: not-allowed;
}

.text-box-material {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0;
    outline: none;
    height: 2rem;
    width: 100%;
    font-size: 13px;
    margin: 15px 0 0px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    color: #333333;
    transition: all 0.3s;
}

.RadPicker td {
    vertical-align: bottom !important;
}

.RadInput_Bootstrap.riSingle .riTextBox, .RadForm_Bootstrap.RadForm.rfdTextbox input.riTextBox.rfdDecorated {
    height: 31px !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

html body .RadInput_Bootstrap .riRead, html body .RadInput_Read_Bootstrap, html body .RadInput_Bootstrap .riDisabled, html body .RadInput_Disabled_Bootstrap {
    background: transparent !important;
}

.black-title {
    font-weight: 700;
    font-size: 1.5rem;
    color: #232323;
    width: 100%;
}

    .black-title.blue {
        font-weight: 700;
        font-size: 17px;
        color: #3fa3c9 !important;
        width: 100%;
    }

.collpase-icon {
    font-size: 13px;
    margin-left: 0.5rem;
    color: #6F6F6F;
}

.border-0-th th {
    border: none !important;
    color: #212529;
    font-size: 14px;
}

.fa.red {
    color: #c82333;
}

.h3-icon {
    margin-left: 0.5rem;
    color: #ddd;
    font-weight: 800;
    font-size: 15px;
}

.autocomplete_highlightedListItem {
    background-color: #3fa3c9;
    color: whitesmoke;
    margin-left: -25px;
    list-style-type: none;
    margin-right: 15px;
    line-height: 19px;
}

.autocomplete_listItem {
    list-style-type: none;
    margin-left: -25px;
    margin-right: 15px;
    line-height: 19px;
}

.btn-light.blue {
    color: #3fa3c9;
    background-color: transparent;
    padding-left: 0px !important;
    border: none !important;
}

    .btn-light.blue > i {
        margin-right: 0.5rem;
        border: none;
    }

.modal-bg {
    background-color: #555;
    opacity: 0.3;
}

.main-modal {
    background-color: white;
    border-radius: 5px;
}

.right-220 {
    right: 220px;
}

.master-header {
    position: fixed;
    top: 0;
    background: white;
    z-index: 3;
}

.title-row {
    margin-left: -30px;
}

.btn.success {
    background-color: #28a745;
    color: white !important;
    border-color: #28a745 !important;
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
}

input:read-only {
    cursor: not-allowed;
}

.materialize-textarea {
    max-height: 65px !important;
    height: auto !important;
}

.new-line-link {
    color: #6F6F6F;
}

    .new-line-link:hover {
        color: #3fa3c9;
        text-decoration: none;
    }

.autocomplete_completionListElement {
    background-color: white;
    border: 1px solid #ddd;
    margin-top: 1px;
    border-radius: 3px;
    list-style-type: none;
    cursor: pointer;
}

#menu-generales {
    position: absolute;
    transform: translate3d(82px, 48px, 0px);
    top: 0px;
    left: 0px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    border: 0;
}

.reclutamiento-menu {
    position: absolute;
    transform: translate3d(160px, 48px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

.seleccion-menu {
    position: absolute;
    transform: translate3d(263px, 48px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

.required-label {
    vertical-align: bottom;
    color: #ef5a5a;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

    .required-label.cbo {
        position: absolute;
        top: 34px;
        left: 154px;
    }

    .required-label.cbo350px {
        position: absolute;
        top: 34px;
        right: 115px;
    }

        .required-label.cbo350px.right-side {
            position: absolute;
            top: 34px;
            left: 355px;
        }

.required-message {
    padding: 5px 10px;
    background: rgba(220,53,69,.8);
    color: white;
    border-radius: 4px;
    margin-top: 10px;
    float: left;
}

.wizard-image {
    padding: 5px;
    border: 2px solid;
    border-radius: 30px;
}

.in-two-colums {
    column-count: 2;
}

    .in-two-colums li.active a .wizard-image {
        border: 2px solid #3fa3c9;
    }

 
.aspNetDisabled, .disabled-form {
    cursor: not-allowed !important;
    background-color: white;
}

.sidebar-list > .active {
    border-right: 3px solid #3fa3c9;
}

.image-controls i {
    font-size: 1.2rem;
}

i.red {
    color: #c82333 !important;
}

i.blue {
    color: #3fa3c9 !important;
}

.image-controls {
    margin-top: 0.5rem;
}

a:hover {
    text-decoration: none;
}

.text-blue {
    color: #3fa3c9;
}

.info-message {
    padding: 10px;
    border: 1px solid #ddd;
    width: 100%;
    float: left;
    border-left: 8px solid #3fa3c9;
    font-weight: 600;
}

.switch label span input[type=checkbox]:checked + .lever:after {
    background-color: #3fa3c9 !important;
    left: 24px;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -280px;
    }

    .text-box-material-query {
        text-align: left !important;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }

 

    .content {
        margin: 0 !important;
    }

    .navbar {
        z-index: 3;
        background-color: white;
        box-shadow: 0 1px 1px rgba(0,0,0,.1);
        height: 100vh !important;
        top: 0;
        left: 0;
    }

    .options-navbar {
        right: 0 !important;
        display: contents !important;
    }

 

    .legend {
        display: none;
    }

    .mh-410px {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    select, .input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
        width: 100% !important;
    }

        .input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
            box-shadow: none !important;
        }

    .navbar-toggler {
        display: block !important;
    }

    .sidebar-list > .active {
        border: 0 !important;
    }

        .sidebar-list > .active a {
            border: 0 !important;
            color: #3fa3c9;
        }

    .lh-25-responsive {
        line-height: 2.5;
    }


    .sidebar-toggle {
        background-color: #3fa3c9;
        color: white !important;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        position: fixed;
        z-index: 5;
        top: 40px;
        display: block !important;
        left: 0;
        cursor: pointer;
    }

    .td-d-initial td {
        display: inherit !important;
    }
}

.options-navbar {
    position: absolute;
    right: 200px;
}

.navbar-toggler:focus {
    outline: none !important;
    border: 0px !important;
}

.navbar-toggler {
    position: absolute;
    display: none;
}

.right-375 {
    right: 375px;
}

.sidebar-toggle {
    display: none;
}

tr.alt {
    background-color: #EFF2F6;
}

.img-container.absolute {
    position: absolute;
    right: 45px;
    top: 35px;
    z-index: 1;
}

    .img-container.absolute > img {
        max-height: 140px;
        max-width: 130px;
    }

.td-d-initial td {
    display: initial;
}

.clausule {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
}

.help-legend {
    position: fixed;
    top: 150px;
    right: -2px;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    z-index: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
}

.frame {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}

.text-box-material-query {
    color: #3fa3c9 !important;
    border-bottom: 0 !important;
    font-weight: 600;
}

.mb-15neg {
    margin-bottom: -15px !important;
}

.data-list td {
    padding-left: 0px !important;
}

::placeholder {
    color: #acadad !important;
}

.content-mt-130px {
    margin-top: 130px;
}

.label-mr-2 label {
    padding-left: 5px;
    width: 170px;
    margin-bottom: 0;
    margin-left: 5px;
    font-weight: 600;
}

.mt-170px {
    margin-top: 170px;
}

.mh-280px {
    min-height: 280px;
}

.mh-250px {
    min-height: 250px;
}

.mh-60vh {
    min-height: 60vh;
}

.radio-list td {
    padding: 0px;
}

.btn-collapse:hover {
    color: #3fa3c9;
}

.btn-collapse {
    color: #999;
    font-weight: 600;
}

.w-700px {
    width: 700px;
}

.card-name {
    font-weight: 600;
    color: #3fa3c9;
    font-size: 15px;
}

.card-label {
    font-weight: 700;
    margin-right: 5px;
    color: #2f2f2f;
}

.card-links-label {
    font-weight: 600;
    color: #555 !important;
}

.ml-10proc {
    margin-left: 9%;
}

.card-links.aspNetDisabled {
    opacity: 0.6;
    color: #3fa3c9 !important;
}

.ml-offset-10 {
    margin-left: 10%;
}

.mr-offset-10 {
    margin-left: 10%;
}

.ajax__scroll_none {
    overflow: visible !important;
}

.content-mt-145px {
    margin-top: 145px;
}

.pager td {
    padding-left: 5px;
    border: 0;
    text-align: center;
    display: inline-table;
    margin-top: 5px;
}

html body .RadInput_Bootstrap .riTextBox, html body .RadInputMgr_Bootstrap {
    background-color: transparent !important;
}

.bottom-0 {
    bottom: 0;
}

.material-hyperlink {
    position: absolute;
    top: 0.2rem;
    left: 0;
    font-size: 13px;
    cursor: text;
    transition: .2s ease-out;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.height-31px {
    height: 31px !important;
}

td .aspNetDisabled {
    background-color: transparent !important;
}

.menu-toggle {
    width: 130px;
    text-align: center;
    font-weight: 600;
    color: #4E4E4E;
}

    .menu-toggle:hover {
        color: #3fa3c9 !important;
    }

.mt-30px {
    margin-top: 30px;
}

.user-label {
    font-weight: 700;
    color: #4E4E4E;
}

.company-label {
    font-weight: 700;
    color: #3fa3c9;
}

.settings-toggle {
    font-weight: 600;
    color: #4E4E4E;
}

    .settings-toggle:hover {
        color: #3fa3c9 !important;
    }

.settings-container {
    margin-top: 5px;
}

.h3-404 {
    font-size: 1.5rem;
    font-weight: 500;
}

.collapse-menu.navigaton {
    top: 60px;
    width: fit-content;
    padding-bottom: 0;
}

    .collapse-menu.navigaton > ul > li > a {
        color: #4E4E4E;
        font-size: 13px;
        font-weight: 500;
    }

        .collapse-menu.navigaton > ul > li > a:hover {
            color: #3fa3c9;
        }

    .collapse-menu.navigaton > ul > li {
        padding-bottom: 5px;
    }

.recruitment-navigaton {
    transform: translate3d(240px, 0px, 0px);
    left: 0;
}

.font-1rem {
    font-size: 1rem;
}

.general-navigaton {
    transform: translate3d(82px, 0px, 0px);
    left: 0;
}

.print-label {
    font-weight: 600;
    color: #707070;
}

.print-link {
    width: 100%;
    float: left;
}

    .print-link:hover {
        background: #f8f9fa;
        border-radius: 5px;
    }

.min-m-20 {
    margin-left: -20px !important;
}

.dropdown-content.reclutamiento {
    display: none;
    position: absolute;
}

.dropdown-content.seleccion {
    display: none;
    position: absolute;
}

.dropdown-content.generales {
    display: none;
    position: absolute;
}

.dropdown-content.sub-menu {
    display: none;
    position: absolute;
}

.dropdown-content {
    min-width: 220px;
    background: white;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    z-index: 1;
    padding: 19px;
    border-radius: 5px;
    padding-bottom: 0;
}

.dropdown:hover .generales {
    display: block !important;
}

.dropdown:hover .reclutamiento {
    display: block !important;
}

.dropdown:hover .seleccion {
    display: block !important;
}

.sub-menu-container:hover .sub-menu {
    display: block !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.sub-menu-container {
    position: relative;
    display: inline-block;
}

.dropdown-content > ul > li > a {
    color: #4E4E4E;
    font-size: 13px;
    font-weight: 500;
}

    .dropdown-content > ul > li > a:hover {
        color: #3fa3c9;
    }

.dropdown-content > ul > li {
    padding-bottom: 5px;
}

.btn-dropdown {
    width: 130px;
    text-align: center;
    font-weight: 600;
    color: #4E4E4E;
    background-color: transparent;
    border: none
}

    .btn-dropdown:hover {
        color: #3fa3c9 !important;
    }



.sidebar-list > li.active > a {
    color: #3fa3c9;
}

.lh-2 {
    line-height: 2 !important;
}

.alt-tr tbody tr:nth-of-type(odd) {
    background-color: #EFF2F6;
}

.field-validation-error {
    color: white !important;
    float: left !important;
    margin-left: 150px !important;
    min-width: 265px !important;
    background: #f75b5b !important;
    padding: 5px !important;
    margin-top: 5px !important;
    border-radius: 5px !important;
    width: auto !important;
}

.text-red {
    color: #c82333 !important;
}

.ui-widget-content {
    border: 1px solid #ddd !important;
    color: #555 !important;
    text-transform: capitalize !important;
    font-family: 'Roboto', sans-serif !important;
}

.ui-menu .ui-menu-item {
    font-size: 13px;
}

.ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 1px solid #ddd !important;
    background: white !important;
    text-transform: capitalize !important;
    font-weight: normal;
    color: #3fa3c9 !important;
}
