﻿.layout-boxed-bg {
    background: rgb(34, 122, 183) url('/images/bg03.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
    overflow-y: scroll !important;
}
/* Modify the background color */
.navbar-brand {
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 0.375rem;
    margin-right: 0.25rem;
    font-size: 0;
    line-height: inherit;
    white-space: nowrap
}

.navbar-custom .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgb(255, 255, 255);
    color: #ff5555;
}

.sidebar-dark[class*=bg-] .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .sidebar-dark[class*=bg-] .nav-sidebar > .nav-item > .nav-link.active {
    background-color: rgb(247 71 52) !important;
}

.navbar-custom {
    /*background-color: #1f65ba;*/
    /*background-color: #2B5F8E;*/
}

    /* Modify brand and text color */
    .navbar-custom a,
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: #ffffff;
    }

.mrone-title-kehoach {
    font-size: 14px !important;
    font-weight: normal !important;
    font: 13px/1.231 arial,helvetica,clean,sans-serif !important;
}

    .mrone-title-kehoach a {
        color: #2196f3 !important;
        text-decoration: none;
        background-color: transparent;
    }
/****************/
.mrone-nav-right-boder {
    border-bottom: solid 1px #b4b4b4 !important;
}

.nav-sidebar .nav-item:not(.nav-item-header):last-child {
    padding-bottom: 0px !important;
}

.nav-sidebar .nav-item:not(.nav-item-header):first-child {
    padding-top: 0px !important;
}

.mrone-nav-link {
    padding-left: 20px !important;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
    border-bottom: dotted 1px #cdcecf !important;
    background-color: #1d5b50 !important;
}

    .mrone-nav-link:hover {
        background: #FC504A !important;
        color: #000;
    }

/*.mrone-nav-link-active {
    background: #ffb6b6 !important;
    color: #000;
}*/
.mrone-nav-link-active {
    background: #FC504A !important;
    color: #000;
}
.mrone-home-a {
    padding-left: -5px;
    margin-left: -10px !important;
}

/* .mrone-home-a:hover {
        background: #f8ff3d !important;
        color: #ff5555 !important;
    }*/
/*.mrone-home-a-hover:hover {
    background: #f8ff3d !important;
    color: #ff5555 !important;
}*/
.table-hover tbody tr:hover {
    background-color: #ffeac8;
}

.form-control:hover {
    color: #ff5555;
}