﻿@font-face {
    font-family: Roboto;
    src: url(../../../fonts/Roboto-Regular.ttf);
}
.loaderErp {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255,255,255, 0.5);
    /*content: "\f110";*/
}
.loaderErp .contenedor{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #04864d;
    font-size: 20px;
    background-color: white;
    border-radius: 15px;
    width: 180px;
    height: 150px;
    border: 1px solid #90cfab;
    display:table;
}
.contenedor i{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
html * {
    font-family: Roboto;
}

body {
    background: #f7f7f7;
}

.left_col {
    background: #ffffff !important;
}
.nav-sm .container.body .col-md-3.left_col {
     z-index: 1035 !important;
     width:100px;
}
.nav.side-menu > li > a:hover {
    color: #2ecc71 !important;
}
.child_menu {
    background-color: #f7f7f7 !important;
}
.presentation a {
    color: #73879c !important;
}

.actionBar .btn-default {
    background-color: #3b86ff !important;
}

.nav-md ul.nav.child_menu li:before {
    background: white !important;
    content:none;
}

.nav.side-menu > li.active a {
    color: black !important;

}
.nav.side-menu > li a {
    /*color: #d1ced7 !important;*/
    color: dimgrey !important;
}
.nav li.current-page {
    background: #2a9657 !important;
    color: white !important;
}
.nav-sm ul.nav.child_menu li.current-page a {
    color: white !important;
}
.nav-md ul.nav.child_menu li.current-page a {
    color: white !important;
}
.nav li li.current-page a, .nav.child_menu li li a.active, .nav.child_menu li li a:hover {
    color: #0000ff !important;

}

.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid white !important;
   
}

