.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #d2d6de;
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}
.datepicker {
    border-radius: 0;
}
.width-120 {
    width: 120px;
}
.no-text-wrap {
    text-wrap: none;
}
.padding-b-15 {
    padding-bottom: 15px;
}
.sorting {
    border-bottom: 1px dotted #39617f;
    padding-bottom: 2px;
    white-space: nowrap;
    color: #39617f;
}
.sorting:hover, .sorting:active, .sorting:focus {
    color: #72afd2;
    border-bottom: 1px dotted #72afd2;
}

.box-header > .box-tools-lg {
    top: 4px;
    right: 4px;
}

.box-header > .box-tools-lg .btn-box-tool {
    padding: 4px 10px;
    font-size: 16px;
}

/* equipment status */

.status-bg-red{
    background-color: #f1beb8 !important;
}

.status-bg-yellow{
    background-color: #ffe5bc !important;
}