

body {
    background-color: #ededed;
    color: #333;
}

.sidebar {
    background-color: #1a1a1a;
}

.sidebar-menu > ul > li > a {
	color: #333;
}

.card {
    border: 1px solid #F9FAFB;
}


.modal-header,
.card .card-header {
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #F9FAFB;
}

.card .card-body,
.modal .modal-body {
    background-color: #fff;
}

.card .card-body a.link {
    color: #333;
    text-decoration: underline;
}

.card .card-body a.link:hover {
    text-decoration: none;
}

.header {
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
}

.page-title,
.page-header .breadcrumb a {
    color: #333;
}

.table tr td,
.table tr th {
    color: #333;
}

.table thead {
	border-bottom: 1px solid #F9FAFB;
    background-color: #F7F7F7FF}

.table tfoot { 
    background-color: #F7F7F7FF}

.digital-clock {
    background: linear-gradient(90deg, #333, #333);
    border: 2px solid #333;
}


.card-footer {
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
}

.card-table .table td, .card-table .table th { 
    border-top: 1px solid #F9FAFB;
}

.select2-container--default .select2-selection--single{
    background-color: #F9FAFB;
    border-radius: 3px;
}

.select2-container .select2-selection--single {
	border: 1px solid #F9FAFB;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #F9FAFB transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent ;
}

.select2-dropdown{
    background-color: #F9FAFB;
    border:1px solid #F9FAFB;
}

.select2-container--default .select2-selection--single{
    border:1px solid #F9FAFB;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #333;
}

.bg-success,
.badge-success {
	color: #333;
}


span.required {
	color: #A7232B !important;
}

.form-control {
    background-color: #fcfcfc;
    border: 1px solid #E6E6E6;
    color: #333;
    border-radius: 5px!important;
}

.form-control:disabled,
.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fcfcfc;
}

.form-control:focus  {
    background-color: #FFFFF5!important;

}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    background-color: #f7f7f7;
    color: #333;
}

.sticky-footer {
    background: #F9FAFB;
    box-shadow: 7px 7px 30px rgba(0, 0, 0, .4)
}

.beitrag-area {
	background-color: rgba(255,255,255,0.3);
}

.text-muted {
    color: #757575 !important;
}

.text-secondary {
    color: #b8bdc1!important;
}

.tab button {
	color: #333;
}

.tabs_header {
	background-color: rgba(0, 0, 0, .03);
}

.table-files {
	background-color: #fff;
}

ul.tab {
	border: 1px solid #F9FAFB;
	background-color: #fff;
}

ul.tab li { 
	border-top: 1px solid #ddd;
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid #ddd;
}

.select2-container--default .select2-selection--multiple{
    background-color: #F9FAFB;
    border: 1px solid #333a54;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #F9FAFB; 
    border: 1px solid #333a54;
}

.user-header {
    background-color: #f9f9f9;
    display: flex;
    padding: 10px 15px;
}

.user-menu .dropdown-menu .dropdown-item {
    border-top: 1px solid #e3e3e3;
}

.user-menu .dropdown-menu .dropdown-item:hover {
	color: #333;
    background: #e2a606;
}

.dropdown-menu {
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e2a606;
}

.navbar-nav .open .dropdown-menu {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.noti-details {
	color: #989c9e;
}

.noti-title {
	color: #333;
}

.notifications ul.notification-list > li a:hover {
	background-color: #fafafa;
}

.notifications ul.notification-list > li{
	border-bottom: 1px solid #f5f5f5;
}

.topnav-dropdown-footer {
	border-top: 1px solid #eee;
}

.topnav-dropdown-footer a {
	color: #333;
}

.richText{
    background-color: #fafafa;
    border: #efefef solid 1px;
}

.richText .richText-toolbar ul li a {
    border-right: #efefef solid 1px;
}

.richText .richText-editor{
    background-color: #fff;
    border-left: #fff solid 2px;
}

.modal-content{
    background-color: #fff;
}

.sidebar .sidebar-menu > ul > li > a span {
    color: #fff;
}

.table-striped tbody tr {
	background-color: #fff!important;
}


.a_link {
	color: #333;
}

[class^=note-icon]:before, [class*=" note-icon"]:before {
    color: #333!important;
}

.note-editor.note-frame .note-statusbar,
.note-editor .note-toolbar {
	background-color: #F9FAFB;
}

.note-editor.note-frame {
	border: 1px solid #F9FAFB;
	box-shadow: inherit;
}

table tr td.highlight {
	background-color: #ffc38d;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #333!important;
}