.app-header, .sidebar{
    background-color: #2f353a!important;
}

.app-header.bg-dark .navbar-brand {
    min-width: 270px;
    color: #ffffff !important;
}


.sidebar .nav {
    width: 250px;
}

.sidebar .sidebar-nav, .sidebar .sidebar-scroll{
    width: 250px;
}

.sidebar-lg-show .sidebar-pills {
    width: 270px;
}

.sidebar.sidebar-pills .nav-link, .sidebar.sidebar-pills .nav-title{
    color: #ffffff !important;
}

.sidebar.sidebar-pills .nav-link.active, .sidebar.sidebar-pills .nav-link:hover{
    color: #007dd0 !important;
}

a{
    color: #007dd0;
}

.sidebar.sidebar-pills .nav-link.active .nav-icon, .sidebar.sidebar-pills .nav-link:hover .nav-icon{
    color: #007dd0;
}

.sidebar-pills .nav-link:hover .nav-icon{
    color: #007dd0 !important;
}

.btn-link{
    color: #007dd0;
}


table.dataTable thead>tr>th{
    border-right: 1px #dce0e7 dashed;
}

table.dataTable thead>tr>th:last-child{
    border-right: none;
}

table.dataTable tbody>tr>td{
    border-right: 1px #dce0e7 dashed;
}

table.dataTable tbody>tr>td:last-child{
    border-right: none;
}
