
body {
    color: #000;
    font-size: 12px;
    font-family: 'Roboto', sans-serif !important;
    padding: 0;
    margin: 0;
    text-align: center;
}

a {
    color: #007f7f !important;
}

p {
}

.clearfix {
    clear: both;
}

#container {
    padding: 0;
    margin: 0 auto;
    text-align: left;
}

/*------------------------------------------Login------------------------------------------*/
.login {
    padding: 80px 20px;
}

    .login h3 {
        font-size: 26px;
        letter-spacing: 0;
        font-weight: bold;
        margin: 0 auto;
        text-align: center;
    }

    .login .logo {
        width: 300px;
        height: 62px;
        background: url("../Content/img/LOGO_MULTIFOX.jpg") no-repeat;
        margin: 5px auto 10px auto;
    }

    .login form {
        width: 45%;
        margin: 80px auto 0 auto;
    }

        .login form a {
            display: block;
            margin: 0 auto;
            text-align: center;
        }

            .login form a:hover {
                color: #000;
                text-decoration: none;
            }

        .login form .btn {
            background: #ff6d00;
            border: 0;
            font-size: 14px;
            margin-top: 80px;
        }

            .login form .btn:hover {
                background: #007f7f;
            }

.login_bg {
    padding: 0 20px;
    background: url("../Content/img/login_bg.jpg") no-repeat;
    height: 100vh;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

    .login_bg .nombre {
        border: 1px solid #fff;
        padding: 5px;
        margin: 50vh auto 0 auto;
        width: 70%;
    }

        .login_bg .nombre img {
            margin: 0 auto;
            display: block;
        }

        .login_bg .nombre span {
            text-align: center;
            color: #fff;
            display: block;
        }

    .login_bg .derechos {
        color: #7fdddd;
        font-size: 12px;
        margin-top: 28vh;
    }

        .login_bg .derechos span {
            width: 50%;
            display: block;
            float: right;
            text-align: right;
        }

            .login_bg .derechos span:first-child {
                text-align: left;
                float: left;
            }
/*------------------------------------------Home-------------------------------------------*/
header {
    width: 100%;
    height: 100px;
    padding: 10px 20px;
    border-bottom: 3px solid #02b3c1;
}

.logotipo {
    width: 100px;
    float: left;
}

nav {
    width: 600px;
    float: right;
    padding: 25px 0;
}

    nav .buscar {
        width: 200px;
        position: absolute;
    }

        nav .buscar input {
            height: 30px;
        }

    nav .bi {
        position: relative;
        left: 170px;
        top: 0;
    }

    nav a {
        float: right;
        font-weight: bold;
    }

        nav a:hover {
            color: #000 !important;
            text-decoration: none;
        }

    nav .usuario {
        width: 230px;
        height: 50px;
        float: right;
        border-left: 2px solid #02b3c1;
        padding: 0 10px;
        margin: -8px 0 0 30px;
        position: relative;
    }

        nav .usuario:hover ul {
            display: block;
        }

        nav .usuario .avatar {
            width: 30px;
            height: 30px;
            float: left;
            border-radius: 50px;
            overflow: hidden;
            margin-right: 10px;
        }

            nav .usuario .avatar img {
                width: 100%;
                height: auto;
            }

        nav .usuario span.bienvenido {
            display: block;
            width: 80%;
            font-size: 12px;
            font-weight: bold;
            color: #02b3c1;
        }

        nav .usuario span {
            color: #000;
            font-size: 16px;
            font-weight: 400;
        }

        nav .usuario ul {
            display: none;
            left: -10px;
            top: 50px;
            margin: 0;
            padding: 0;
            background: #02b3c1;
            color: #fff;
            padding: 7px;
            border-radius: 5px;
            position: absolute;
        }

            nav .usuario ul li {
                display: inline;
                padding: 5px;
            }

                nav .usuario ul li:hover {
                    background: #007f7f;
                }

                nav .usuario ul li:first-child {
                    border-right: 1px solid #fff;
                }

.menu_lat {
    width: 8%;
    margin-top: 20px;
    background: #02b3c1;
    height: 1050px;
    ;
}

    .menu_lat ul {
        margin: 0;
        padding: 0;
        position: relative;
    }

        .menu_lat ul li {
            padding: 10px;
            text-align: center;
            position: relative;
        }

            .menu_lat ul li:hover {
                background: #007f7f;
                cursor: pointer;
            }

                .menu_lat ul li:hover ul {
                    display: block;
                }

            .menu_lat ul li .icono {
                width: 20px;
                height: 20px;
                margin: 0 auto;
            }

            .menu_lat ul li span {
                color: #fff;
                font-size: 14px;
                font-family: 'Roboto Condensed', sans-serif;
                display: block;
                margin-top: 10px;
            }

            .menu_lat ul li ul {
                display: none;
                background: #007f7f;
                color: #fff;
                position: absolute;
                top: 0;
                left: 95px;
                width: 200px;
                padding: 10px;
                z-index: 100;
            }

                .menu_lat ul li ul li {
                    text-align: left;
                    list-style: none;
                    border-bottom: 1px solid #02b3c1;
                    padding: 10px;
                }

                    .menu_lat ul li ul li:last-child {
                        border-bottom: none;
                    }

                    .menu_lat ul li ul li:hover {
                        background: #00918d;
                    }

                    .menu_lat ul li ul li a {
                        color: #fff !important;
                    }

                        .menu_lat ul li ul li a:hover {
                            text-decoration: none;
                        }

.contenido {
    width: 92%;
    padding: 30px 20px;
}

    .contenido .table-responsive {
        border-radius: 15px;
    }

    .contenido .tabla {
        font-size: 14px;
    }

        .contenido .tabla td {
            vertical-align: middle;
        }

        .contenido .tabla thead {
            background: #02b3c1;
            color: #fff;
            text-align: center;
        }

            .contenido .tabla thead tr {
                background: #02b3c1;
            }

        .contenido .tabla tr td, .contenido .tabla tr th {
            text-align: left;
        }

            .contenido .tabla tr td.align-right {
                text-align: right !important;
            }

            .contenido .tabla tr td.align-center {
                text-align: center !important;
            }

.sub_table table th.align-centerSub {
    text-align: center;
}

.contenido .tabla tbody tr:hover {
    background: #badbdb;
}

.contenido .tabla tbody .buscar_tab:hover {
    background: #e2e2e2;
}

.contenido .tabla .buscar_tab {
    background: #e2e2e2;
}

    .contenido .tabla .buscar_tab .form-group {
        margin-bottom: 0;
    }

        .contenido .tabla .buscar_tab .form-group input {
            height: 30px;
            font-size: 14px;
        }

.contenido .tabla tr td a {
    cursor: pointer;
}

.TreeviewAltura {
    padding: 10px 20px 10px 0px;
    overflow: auto;
    height: 450px;
}

.tab-pane .jstree ul li .jstree-anchor .jstree-icon {
    filter: initial;
}

    .tab-pane .jstree ul li .jstree-anchor .jstree-icon::before {
        color: #007f7f;
    }

        .tab-pane .jstree ul li .jstree-anchor .jstree-icon::before:hover {
            color: #007f7f;
        }

.jstree-default-large .jstree-icon:empty {
    width: 20px !important;
    height: 20px !important;
    line-height: inherit !important;
    margin-right: 5px;
}

.jstree-leaf .jstree-anchor .jstree-checkbox, .jstree-open .jstree-anchor .jstree-checkbox, .jstree-closed .jstree-anchor .jstree-checkbox {
    width: 30px !important;
    height: 30px !important;
}

.jstree-default-large .jstree-anchor {
    margin-top: -5px;
}

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
    background: url("../Content/img/down.svg") no-repeat;
}

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
    background: url("../Content/img/up.svg") no-repeat;
    background-position: inherit !important;
}

