/*================================================================================
	Item Name: Robust - Responsive Admin Theme
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
A FILE FOR RTL SUPPORT RELATED ONLY
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

/* ===== DYNAMIC Logo Color Theme ===== */
/* Dark navy  : #1a237e  |  Cyan accent : #00AEEF */

/* Sidebar / main menu */
.main-menu.menu-dark,
.main-menu.menu-dark .main-menu-header,
.main-menu.menu-dark .navigation {
    background: #1a237e !important;
}
.main-menu.menu-dark .main-menu-header .menu-search {
    background: #111a5e !important;
    color: #cdd5ff !important;
}
.main-menu.menu-dark .navigation li a {
    color: #cdd5ff !important;
}
.main-menu.menu-dark .navigation > li.hover > a,
.main-menu.menu-dark .navigation > li:hover > a,
.main-menu.menu-dark .navigation > li.active > a {
    background: #00AEEF !important;
    color: #ffffff !important;
}
.main-menu.menu-dark .navigation > li .active > a {
    color: #00AEEF !important;
}

/* Top navbar header (left dark part) */
.header-navbar.navbar-semi-dark .navbar-header {
    background: #1a237e !important;
}

/* Active nav link highlight */
.header-navbar .navbar-nav .active.nav-link,
.header-navbar .navbar-nav .nav-link:hover {
    color: #00AEEF !important;
}

/* Primary buttons */
.btn-blue, .btn-primary {
    background-color: #00AEEF !important;
    border-color: #0097d1 !important;
}
.btn-blue:hover, .btn-primary:hover {
    background-color: #0097d1 !important;
}

/* Login card header accent */
.card-header.no-border {
    border-bottom: 3px solid #00AEEF;
}

/* ===== Menu sub-items & open sections ===== */
.main-menu.menu-dark .navigation > li ul {
    background: #111a5e !important;
}
.main-menu.menu-dark .navigation > li ul li a {
    color: #b0bbff !important;
}
.main-menu.menu-dark .navigation > li ul li:hover > a,
.main-menu.menu-dark .navigation > li ul li.active > a {
    color: #00AEEF !important;
}
.main-menu.menu-dark .navigation .navigation-header {
    color: #7986cb !important;
}

/* ===== DataTable header ===== */
table.dataTable thead > tr > th,
table.dataTable thead > tr > td,
.table thead th,
.table > thead > tr > th {
    background-color: #1a237e !important;
    color: #ffffff !important;
    border-color: #2c35a0 !important;
}
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after {
    color: #00AEEF !important;
}
/* Pagination active page */
.pagination > .active > a,
.pagination > .active > span,
.page-item.active .page-link {
    background-color: #1a237e !important;
    border-color: #1a237e !important;
    color: #ffffff !important;
}
.page-link:hover,
.pagination > li > a:hover {
    color: #00AEEF !important;
}
