﻿div.dataTables_wrapper .table tbody tr:hover {
    background-color: rgba(25, 30, 58, 0.631373) !important;
}

div.dataTables_wrapper .table {
    background-color: #060818;
}
div.dataTables_wrapper .table tr td {
    color: #bfc9d4;
}
div.dataTables_wrapper .table tr:hover td {
    color: #25d5e4;
}

div.dataTables_wrapper .table > tbody tr, div.dataTables_wrapper .table > thead {
    border-left: 1px solid #191e3a;
    border-right: 1px solid #191e3a;
}

div.dataTables_wrapper .table .svg-action{
    display:inline-block;
    color:#bfc9d4;
}

#sidebar ul.menu-categories li.sep {
    background-color: #0e1726;
}

/*CONTRACT PAGE*/
.widget.widget--contract-info .widget-content .step{
    background: #1b2e4b;
}

.widget.widget--contract-info .widget-content .step__header{
    background-color: #191e3a;
}

.widget.widget--contract-info .widget-content .step__body .dummy-form .textarea{
    background-color: #3b3f5c;
}

.contract #manager span {
    color:#5471ff;
}

.widget{
    background-color:#0e1726;
}

.widget-table-two .table > thead > tr > th{
    background: #191e3a;
}

.table tbody tr.clickable-row:hover td{
    color:#25d5e4;
}

.main-search .item{
    background: #1b2e4b;
}

/*HOMEPAGE SEARCH*/
.main-search .item{
    color: #ebedf2;
    background: #1b2e4b;
    box-shadow: 0px 2px 9px 2px rgba(31, 45, 61, 0.1);
}
.main-search .item.info{
    font-size:11px;
}

.main-search .ui-visible:hover{
    color:#25d5e4;
}

/*EMPTY STATE*/
.empty{
    color: #ebedf2;
    background: #1b2e4b;
    box-shadow: 0px 2px 9px 2px rgba(31, 45, 61, 0.1);
}

.empty--search svg{
    fill: #ebedf2;
}