﻿body {
    background: #eaebeb;
}

a {
    color: #236a97;
}

.form-control,
.bootstrap-select .btn {
    border: 1px solid #929aa8;
}

.shadow,
.widget-thumb,
.portlet.light {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
}

.page-sidebar hr {
    border-color: #ddd;
}

.page-head .page-title {
    padding-bottom: 5px;
}

.page-header.navbar.navbar-fixed-top {
    z-index: 100;
    border: none;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

.page-sidebar .page-sidebar-menu > li.active > a {
    border-left: 3px solid #4c8acf !important;
    margin-left: 0px;
    padding-left: 15px;
}

.form-control:focus,
.bootstrap-select .btn:focus,
.bootstrap-select .btn:active {
    background: #ffffde;
}

.page-header.navbar .page-logo .logo-default {
    margin-top: 13px;
    margin-bottom: 13px;
}

.page-header.navbar .page-logo,
.page-header.navbar .top-menu .navbar-nav > li.dropdown {
    height: 60px;
}

.page-header.navbar .menu-toggler {
    background-image: url(/theme/img/sidebar-toggle-light.png);
    opacity: 1;
}

.page-header.navbar .menu-toggler.sidebar-toggler {
    margin-top: 12px;
    margin-right: -20px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    padding: 18px 10px 10px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret{
    top: auto;
    right: 8px;
    margin-top: 1px;
}

.bs-select.input-sm .dropdown-toggle {
    font-size: 13px;
    padding: 5px 6px;
}

.bs-select.input-sm .dropdown-menu > li > a {
    padding: 8px 8px;
    line-height: 14px;
    font-size: 13px;
}

.date-picker .input-group-addon,
.date-time-picker .input-group-addon {
    cursor: pointer;
}

.page-header.navbar {
    background-color: #222;
    background-size: cover;
    background-position: left center;
    background-image: url(/css/img/headers/portal.jpg);
    height: 60px;
    min-height: 60px;
}

    .page-header.navbar .page-top {
        height: 60px;
        background: rgba(0,0,0,0.5);
    }

    .page-header.navbar .page-actions {
        margin-top: 10px;
    }

        .page-header.navbar .page-actions h3 {
            color: #fff;
            margin-top: 6px;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        }

            .page-header.navbar .page-actions h3 span {
                float: right;
                font-size: 12px;
                margin-left: 2px;
            }

.page-sidebar-wrapper li hr {
    margin: 10px 0;
}

.page-sidebar .page-sidebar-menu > li.heading {
    height: auto;
    padding-top: 12px;
}

.breadcrumb {
    color: #656c75;
    font-size: 12px;
    opacity: 0.8;
}

.page-content-wrapper .page-content {
    min-height: 100px;
}

.page-footer-fixed .page-footer {
    background: none;
}

/* clases de el icono de ayuda en los campos */
.input-icon.right > i,
.inline-help > i {
    opacity: 0.8;
}

    .input-icon.right > i:hover,
    .inline-help > i:hover {
        opacity: 1;
        color: #44b6ae;
        cursor: help;
    }

.inline-help {
    padding: 0;
    font-size: 16px;
    color: #ccc;
    padding-top: 5px;
}

.font-xxs {
    font-size: 9px;
}

.modal-content {
    border: none;
}

table > tbody > tr > td {
    vertical-align: middle !important;
}

.table-user h4 {
    margin: 5px 0;
    font-weight: 400;
    font-size: 16px;
}

.popover .popover-title {
    font-weight: 600;
    font-size: 16px;
}

.popover-content .btn-group a {
    font-size: 14px;
    padding: 2px 6px;
}

    .popover-content .btn-group a i {
        margin-right: 3px;
    }

.modal-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* alertas */
.alert {
    border-width: 2px;
    position: relative;
    padding: 15px 15px 15px 50px;
    font-weight: 600;
}

.custom-alerts .close {
    opacity: 0.5;
    margin-top: 5px;
}

.custom-alerts i {
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 22px;
}

.alert-success {
    background-color: #DEFFCB;
    border-color: #4db3a2;
    color: #3da392;
}

.alert-warning {
    background-color: #F8F3AC;
    border-color: #c29d0b;
    color: #b28d0b;
}

.alert-info {
    background-color: #f2f2fe;
    border-color: #529ab5;
    color: #327aa5;
}

.alert-danger {
    background-color: #FBE1E1;
    border-color: #e73d4a;
    color: #b73d4a;
}

/* Labels */
.required > label,
.control-label {
    font-weight: 600;
}

    .required > label:after {
        color: #e73d4a;
        content: ' *';
        display: inline;
    }


/* clases de jquery validation*/
.field-validation-error,
label.error {
    font-weight: 600;
    font-size: 13px;
    color: #e73d4a;
}

.input-validation-error,
.input-validation-error:focus {
    border-color: #e73d4a;
    background: #FFFFDE;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    color: #e73d4a;
    margin-bottom: 15px;
}

    .validation-summary-errors ul {
        padding-left: 20px;
    }

.hint {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: rgba(0, 0, 0, 0.3);
    cursor: help;
    -moz-transition: .3s color;
    -o-transition: .3s color;
    -webkit-transition: .3s color;
    transition: .3s color;
}

    .hint:before {
        content: "\f059";
    }

    .hint:hover {
        color: #555;
        color: rgba(0,0,0,0.6);
    }

.cursor-help {
    cursor: help;
}

/*faster fades*/
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.modal.fade .modal-dialog {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}



.table tbody tr > td.success {
    background-color: #c6efce;
    color: #006100;
}

.table tbody tr > td.error {
    background-color: #ffc7ce;
    color: #9C0006;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .upload-btn-wrapper input[type=file] {
        font-size: 2.2em;
        position: absolute;
        left: -1px;
        top: -3px;
        opacity: 0;
    }

#image-upload-preview {
    margin-bottom: 10px;
    max-width: 50%;
    max-height: 200px
}

#nav-user {
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

    #nav-user span {
        color: #eee;
        font-size: 14px;
        text-shadow: 0 0 5px #000;
    }

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover,
.page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
    background: rgba(0,0,0,0.4);
}

