:root {
    --fcdx-blue: #2C5CAA;
}
body {
    background: #fff;
}
.app-header {
    background: #F0F3F5;
}
.app-header .navbar-brand {
    padding: 4px 20px;
}
.app-sidebar {
    background: var(--fcdx-blue);
}
.app-sidebar .menu .menu-item .menu-link {
    padding: 12px 20px;
    font-weight: bold;
    font-size: 0.8rem;
}
.app-sidebar .menu .menu-item.active > .menu-link {
    background-color: #2073c8;
}
.app-sidebar .menu .menu-item .menu-submenu {
    padding: 5px 0 10px 15px;
}
.app-sidebar .menu .menu-item .menu-submenu .menu-item:before {
    width: 0;
}
.app-sidebar .menu .menu-item .menu-submenu .menu-item:after {
    display: none;
}
.app-sidebar .menu .menu-item .menu-submenu .menu-item .menu-link {
    padding: 8px 20px 8px 15px;
}
.app-sidebar .menu .menu-item .menu-submenu .menu-item .menu-link:after {
    width: 0;
    height: 0;
}

.page-header {
    font-size: 18px;
    line-height: 1.8;
    color: var(--fcdx-blue);
    font-weight: bold;
}
.page-header-left {
    padding: 6px 60px 6px 1.40625rem;
    min-width: 180px;
}
.page-header-right {
    padding: 6px 40px 6px 10px;
    flex-grow: 1;
    background: #8BAADC;
    color: #fff;
}

.fcdx .nav-item {
    margin-right: 4px;
}
.fcdx .nav-link:hover {
    border-bottom: 2px solid var(--fcdx-blue);
}
.fcdx .nav-link.active {
    border-bottom: 2px solid var(--fcdx-blue);
    color: var(--fcdx-blue);
}

.fcdx-dl {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
}
.fcdx-dl dt, .fcdx-dl dd {
    margin: 0;
}
.fcdx-dl dt {
    width: 140px;
    color: #2C5CAA;
    font-weight: bold;
}

.text-fcdx-blue {
    color: var(--fcdx-blue);
}


/*table*/
body table.dataTable.fcdx, .fcdx-table {
    border-collapse: separate !important;
    border-spacing: 4px 0;
}
body table.dataTable.fcdx thead tr th,
body table.fcdx-table thead tr th {
    border-bottom: solid 2px var(--fcdx-blue);
}
body table.fcdx-table-sm thead tr th {
    border-bottom: solid 1px var(--fcdx-blue);
}

/*form*/
form.fcdx .form-label {
    color: var(--fcdx-blue);
}

#fcdx-project-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 220px;
    padding: 20px 30px;
    background-color: #fefeff;
    border-top: 1px solid #ccc;
}