.btn-orange{
    background: #FB3C4A;
    color: #fff;
}
/*bread*/
.lv-breadcrumb{
    margin: 0;
    padding: 0;
    list-style: none;
}

.lv-breadcrumb{
    overflow: hidden;
    width: 100%;
}

.lv-breadcrumb li{
    float: left;
    margin: 0 .5em 0 1em;
}
.lv-disabled{
    background: #eee !important;
}
.lv-breadcrumb a{
    background: #fac11f;
    padding: .7em 1em;
    float: left;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(111,111,111,.5);
    position: relative;
}
.lv-help{
    display: none
}

.lv-breadcrumb a:hover{
    background: orange;
}

.lv-vertical-middle{
    vertical-align: middle !important;
}

.lv-breadcrumb a::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #fac11f transparent;
    left: -1em;
}

.lv-breadcrumb a:hover::before{
    border-color: orange transparent;
}

.lv-breadcrumb a::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #fac11f;
    right: -1em;
}

.lv-breadcrumb a:hover::after{
    border-left-color: orange;
}

.lv-breadcrumb .current,
.lv-breadcrumb .current:hover{
    font-weight: bold;
    background: none;
}

.lv-breadcrumb .current::after,
.lv-breadcrumb .current::before{
    content: normal;
}

.lv-breadcrumb li:nth-last-child(1) a{
    font-weight: bold;
    background: #333;
}
.lv-breadcrumb li:nth-last-child(1) a::after{
    border-left: 1em solid #333;
}
.lv-breadcrumb li:nth-last-child(1) a::before{
    border-color: #333 transparent;
}

.lv-divider-bread{
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin: 5px 0 5px 0;
}

#process-general{
    position: fixed;
    background:url(../img/overlay.png);
    width: 100%;
    height: 200%;
    z-index: 999999999;
    top:0px;
    left: 0px;
    color: #fff;
    text-align: center;
    display: none;
}
#process-general i{
    position: absolute;
    top:25%;
}
.color-spiner{
    color: #18a689
}
/*fin bread*/

label.error{
    color: #990000 !important;
}
input.error{
    border: 1px solid #990000 !important;
}
select.error{
    border: 1px solid #990000 !important;
}
textarea.error{
    border: 1px solid #990000 !important;
}
.mr5{
    margin-left: 5px;
}
.lv-checkbox{
    display: block;
    margin-top: -7px;
}
.lv-requided{ /* when a field is considered invalid by the browser */
    background: #fff url(../../public/img/required.png) no-repeat 98% center !important;
    padding-right: 20px;
}

.lv-requided-require{
    background: #F4C6C2 url(../../public/img/required.png) 4px 6px no-repeat !important;
    width: 153px;
    padding-left: 22px;
    padding-top: 5px;
    height: 23px;
    text-align: left;
    font-weight: bold;
    font-style: italic;
    border: #E7ABA5 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-top: 4px;
}
.lv-requided-require:before{
    content: 'Campos Obligatorios';
    color: #990000;
}

.lv-modalrequired{
    background: #F4C6C2 url(../../public/img/required.png) 4px 6px no-repeat !important;
    width: 153px;
    padding-left: 22px;
    padding-top: 5px;
    height: 30px;
    text-align: left;
    font-weight: bold;
    font-style: italic;
    border: #E7ABA5 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
}
.lv-modalrequired:before{
    content: 'Campos Requeridos';
    color: #990000;
}
/*styles datagrid
table.lv-grid tr td.sorting_1 {
    background-color: #F2F2F2 !important;
}
table.lv-grid tr td.sorting_2 {
    background-color: #E6E6E6 !important;
}*/
table.lv-grid tr:hover {
    background-color: orange !important;
}
.dataTables_paginate .activerd a, .dataTables_paginate .activerd a:hover{
    background:#3276B1;
    color: #ffffff;
    border: 1px solid #3276B1;
    cursor: default;
}
.move-cursor{
    cursor: move;
}
.si-access{
    border: 1px #00a300 solid;
    background: #D8F6CE;
    float: right;
}
.no-access, .no-asign{
    border: 1px #f00 solid;
    background: #F6CED8;
    float: left;
}

.no-access:before{
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 88px solid #f00;
    border-left: 0px solid transparent;
    left: -87px;
    position: absolute;
    top: 0px;
}

.si-access, .no-access,.no-asign{
    width: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 160px;
}
/*arbol*/
.lv-arbol, .lv-arbol ul, .lv-arbol li {
    position: relative;
    margin-left: -10px;
}

.lv-arbol ul {
    list-style: none;
}

.lv-arbol li::before, .lv-arbol li::after {
    content: "";
    position: absolute;
    left: -12px;
}

.lv-arbol li::before {
    border-top: 1px dotted green;
    top: 9px;
    width: 8px;
    height: 0;
}

.lv-arbol li::after {
    border-left: 1px dotted brown;
    height: 100%;
    width: 0px;
    top: 2px;
}