.page-header-fixed .page-container {
    margin-top: 50px;
    background-image: url(img/portal-bg.png);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: right bottom;
}

.form-group label {
    font-weight: 600;
}

.inline-block .form-group {
    margin-right: 30px;
}

.nav-tabs a {
    font-weight: 600;
}

.dropdown-menu {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

/*#region ORDER DETAILS TABLE */

.item-line {
    text-align: center;
}

.item-quantity {
    width: 62px;
}

.item-sales-order,
.item-purchase-order{
    width: 82px;
}

.item-invoice-number,
.item-guide-number {
    width: 105px;
}

.portal-app {
    background: #fff;
    border-radius: 8px;
    width: 120px;
    height: 120px;
    text-align: center;
    display: block;
    position: relative;
    margin: 10px auto;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

    .portal-app:hover {
        transform: scale(1.03) translateY(-4px);
        box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    }

    .portal-app span {
        position: absolute;
        bottom: 8px;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        font-weight: 600;
    }

    .portal-app img {
        margin: 8px auto;
        width: 50% !important;
    }


.order-revision-dates {
    width: 360px;
}

.order-revision-dates label {
    font-size: 13px;
    padding-right: 0;
    padding-top: 5px;
    width: 150px;
}

    .order-revision-dates .row {
        margin-bottom: 8px;
    }

    .order-revision-dates .row:last-child {
        margin-bottom: 0;
    }

.order-revision-dates .row > div {
    width: auto;
}

/*#endregion */


/*#region ORDER DETAILS SELECT2 */

.select2-selection.item-select-container {
    padding: 3px 5px;
    height: 28px;
}

.select2-container--bootstrap .select2-results__option {
    font-size: 12px;
    font-weight: 600;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field:focus {
    background-color: #ffffde
}

.select2-container--bootstrap .select2-selection--single {
    padding-left: 6px;
}

.item-select-wide {
    width: 350px !important;
}

.select2-search__field {
    font-size: 12px !important;
}

/*#endregion */


/*#region DATATABLES */

table.dataTable thead th, table.dataTable thead td,
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
    font-size: 13px;
}

.dataTables_wrapper .dataTables_processing {
    font-weight: 600;
    background: #ffff99;
    z-index: 999;
    top: -5px;
    margin-top: 0;
}

.dataTable > tbody {
    min-height: 50px;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    margin-bottom: 5px;
}

.dataTables_wrapper div.dataTables_filter input {
    margin-left: 2px;
    font-size: 14px;
    height: 35px;
}

.dataTables_wrapper > div.dataTables_paginate {
    padding-top: 0;
    float: none;
}

.dataTables_wrapper .dataTables_info {
    font-size: 12px;
    color: #999;
}

.dataTables_length {
    margin-top: 6px;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 9px;
}

div.dataTables_wrapper div.dataTables_filter input{
    width: 100% !important;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 13px;
    margin-bottom: 0;
}

.table-ajax tr > td:not(:last-child) {
    cursor: pointer;
}

/*TODO: standarize .noselect class*/
.table-ajax tr > td.sorting {
    cursor: move;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.table-message-unreaded {
    background-color: #FFFFCE !important;
    font-weight: 600;
}

    .table-message-unreaded td div.small {
        font-weight: 400;
        color: #777;
    }

.table-item img {
    width: 50px;
    float: left;
}

.table-item div {
    margin-left: 60px;
}

.table-item h5 {
    font-weight: 600;
    margin: 0;
}

.table-item p {
    font-size: 13px;
    color: #777;
}

.table-item-name.message img {
    border-radius: 40px;
}

.table-middle > tbody > tr > td {
    vertical-align: middle;
}

/*TODO: create standard classes table-item-img, table-item-img-desc, etc like below */
.table-item-img {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

    .table-item-img img {
        margin-right: 10px;
        border: 1px solid #d7dce1;
        padding: 2px;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        border-radius: 2px;
    }

    .table-item-img h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 2px 0;
    }

.small-console {
    font-size: 11px !important;
    font-family: Consolas, sans-serif;
}

.table span.text-muted.small {
    display: block;
    line-height: 1.2;
}

.table-small tbody tr td {
    font-size: 12px;
    padding: 4px 3px 4px 5px;
}

.table-small thead tr th {
    font-size: 13px;
    padding: 5px 3px 5px 5px;
}

/* TODO: FIX UI for this - do not enable */
/*.table-small .btn {
    font-size: 12px;
    width: 28px;
    height: 28px;
    padding-top: 4px;
}*/

.column-filter {
    padding: 4px !important;
}

    .column-filter select {
        padding: 3px;
        height: 30px;
        font-size: 13px;
    }

/*#endregion */


/*#region WEBTRACKING */

.wt-sap-order-input {
    width: 50%;
}

.wt-sap-order-input .fa-plus {
    margin-left: 5px;
    margin-right: 5px;
}

.mt-radio-inline .mt-radio,
.mt-radio-inline .mt-checkbox {
    padding-left: 26px;
    line-height: 2.1;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.mt-radio-inline .mt-radio > span,
.mt-radio-inline .mt-checkbox > span {
    top: 5px;
    height: 20px;
    width: 20px;
}

    .mt-radio-inline .mt-radio > span:after {
        left: 5px;
        top: 5px;
        height: 8px;
        width: 8px;
        background: #777;
    }

.mt-checkbox-inline, 
.mt-radio-inline {
    padding: 10px 0 0 0;
}

.order-status-badge,
.selective-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 3px;
    margin-right: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.order-status-badge {
    float: left;
}

.selective-color {
    float: right;
}

.order-status-1 {
    background: #f3c200;
}

.order-status-2 {
    background: #3598dc;
}

.order-status-3 {
    background: #32c5d2;
}

.order-status-4 {
    background: #26d281;
}

.order-status-5 {
    background: #ef4836;
}

.order-status-6 {
    background: #86b281;
}



/*#endregion */


/*#region QUERY ORDERS */

#order-details-table_filter .input-small {
    font-size: 13px;
    height: 32px;
}


/*#endregion */


/*#region CLIENTES */

#intro-clientes {
    margin-top: 9px;
    font-size: 17px;
    font-weight: 300;
}

#slider-clientes {
    margin-top: 9px;
}

#slider-clientes .item {
    height: 450px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    #slider-clientes .carousel-caption {
        padding-bottom: 50px;
        font-size: 18px;
    }

