body #gral {
  color: #001781;
  background: #ffffff;
  font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.471; 
}

#gral footer{
  background: transparent;  
  color: #001781; 
  font-weight: bold;
  padding: 1px 20px;
  display: block; 
}

#gral a{
  color: #001781 !important;
}

#gral #login{
  background-color: #001781;
  color:#ffffff;
  border-radius: 9px;
}


body{
  background: #f7f7f7; 
}

.left_col {
  background: #001681; 
}

#navleft_title{  
    border: 0;
    background: #ffef00 !important;
    text-align: center;
}
#navleft_title a{
  color:#001781 !important;
}


.nav.side-menu > li.active > a {
    text-shadow: rgb(0 0 0 / 25%) 0 -1px 0;

background: rgb(66,94,233);
background: -moz-linear-gradient(90deg, rgba(66,94,233,1) 0%, rgba(20,31,82,0.8183867296918768) 100%);
background: -webkit-linear-gradient(90deg, rgba(66,94,233,1) 0%, rgba(20,31,82,0.8183867296918768) 100%);
background: linear-gradient(90deg, rgba(66,94,233,1) 0%, rgba(20,31,82,0.8183867296918768) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#425ee9",endColorstr="#141f52",GradientType=1);
}


.nav-sm ul.nav.child_menu {
    left: 100%;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 4000;
    background: #283da3;
    display: none;
}

.nav.side-menu > li.current-page, .nav.side-menu > li.active {
    border-right: 5px solid #b9b46c;
}

.nav-sm .nav.child_menu li.active, .nav-sm .nav.side-menu li.active-sm {
    border-right: 5px solid #ffef00;
}