.contenido nav.breadcrumb {
    width: 100%;
    float: left;
    background: none;
    margin: 0;
}

    .contenido nav.breadcrumb ol {
        padding: 0;
        margin: 0;
        background: none;
    }

.contenido .btn_tab {
    float: right;
    border-left: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 5px 10px;
}

    .contenido .btn_tab .btn {
        margin-right: 10px;
        border: none;
    }

    .contenido .btn_tab .nuevo {
        background: #ff6d00;
        color: #fff !important;
        font-weight: bold;
    }

        .contenido .btn_tab .nuevo:hover {
            background: #007f7f;
        }

    .contenido .btn_tab .refrescar {
        background: #eaeaea;
    }

        .contenido .btn_tab .refrescar:hover {
            background: #ccc;
        }

/*------------------------------------------Modal-------------------------------------------*/
.contenido .modal-content {
    background: transparent;
    border: none;
}

.contenido .tab-content {
    background: #fff;
}

    .contenido .tab-content > .active {
        padding: 20px;
    }

.contenido .nav-tabs .nav-link {
    background: #02b3c1;
    color: #fff !important;
    margin-right: 2px;
}

    .contenido .nav-tabs .nav-link.active {
        background: #fff;
        color: #02b3c1 !important;
    }

.contenido .tab-content .form-group {
    margin-bottom: 10px;
}

    .contenido .tab-content .form-group .form-control {
        font-size: 14px;
    }

    .contenido .tab-content .form-group label {
        font-size: 14px;
    }

    .contenido .tab-content .form-group input {
        font-size: 14px;
    }

.contenido .tab-content .form_bg {
    padding: 15px;
    background: #ededed;
}

.contenido .tab-content .form_bg_no {
    padding: 15px;
    background: none;
}

.contenido .modal_btn {
    width: 70%;
    margin: 20px auto;
    text-align: center;
}

    .contenido .modal_btn .btn-primary {
        background: #ff6d00;
        border: 0;
        font-size: 14px;
    }

        .contenido .modal_btn .btn-primary:hover {
            background: #007f7f;
        }

    .contenido .modal_btn .btn-secondary {
        background: #ccc;
        border: 0;
        font-size: 14px;
        color: #666;
    }

        .contenido .modal_btn .btn-secondary:hover {
            background: #eaeaea;
        }

