/* your styles go here */
.sidebar{
	/*background: #090909 !important;*/
	background: #e0ebf6 !important;color: #000;box-shadow:none !important;
}
.sidebar-link:focus {
    background: #718eb7 !important;
}
.my-bg-black{
	background: #090909 !important;
}
.my-bg-white{
	background: #fff !important;
}
.my-text-muted{
	color: #090909 !important;
}
.sidebar-link-title{
	/*color: #090909 !important;*/
}

marquee#info{
    color: #393f46 !important;
    font-weight: 500;
    line-height: 1;
    padding-top: 5px;
}

.btn-success {
    color: #ffffff !important;
    background-color: #35b653 !important;
    border-color: #35b653 !important;
}

.btn-success:hover {
    color: #ffffff !important;
    background-color: #208136 !important;
    border-color: #208136 !important;
}

.btn-info {
    color: #fff;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.btn-info:hover {
    color: #fff;
    background-color: #0a4fb5 !important;
    border-color: #0a4fb5 !important;
}

#mqdiv{
    background-color: #e0ebf6;
}

/*table tr td{*/
/*    font-size:12px !important;padding:.1em .2em !important;*/
/*}*/