/*=================left navibar begin=========================================*/

.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed,
.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed:before { left: auto }

.gw-sidebar {
  width: 100%;
  position: relative;
  border: 1px solid #e5e5e5;
  border-width: 0 1px 0 0;
  background-color: #F2F2F2;
  bottom: 0;
  top: 0;
  left: 0;
  /*min-width: 300px;*/
}

.gw-sidebar .nano-pane {
  background: rgba(255, 255, 255, 0);
  font-size: 15px;
}

.gw-sidebar .gw-nav-list { border-left: 0 }

.gw-sidebar .gw-nav-list li a { padding-left: 10px; }

.gw-nav-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.gw-nav-list li:first-child { border-top: 0; }

.gw-nav-list li {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  text-decoration: none;
}
 @-webkit-keyframes 
arrow-slide {  0% {
}
 100% {
transform:rotate(225deg);
-webkit-transform:rotate(225deg);
z-index:3
}
}
 @-webkit-keyframes 
arrow-slide1 {  0% {
}
 100% {
transform:rotate(225deg);
-webkit-transform:rotate(225deg);
z-index:3
}
}

.gw-nav-list li.arrow-down:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-top: 1px solid #6D6D6D;
  border-left: 1px solid #6D6D6D;
  transform: rotate(45deg);
  animation: arrow-slide .5s 0s ease both;
  -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide .5s 0s ease both;
}

.gw-nav-list li.init-arrow-down:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-right: 1px solid #6D6D6D;
  border-bottom: 1px solid #6D6D6D;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.gw-nav-list li.arrow-up:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-right: 1px solid #6D6D6D;
  border-bottom: 1px solid #6D6D6D;
  transform: rotate(45deg);
  animation: arrow-slide1 .5s 0s ease both;
  -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide1 .5s 0s ease both;
}

.gw-nav-list li.init-arrow-up:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-top: 1px solid #6D6D6D;
  border-left: 1px solid #6D6D6D;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}



.gw-nav-list li.active { background-color: #fff; }

.gw-nav-list > li > a {
  display: block;
  height: 38px;
  line-height: 36px;
  padding: 0 16px 0 7px;
  background-color: #e0e0e0;
  color: #000000;
  text-shadow: none!important;
  font-size: 14px;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

.gw-nav-list > li > a:hover{
  display: block;
  height: 38px;
  line-height: 36px;
  padding: 0 16px 0 10px;
  background-color: #e6e6e6;
  color: #00549a;
  text-shadow: none!important;
  font-size: 14px;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

.gw-open  a { outline: 0; }

.gw-nav-list li.gw-open { border-bottom-color: #e5e5e5 }

.gw-nav-list li.gw-open a {
  background-color: #fafafa;
  color: #1963aa
}

.gw-nav-list .gw-open a,
.gw-nav-list .gw-open a:hover,
.gw-nav-list .gw-open a:focus { background-color: #fafafa }

.gw-nav .gw-open  a,
.gw-nav .gw-open  a:hover,
.gw-nav .gw-open  a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.gw-nav-list li.active a,
.gw-nav-list li.active a:hover,
.gw-nav-list li.active a:focus,
.gw-nav-list li.active a:active {
  background-color: #fff;
  color: #00549a;
  font-weight: bold;
  font-size: 13px;
}

.gw-nav-list li a,
.gw-nav-list .gw-nav-header { margin: 0 }
.gw-nav-list li.active a [class*="icon-"] {
 font-weight: normal
}

.gw-nav-list li.active a:hover:after { display: none }

.gw-nav-list li.active:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  border: 2px solid #00549a;
  border-width: 0 2px 0 0
}

.gw-nav-list li.gw-open a:after { display: none }

.gw-nav-list li a.gw-arrow {
  display: inline-block;
  width: 14px!important;
  height: 14px;
  line-height: 14px;
  text-shadow: none;
  font-size: 18px;
  position: absolute;
  right: 11px;
  top: 11px;
  padding: 0;
  color: #666
}


.gw-nav-list li a:hover .gw-arrow,
.gw-nav-list li.active a.gw-arrow,
.gw-nav-list li.gw-open a .gw-arrow { color: #1963aa }

.gw-nav-list li a [class*="icon-"]:first-child {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-right: 2px
}

/*.gw-nav-list>li.active .gw-submenu {
 display: block;  
}     */

.gw-nav-list li .gw-submenu {
  font-size: 13px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}

.gw-nav-list li .gw-submenu li {
  margin-left: 0;
  position: relative
}

.gw-nav-list li .gw-submenu li a {
  display: block;
  position: relative;
  color: #616161;
  padding: 8px 0 8px 25px;
  margin: 0;
  border-top: 1px dotted #e4e4e4;
  font-size: 14px;
  text-decoration: none;
}

.gw-nav-list li .gw-submenu li a:focus { text-decoration: none }

.gw-nav-list li .gw-submenu li a:hover {
  text-decoration: none;
  color: #00549a;
  background-color: rgba(25,25,50,0.1);
	font-size:14px;
}

.gw-nav-list li .gw-submenu li.active:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  border: 2px solid #00549a;
}

/*.gw-nav-list li .gw-submenu li.active a { color: #9a2135 }*/

.gw-nav-list li .gw-submenu li a [class*="icon-"]:first-child {
  display: none;
  font-size: 12px;
  font-weight: normal;
  width: 18px;
  height: auto;
  line-height: 12px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 11px;
  z-index: 1;
  background-color: #FFF
}

.gw-nav-list li .gw-submenu li.active a [class*="icon-"]:first-child,
.gw-nav-list li .gw-submenu li:hover a [class*="icon-"]:first-child { display: inline-block }

.gw-nav-list li .gw-submenu li.active a [class*="icon-"]:first-child { color: #c86139 }

.gw-nav-list li .gw-submenu li:first-child a { border-top: 0px; }

.gw-nav-list li .gw-submenu { overflow: hidden }

.gw-nav-list li.active.gw-open .gw-submenu li.active.gw-open a.dropdown-toggle:after { display: none }

.gw-nav-list li.active .gw-submenu li.active a:after { display: none }

.gw-nav-list li.active.gw-open .gw-submenu li.active a:after { display: block }

.gw-nav-tabs li[class*=" icon-"],
.nav-tabs li[class^="icon-"] {
  width: 1.25em;
  display: inline-block;
  text-align: center
}
/*=================left navibar end=========================================*/
