/* Base Styles */
.sym-sidebar, .sym-sidebar ul, .sym-sidebar li, .sym-sidebar a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}

.sym-sidebar {
  width: 250px;
  /*border-right: 1px solid #dddddd;*/
  padding-right: 5px;
/*  border-bottom: 4px solid #656659;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/
    background-color: #f2f2f3;
}

.sym-sidebar a {
  line-height: 1.3;
  /*border: 1px solid #e0e0e0;*/
}

.sym-sidebar > ul > li:first-child {
/*  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
    background-color: #2B323A;
    color: white;*/
}

.sym-sidebar > ul > li:first-child > a {
/*  padding: 15px 10px;
  background: url(images/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 18px;*/
/*  font-weight: 300;*/
/*  text-shadow: 0 -1px 1px #000000;
  color: #a4a7aa;*/
}

.sym-sidebar > ul > li:first-child > a > span {
 /* padding: 0;*/
}

.sym-sidebar > ul > li:first-child:hover {
  /*background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);*/
}

.sym-sidebar > ul > li {
  /*background: #2B323A;/*#e94f31;*/
 /* background: #ffffff;
  background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
  background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
  background: linear-gradient(#e94f31 0%, #d13516 100%);*/
}

.sym-sidebar > ul > li:hover {
  background: #00acc1;/*#e84323;*/
    background: #e5e6e6;
    color: inherit;  
/*  background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
  background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
  background: linear-gradient(#e84323 0%, #c33115 100%);*/
}
.sym-sidebar > ul > li > a {
  font-size: 14px;
  display: block;
  /*background: url(images/pattern.png) top left repeat;*/
  /*color: #ffffff;*/
  /*border: 1px solid #ba2f14;*/
  border-top: none;
  /*text-shadow: 0 -1px 1px #751d0c;*/
    opacity: 0.65;
    font-weight: 500;
    text-transform: uppercase;  
}
.sym-sidebar > ul > li > a > span {
  display: block;
  padding: 12px 10px 12px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sym-sidebar > ul > li > a:hover {
/*  text-decoration: none;
  color: #e5e6e6;*/
}
.sym-sidebar > ul > li.active {
  border-bottom: none;
  /*background: #3999a5;*/
  color: #3999a5;
 border-right: 3px solid #3999a5;
    font-weight: bold;
    opacity: 1;
    margin-right: -4px;
}
.sym-sidebar > ul > li.active > a {
    opacity: 1;
    font-weight: bold;    
}

.sym-sidebar > ul > li.has-sub > a:after {
    content: "+";
    position: absolute;
    top: 13px;
    display: inline-block;
    margin-left: 5px;
    /*color: white;*/
    font-size: 12px;
    font-weight: inherit;
    /*opacity: 0;*/
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.sym-sidebar > ul > li.has-sub.active > a:after {
    font-size: 16px;
    font-weight: 400;
    margin-top: -2px;
    color: white;
    /*margin-left: -12px;*/
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

/* Sub menu */
.sym-sidebar ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
.sym-sidebar ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
.sym-sidebar ul ul li:last-child {
  border-bottom: none;
}
.sym-sidebar ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
}
.sym-sidebar ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #e94f31;
}
.sym-sidebar ul ul a:hover {
  color: #e94f31;
}