/*#endregion */

/*#region Marketing */

.mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-author {
    margin-bottom: 0;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-date {
    color: #777;
}

.mt-comments .mt-comment .mt-comment-img > img {
    border-radius: 50% !important;
    border: 2px solid #ddd;
    padding: 1px;
}


#contact-message-header img {
    float: left;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: 2px solid #eef1f5;
}

#contact-message-header div {
    margin-left: 50px;
}

    #contact-message-header div span {
        margin-left: 50px;
    }

    #contact-message-header div h4 {
        margin: 3px 0 0 0;
    }


#post-actions {
    padding: 0 10px;
}

    #post-actions .col-sm-4 {
        padding: 0 5px;
    }

        #post-actions .col-sm-4 button {
            padding-left: 7px;
        }

    #post-actions .fa {
        margin-right: 6px;
    }

.lbl-status {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: help;
}

#PublishDate {
    cursor: pointer;
    background: #fff;
}

#featured-image {
    position: relative;
    min-height: 150px;
    background: #eee;
}

    #featured-image div {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        opacity: 0;
        transition: 0.3s opacity;
        display: flex;
        align-items: center;
    }

        #featured-image div:hover {
            opacity: 1;
        }

    #featured-image button {
        margin: 0 auto;
    }

#fi-modal .modal-body {
    height: 400px;
    overflow: hidden;
}

