label.error{
    color: #990000 !important;
}
input.error{
    border: 1px solid #990000 !important;
    background: #F6CEE3 url(../../public/img/required.png) no-repeat 98% center !important;
}
select.error{
    border: 1px solid #990000 !important;
}

.lv-requided{ 
    background: #fff url(../../public/img/required.png) no-repeat 98% center !important;
    padding-right: 20px;
}
.lv-disabled{ 
    background: #eee !important;
}
#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%;
}
/*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-progress{
    position: relative
}
.lv-progress progress{
    width: 100%
}
.lv-progress .info{
    position: absolute;
    font-size: 10px;
    text-align: center;
    width: 100%;
}
.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;
}
.hide{
    display: none;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.lv-pointer{
    cursor: pointer;
}
.si-access{
    background: #D8F6CE;
}
.no-access{
    background: #F6CED8;
}



.si-access, .no-access{
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 250px;
}
._d_no, ._d_si{
    padding: 5px;
    width: 100%;
    height: 30px;
    cursor: pointer;
}
._d_no:hover{
    background: #F5A9BC;
}
._d_si:hover{
    background: #A9F5A9;
}