:root {
    --primary: #072f81;
	--primary-light: #6A82B3;
	--secondary: #ffeec0;
	--tertiary: #f9a100;
	--dark: #050505;
	--light: #edeef2;
	--danger: #e60012;
	--danger-hover: #b8000e;
  }

#topbar-first, #topbar-first .dropdown.account > a, .account .dropdown-menu, .nav-pills .dropdown-menu {
    background-color: #fff;
}

.login-container {
	background-image: url("/assets/background/pattern_bg.jpg");
	background-size: initial;
    background-color: #f9fcff;
}

.login-container .text {
    color: #072f81;
}


.login-container #img-logo {
    max-width: 320px;
}

#dropdown-notifications .media-list li.new, .media-list .messagePreviewEntry.unread {
	background-color: var(--primary-light);
}

#topbar-first {
	border-bottom: 2px solid var(--primary);
}

.media-list .messagePreviewEntry.unread{
	border-color: var(--primary-light);
}

#topbar-first a, #topbar-first .notifications .btn-group > a, .nav-pills .dropdown-menu li.divider, .nav-tabs .dropdown-menu li.divider, .account .dropdown-menu li.divider, .nav-pills .dropdown-menu li a {
	color: var(--dark);
}

#topbar-first .notifications .btn-group > a, #topbar-first .dropdown.account.open > a, #topbar-first .dropdown.account > a:hover, #topbar-first .dropdown.account.open > a:hover, .nav-pills .dropdown-menu li:hover, .nav-tabs .dropdown-menu li:hover, .account .dropdown-menu li:hover, .nav-pills .dropdown-menu li.selected, .nav-tabs .dropdown-menu li.selected, .account .dropdown-menu li.selected {
	background: var(--light)!important;
}

a.list-group-item:hover, a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus, .regular-checkbox:checked + .regular-checkbox-box, .form-control:focus, .modal .dropdown-menu li:hover, .panel .dropdown-menu li:hover, .nav-tabs .dropdown-menu li:hover, .modal .dropdown-menu li.selected, .panel .dropdown-menu li.selected, .nav-tabs .dropdown-menu li.selected, #topbar-second .nav > li.active, .select2-container--humhub.select2-container--focus .select2-selection, .select2-container--humhub.select2-container--open .select2-selection, .nav-pills .dropdown-menu li, .nav-tabs .dropdown-menu li, .account .dropdown-menu li, .btn-info.active:hover, .btn-info.active:focus, .btn-info:active, .btn-info.active, .btn-primary:active, .btn-primary.active {
	border-color: var(--primary)!important;
}

.media-list li:hover, .media-list li.selected,  .media-list li:hover, .media-list li.new {
	border-left-color: var(--primary)!important;
}

.tab-menu .nav-tabs li.active > a, .tab-menu .nav-tabs li.active > a:hover,  #topbar-first .caret {
	border-top-color: var(--primary);
}

#topbar-second .nav > li > a:hover {
	border-bottom-color: var(--primary);	
}

.panel .statistics .entry .count, #topbar-first .account .user-title span, .comment_create .fileinput-button:hover i, .content_edit .fileinput-button:hover i, div.required > label::after, .container-directory .card .card-header .card-icons .fa, .btn-info.active:focus, .btn-info:active, .btn-info.active, .btn-primary:active, .btn-primary.active {
	color: var(--primary)!important;
}

.regular-checkbox:checked + .regular-checkbox-box, .btn-primary, .btn-info, .comment_create .comment-buttons button, .content_edit .comment-buttons button, #nprogress .bar, .loader .sk-spinner-three-bounce div, .loader .sk-spinner-three-bounce span {
	background: var(--primary)!important;
}

.btn-primary:hover, .btn-primary:focus, .btn-info:hover, .btn-info:focus {
	background: var(--tertiary)!important;
}

.btn-danger {
	background: var(--danger-hover);
};

.btn-primar:hover, .btn-info:hover, .nav-pills.preferences .dropdown.open .dropdown-toggle {
	background: var(--tertiary);
}

.nav-pills.preferences .dropdown.open .dropdown-toggle, .nav-pills.preferences .dropdown.open .dropdown-toggle:hover, .progress-bar-info {
	background-color: var(--primary);
}

.markdown-render a, [data-ui-markdown] a, [data-ui-richtext] a, .markdown-render a:visited, [data-ui-markdown] a:visited, [data-ui-richtext] a:visited, .wall-entry-controls a, .panel .panel-body p a, .panel-body a[data-toggle], .modal-body a[data-toggle], .wall-entry .wall-entry-header .wall-entry-container-link, .wall-entry .content a, ul.tour-list li a, .topbar .dropdown-header .dropdown-header-link a, .media .media-body h5 a, .colorInfo, #conversation-head-info a, .nav-pills.preferences .dropdown .dropdown-toggle i, .login-container .panel a, .post-file-list a, .post-file-list a:active, .post-file-list a:focus, .post-file-list a:hover {
	color: var(--tertiary)!important;
}

.btn-info.active:hover, .btn-primary.active:hover, .btn-primary.active:focus, .nav-pills.preferences .dropdown.open .dropdown-toggle, .nav-pills.preferences .dropdown.open i {
	color: #fff!important;
}

#account-top-menu {
	margin-top: -2px;	
}

