.is-navbar {
    background-color: #0748a6 !important;
}

.is-navbar .navbar-brand, .is-navbar .nav-link, .is-navbar .navbar-toggler span {
    color: #ffffff;
}

.is-navbar .is-navbar-search .search-icon {
    color: #9cadc8;
}

.is-navbar .is-navbar-search ::placeholder {
    color: #9cadc8 !important;
    opacity: 1; /* Firefox */
}

.is-navbar .is-navbar-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9cadc8 !important;
}

.is-navbar .is-navbar-search ::-ms-input-placeholder { /* Microsoft Edge */
    color: #9cadc8 !important;
}

.is-navbar .is-navbar-search input {
    background-color: #083376;
    border-radius: 5px;
    color: #ffffff;
}

/*
.is-navbar .is-navbar-search input:focus {
    color: #000000;
    background: #f4f5f7;
}

 */
.is-navbar-brand {
    /* background-color: #013686;*/
}

/* Sidebar */
.is-home-sidebar {
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    background-color: #f4f5f7;
}

.is-home-sidebar .nav-link {
    color: #353535;
}

.is-home-sidebar .nav-link:Hover {
    color: #0747a6;
}

.is-sidebar {
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    background-color: #edf4fe;
}

.is-sidebar .nav > li:nth-child(even) {
    /* background-color: #e1ecfe;*/
}

.is-sidebar .nav-item {
    border-right: 2px solid #e1ecfe;
}

/*.is-sidebar .nav-item:Hover {
    border-right: 2px solid #f8a45b;
}*/
.is-sidebar .nav-item:Hover .nav-link {
    color: #013686;
}

.is-sidebar .nav-link {
    color: #748db5;
}

.is-sidebar .nav-link .feather {
    color: #999;
}

.is-sidebar .nav-link.active {
    color: #007bff;
}

.is-sidebar .nav-link:hover .feather,
.is-sidebar .nav-link.active .feather {
    color: inherit;
}

.is-sidbar-header {
    color: #0747a6;
    border-bottom: 1px solid #013686;
    border-right: 2px solid #f8a45b !important;
}

/*end Sidebar*/
.news-info-bar {
    color: #9A1010;
}

/*table*/
.is-table {
    /*    border-collapse: separate ;
        border-spacing: 0 2px;*/
}

.is-table tr td {
    border-top: 0;
}

.is-table tbody th, .is-table tbody td {
    color: #000000d4;
    border-right: 1px solid #f2f2f2;
}

.is-table tbody td {
    padding: 0.5rem 0.3rem;
}

.is-table[dir=rtl] tbody th:first-child, .is-table[dir=rtl] tbody td:first-child, .is-table[dir=ltt] tbody th:last-child, .is-table[dir=ltr] tbody td:last-child {
    border-right: 0;
}

.is-table thead th {
    border-bottom: 1px solid #b3c6e4;
    color: #003585;
    font-weight: normal;
}

.is-table-striped tbody tr:last-child {
    border-bottom: 1px solid #f2f2f2;
}

.is-table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.is-table-striped tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}

.is-table-striped tbody tr:Hover {
    background-color: #f3f7fd !important;
}

/*end table*/

/*card*/
.is-card-header {
    background-color: #edf4fe;
}

/*end card*/

.frm_description {
    color: #a3a6ac;
}

/* fieldset*/
.is-fieldset {
    border: 1px solid #a3a6ac;
}

.is-fieldset legend {
    color: #083376;
}

/*end fieldset*/