.bg-red {
    background-color: #E73D4A;
    color: #fff;
}
.bg-yellow {
    background-color: #f3cc31 !important;
    color: #fff;
}
.login .content {
    width: 420px;
}
.font-green {
    color: #70C454 !important;
}
.font-yellow {
    color: #f3cc31;
}
.font-blue {
    color: #3598dc;
}
.font-red {
    color: #E73D4A;
}
.font-grey {
    color: #ccc;
}
.form-group .help-block {
    font-size: 13px;
}
.table .btn-group a i {
    font-size: 14px !important;
}
#loading, .listado_loading {
    position: absolute;
    display: none;
    width: 98%;
    height: 120px;
    background: #fff;
    z-index: 6;
    text-align: center;
}
#loading i, .listado_loading i {
    margin-top: 50px;
    font-size: 25pt;
}
.only-mobile, .inline-mobile {
    display: none;
}
textarea.form-control {
    resize: vertical;
    min-height: 55px;
}
table.dataTable textarea.form-control {
    resize: vertical;
    min-height: 33px !important;
}

table.dataTable .thumbnail {
    width: 80px;
    height: 27px;
    padding: 1px;
    margin-top: -4px;
    margin-bottom: -9px !important;
    overflow: hidden;
    display: inline-block;
}
table.dataTable.table-form .thumbnail {
    height: 38px;
}
table.dataTable .thumbnail img {
    display: block;
    max-width: 99% !important;
    width: auto;
    height: 100%;
}
table.dataTable td.reorder {
    text-align: left !important;
}
.table-reorder {
    border: none !important;
}
.dataTables_scroll {
    margin-bottom: 0px;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    overflow-x: hidden !important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody .table .btn-group {
    margin-top: -14px !important;
}
table.dataTable tr.related td {
    background: #95A5A6 !important;
    color: #fff;
}
table.dataTable tfoot {
    display: table-row-group;
}
table.dataTable thead th, table.dataTable thead td {
    padding-left: 10px !important;
}
.panel .panel-body {
    overflow: hidden;
}
.contadores i.importando {
    display: none;
}
.select2-results .select2-results__option {
    font-size: 13px;
}
span.rectangulo {
    padding: 5px 10px;
    border: solid 1px #f1f1f1;
    margin-left: 10px;
    display: inline-block;
}
table.dataTable tbody td {
    font-size: 13px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: absolute;
    top: 15px;
    right: 30px;
    color: inherit;
}
.interacciones .chat-form {
    margin-top: 0px;
    margin-bottom: 10px;
}
.portlet.light .portlet-body.interacciones {
    padding-top: 0px;
}
.interacciones .mt-comments {
    max-height: 400px;
    overflow-y: auto;
}
.modal .interacciones .mt-comments {
    max-height: 250px;
}
.interacciones .mt-comments .mt-comment .mt-comment-body {
    padding-left: 0px;
}
.interacciones .mt-comments .mt-comment {
    margin: 0px;
    padding-bottom: 15px;
    border-top: dashed 1px #ccc;
}
.interacciones .mt-comments .mt-comment.first {
    border-top: none;
}
.interacciones .mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-date {
    font-size: 13px;
    margin-left: 15px;
    float: none;
}
.interacciones .chat-form .btn-cont {
    width: auto;
}
.interacciones .chat-form .btn-cont .btn {
    margin-top: -30px;
    height: 70px;
}
.interacciones .chat-form .btn-cont .arrow {
    top: 0px;
    right: 39px;
}
.interacciones .chat-form textarea {
    height: 71px;
    resize: none;
}
.interacciones .mt-comments .mt-comment .mt-comment-author i {
    margin-right: 2px;
}
.mt-checkbox.disabled {
    cursor: not-allowed !important;
}
.mt-checkbox > input:disabled ~ span {
    background: #ccc;
}
.mt-radio.disabled {
    cursor: not-allowed !important;
}
.listado tr.error-stock td:first-of-type {
    border-left: solid 3px #e73d4a !important;
}
#notificaciones_cerrar {
    position: absolute;
    display: block;
    width: 46px;
    height: 50px;
    right: 0px;
    top: -50px;
}
.notificacion a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.notificacion_icon {
    margin-top: 6px;
    float: left;
    padding: 5px !important;
    padding-right: 4px !important;
}
.notificacion_icon i {
    font-size: 16px !important;
}
.notificacion_marcar_leida {
    margin-top: 5px;
}
.notificacion_fecha {
    font-size: 11px;
    color: #999;
    margin-left: 41px;
    display: block;
    margin-top: -4px;
}
table.dataTable .btn-productos,
table.dataTable .btn-inline {
    padding: 0px 4px 2px;
    border-radius: 4px !important;
    margin-right: 8px;
}

.modal-full.modal-dialog {
    width: 90% !important;
}

.modal-dialog .select2, 
.table .select2 {
    width: 100% !important;
}

.table tr.verde td,
.table-hover tr.verde:hover,
.table-hover tr.verde:hover td {
    background-color: #15ba4d !important;
    color: #fff;
}

.table tr.rojo td,
.table-hover tr.rojo:hover,
.table-hover tr.rojo:hover td {
    background-color: #bb2034 !important;
    color: #fff;
}

.table tr.negrita td,
.table-hover tr.negrita:hover,
.table-hover tr.negrita:hover td {
    font-weight: bold;
}