/*.panel-body {
  padding: 0 !important;
}
*/

.block-page {
    width: 100%;
    display: table;
    margin-bottom: 70px;
}

.not-events {
    pointer-events: none;
    opacity: .5;
}

.not-events-only {
    pointer-events: none;
}

.block {
    margin-bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.01);
    box-shadow: 0 2px rgba(0, 0, 0, 0.01);
}

.block-box {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

.block .block, .side-content .block {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.block-header {
    background-color: var(--lfx-primary-color);
    color: #FFF;
    padding: 0 20px;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    height: 34px;
}

.panel-heading {
    background-color: var(--lfx-primary-color) !important;
    color: #FFF !important;
}

.panel-heading h4 {
    font-weight: 600;
}

.nc-aprovado .panel .panel-heading h4 {
    height: 25px;
}

.nc-aprovado .panel .panel-heading h4 a {
    font-size: 13px;
    line-height: 13px;
    padding: 7px 20px;
}

.nca-body {
    margin: 0 7px;
    font-size: 10px;
}

.nc-aprovado .panel .panel-heading h4 a i {
    font-size: 11px;
}

.nc-aprovado .panel .panel-collapse .panel-body {
    height: 250px;
    overflow: auto;
}

.block-white {
    background-color: #FFF !important;
    color: #616f77 !important;
}

.block-header:before, .block-header:after {
    content: " ";
    display: table;
}

.block-header:after {
    clear: both;
}

.block-title {
    font-size: 14px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    line-height: 1.2;
}

.block-title.text-normal {
    text-transform: none;
}

.block-title small {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}

h3.block-title {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
}

.block-content {
    margin: 0 auto;
    padding: 20px 20px 1px;
    max-width: 100%;
    overflow-x: visible;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.block-content p, .block-content .push, .block-content .block, .block-content .items-push>div {
    margin-bottom: 20px;
}

.block-content .items-push-2x>div {
    margin-bottom: 40px;
}

.block-content .items-push-3x>div {
    margin-bottom: 60px;
}

.block-content.block-content-full {
    padding-bottom: 20px;
}

.block-content.block-content-full .pull-b {
    margin-bottom: -20px;
}

.block-content .pull-t {
    margin-top: -20px;
}

.block-content .pull-r-l {
    margin-right: -20px;
    margin-left: -20px;
}

.block-content .pull-b {
    margin-bottom: -1px;
}

.block-content.block-content-mini {
    padding-top: 10px;
}

.block-content.block-content-mini.block-content-full {
    padding-bottom: 10px;
}

@media screen and (min-width: 1200px) {
    .block-content.block-content-narrow {
        padding-left: 10%;
        padding-right: 10%;
    }
}

.block.block-full .block-content {
    padding-bottom: 20px;
}

.block.block-full .block-content.block-content-mini {
    padding-bottom: 10px;
}

.block-table {
    width: 100%;
}

.block-table td {
    /*  padding: 10px;
  vertical-align: middle;*/
}

.block.block-bordered {
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.block.block-bordered>.block-header {
    border-bottom: 1px solid #e9e9e9;
}

.block.block-rounded {
    border-radius: 4px;
}

.block.block-rounded>.block-header {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.block.block-rounded>.block-content:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.block.block-rounded>.block-content:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.block.block-themed>.block-header {
    border-bottom: none;
}

.block.block-themed>.block-header>.block-title {
    color: #fff;
}

.block.block-themed>.block-header>.block-title small {
    color: rgba(255, 255, 255, 0.75);
}

.block.block-transparent {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.ml-15 {
    margin-left: 15px;
}

.p-8 {
    padding: 8px !important;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-37 {
    padding-left: 37px !important;
}

tr.row-small td {
    padding: 3px 10px !important;
}

tbody.row-small tr td {
    padding: 3px 10px !important;
}

.mt-3 {
    margin-top: 3px;
}

.font-15 {
    font-size: 15px !important;
}

.no.padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.block-table {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.ng-hide {
    display: none !important;
}

.prd-sugerencia span {
    margin-right: 10px;
    display: inline-block !important;
    height: 15px !important;
    line-height: 11px !important;
    cursor: pointer;
}

.ui-state-active {
    border: 1px solid #aaaaaa !important;
    background: #4f99c6 !important;
    font-weight: normal !important;
    color: #fff !important;
}

.ui-state-active span.s-label {
    color: #fff !important;
}

.ui-menu .ui-menu-item-wrapper {
    display: table;
    width: 100%;
}

.ui-menu .ui-menu-item {
    display: block;
}

.s-stock {
    float: left;
    margin-left: 2px;
    margin-right: 10px;
}

.s-empresa {
    float: right;
    width: auto;
}

.s-label {
    font-family: "Lato", "Arial", sans-serif;
    color: #444;
    line-height: 1.5;
    font-weight: 400;
    font-size: 14px;
    text-rendering: optimizeLegibility !important;
}

.w-10 {
    width: 10px !important;
}

.w-30 {
    width: 50px;
}

.w-40 {
    width: 40px !important;
}

.w-50 {
    width: 50px !important;
}

.w-70 {
    width: 70px !important;
}

.w-80 {
    width: 80px !important;
}

.w-90 {
    width: 90px !important;
}

.w-95 {
    width: 95px !important;
}

.w-100 {
    width: 100px !important;
}

.w-110 {
    width: 110px !important;
}

.w-120 {
    width: 120px !important;
}

.w-125 {
    width: 125px !important;
}

.w-130 {
    width: 130px !important;
}

.w-140 {
    width: 140px !important;
}

.w-150 {
    width: 150px !important;
}

.w-155 {
    width: 155px !important;
}

.w-160 {
    width: 160px !important;
}

.w-170 {
    width: 170px !important;
}

.w-180 {
    width: 180px !important;
}

.w-200 {
    width: 200px !important;
}

.w-260 {
    width: 260px !important;
}

.w-300 {
    width: 300px !important;
}

.w-500 {
    width: 500px !important;
}

.mw-10 {
    min-width: 10px !important;
}

.mw-30 {
    min-width: 50px;
}

.mw-40 {
    min-width: 40px !important;
}

.mw-50 {
    min-width: 50px !important;
}

.mw-70 {
    min-width: 70px !important;
}

.mw-80 {
    min-width: 80px !important;
}

.mw-90 {
    min-width: 90px !important;
}

.mw-100 {
    min-width: 100px !important;
}

.mw-110 {
    min-width: 110px !important;
}

.mw-120 {
    min-width: 120px !important;
}

.mw-125 {
    min-width: 125px !important;
}

.mw-130 {
    min-width: 130px !important;
}

.mw-150 {
    min-width: 150px !important;
}

.mw-160 {
    min-width: 160px !important;
}

.mw-180 {
    min-width: 180px !important;
}

.mw-200 {
    min-width: 200px !important;
}

.mw-350 {
    min-width: 350px !important;
}

.mw-500 {
    min-width: 500px !important;
}

.mw-60 {
    min-width: 60px !important;
}

.mxw-100 {
    max-width: 100px !important;
}

.mxw-120 {
    max-width: 120px !important;
}

.mxw-140 {
    max-width: 140px !important;
}

.mxw-160 {
    max-width: 160px !important;
}

.mxw-180 {
    max-width: 180px !important;
}

.font-13 {
    font-size: 13px !important;
}

.NC-bg {
    background: #F8E0E0 !important;
}

.items .aut-bg {
    background: #fffca3 !important;
}

.bg-AUT {
    background: #E0F8E0 !important;
}

.bg-transparent {
    background-color: transparent;
}

.lh-35 {
    line-height: 35px;
}

.lh-30 {
    line-height: 30px;
}

.lh-24 {
    line-height: 24px;
}

.lh-20 {
    line-height: 20px;
}

.control-checkbox {
    margin: 0 !important;
    width: 30px;
    height: 30px;
}

.control-checkbox-sm {
    margin: 0 !important;
    width: 25px;
    height: 25px;
}

.inline-block {
    display: inline-block !important;
}

.i-btn {
    width: 25px;
    height: 25px;
    cursor: pointer;
    ;
    font-size: 25px !important;
}

.form-group .input-group-addon.block-icon {
    padding: 5px;
    position: absolute;
    width: 40px;
    height: 32px;
    margin-top: 1px;
    margin-left: 1px;
    line-height: 20px;
    border: transparent;
    z-index: 10;
}

.form-group .input-group-addon.block-icon-sm {
    padding: 5px;
    position: absolute;
    width: 40px;
    height: 28px;
    margin-top: 1px;
    margin-left: 1px;
    line-height: 20px;
    border: transparent;
    z-index: 10;
}

.select-icon {
    margin-left: 41px;
    width: calc(100% - 41px) !important;
}

.form-group .input-group-addon.block-icon-x {
    padding: 5px;
    position: absolute;
    width: 40px;
    height: 32px;
    margin-top: 1px;
    margin-left: 1px;
    line-height: 20px;
    top: -1px;
}

.emp-foto {
    float: left;
    cursor: pointer;
    display: inline-block !important;
}

.emp-title {
    display: inline-block !important;
    padding-left: 10px;
}

.emp-img {
    z-index: 100;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 25px;
}

.cpointer {
    cursor: pointer;
}

.cdefault {
    cursor: default;
}

.img-zoom {
    width: 100%;
    padding: 10px;
    position: absolute;
    overflow: hidden;
}

.p-relative {
    position: relative;
}

.entrega-repuesta h3 {
    display: inline;
}

.entrega-repuesta i {
    font-size: 40px;
}

.box-photo {
    position: absolute;
    left: 0;
    width: 100%;
    height: 300px;
}

.marco {
    position: relative;
    width: 280px;
    height: 170px;
    border: 3px solid #f4e242;
    top: 50px;
    margin: 0 auto;
}

.marco>label {
    position: absolute;
    color: #f4e242;
    font-size: 17px;
    font-weight: 600;
    margin: -50px;
    top: 20px;
}

.nav.nav-pills>li>a {
    color: #c7182a;
}

.nav.nav-pills>li.active>a, .nav.nav-pills>li.active>a:focus, .nav.nav-pills>li.active>a:hover {
    background-color: rgba(195, 0, 21, 0.9);
    color: #FFF;
    font-weight: 600;
    border-radius: 0;
}

.tab-content {
    top: -1px !important;
    border: 0 !important;
}

.tab-content .tab-pane {
    padding: 0 !important;
}

.btn.btn-default {
    color: #616f77 !important;
    background-color: #fff;
    border-color: #cdd3d7;
}


/*.btn.btn-default:active, .btn.btn-default.active {
    background-color: #c8192b !important;
    border-bottom-color: #FFF !important;
}*/

.text-info {
    color: #c8192b !important;
}

.c-green {
    color: #0eff00 !important;
}

.c-red {
    color: #c54e4e !important;
}

.datepicker {
    position: relative;
}

.datepicker .dropdown-menu {
    top: auto !important;
    bottom: 0px;
}

.table.table-custom th, .table.table-custom td {
    font-size: 13px;
}

.f-10 {
    font-size: 10px !important;
}
.f-11 {
    font-size: 11px !important;
}

.f-12 td, .f-12 th, .f-12 {
    font-size: 12px !important;
}

.f-13,
.f-13 span,
.f-13 label {
  font-size: 13px !important;
}

.f-18 {
  font-size: 18px !important;
}

.typehead-item {
    font-size: 14px !important;
    display: table !important;
    width: 100%;
}

.typehead-item span {
    font-size: 13px !important;
}

.item-categoria {
    padding: 2px 5px;
    background-color: #eef4f9;
    color: #478fca;
    font-weight: bolder;
    border: 1px solid #dae6ed;
}

[uib-typeahead-popup] {
    width: 97%;
}

.dropdown-menu li a.item-menu {
    padding: 7px 10px;
    position: relative;
    background-color: #eef4f9 !important;
    color: #478fca;
    font-weight: bolder;
    border: 1px solid #dae6ed !important;
    border-width: 1px 0;
    font-size: 15px;
}

.dropdown-menu li a.item-menu:hover {
    background-color: #eef4f9 !important;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-150 {
    margin-bottom: 150px;
}

.img-center {
    display: block;
    margin: 0 auto;
    position: relative;
}

.border {
    border: 1px #222 solid;
}

.block-info {
    position: absolute;
    top: 5px;
    margin-left: 5px;
}

.flow-x {
    overflow-x: auto !important;
}

.cell-flow {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.cell-flow-all td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ng-table-scrollcontainer {
    overflow-x: scroll;
    margin-left: 4em;
    overflow-y: visible;
}

.ng-table-fixedcolumn {
    position: absolute;
    width: 4em;
    left: 0;
    top: auto;
}

.without-header .ng-table-sort-header {
    display: none;
}

.table-responsive {
    overflow-x: auto !important;
}

.table-responsive [ng-table-pagination] {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    padding: 0 15px;
}

[ng-table-pagination] {
    padding-top: 10px;
}

.loading {
    position: relative;
}

.loading:before {
    background: rgba(255, 255, 255, .7);
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    content: " ";
}

.loading:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #646464;
    font-family: Simple-Line-Icons;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    z-index: 200;
    content: "\e09a";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.loading.white:after {
    color: #fff;
}

.refresh:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f021";
}

.loading.x5:after {
    font-size: 100px !important;
    width: 120px !important;
    height: 120px !important;
    line-height: 120px !important;
}

.risk-score-graph {
    width: calc(50% - 2px);
    display: inline-block;
    text-align: center;
    background: rgba(0, 0, 0, .2);
    cursor: pointer;
}

.risk-score-graph.active {
    background: none;
    cursor: default;
}

.risk-score-graph:hover {
    background: none;
}

textarea {
    resize: vertical;
}

.list-content {
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #d5d5d5;
}

.list-content span {
    margin-right: 10px;
    display: inline-block !important;
    height: 15px !important;
    line-height: 11px !important;
    cursor: pointer;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
    z-index: 1100;
}

.boletas-container {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.boletas-content {
    background: rgba(132, 132, 132, .95);
    margin-top: 15px;
    width: 1000px;
    max-height: 550px;
    overflow: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pad-content {
    height: 102px;
    margin: 20px 0;
    border: 1px solid
}

.cantidad {
    padding-top: 2px;
    display: inline-block;
}

.producto-preview {
    height: 220px;
}

.producto-preview img {
    margin: auto;
    max-height: 220px;
}

.producto-preview .carousel-inner {
    height: 220px !important;
}

.producto-preview-empty {
    min-height: 220px;
}

.producto-preview-empty img {
    height: 220px;
}

.top-up {
    top: 0 !important;
}

input[type=checkbox].cpointer, input[type=radio].cpointer {
    margin: 0 0 0 0 !important;
}

.image-delete {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
}

.image-delete i {
    color: #da0c21;
    font-size: 25px;
}

.img-micro {
    right: 0;
    margin-right: 16px;
    border-left: 1px solid #dbe0e2 !important;
    cursor: pointer;
}

.img-micro:hover {
    background-color: #ddd;
}

/* .chosen-container {
    width: 100% !important;
} */

.chosen-container-single .chosen-search input[type=text] {
    height: 30px !important;
}

.chosen-drop {
    min-width: 170px;
    border-top: 1px solid #22beef !important
}

.chosen-container.chosen-container-single.chosen-with-drop .chosen-single {
    border-bottom: 0px solid !important;
}


/*.chosen-container.chosen-container-single.chosen-with-drop .chosen-drop {
  border-top: 0px solid !important;
}*/

form .form-group input[type="text"].form-control {
    padding: 5px 10px;
}

.chosen-results .active-result.result-selected {
    background: #bc0d1f;
    color: #FFF;
}

.table-head thead tr th {
    background-color: #c8192b;
    color: #FFF;
}

.table-cel-center thead tr th, .table-cel-center tbody tr td {
    text-align: center;
}

.prd-list .descripcion {
    box-sizing: border-box;
    color: rgb(0, 102, 192);
    cursor: auto;
    font-family: "Amazon Ember", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 21.335px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    max-height: 999999px;
    text-align: left;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    width: auto;
    word-wrap: break-word;
    margin-bottom: 4px;
}

.prd-list .detail-red, .prd-list .detail {
    box-sizing: border-box;
    display: inline;
    font-family: "Amazon Ember", Arial, sans-serif;
    font-size: 12px;
    height: auto;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    max-height: 999999px;
    text-align: left;
    text-size-adjust: 100%;
    width: auto;
    word-wrap: break-word;
    display: block;
}

.prd-list .detail span {
    color: #0066c0;
}

.prd-list .detail-red {
    color: #B12704;
    margin: 5px 0 4px 0;
}

.prd-list .detail-red a {
    color: #B12704 !important;
    cursor: pointer;
}

.prd-list .detail {
    color: rgb(85, 85, 85);
}

.msds-content {
    position: relative;
    height: 95px;
}

.msds {
    transform: rotate(45deg);
    width: 25px;
    height: 25px;
    border: 1px solid #000;
}

.msds span {
    font-weight: 800;
    position: absolute;
    left: 8px;
    top: 4px;
    transform: rotate(-45deg);
}

.div-1 {
    background-color: #f00;
    color: #FFF;
    position: absolute;
    left: 33px;
    top: 9px;
}

.div-2 {
    background-color: #ff0;
    position: absolute;
    left: 50px;
    top: 26px;
}

.div-3 {
    position: absolute;
    left: 33px;
    top: 43px;
}

.div-4 {
    background-color: #00f;
    color: #FFF;
    position: absolute;
    left: 16px;
    top: 26px;
}

.msds-content .div-link {
    position: absolute;
    margin-top: 80px;
}

.has-error .chosen-container .chosen-single, .has-error .chosen-container .chosen-single:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff7b76;
}

.nc-aprovado h4.panel-title {
    display: table;
    width: 100%;
}

.bg-box {
    background-color: #f1f1f1;
    padding: 5px;
    border-radius: 5px;
}

.lowercase {
    text-transform: lowercase;
}

input[type=checkbox].ace.ace-switch.ace-switch-6+.lbl.lbl-green::before {
    background-color: #f54040 !important;
}

input[type=checkbox].ace.ace-switch.ace-switch-6:checked+.lbl.lbl-green::before {
    background-color: #05b332 !important;
}

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

.border-0 {
    border: 0 !important;
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 54px 54px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-style: solid !important;
}

.dropzone.dz-drag-hover-ban {
    border: 2px solid #c8242c !important;
}

.dropzone.dz-drag-hover-ban .dz-message,
.dropzone.dz-drag-hover .dz-message {
    opacity: 1;
}

.dropzone .dz-message {
    text-align: center;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone {
    border: 2px dashed #0087F7 !important;
    border-radius: 5px !important;
    background: white;
}

.bg-grey {
    background-color: #f9f9f9 !important;
}
.bg-lightblue {
    background-color: #ecf5fc !important;
}

.right-abs {
    position: absolute !important;
    right: 0;
}

.chosen-sm .chosen-container {
    font-size: 12px;
}

.chosen-sm .chosen-container .chosen-single {
    padding: 5px 10px;
    height: 28px;
}

.dropdown-menu-p-5 .dropdown-menu {
    padding: 5px;
}

.pr-25 {
    padding-right: 25px;
}

.producto-clase {
    border: solid 1px;
    background: #f3f3f3;
}

.producto-clase div {
    width: calc(50% - 2px);
    display: inline-block;
    text-align: center;
    /*cursor: pointer;*/
}

.producto-clase div.active {
    background: #c31414;
    color: #fff;
    cursor: default;
}

.d-block {
    display: block !important;
}

.block-header-white {
    display: table;
    width: 100%;
    color: #606f76;
    padding: 0 20px;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.f-weight-100 {
    font-weight: 100;
}

.f-weight-600 {
    font-weight: 600;
}

.typehead-item {
    white-space:normal !important;
}

.producto-prevista {
    width: 115px;
    height: 115px;
}

.producto-prevista img {
    max-width: 115px;
    max-height: 115px;
}
.producto-prevista-maq {
    width: 80px;
    height: 80px;
}

.producto-prevista-maq img {
    max-width: 80px;
    max-height: 80px;
}

.r-5 {
    right: 5px;
}

.mr-15 {
    margin-right: 15px;
}

*[class*='bg-']:not(.bg-default):not(.bg-white):not(.bg-tr-white) .dropdown-menu > li.uib-typeahead-match.active > a {
    color: #fff !important;
}

.logiflex-ban {
    display: none;
}

.dz-drag-hover .logiflex-ban {
    display: none;
}

.dz-drag-hover-ban .logiflex-upload {
    display: none;
}

.dz-drag-hover-ban .logiflex-ban {
    display: block;
}

.opacity-0 {
    opacity: 0;
}

.req-proveedor {
    white-space: nowrap;
    width: 148px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#btn-group-validacion .btn-validacion-activa {
    background-color: #ff893c;
    color: #FFF !important;
}

.grey {
    color: #6a6f7e !important;
}

.block-header .controls {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
}

.block-header .controls li {
    display: inline-block;
    border: 0 !important;
    height: 100%;
}

.block-header .controls li a {
    display: block;
    height: 34px;
    line-height: 35px;
    min-width: 41px;
    padding: 0 10px;
    text-align: center;
    color: #f9f9f9;
    font-size: 20px;
    background-color: var(--lfx-primary-color);
}

.link-decoration:hover {
    text-decoration: underline;
    cursor: pointer;
}

.badge-xxs {
    font-size: 8px !important;
    line-height: 7px !important;
}

thead.bg-blue>tr>th.active {
    background-color: #418bca !important;
    color: white !important;
}

.lfx-table {
    padding: 0 !important;
    border: 0 !important;
}

.lfx-table .lfx-row {
    padding: 3px;
}

.lfx-row .cell {
    padding: 5px;
}

.lfx-row .cell.head {
    background-color: #408bca;
    color: #FFF;
}

.mb-2 {
    margin-bottom: 2px;
}

.estado-sic {
    display: inline-table;
    width: 160px;
    text-align: center;
}

.numero-sic {
    display: inline-table;
    width: 25px;
    text-align: center;
}

.play-wrapper {
  cursor: pointer;
}

.play { 
  background: #a0a0a0;
  border-radius: 50% / 10%;
  color: #FFFFFF;
  font-size: 9px; /* change this to change size */
  height: 3em;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
}

.play-wrapper:hover .play {
  background: #ff1e00;
}

.play::before { 
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}

.play-title  {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 14px;
  font-weight: 500;
  position: absolute;
  top: 9px;
  left: 65px;
  width: 140px;
}

.btn-rounded-left {
    border-radius: 5px 0px 0px 5px !important;
}

.btn-rounded-right {
    border-radius: 0px 5px 5px 0px !important;
}

.sol-prov {
    right: 0;
    position: absolute;
    top: 17px;
    width: 46px;
}

.form-group.comprobante {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#obervacion p {
    margin: 0 !important;
}

.form-text {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    display: block;
    padding: 0 4px;
}

.list-group-item-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.input-search:after {
    content: "\f002";
    display: inline-block;
    color: #888;
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 24px;
}

.input-search input[type="text"] {
    padding-right: 20px !important;
}

.c-black {
    color: #65737a;
}

#hoja-lista {
    list-style: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.th-p-5 th{
    padding: 5px !important;
}

.text-no-collapse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lgxeditable {
    -webkit-user-modify: read-write;
}

td[placeholder]:empty:before {
    content: attr(placeholder);
    color: #c0c0c0; 
}

td[placeholder]:empty:focus::before {
    content: "";
}

tbody.row-small tr td.lfx-cell {
    padding: 0 !important;
}

tbody.row-small tr td.lfx-cell input.form-control {
    padding: 0px 5px !important;
    height: 26px !important;
    border: 0px !important;
    font-size: 14px !important;
}

tbody.row-small tr td.lfx-cell .chosen-container.chosen-container-single {
    height: 26px;
    border: 0;
}

tbody.row-small tr td.lfx-cell .chosen-single {
    padding: 0 5px;
    height: 26px;
    border: 0;
}

tbody.row-small tr td.lfx-cell .chosen-single span{
    line-height: 26px;
}

tbody.row-small tr td.lfx-cell .chosen-single div b:before  {
    top: 3px;
}

.imput-icon {
    position: absolute;
    width: 45px !important;
    border: 0 !important ;
}

.chosen-container-single .chosen-single {
    color: #616f77 !important;
}

.label-0 label {
    margin: 0 !important;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bl-0 {
    border-left: 0 !important;
}

.br-0 {
    border-right: 0 !important;
}

tr.bc-black td,
tr.bc-black th,
td.bc-black {
    border-color: #989898 !important;
}

.bc-2 {
    border-color: #000 !important;
    border: 2px solid !important;
}

table.border-0 tbody tr td,
tbody.border-0 tr td,
tr.border-0 td {
    border: 0 !important;
}

.table-striped-blue>tbody>tr:nth-of-type(odd) {
    background-color: #ecf5fc !important;
}

.table-hover.table-striped-blue>tbody>tr:hover {
    background-color: #ecf5fc !important;
}

#header .branding a.brand {
  background: url(../img/logiflex-logo--250x73.png) no-repeat center !important;
  background-size: 180px 36px !important;
}

#header .branding > .lx-text {
    display: none !important;
}

.sidebar-sm  #header .branding > .lx-text,
.sidebar-xs  #header .branding > .lx-text {
    display: block !important;
}

.sidebar-sm #header .branding > a,
.sidebar-xs #header .branding > a {
    display: none !important;
}

.sidebar-sm #header .branding {
    width: 80px !important;
    padding: 2px 0 !important;
}

.sidebar-xs #header .branding {
    width: 40px !important;
    padding: 10px 0 !important;
}

.lx-text > img {
    width: 42px;
}

.sidebar-xs .lx-text > img {
    /*font-size: 20px;*/
    width: 25px;
}

.pageheader .page-bar .page-breadcrumb > li:before {
    padding: 0 10px 0 0;
}

input.input-xs,
select.input-xs,
textarea.input-xs {
    height: 22px !important;
    line-height: 22px !important;
}

.input-xs {
    font-size: 12px !important;
}


table tbody tr.no-row-space td,
table tbody tr.no-row-space th {
    padding-top: .0em;
    padding-bottom: .0em;
}

table tbody tr th.no-row-space,
table tbody tr td.no-row-space {
    padding-top: .1em !important;
    padding-bottom: .1em !important;
}

table tbody tr.b-all-0 td,
table tbody tr.b-all-0 th{
    border: 0 !important;
}

.bg-yellow {
    background: #fffca3 !important;
}

table.table-email {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}


table.table-email input {
    background-color: #f3f3f3 !important;
}

table.table-email tbody tr {
    border: 1px solid;
}

table.table-email tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
}

#header .branding {
    background-color: #FFF !important;
}

#header .branding a.brand {
    border-bottom: 0 !important;
}

.border-top {
    border-top: 1px solid #000 !important;
}

.border-bottom {
    border-bottom: 1px solid #000 !important;
}

.border-left {
    border-left: 1px solid #000 !important;
}

.border-right {
    border-right: 1px solid #000 !important;
}

.table-border {
    border-collapse: inherit !important;
    border: 1px solid #000 !important;
}

@media only screen and (max-width: 768px) {
  .appWrapper.sidebar-xs.aside-fixed #sidebar {
     top: 45px !important;
  }

  #rightbar {
    top: 45px !important;
  }

  .appWrapper.header-fixed.aside-fixed #content {
    top: 45px !important;
  }
}

.nc-title {
    color: #616f77 !important;
    font-weight: 600 !important;
    padding: 2px 10px;
    position: absolute;
}

.streamline-form {
    display: block !important;
    position: relative !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.position-absolute {
    position: absolute !important;
}

.position-relative {
    position: relative !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.top-0 {
    top: 0 !important;
}

.panel-collapse {
    transition-property: all !important;
    transition-duration: 0.5s !important;
}

a.ui-datepicker-prev.ui-corner-all {
    background: #cccccc url(/themes/minovate/css/images/prev_button.png);
    background-size: contain;
    cursor: pointer;
}
a.ui-datepicker-next.ui-corner-all {
    background: #cccccc url(/themes/minovate/css/images/next_button.png);
    background-size: contain;
    cursor: pointer;
}