﻿.css_bi_menu_theme1 {
    width: 20%;
    background: #99BAD2;
    font-family: sans-serif;
    zoom: 1;
    font-size: 14px;
    border: 1px solid #D4E6F1;
    line-height: 1;
    box-shadow: 1px 0 1px -1px #095586;
    padding: 0;
    margin-left: 12px;
    border-radius: 3px;
    display: none;
    position: fixed;
    top: 45px;
    left: 0px;
    height: 100vh;
    background-color: #94C2E5;
}

.css_bi_menu_theme1 ul,
.css_bi_menu_theme1 ul li
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.css_bi_menu_theme1 ul li.hover,
.css_bi_menu_theme1 ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}

.css_bi_menu_theme1:before {
  content: '';
  display: block;
}
.css_bi_menu_theme1:after {
  content: '';
  display: table;
  clear: both;
}

.css_bi_menu_theme1 a {
  display: block;
  /*padding: 15px 20px;*/
  padding: 10px 15px;
  color: #f26724;
  text-decoration: none;
 /* text-transform: uppercase;*/
  border-bottom: 1px solid #ffffff;
}

.css_bi_menu_theme1 > ul {
  width: 200px;
}

.css_bi_menu_theme1 > ul > li > a {
  border-left: 4px solid #095586;
  color: #095586;
}

.css_bi_menu_header_theme1 {
    height: 30px;
    border-left: 4px solid #095586;
    color: #095586;
    width: 200px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    border-bottom: 1px solid white;
    font-weight:bold;
}

.css_bi_menu_theme1 > ul > li a:hover {
    background: #095586;
    color: #f1f1f1;
}



