/*
 *  Document   : default.css
 *   This file is just a placeholder for the theme that will be selected.
 */

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    background: #1bbae1;
}

.header-section {
    background: #394263;
    background: rgba(57, 66, 99,0.65);
}

table.dataTable > tbody > tr.child > td.child:hover,
table.hover tbody tr:not(.selected):hover {
   /*background-color: #aaaaff;*/
    background-color: #1bbae1;
    color: #fff;
}

table.hover tbody tr:not(.selected):hover a {
    color: #fff;
    text-decoration: none;
}

tr.selected td,
tr.selected td>a,
tr.selected td>a:hover,
tr.selected td>a:focus
 {
    background-color: #394263 !important;
    color: white;
}

.block-title .nav-tabs > li > a,
.block-title .nav-tabs > li > a:hover,
.block-title .nav-tabs > li > a:focus {
    border: 1px solid #eaedf1;
    border-bottom-color: #ffffff;
    background-color: #ffffff;
    color: #1bbae1;
}

.block-title .nav-tabs > li.active > a,
.block-title .nav-tabs > li.active > a:hover,
.block-title .nav-tabs > li.active > a:focus {
    border: 1px solid #eaedf1;
    border-bottom-color: #1bbae1;
    background-color: #1bbae1;
    color: #ffffff;
}

.dropdown-menu>li>a:hover
{
    background-color: #1bbae1;
    color: white;
}

.dropdown-menu>li>a,
.dropdown-menu>li>a:focus
{
    background-color: #FFF;
    color: #333;
}

.dropdown-menu>li.active>a,
.dropdown-menu>li.active>a:focus
{
    background-color: #394263;
    color: #FFF;
}

.selected-item {
    background-color: #1bbae1 !important;
    color: white;
}

.themed-border-hover:hover {
    border-color: #1bbae1;
}

.dataTables_processing {
    background-color: #1bbae1;
    color: white;
}



