
body{
    font-family:Roboto,sans-serif !important;
    font-size: 1rem!important; 
}
#navbar-ucs .navbar-nav > li > a {
  color: #514545 !important;
  font-weight: 600;
  font-family:Roboto,sans-serif !important;
  font-size:1.125rem
}
#navbar-ucs.navbar-nav li.active a {
  color: #ad1e3e;
}

h1, h2, h3, h4, h5, h6 { color:#ad1e3e!important}

.btn {
    border-radius:10px;
    white-space: normal;  
}
.btn-danger {
    color: #fff;
    background-color: #ad1e3e!important;
    border-color:#ad1e3e;
}
.btn-danger:hover {
    color: #fff;
    background-color: #8b1a35!important;
    border-color:#8b1a35;
}

.bg-danger {background-color: #ad1e3e!important;}
.border-danger {border-color: #ad1e3e!important;}
.badge-danger {
    color: #fff;
    background-color: #ad1e3e;
  }
#footer {
    background-color:  #ad1e3e!important;
    color: #ffffff;
    font-weight: 300;
    font-size:.9rem
}
#footer a {color:#fff; font-size:.9rem}



/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    background: #ad1e3e;
    color: #fff;
}
#sidebar .sidebar-header {
    background: #514545;
	border-bottom:1px solid #fff;
}
.sidebar-menu li.active a {
    border-left: 5px solid #fff;
    background-color: #ad1e3e;
}
/* sidebar groups */
.sidebar-menu li.group a{
    background-color: #796d6d;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #514545;
}

.sidebar-menu li a{
  	border-left: 5px solid #36454f;
}
 
.sidebar-menu li a:hover {
    border-left:5px solid #fff;
    color: #fff;
	background: #514545;
}

/*---------------------------------------
	STICK OUT BUTTON
---------------------------------------*/
#content .custom-btn .btn.btn-default:after {
	background: #ad1e3e;		 	
  }
/*---- end sidebar --- */

  @media (max-width: 800px) {
    .navbar-brand img {
        max-width:60px;
      }
    #navbar-ucs .navbar-nav .nav-item { border-top: 1px solid silver; }
    #navbar-usc  {
        font-weight: 500;
        font-size:13px;
    } 
   
 }   