.navbar{
margin: 10px 10px  0 20px !important;
background-color: #fff !important;
border-radius: 7px;
} 

.navbar-inverse .nav.navbar-nav-custom > li > a {
color:#000;
}
.navbar-inverse .nav.navbar-nav-custom > li > a:hover{
color:#000;
background-color: rgb(243,249,254);
}

.svgIcon{
text-align: center;
width:30px;
height:30px;
} 

.themed-background{
background-color: #fff !important ;
}
.sidebar-title{
border-radius: 10px !important ;
margin: 10px 0 !important ;  
background-color: #fff !important ;
color:#000;
}
.themed-background{
    border-radius: 10px !important ;
}

.sidebar{
background-color: #fff !important ;
}
.sidebar-content{
background-color: #fff !important ;

}

.sidebar-content a:hover{
color:#000;
}
#sidebar-scroll{
    background-color: #fff !important ;
}
.progress-bar-primary{
    background-color: #65AAF2 !important ;
}
.sidebar-nav a.active {
    border-right-color: #5cafde  !important;
}
.sidebar-nav-mini-hide{
    color:#000;
}
.sidebar-title{
    text-align: center !important ;
}

#page-container.header-fixed-top #sidebar, #page-container.header-fixed-bottom #sidebar {
     border-radius: 10px !important;
    margin: 0 10px 10px 10px;
}
#page-container, #sidebar, .sidebar-nav ul .active>ul, .sidebar-nav ul .open+ul, body {
    background-color: #f2f2f2 !important ;
}
.block{
border-radius: 10px;
}
.btn-success:hover {
    background-color: #65AAF2 !important;
    border-color: #65AAF2 !important;
}

.btn-warning {
    background-color: #65AAF2 !important;
    border-color: #65AAF2 !important;
}
.alert-success {
    background-color: #65AAF2 !important;
}
.alert-info {
    background-color: #65AAF2 !important;
}
.alert-danger {
    background-color:  #65AAF2 !important;
}
.btn-danger {
    background-color: #65AAF2 !important;
    border-color: #65AAF2 !important;
}
.btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover, .open .btn-primary.dropdown-toggle, .open .btn-primary.dropdown-toggle.focus, .open .btn-primary.dropdown-toggle:focus, .open .btn-primary.dropdown-toggle:hover {
    background-color: #65AAF2 !important;
    border-color: #65AAF2 !important;
}
.sidebar-content, .sidebar-nav a {
    color: #000 !important;
    font-weight:700 ;
}
.sidebar-content, .sidebar-nav a:hover{
    color: #65AAF2 !important;
    font-weight:700 ;
}
.sidebar-nav ul a {
    border: 0px !important;
}
#sidebar-scroll{
    border-radius:10px;
}