#fi-status-error {
    width: 100%;
    height: 400px;
    background: #fff;
    text-align: center;
    display: none;
}

    #fi-status-error div {
        font-size: 18px;
        padding: 0 50px;
        line-height: 1.6;
        display: inline-block;
        margin-top: 150px;
    }

#cropzone {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 400px;
    display: none;
}


    #cropzone button {
        display: block;
        position: absolute;
        left: 8px;
        opacity: 0.5;
        -moz-transition: opacity .3s;
        -o-transition: opacity .3s;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

        #cropzone button :hover {
            opacity: 1;
        }

#cropzone-zoom-plus {
    top: 8px;
}

#cropzone-zoom-minus {
    top: 48px;
}

#cropzone-aspect-ratio {
    top: 88px;
}

#cropzone-drag-crop {
    bottom: 48px;
}

#cropzone-drag-img {
    bottom: 8px;
}

#fi-processing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
    background-color: #000;
    background-color: rgba(0,0,0,0.7);
    background-image: url(img/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

#pi-modal .modal-dialog {
    height: 85%;
    padding: 0;
    margin: 20px auto 0 auto;
}

#pi-modal .modal-content {
    height: 100%;
}

#pi-modal .modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

#pi-modal .modal-body {
    position: absolute;
    width: 100%;
    top: 57px;
    bottom: 64px;
    left: 0;
    padding: 0;
}

#pi-message {
    background: #fff url(img/upload-images-message.png) center center no-repeat;
    background-size: 500px;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

#pi-actions {
    padding: 4px 0 4px 15px;
    border-bottom: 1px solid #efefef;
    position: fixed;
    left: 1px;
    right: 1px;
    z-index: 2;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    #pi-actions label {
        padding-left: 25px;
        margin-bottom: 13px;
    }

#pi-working {
    float: right;
    width: 35px;
    height: 26px;
    margin: 2px 28px 0 0;
    background: url(img/loading-arrows-dark.gif) center center no-repeat;
    background-size: 30px;
    display: none;
}

/*.uploading {
    display: block;
    background: url(../img/loading-arrows-dark.gif) center center no-repeat;
    background-size: 30px;
}*/

#pi-images tr {
    border-bottom: 1px solid #efefef;
}

