#background {
    background-image: url('main-background.jpeg');
    background-size: cover ;
    background-repeat: no-repeat ;
}

.jcLoginDiv {
        background: #fde2bf !important;
}

.bg-primary {
	background-color: #fde2bf !important;
}

.text-white, .text-white:hover {
	color: #0f0860 !important;
}

.sidebar .nav-item .nav-link {
  color: #0a1c39 !important;
}

.sidebar .nav-link .sidebar-icon {
  margin-right: .5rem;
  color: #0a1c39 !important;
}

#app section:not(#main_dashboard_view) {
  background-color: #fde2bf;
  padding: 7px;
  border-radius: 2px;
}

#toolbarHider {
    border: 1px solid #fde2bf;
    background-color: #fde2bf;
    display: none;
}

.sidebar-condensed {
    max-width: 260px !important;
}

.content-extended {
    margin-left: 260px !important;
}

/* Widgets */
.widget-background {
    background-color: #fff !important;
}

.widget-title h6 {
    color: #3473E3 !important;
}

.widget-body {
    color: #8FB1D4 !important;
}

.widget-body h1 {
    color: #114374 !important;
}

.widget-footer {
    color: #7D736F !important;
}