.lv-arbol ul > li:last-child::after {
    height: 8px;
}
.ol_texto li{
    margin-left: 20px;
}
.lv-pointer{
    cursor: pointer;
}
.info_panel_circle{
    margin-top: 3px;
    border-radius: 50px;
    width: 70px;
    height: 70px;
}
.info_panel_circle_litle{
    display: inline-block;
    position: relative;
    top:-7px;
    height: 70px;
    width: 35px;
    left: -15px;
    padding-top: 10px;
}
.info_panel_circle ._left{
    border-radius: 50px 0 0 50px;
}
.info_panel_circle ._rigth{
    border-radius: 0 50px 50px 0;
}
.info_panel_circle span{
    font-size: 35px
}

.info_panel_circle_litle span{
    font-size: 15px;
    font-weight: bold;
    margin-left: -2px;
    position: relative;
    top: -2px;
}
.info_panel_circle_litle label{
    position: absolute;
    color: #000;
    top: 24px;
    left: 13px;
    font-size: 8px;
}
.lv-progress{
    position: relative
}
.lv-progress progress{
    width: 100%
}
.lv-progress .info{
    position: absolute;
    font-size: 10px;
    text-align: center;
    width: 100%;
}
.lv-header-section{
    background: #fff;
    border:1px #00a300 solid;
}
.lv-header-section-info{
    background: #fff;
    border:1px #2980b9  solid;
}
.wh70{
    width: 70px;
    height: 70px;
}
.huge {
    font-size: 25px;
}
.foot_a:hover{
    color: orange !important;
}

/*=================TICKET====================*/
.voucher_ticket{
    background: #333;
    padding: 10px;
    border:2px solid #000;
}
.voucher_ticket .voucher_body{
    margin: auto;
}
.voucher_body{
    background: #fff;
}
.voucher_body table{
    width: 100%;
}
.ticket_divider{
    width:100%;
    height: 5px;
    border-top:1px dashed #000;
    border-bottom:1px dashed #000;
    border-right:0px dashed #000;
    border-left:0px dashed #000;
}

#void_menu li ul{
    margin-left: 15px
}
#void_menu li ul a .collapse-sign{
    margin-right: 15px !important
}

.dd-lv{
    border-bottom: 1px dotted antiquewhite;
}
.lv-container header{
    border-color:#404040!important;
    background:#404040!important;
    color:#fff;
}
.lv-search{
    background: rgb(50, 118, 177) !important;
    color: rgb(255, 255, 255) !important;
    font-weight: bold !important;

}
.lv-marked{
    border: 1px solid rgb(153, 0, 0) !important;
    background: #F6CED8 !important;
    color: red !important;
}
.over01{
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    overflow: hidden;
}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */
}

#status {
    width:350px;
    height:200px;
    position:absolute;
    left:44%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/preload_tn.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

@media (max-width: 576px){
    #status {
        width:350px;
        height:200px;
        position:absolute;
        left:30%; /* centers the loading animation horizontally one the screen */
        top:50%; /* centers the loading animation vertically one the screen */
        background-image:url(../img/preload_tn.gif); /* path to your loading animation */
        background-repeat:no-repeat;
        background-position:center;
        margin:-100px 0 0 -100px; /* is width and height divided by two */
    }
}



.producto {
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
    margin: 4px !important;
    width: 100%;
    height: auto;
    border: 1px solid #e2e2e2;
    border-bottom-width: 1px;
    border-radius: 3px;
    border-bottom-width: 2px;
    overflow: hidden;
}
.producto, .producto .producto-img {
    position: relative;
    background: #fff;
}
.producto {
    font-size: 12px;
}
.producto .producto-img {
    width: 100%;
    padding: 5px;
}
.producto .producto-precio {
    position: absolute;
    top: 3px;
    right: 3px;
    vertical-align: top;
    color: white;
    line-height: 13px;
    background: #da532c;
    padding: 5px 10px;
    border-radius: 2px;
}
.producto .producto-nombre {
    /*position: absolute;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
/*    bottom: 0;
    top: 53px;*/
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    background: -webkit-linear-gradient(-90deg,rgba(255,255,255,0),rgba(255,255,255,1), rgba(255,255,255,1));
    background: -moz-linear-gradient(-90deg,rgba(255,255,255,0),rgba(255,255,255,1), rgba(255,255,255,1));
    background: -ms-linear-gradient(-90deg,rgba(255,255,255,0),rgba(255,255,255,1), rgba(255,255,255,1));
    padding: 3px;
/*    padding-top: 3px;
    padding-top: 15px;*/
    font-size: 18px;
    text-align: center;
}
.producto-total{
    position: absolute;
    top: 43px;
    right: 3px;
    vertical-align: top;
    color: white;
    line-height: 13px;
    background: #5b835b;
    padding: 5px 10px;
    border-radius: 2px;
}