#pi-items-container {
    position: absolute;
    width: 100%;
    top: 38px;
    bottom: 0;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 0;
}

#pi-images tr td {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 15px;
    height: 80px;
}

    #pi-images tr td:nth-child(1) {
        padding-left: 15px;
        width: 45px;
        text-align: center;
    }

    #pi-images tr td:nth-child(2) {
        width: 80px;
        height: 80px;
        text-align: center;
    }

    #pi-images tr td:nth-child(3) {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
    }

        #pi-images tr td:nth-child(3) a {
            font-weight: 600;
        }

        #pi-images tr td:nth-child(3) span {
            display: block;
            font-size: 12px;
            color: #777;
            margin-top: 5px;
        }

    #pi-images tr td:nth-child(4) {
        width: 20%;
        padding-right: 10px;
    }

#pi-images .progress {
    margin: 0;
}

#pi-images tr td:nth-child(5) {
    text-align: center;
    width: 10%;
}

#office-location-map {
    padding: 0 20px;
    width: 100%;
}

    #office-location-map .help-block {
        margin-bottom: 9px;
        font-size: 12px;
    }

#office-google-map {
    height: 350px;
    width: 100%;
}

.fileinput .thumbnail {
    padding: 6px;
}



/*#endregion */

/*#region ASPUPLOAD PLUGIN */

#editor-image-list ul {
    padding: 0;
    margin: 5px 2px 0 2px;
}

    #editor-image-list ul li {
        list-style: none;
        display: inline-block;
    }

        #editor-image-list ul li div {
            width: 50px;
            height: 50px;
            margin: 2px;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            cursor: pointer;
        }

/*#endregion */

/*#region PARTS */

.transfer-message {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.transfer-message-user img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ccc;
    float: left;
}

.transfer-message-user div {
    margin-left: 50px;
}

.transfer-message-user span {
    display: block;
    font-size: 12px;
}

.transfer-message-content {
    padding: 12px 30px 12px 16px;
    background: #f0f4f7;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    border: 1px solid #d0d4d7;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .transfer-message-content button {
        position: absolute;
        right: 3px;
        top: 50%;
        background: none;
        border: none;
        font-size: 20px;
        padding: 0 5px;
        opacity: 0.4;
        margin-top: -14px;
    }

    .transfer-message-content button:hover {
        opacity: 0.9;
    }

    .transfer-message-content .message-arrow {
        width: 14px;
        height: 14px;
        position: absolute;
        background: #f0f4f7;
        left: -7px;
        top: 50%;
        margin-top: -7px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-left: 1px solid #d0d4d7;
        border-bottom: 1px solid #d0d4d7;
    }

.transfer-message-date:hover {
    cursor: help;
}

/*#endregion */

/*#region ITADVISOR */

#printer-list .widget-thumb {
    min-height: 175px;
    background-color: #fff;
}

#printer-list .bg-yellow-pulsate {
    -moz-animation-name: bgcolor;
    -o-animation-name: bgcolor;
    -webkit-animation-name: bgcolor;
    animation-name: bgcolor;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes bgcolor {
    0% {
        background-color: #fff;
    }

    50% {
        background-color: rgba(253,224,50,1);
    }

    100% {
        background-color: #fff;
    }
}

#printer-list .widget-thumb-heading {
    margin-bottom: 3px;
}

#printer-list .font-xs {
    margin: 0 0 13px 0;
}

#printer-list .badge {
    cursor: help;
    width: 18px;
}

#printer-list .progress {
    margin-bottom: 5px;
    position: relative;
    cursor: help;
}

#printer-list .progress-meter {
    position: absolute;
    font-size: 10px;
    left: 0;
    top: -1.5px;
    width: 100%;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.8), 1px -1px 0 rgba(0,0,0,0.8), -1px 1px 0 rgba(0,0,0,0.8), 1px 1px 0 rgba(0,0,0,0.8);
    color: #fff;
    font-weight: 700;
}

#printer-list .progress-bar-info {
    background-color: #333;
}

#printer-list .widget-thumb-icon {
    font-size: 28px;
}


/*#endregion */