.clientarea-logo {
    width: 160px;
    height: 65px;
}

label.label {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
}


span.label {
    color: #999;
    padding: 0;
    background-color: transparent;
}
span.label:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0 none;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    background-color: #999;
}
.label.status-active,
.label.status-completed,
.label.status-paid,
.label.status-open {
    color: #62ac32;
}
.label.status-customer-reply:before,
.label.status-active:before,
.label.status-completed:before,
.label.status-paid:before,
.label.status-open:before {
    background-color: #62ac32;
}
.label.status-pending {
    color: #ff7327;
}
.label.status-pending:before {
    background-color: #ff7327;
}
.label.status-unpaid,
.label.status-terminated {
    color: #dc3545;
}
.label.status-unpaid:before,
.label.status-terminated:before {
    background-color: #dc3545;
}
.label.status-cancelled {
    color: #87939f;
}
.label.status-cancelled:before {
    background-color: #87939f;
}
.label.status-fraud {
    color: #000;
}
.label.status-fraud:before {
    background-color: #000;
}


/* dataTables */
.dataTables_wrapper {
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #edf2f9;
    border-radius: .25rem;
}
div.dataTables_wrapper div.dataTables_filter label {
    padding: 0;
    margin-top: 15px;
}
.dataTables_wrapper .dataTables_filter label .form-control {
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #dfe3e7;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div.dataTables_wrapper div.dataTables_info {
    display: none;
    font-size: 12px;
    font-weight: 400;
    color: #7c8088;
    background-color: #f2f3f5;
    padding: 0 16px !important;
    line-height: 45px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ddd;
}
.dataTables_wrapper div.dataTables_filter {
    display: none;
}
.dataTables_wrapper .dataTables_length label {
    padding: 0;
    margin: 0;
}
.dataTables_wrapper .dataTables_paginate {
    padding: 0px 0;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.dataTables_wrapper .dataTables_paginate .pagination {
    margin-bottom: 0;
}
.dataTables_wrapper table.table-list {
    color: #666;
    margin-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_length label .form-control {
    border: 1px solid #dfe3e7;
    width: 60px;
    line-height: 1;
    padding: 0 0px 0 10px;
    min-height: 25px;
    margin: 0 5px;
}
.table-top .dropdown-toggle::after {
    display: none;
}
.dataTables_wrapper .dataTables_length {
    padding: 0 16px;
    height: 45px;
    border-top: 1px solid #e6e8ec;
    border-radius: 0 0 4px 4px;
    background-color: #f6f7f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.dataTables_wrapper table.table-list {
    border: 0 none;
    border-radius: 0;
    margin: 0 !important;
}
.dataTables_wrapper table.table-list thead th {
    color: #999;
    font-size: 13px;
    border: 0 none !important;
    font-weight: 600;
    text-align: left;
    background-color: #f6f7f8 !important;
}
table.table-list thead th,
table.table-list tbody td {
    padding: 12px 15px;
}
.table-container {
    position: relative;
    padding: 0;
}
.table-container .view-filter-btns {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 1;
}
.table-container .view-filter-btns .btn {
    color: #7c8088;
    min-width: 60px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.table-container .view-filter-btns .btn.active,
.table-container .view-filter-btns .btn:hover {
    color: #007bff;
    border: 1px solid #007bff;
}
.table-container .table td {
    vertical-align: middle;
}


.w-hidden {
    display: none!important;
}



span.label-default {
  color: #666!important;
}

span.label-success {
  color: #5cb85c!important;
}

span.label-info {
  color: #5bc0de!important;
}

span.label-warning {
  color: #f0ad4e!important;
}

span.label-danger {
  color: #d9534f!important;
}
span.label-default:before {
  background-color: #666!important;
}

span.label-success:before {
  background-color: #5cb85c!important;
}

span.label-info:before {
  background-color: #5bc0de!important;
}

span.label-warning:before {
  background-color: #f0ad4e!important;
}

span.label-danger:before {
  background-color: #d9534f!important;
}

.listtable .w-hidden {
    display: table!important;
}


.modal .modal-dialog {
  max-width: 700px;
}

.modal .modal-header {
  background-color: #eee;
}

.modal-localisation .modal-content {
  background-color: #3e3e3e;
}

.modal-localisation .modal-body {
  background: url("../img/worldmap.png");
  background-size: cover;
}

.modal-localisation .modal-footer {
  border: 0;
}

.modal-localisation .h5 {
  color: #fff;
}

.modal-localisation .item-selector .item {
  display: block;
  margin: 2px 0;
  padding: 2px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #eee;
}

.modal-localisation .item-selector .item:hover {
  background-color: #eee;
  color: #444;
}

.modal-localisation .item-selector .item.active {
  background-color: #ddd;
  border-color: #bbb;
  color: #444;
}