.nav.side-menu > li.active > a {
    background: linear-gradient(#ffffff,#ffffff),#ffffff !important;
    box-shadow: none;
    text-shadow: none;
}

.nav.side-menu > li.active, .nav.side-menu > li.current-page {
    border-right: 5px solid #219e56 !important;
}

.nav_title {
    background: #fff !important;
    text-align: center;
}

.sidebar-footer {
    background: #4c000d !important;
}

    .sidebar-footer a {
        background: #4c000d !important;
    }

a {
    color: #2ecc71 !important;
    font-size: 12px !important;
}

.nav-sm .nav.child_menu li.active, .nav-sm .nav.side-menu li.active-sm {
    border-right: 5px #6b6b6b !important;
}

.nav_menu {
    float: left;
    background: #ffffff !important;
    border-bottom: none !important;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #c5c5c5 !important;
    /*border-left: solid 1px #c5c5c5;*/
}

.nav-sm ul.nav.child_menu {
    background: #ffffff !important;
    left: 70px;
   
}

.nav.navbar-nav > li > a {
    color: #73879c !important;
    font-family: Roboto;
    font-weight: bold;
}


.top_nav .nav .open > a, .top_nav .nav .open > a:focus, .top_nav .nav .open > a:hover, .top_nav .nav > li > a:focus, .top_nav .nav > li > a:hover {
    background: #fff !important;
}

.navbar-nav .open .dropdown-menu {
    background-color: #f7f7f7 !important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #f7f7f7 !important;
}

footer {
    padding: 16px 20px !important;
    background-color: #F7F7F7;
}

.btn.focus, .btn:focus, .btn:hover {
    color: white !important;
    text-decoration: none;
}

.popover-content {
    color: black !important;
    width: 200px !important;
}

.daterangepicker.picker_3 .calendar-table thead tr:first-child {
    background: #219e56 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #356130 !important;
}

.btnLm {
    background: #4c000d;
    color: white;
    border: 1px solid #4c000d;
}

    .btnLm:hover {
        background: #4c000d;
        color: white;
        border: 1px solid #4c000d;
    }

    .btnLm.active {
        background: #4c000d !important;
        color: white !important;
        border: 1px solid #4c000d !important;
    }

.alert-success {
    color: #ffffff;
    background-color: rgba(38, 185, 154, 0.88);
    border-color: rgba(38, 185, 154, 0.88)
}

.alert-info {
    color: #E9EDEF;
    background-color: rgba(52, 152, 219, 0.88);
    border-color: rgba(52, 152, 219, 0.88)
}

.alert-warning {
    color: #E9EDEF;
    background-color: rgba(243, 156, 18, 0.88);
    border-color: rgba(243, 156, 18, 0.88)
}

table.jambo_table tbody tr:hover td {
    background: rgba(152, 14, 0, 0.07) !important;
    border-top: 1px solid rgba(119, 0, 0, 0.11) !important;
    border-bottom: 1px solid rgba(134, 0, 0, 0.11) !important;
}

.alert-danger,
.alert-error {
    color: #E9EDEF;
    background-color: rgba(231, 76, 60, 0.88);
    border-color: rgba(231, 76, 60, 0.88)
}

.ui-pnotify.dark .ui-pnotify-container {
    color: #E9EDEF;
    background-color: rgba(52, 73, 94, 0.88);
    border-color: rgba(52, 73, 94, 0.88)
}

.GridPager {
    position: relative;
    text-align: -webkit-center;
    text-align: -moz-center;
}

    .GridPager a,
    .GridPager span {
        display: inline-block;
        padding: 0px 9px;
        margin-right: 4px;
        border-radius: 3px;
        border: solid 1px #c0c0c0;
        background: #e9e9e9;
        box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
        font-size: .875em;
        font-weight: bold;
        text-decoration: none;
        color: #717171;
        text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    }

    .GridPager a {
        background-color: #f5f5f5;
        color: #670112 !important;
        border: 1px solid #670112;
    }

    .GridPager span {
        background: #670112;
        box-shadow: inset 0px 0px 8px rgba(185, 0, 0, 0.5), 0px 1px 0px rgba(255,255,255, .8);
        color: #f0f0f0;
        text-shadow: 0px 0px 3px rgba(0,0,0, .5);
        border: 1px solid #670112;
    }

.botonesTabla {
    vertical-align: middle !important;
}


.input-container {
    /*width: 250px;
            border: 1px solid #a9a9a9;*/
    float: left;
}

    .input-container input:focus, .input-container input:active {
        outline: none;
    }

    .input-container input {
        /*width: 80%;*/
        float: left;
        /*border: none;*/
    }

    .input-container button {
        float: right;
    }

.textLMX {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

.triangleButton {
    border-radius: 2px;
    /*background-image: -moz-linear-gradient( 90deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);*/
    color: #670112;
    text-align: center;
    height: 25px;
    border: 1px solid #d9d9d9;
    vertical-align: middle;
    font-family: "Segoe UI";
    box-shadow: 0px 0px 1px #d9d9d9;
    position: relative;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

    .triangleButton:before {
        content: "";
        width: 20px;
        height: 20px;
        background-color: #670112;
        /*background-image: -moz-linear-gradient( 135deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);*/
        display: block;
        position: absolute;
        top: 4px;
        right: 29px;
        /*border: 1px solid #d9d9d9;*/
        border-left: none;
        border-bottom: none;
        border-radius: 2px;
        -webkit-transform: rotate(47deg) skew(5deg);
        -moz-transform: rotate(47deg) skew(5deg);
        transform: rotate(47deg) skew(5deg);
    }

.modalExito {
    color: white;
    background-color: seagreen;
}

.modalError {
    color: white;
    background-color: indianred;
}

.modalAdvertencia {
    color: white;
    background-color: orange;
}

.modalInfo {
    color: white;
    background-color: lightskyblue;
}

.infoColor {
    color: lightskyblue;
}

.advColor {
    color: orange;
}

.errorColor {
    color: indianred;
}

.exitoColor {
    color: seagreen;
}

.tooltip {
    z-index: 99999 !important;
}

.nav-sm ul.nav.child_menu li {
    padding: 0 10px;
    border-bottom: 1px solid #c0c0c0;
}
    .nav-sm ul.nav.child_menu li a {
        color: black !important;
    }
    .nav-sm ul.nav.child_menu li:hover {
        background-color: #eaeaea;
    }

.nav-sm .container.body .right_col {
    border-left: solid 1px #c5c5c5;
    padding: 10px 30px;
}

.site_title {
    padding-left: 0px;
}

.nav-sm footer {
    margin-left: 70px;
    border-left: 1px solid #c5c5c5 !important;
}

/*tabs erp*/
/*comienzo de tabs con estilo antiguo*/
ul.bar_tabs {
    margin-bottom: 35px;
    padding-left: 5px !important;
    background: #f7f7f7 !important;
}
/*ul.bar_tabs {
    border-bottom: none !important;
    padding-bottom: 60px;
    padding-left: 0px !important;
    background: #f7f7f7 !important;
}*/
ul.bar_tabs > li.active a {
    color: black !important;
    font-size: 13px !important;
    font-weight: bold;
    border-top: 3px solid #2a9657 !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    top: 0;
}
/*ul.bar_tabs > li.active {
    border-right: none;
    border-top: 0;
    margin-top: -15px;
    /*border-bottom: solid #229654 !important;*//*
}*/



ul.bar_tabs > li > s {
    color: red !important;
}

/*ul.bar_tabs > li.active a {
    border-bottom: none;
    color: black !important;
    font-size: 15px !important;
    font-weight: bold;
    border: none !important;
    background-color: #f7f7f7 !important;
    box-shadow: 0px 28px 0px -23px #229654;
    height: 50px;
}*/
    ul.bar_tabs > li a {
        color: black !important;
        font-size: 13px !important;
        font-weight: bold;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-left: 1px solid #c5c5c5 !important;
        border-right: 1px solid #c5c5c5 !important;
        border-bottom: 1px solid #c5c5c5 !important;
        border-top: 1px solid #c5c5c5 !important;
        top: 1px;
        width: 145px;
        text-align: center;
        height: 40px;
    }
/*ul.bar_tabs > li a {
    color: black !important;
    font-size: 15px !important;
    font-weight: bold;
    background-color: #f7f7f7 !important;
}*/
ul.bar_tabs > li {
    border: none !important;
    color: #333 !important;
    margin-top: -17px;
    margin-left: 0px !important;
    border-bottom: none !important;
    border-radius: 0px !important;
    background: #f7f7f7;
}
 
/*ul.bar_tabs > li {
    border: none !important;
    color: #333 !important;
    margin-top: -17px;
    margin-left: 0px !important;
    background: #fff;
    border-bottom: none !important;
    border-radius: 0px !important;
}*/

/*fin de los estilo de tab antiguos*/
/*Wizard*/
.step_no {
    background: #229654;
    color: #fff;
}

.wizard_horizontal ul.wizard_steps li a.selected:before {
    background: #229654;
    color: #fff;
}

.wizard_horizontal ul.wizard_steps li a.done .step_no {
    background: #229654;
    color: #fff;
}

.wizard_horizontal ul.wizard_steps li a.done:before {
    background: #229654;
    color: #fff;
}
/*tablas*/
.table > thead > tr > th {
    background-color: #eff3f7;
    padding: 15px;
    color: black;
}

table > thead > tr > th {
    border-bottom: 8px solid #f7f7f7 !important;
}

.table > tbody > tr > td {
    background-color: white;
    color: black;
}

.table thead tbody tr:first-child {
    vertical-align: top;
}

/*notificaciones*/
.positionTopNotificacion {
    width: 50% !important;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    top: -5px !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .positionTopNotificacion .ui-pnotify-text {
        font-size: 20px; 
        color: #1b1b1b; 
    }

    .positionTopNotificacion .ui-pnotify-title {
        font-size: 22px;
        color: #1b1b1b;
        font-weight: bold;
    }

    .positionTopNotificacion .ui-pnotify-icon {
        font-size: 22px; 
        /*color: white; */
    }


/*popUps*/
.modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) !important;
}

.btnERPOK {
    background-color: #04864d;
    color: white;
}

    .btnERPOK:hover {
        background-color: #04864d;
        color: white;
    }

    .btnERPOK:focus {
        background-color: #04864d !important;
        color: white !important;
    }

.btnERPError {
    background-color: #ff5a5a;
    color: white;
}

    .btnERPError:hover {
        background-color: #ff5a5a;
        color: white;
    }

    .btnERPError:focus {
        background-color: #ff5a5a !important;
        color: white !important;
    }

/*text box*/
.txtErp {
    width: 100%;
    /*padding: 20px;*/
    border-radius: 6px;
    border: 1px solid #c5c5c5;
}

/*dropdow list*/
.ddlErp {
    /*height: 41px !important;*/
    border-radius: 6px;
}

/*botones*/
.btn {
    color: white !important;
    /*width:100% !important;*/
}

/*Checkbox*/

input[type='checkbox']:after {
    line-height: 1.5em;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: rgb(255, 255, 255);
    border: solid 1px #cccccc;
}

input[type='checkbox']:checked:after {
    content: '✔';
    text-align: center;
    color: #30cd73;
    border: solid 1px #30cd73;
}

/*radio*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 21px;
        padding-top: 8px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #F87DA9;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    /*[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    display: none;
}

    [type="radio"]:checked + label {
        /*position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #e11931;
        background-size: 0.7vw !important;
        background-repeat: no-repeat;
        background-position: 90%;
        width: 10vw;
    }*/

    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 19px;
        padding-top: 9px;
        /* cursor: pointer; */
        /* line-height: 20px; */
        /* display: inline-block; */
        /* color: #666; */
        /* width: 10vw; */
    }

    [type="radio"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #30cd73;
        border-radius: 100%;
        background: #fff;
    }

    [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #808285;
        border-radius: 100%;
        background: #fff;
    }

    [type="radio"]:checked + label:after,
    [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #30cd73;
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    [type="radio"]:not(:checked) + label:after {
        background: #ffffff;
    }

/*.divRadio{
    display:inline-block;
}*/
/*input[type='radio']:after {
   
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: rgb(255, 255, 255);
    border: solid 1px #cccccc;
}

input[type='radio']:checked:after {
    content: '⬤';
    text-align: center;
    color: #30cd73;
    border: solid 1px #30cd73;
}*/

/*Validacion*/
.validate-input {
    position: relative;
}

.alert-validate .btn-show-pass {
    visibility: hidden;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 100%;
    background-color: #fff;
    /*border: 1px solid #c80000;*/
    border-radius: 3px;
    padding: 4px 25px 5px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    pointer-events: none;
    font-family: Raleway-Medium;
    color: #c80000;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    border: 1px solid;
    border-radius: 15px;
    width: 29px;
    text-align: center;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}



.alert-validateDll::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 3px;
    padding: 4px 25px 5px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    pointer-events: none;
    font-family: Raleway-Medium;
    color: #c80000;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

 

.bordeError {
    border: red 2px solid;
    border-radius: 7px;
}

.bordeError select {
   color:red;
}
    .bordeError span {
        background: #ffdede;
        color: red;
    }
.checkError{

}
 input[type="checkbox"].checkError:after {
    border: solid 2px red !important;
}

[type="radio"]:not(:checked).radError + label:before {
    border: solid 2px red !important;
}

.errorDate {
    background: #ffdede;
    color: red;
}

/*textbox date*/
.has-feedback .form-control {
     padding-right:0px;
}

 
.form-control-feedback.left {
    border-right: 1px solid #ccc;
    left: 0px !important;
}


.form-control-feedback {
    margin-top: 0px;
    height: 33px;
    color: #bbb;
    line-height: 35px !important;
    border-radius: 6px;
    /* font-size: 15px; */
}

.daterangepicker select.monthselect {
    color: black;
}

.daterangepicker select.yearselect {
    color: black;
}

/*Dropdown buscador*/
.dropdown-multiple:hover .dropdown-clear-all, .dropdown-single:hover .dropdown-clear-all {
    display: block;
    color: #ccc !important;
    height: 27px;
}

.dropdown-display .dropdown-chose-list {
    color: black;
}

.bordeSelect2{
border-radius:50px;
}

.dataTables_paginate a {
    padding: 6px 9px !important;
    background: #eff3f7 !important;
    border-color: #fff !important;
}

.pagination > li > a {
    color: #337ab7 !important;
}

.botonTabla {
    border: none;
    color: #337ab7;
    background-color: white;
    text-decoration: underline;
}

.btn-group > .btn:first-child {
    color: black !important;
}
.btn-group > .btn:hover {
    background-color: white;
}

.open > .dropdown-toggle.btn-default {
    background-color: #ffffff;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    color: #000000 !important;
    font-weight: bold;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    color: #58cf80 !important;
}
.btn-group .dropdown-toggle:active {
    background-color: white !important;
}
.bootstrap-select .dropdown-toggle:focus {
    background-color: white !important;
}
.open > .dropdown-toggle.btn-default:hover {
    background-color: #ffffff !important;
}
.dropdown-menu > .active > a  {
    background-color: #8a8a8a !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}


.centrar-vertical-tabla-body td {
    vertical-align: middle !important;
}