table.dataTable tfoot th, table.dataTable tfoot td, table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer {
    border: none !important;
}

.dataTables_info, .dataTables_paginate {
    font-size: 14px;
    color: #666 !important;
}

.contenido .dataTables_paginate span .paginate_button.current:hover {
    color: #fff !important;
}

.contenido .dataTables_paginate span .paginate_button.current {
    background: #ff6d00 !important;
    border: none !important;
    color: #fff !important;
    font-weight: bold;
}

.contenido .dataTables_paginate .paginate_button.previous:hover, .contenido .dataTables_paginate .paginate_button.next:hover {
    background: #eaeaea !important;
    border: none;
    color: #666 !important;
}

.contenido .dataTables_paginate .paginate_button.previous, .contenido .dataTables_paginate .paginate_button.next {
    border: none !important;
}

.contenido .dataTables_paginate span .paginate_button:hover {
    background: #ff6d00 !important;
    border: none;
}

.contenido .dataTables_paginate span .paginate_button {
    border: none;
}

.swal2-modal .swal2-actions .swal2-confirm {
    background: #ff6d00 !important;
    border: none !important;
}

    .swal2-modal .swal2-actions .swal2-confirm:hover {
        background: #007f7f !important;
    }

.swal2-modal .swal2-actions .swal2-cancel {
    background: #eaeaea !important;
    color: #666;
}

    .swal2-modal .swal2-actions .swal2-cancel:hover {
        background: #ccc !important;
    }

.modal-dialog #formularioAgregar .btn_tab, .modal-dialog #AnalasisTab .btn_tab {
    border: none !important;
}

    .modal-dialog #formularioAgregar .btn_tab .btn-danger, .modal-dialog #AnalasisTab .btn_tab .btn-danger {
        background: #ccc;
        color: #666;
    }

        .modal-dialog #formularioAgregar .btn_tab .btn-danger:hover, .modal-dialog #AnalasisTab .btn_tab .btn-danger:hover {
            background: #eaeaea;
        }

.modal-dialog .modal_btn .btn {
    opacity: 1;
}
/*Julian*/
.table.table-hover.tabla.dataTable {
    width: 100% !important;
}


tfoot {
    display: table-header-group !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_filter {
    display: none;
}

/*Responsive*/
@media (max-width: 1024px) {
    .login_bg .nombre {
        margin: 43vh auto 0 auto !important;
    }

    .login_bg .derechos {
        margin-top: 33vh;
    }

    .menu_lat {
        width: 10%;
    }

    .contenido {
        width: 90%;
    }
}

@media (max-width: 1000px) {
    .login form {
        width: 55%;
    }

    .login_bg .nombre {
        width: 100%;
    }

    .login_bg .derechos {
        margin-top: 25vh;
    }

        .login_bg .derechos span {
            width: 30%;
        }

            .login_bg .derechos span:first-child {
                width: 70%;
            }
}

@media (max-width: 830px) {
    .login_bg .nombre {
        width: 75% !important;
    }

        .login_bg .nombre img {
            width: 100%;
            height: auto;
        }

    .login_bg .derechos span {
        width: 100% !important;
        text-align: center !important;
    }

    .login form {
        width: 65%;
    }

    .login_bg .nombre {
        margin: 45vh auto 0 auto;
    }

    .login_bg .derechos {
        margin-top: 30vh;
    }

    .menu_lat ul li span {
        font-size: 12px;
    }

    .menu_lat ul li ul {
        left: 80px;
    }
}

@media (max-width: 760px) {
    nav {
        width: 80%;
    }

    .login_bg {
        display: none;
    }

    .menu_lat {
        width: 12%;
    }

    .contenido {
        width: 88%;
    }
}

@media (max-width: 670px) {
    nav {
        width: 63%;
    }

        nav .buscar {
            width: 150px;
        }

        nav .bi {
            left: 120px;
        }

        .menu_lat, nav .usuario span.bienvenido, nav .usuario span {
            display: none;
        }

    .contenido {
        width: 100%;
        padding: 10px 20px;
    }

    nav .usuario {
        width: 60px;
        height: 35px;
        margin-top: 0;
    }
}

@media (max-width: 500px) {
    nav {
        width: 70%;
    }
}

@media (max-width: 450px) {
    .logotipo {
        width: 80px;
    }

        .logotipo img {
            width: 100%;
            height: auto;
        }

    nav {
        width: 75%;
    }

        nav .usuario {
            margin-left: 15px;
        }
}

@media (max-width: 375px) {
    .logotipo {
        width: 70px;
    }

    nav {
        padding: 20px 0;
        width: 77%;
    }

        nav .usuario {
            padding-right: 0px !important;
            width: 40px;
        }

            nav .usuario .avatar {
                margin-right: 0px;
            }

        nav .buscar {
            width: 130px;
        }

        nav .bi {
            left: 108px;
        }
}



