[data-theme="dark"] {
  --background-color: #3F3F3F;
  --text-color: #ddd;
}

[data-theme="dark"] input, textarea, select{
	border: solid 1px #777;
}

[data-theme="dark"] button{
	color: #ddd;
	background-color: #555;
}
[data-theme="dark"] button:hover, [data-theme="dark"] button:focus {
    background-color: #333;
}
[data-theme="dark"] button:disabled {
	background-color: #555;
}

[data-theme="dark"] button.btn-blue{
	background-color: #047280;
}
[data-theme="dark"] button.btn-blue:hover, [data-theme="dark"] button.btn-blue:focus {
    background-color: #025060;
}
[data-theme="dark"] button.btn-blue:disabled{
	color:#aaa;
	background-color: #555;
	cursor:disabled;
}
[data-theme="dark"] button.btn-blue:disabled:hover{
	color:#aaa;
	background-color: #555;
}


[data-theme="dark"] button.btn-green{
	background-color: #048072;
}
[data-theme="dark"] button.btn-green:hover, [data-theme="dark"] button.btn-green:focus {
    background-color: #026050;
}
[data-theme="dark"] button.btn-green:disabled{
	color:#aaa;
	background-color: #555;
	cursor:disabled;
}
[data-theme="dark"] button.btn-green:disabled:hover{
	color:#aaa;
	background-color: #555;
}


[data-theme="dark"] button.btn-orange{
	background-color: #804400;
}
[data-theme="dark"] button.btn-orange:hover, [data-theme="dark"] button.btn-orange:focus {
    background-color: #703300;
}
[data-theme="dark"] button.btn-orange:disabled{
	color:#aaa;
	background-color: #555;
	cursor:disabled;
}
[data-theme="dark"] button.btn-orange:disabled:hover{
	color:#aaa;
	background-color: #555;
}


[data-theme="dark"] .header_banner {
	background-image: linear-gradient(#555, #222);
}


[data-theme="dark"] .header_banner, [data-theme="dark"] .header_banner h1.header_title{
	color: #aaa;
}

[data-theme="dark"] .header_navigation{
	background: #222;
}


[data-theme="dark"] .header_button{
	color: #aaa;
	border-right: solid 1px #333 !important;
	background-color: transparent;
}
[data-theme="dark"] .header_button:disabled, [data-theme="dark"] .header_button:disabled:hover{
	background: #222;
	color: #aaa;
}
[data-theme="dark"] .header_button:focus, [data-theme="dark"] .header_button:hover{
	background: #333;
}
[data-theme="dark"] .header_button.active{
	background: #058390;
    color: #ddd;
}


[data-theme="dark"] .body_left{
	background: #222;
}

[data-theme="dark"] .navigation_left li{
	border-bottom: solid 1px #333;
}
[data-theme="dark"] .navigation_left ul.navigation_list_child {
    border: solid 1px #222;
    border-bottom: solid 4px #222;
    border-left: solid 5px #222;
}
[data-theme="dark"] .navigation_left li button{
	color: #999;
}
[data-theme="dark"] .navigation_left li button.active{
	color: #bbb;
}
[data-theme="dark"] .navigation_left .page_active button, [data-theme="dark"] .navigation_left .page_active button:hover {
    *background-color: #444;
    color: #bbb;
}
[data-theme="dark"] .navigation_left li button.active .navigation_list_expandable {
    color: #bbb;
}

[data-theme="dark"] .navigationLeft_toggle_container{
	background-color: #333;
}

[data-theme="dark"] .navigationLeft_toggle_container button{
	background-color: #555;
	border-left: solid 1px #777;
	color: #ccc;
}
	
	
[data-theme="dark"] .main_container{
	background-color: #444;
}

[data-theme="dark"] .title-container{
	border-bottom: solid 1px #555;
}

[data-theme="dark"] .main-container select,
[data-theme="dark"] .main-container input,
[data-theme="dark"] .popup_container select,
[data-theme="dark"] .popup_container input,
[data-theme="dark"] .main-container textarea,
[data-theme="dark"] .popup_container textarea{
	background-color: #333;
	border: solid 1px #777;
}

/* Notification & Popup*/
[data-theme="dark"] .notification_main_content{
	color				: #ddd;
	background-color	: #555;
}
[data-theme="dark"] .notification_main_content .notification_icon{
	color				: #ddd;
	background			: #047280;
}

[data-theme="dark"] .navigation_panel{
	background			: #555;
    border-top			: solid 3px #058390;
}

[data-theme="dark"] .popup_main_title{
	background-color	: #333;
	font-weight			: 400;
}
[data-theme="dark"] .popup_container{
	background-color	: rgba(0, 0, 0, 0.5);
}
[data-theme="dark"] .popup_main{
	background-color	: #444;
	box-shadow			: 0 0px 10px 0px rgba(0, 0, 0, 0.8);
}



/* CTable */
[data-theme="dark"] .CTable-table-container{
	background-color: #222;
	border-top: solid 1px #555;
    border-bottom: solid 1px #555;
}

[data-theme="dark"] .CTable thead.CTable-thead th{
	background-color: #333;
	color: #ccc;
	border-left: solid 1px #444;
}

[data-theme="dark"] .CTable thead.CTable-thead-filter th{
	background-color: #444;
	border-left: solid 1px #333;
}
[data-theme="dark"] .CTable thead.CTable-thead-filter th:last-child{
	border-right: solid 1px #333;
}
[data-theme="dark"] .CTable-tbody tr:nth-child(even){
	background-color: #444;
}
[data-theme="dark"] .CTable-tbody tr:nth-child(odd){
	background-color: #555;
}
[data-theme="dark"] .CTable-tbody tr.selected{
	background: #b71;
	color: #eee;
}
[data-theme="dark"] .CTable-tbody tr.edit {
    background: #09B7C1;
    border-bottom: solid 1px #09B7C1;
	color: #ddd;
}
[data-theme="dark"] .CTable-tbody td{
	border-left: solid 1px #111;
}
[data-theme="dark"] .CTable-tbody td:last-child{
	border-right: solid 1px #333;
}

[data-theme="dark"] .CTable-tbody tr .tr-display-hover{
	background-color: #555 !important;
	color: #eee;
	border: solid 1px #999;
	padding: 0.3em;
}


















