/* 
    Created on : 27-oct-2017, 18:54:54
    Author     : DC
*/

/*ERROR VALIDATE*/
.datorucc {
    width: auto;
    float: right;
    height: 10px;
}

.pricing-table-header-pro {
    padding: -10px 0 30px 0;
    height: 30px;
}

.pricing-table-header-tiny h2,
.pricing-table-header-small h2,
.pricing-table-header-medium h2,
.pricing-table-header-pro h2 {
    font-weight: 700;
    color: #FFF;
}

.pricing-table-header-tiny h3,
.pricing-table-header-small h3,
.pricing-table-header-medium h3,
.pricing-table-header-pro h3 {
    font-weight: 500;
    color: #FFF;
}

.pro {
    background-color: #2980b9;
}

.small {
    background-color: #f39c12;
}

.medium {
    background-color: #c0392b;
}

.tiny {
    background-color: #16a085;
}

.blue {
    background-color: #007bff;
}

.indigo {
    background-color: #6610f2;
}

.purple {
    background-color: #6f42c1;
}

.pink {
    background-color: #e83e8c;
}

.red {
    background-color: #dc3545;
}

.orange {
    background-color: #fd7e14;
}

.yellow {
    background-color: #ffc107;
}

.green {
    background-color: #28a745;
}

.teal {
    background-color: #20c997;
}

.cyan {
    background-color: #17a2b8;
}

.gray {
    background-color: #6c757d;
}

.dark {
    background-color: #343a40;
}



label.error {
    color: #990000 !important;
}

input.error {
    border: 1px solid #990000 !important;
}

select.error {
    border: 1px solid #990000 !important;
}

.incorrecto {
    text-decoration: line-through;
    color: red;
}

.dt-buttons {
    position: relative;
    margin: 5px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
    font-size: 10.5px;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: 5px;
}

table.dataTable thead .sorting {
    background: none;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 100%;
}

.dataTables_filter {
    float: center;
}

div.dataTables_filter label {
    width: 80%;
    position: relative;
}

.dtr-details {
    color: black;
}

.table-hover>tbody>tr:hover {
    background-color: #20c997;
    color: white;
}

.dropdown-menu {
    background-color: white;
}

.dropdown-menu>li>a {
    color: black;
}

.dropdown-menu>li>a:hover {
    background-color: #20c997;
    color: white;
}

.table-condensed.table>tbody>tr>td,
.table-condensed.table>tbody>tr>th,
.table-condensed.table>tfoot>tr>td,
.table-condensed.table>tfoot>tr>th,
.table-condensed.table>thead>tr>td,
.table-condensed.table>thead>tr>th {
    padding: 3px 3px !important;
    vertical-align: middle;
    font-size: 10px;
}

.table.fullgrid tr td.sorting_1 {
    background-color: transparent;
}

.table.fullgrid tr td.sorting_2 {
    background-color: transparent;
}

#barcode {
    font-family: 'Libre Barcode 128';
    font-size: 28px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

.lv-breadcrumb a {
    background: #3276b1;
    padding: .7em 1em;
    float: left;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(111, 111, 111, .5);
    position: relative;
}

.lv-breadcrumb a:hover {
    background: #3276b1;
}

.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: #3276b1 transparent;
    left: -1em;
}

.lv-breadcrumb a:hover::before {
    border-color: #3276b1 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 #3276b1;
    right: -1em;
}

.lv-breadcrumb a:hover::after {
    border-left-color: #3276b1;
}

.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: #18a689;
}

.lv-breadcrumb li:nth-last-child(1) a::after {
    border-left: 1em solid #18a689;
}

.lv-breadcrumb li:nth-last-child(1) a::before {
    border-color: #18a689 transparent;
}

.lv-divider-bread {
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin: 5px 0 5px 0;
}