﻿/* sidebar box */
.sidebar-box {width: 100%; }
.box-title > div{
    padding: 5px 0px 4px 5px;
}
.box-title > div > a{
    text-decoration : none;
}
.box-title {
    background-color: #3b6cb4;
    color:#fff;
    /*padding-left: 12px;*/
}
.box-title span{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.sidebar-box .box-content ul {  
  list-style: none;
  margin: 0 0 10px 0 ;
  padding: 0;
}
.sidebar-box .box-content ul li {
  margin: 0;
  padding: 0px 0px 4px 0px;
  display: block;
  position: relative;
}
.sidebar-box .box-content ul li:first-child {
  margin: 4px 0px 0px 0px;
  padding: 0px 0px 4px 0px;
  display: block;
  position: relative;
}
.sidebar-box .box-content ul li a{ 
  background: #d2effb;
  color: #333; 
  font-size: 14px;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
  /*border-bottom: 1px dashed #fff;*/
  padding: 8px 0 8px 15px;
  display: block; 
  font-size: 14PX;
  text-decoration: none;
}
.sidebar-box .box-content ul li:last-child a{
  border-bottom:none;
}
.sidebar-box .box-content ul li a:hover {
  background-color: #3b6cb4;
  color:#fff;
  text-decoration: none;
}

.sidebar-box .box-content ul li.active > a {
  font-weight: bold;
}
@media (max-width: 768px) {
    .sidebar-box {width: 100%;}
}
@media (min-width: 992px) and (max-width: 1024px) {
  .sidebar-box {width: 100%;}
  
}