#level_side_nav {
  /*border-right:1px solid #eee;*/
  background: #fff;
  list-style: none;
  /*border:1px solid #ddd;*/
  width: 100%;
}
#level_side_nav > li:first-child {
  background: #d9261c;
  padding: 10px !important;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
#level_side_nav li {
  position: relative;
}
#level_side_nav li a {
  border-left: 0;
  /* border-right:5px solid transparent; */
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 7px 8px;
  /* background:#eee; */
  display: block;
  position: relative;
  text-transform: capitalize;
}
#level_side_nav li a .nav-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 3px;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  margin-bottom: -10px;
}
#level_side_nav li a .nav-icon img {
  max-width: 100%;
}
#level_side_nav li a:hover,
#level_side_nav li a.active-side-nav {
  border-color: #eee;
  background: #525d62;
  /* border-right-color:#d9261c; */
  color: #fff;
}
#level_side_nav li a.active-side-nav .active-brdr {
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 2;
  padding-top: 18px;
  padding-bottom: 17px;
  border-right: 1px solid #fff;
}
/*level side data*/
#level_side_data {
  width: 999px; /*83.40%*/
  position: absolute;
  z-index: 9999999;
  top: 0;
  bottom: 0px;
  /*right:0;*/
  left: 100% !important;
  background: #fff;
  padding: 20px 30px;
  overflow: auto;
  border: 1px solid #ddd;
  display: none;
  -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  -wenkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  /* box-shadow:0px 10px 30px rgba(0,0,0,0.2) */
  height: 450px;
}
#level_side_data.side-data-open {
  display: block;
}
/* side_leve1_1*/
#level_side_data ul#side_leve1_1 {
  list-style: none;
}
#level_side_data ul#side_leve1_1 li {
  float: left;
  width: 25%;
  margin-bottom: 10px !important;
  background: none;
}
#level_side_data ul#side_leve1_1 li:nth-child(4n + 1) {
  clear: left;
}
#level_side_data ul#side_leve1_1 li a {
  border: 0px;
  padding: 3px 0px;
  text-transform: uppercase;
  color: #000 !important;
  background: none !important;
  font-weight: bold;
}
#level_side_data ul#side_leve1_1 li a:hover {
  background: inherit;
}
/*side_leve1_2*/
#level_side_data ul#side_leve1_2 {
  list-style: none;
}
#level_side_data ul#side_leve1_2 li {
  width: 100%;
  float: none;
  margin-bottom: 0px !important;
}
#level_side_data ul#side_leve1_2 li a {
  text-transform: capitalize;
  color: #666 !important;
  background: none !important;
  font-weight: 500;
}
#level_side_data ul#side_leve1_2 li a:hover {
  color: #333 !important;
}
/**/
#level_side_nav li.side-space {
  border-bottom: 1px solid #ddd;
  margin: 0px 0 !important;
  background: #f3f3f3;
}
.bx-iten {
  border-bottom: 1px solid #ddd !important;
  border-top: 1px solid #ddd !important;
  background: #fff !important;
  height: 82px;
}
li.bx-iten a {
  border-right: 1px solid #ddd;
  padding: 5px 8px !important;
  display: inline-block !important;
  text-align: center;
  font-size: 10px !important;
  text-transform: uppercase !important;
  width: 33.33%;
  position: static !important;
  vertical-align: top;
  background: #fff !important;
  height: 100%;
  color: #000 !important;
  line-height: 12px;
}
.bx-iten a:hover {
  background: none !important;
  color: #000 !important;
}
.bx-iten a img {
  display: block !important;
  margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .level_side_nav {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
.my_res_btn_bar {
  border: 0px solid;
  float: right;
  margin: 20px 10px 0px 10px !important;
  cursor: pointer;
  width: 20px;
  height: auto;
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  z-index: 9999;
}
.my_res_btn_bar .btn_open,
.my_res_btn_bar .btn_close {
  display: block;
  height: 20px;
  overflow: hidden;
}
.my_res_btn_bar .btn_open span,
.my_res_btn_bar .btn_close span {
  width: 100%;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.my_res_btn_bar .btn_close span:nth-child(1) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 7px;
}
.my_res_btn_bar .btn_close span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -7px;
}
/*res nav container*/
.my_res_nav_col {
  background: #fff;
  left: -300px;
  height: 100%;
  position: fixed;
  width: 280px;
  z-index: 9999999;
  overflow: auto;
  border-left: 1px solid #333;
  -moz-box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.3);
}
/**/
.my_res_nav_col ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.my_res_nav_col li {
  background: none;
  position: relative;
  z-index: 999;
  margin: 0 0px;
}
.my_res_nav_col > li:first-child > a {
  border-top: 1px solid #ccc;
}
.my_res_nav_col li a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #333 !important;
  zoom: 1;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  cursor: pointer;
}
/**/
.my_res_nav_col li a.has-nav,
.my_res_nav_col li a.less-nav {
  position: relative;
}
.my_res_nav_col li a.has-nav:after,
.my_res_nav_col li a.less-nav:after {
  position: absolute;
  right: 15px;
  top: 0px;
  bottom: 0px;
  border-left: 1px solid #ccc;
  padding-top: 13px;
  padding-left: 10px;
  content: "\f067   ";
  font: normal normal normal 10px/1 FontAwesome;
  color: #999;
}
.my_res_nav_col li a.less-nav:after {
  content: "\f068    ";
}
/**/
.my_res_nav_col li a:before {
  content: "\f105   "; /*f105 f138  */
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
  color: #333;
}
.my_res_nav_col li a:hover {
  color: #3073ba !important;
}
my_res_nav_col li a:hover:before {
  color: #cc2d91 !important;
}

/**/
.my_res_nav_col ul li ul {
}
.my_res_nav_col ul li ul li a {
  padding: 5px;
  background: #fafafa;
  font-size: 12px;
  border-bottom: 0;
  font-weight: 600;
}
.my_res_nav_col ul li ul li a img {
  display: none;
}
.my_res_nav_col ul li ul li ul li a {
  padding-left: 15px !important;
  font-weight: 500;
}
.my_res_nav_col ul li ul li ul li a:before {
  content: "\f068";
  font: normal normal normal 6px/1 FontAwesome;
  display: inline-block;
  width: 5px;
}
.my_res_nav_col ul li ul li a:before {
  content: "";
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
  .my_res_btn_bar {
    display: block;
  }
  /* #level_side_nav {
    display: none;
  } */
  #level_side_data {
    position: relative;
    left: 0 !important;
    height: auto;
    padding: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .my_res_btn_bar {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

.level_side_nav1 {
  list-style: none;
  padding: 25px 0 !important;
}
.level_side_nav1 li {
  float: left;
  border: 1px solid #e8e8e8;
  width: 10.91%;
  height: 120px;
  display: table;
  margin-left: 2px !important;
  margin-top: 2px !important;
  cursor: pointer;
  color: #444;
  background: #fff;
}
.level_side_nav1 li a {
  display: block;
  cursor: pointer;
  color: #444;
  background: #fff;
  text-align: center;
}
.level_side_nav1 li a img {
  display: block;
  width: 50px;
  margin: auto;
}
