#wrapper {

    background: #faf9f8!important;
}

body {
    background-color:#faf9f8!important;
    width: 100%;
    min-width: 1008px;
   
}

#side-menu li a {
    color:#323130;
    text-transform: uppercase;
    padding: 11px 20px 11px 16px;
    font-size: 11px;
    font-family: "Segoe UI Web (West European)",Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;

}



a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
       font-size: 11px;
    font-family: "Segoe UI Web (West European)",Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
vertical-align: baseline;
}




#header {
    background: #415165;
    background: -webkit-gradient(linear,left top,right top,from(#415165),color-stop(26%,#51647c),color-stop(73%,#51647c),to(#4f5d7a));
    background: linear-gradient(to right,#415165 0,#51647c 26%,#51647c 73%,#4f5d7a 100%);
    display: block;
    height: 55px;
    margin-bottom: 0px;
    padding-bottom: 0px ;
    position: relative;
    z-index: 99;

}


#side-menu {
    position: fixed;
   overflow-y:scroll;
    overflow-x:hidden;
height: 100%;
background-color: #f3f2f1;
 }

.admin #header {
    background: #0078d4;
    position: fixed;
    width: 100%;
    height: 65px!important;
   

}
.content {
    padding: 80px 25px 25px 25px;
    min-width: 320px;
}

.btn-info{
background-color: #0078d4;

}

.customer-profile-group-heading{
   color: #f3f2f1;
    background:#0078d4;

}

.btn.btn-default{

    background:#f3f2f1;
    color: #323130;
}

element {
    background:#0078d4;
}

.task-single-col-right{

    background:#f3f2f1;
}

.table.items thead{
    background:#0078d4;

}


element {

}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {

    color: #f3f2f1;
    background:#0078d4;
    border-color:#0078d4;

}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background:#0078d4;
}

#side-menu li .nav-second-level li.active a{
    background-color:#0078d4;
    
}

#side-menu li .nav-second-level li a{
   color:#0078d4; 
}

.navbar-default{
    background: #0078d4 !important;
}