@charset "utf-8";
/* CSS	 Document */

body.darktheme,  .darktheme button, #dataoxy .darktheme#login{
    background: #34495e;
}
#dataoxy  .darktheme  .heading-part h5{
	color: #eee;
}
.darktheme  .b{
	color: #fff;
}
#dataoxy .darktheme  .dash-box {
    border-color: #2c3e50;
    background: #2c3e50;
}

.darktheme .b2, #dataoxy .darktheme .mylabel, .darktheme .not-head,  .darktheme .main-not,  .darktheme button, .darktheme .profile-main .nav-tabs .nav-link{
	color: #eee;
}
.darktheme .profile-main .nav-tabs {
    border-color:#34495e;
}
.darktheme .wb{
    background: #2c3e50;
}


/*----Sidebar----*/
#dataoxy .darktheme #sidebar{
	background: #2c3e50;
}
.darktheme .dash-li{
	background: #2c3e50;
	   border-color:#34495e;
}
#dataoxy .darktheme .sidebar-start ul.main-menu-ul li.main-li a, #dataoxy .darktheme .sub-li a{
	color: #eee;
}
#dataoxy .darktheme .sidebar-start ul.main-menu-ul li.main-li:hover, #dataoxy .darktheme .sub-li:hover{
    background: #34495e;
}
#dataoxy .darktheme .sub-li {
    border-left: 1px solid #34495e;
}
/*----Sidebar----*/


/*----Header----*/
#dataoxy .darktheme header, #dataoxy .darktheme .log-rstart {
	background: #2c3e50;
	border-color: #2c3e50;
}
#dataoxy .darktheme .hr-liin a{
	color: #eee;
}
/*----Header----*/


/*----Footer----*/
#dataoxy .darktheme footer{
	 background: #34495e;
		border-color: #2c3e50;
}
#dataoxy .darktheme .log-bottom ul li a{
	color: #eee;
}
/*----Footer----*/

#dataoxy .darktheme .inputclass, .darktheme .select2-container--default .select2-selection--single{
    border-color:#34495e;
    color: #eee;
    background: #2c3e50;
}
{
	 border-color:#34495e;
    color: #eee;
    background: #2c3e50;
}

#dataoxy .darktheme .log-left {
    position: relative;
    background: -webkit-linear-gradient(-180deg,#2c3e50 0,#34495e 100%);
}
