.itopplus-background {

}
.slide-in-share{
	padding-top: 160px;
}

.active-stack{
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 52%, rgba(242,242,242,1) 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,rgba(125,185,232,0)), color-stop(100%,rgba(242,242,242,1)))!important;
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 52%,rgba(242,242,242,1) 100%)!important;
    background: -o-linear-gradient(top, rgba(125,185,232,0) 52%,rgba(242,242,242,1) 100%)!important;
    background: -ms-linear-gradient(top, rgba(125,185,232,0) 52%,rgba(242,242,242,1) 100%)!important;
    background: linear-gradient(to bottom, rgba(125,185,232,0) 52%,rgba(242,242,242,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#f2f2f2',GradientType=0 )!important;
    color: #ffffff !important;
    border-bottom: solid 2px #ffffff !important;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.nav>li>a {
  padding: 20px 15px !important;
}

.menuVertical .dropdown-menu{
  display: block;
  position: relative;
  float: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin-left: 27px;
}
.menuVertical .dropdown-menu> li >a {
  padding-top:20px;
  padding-bottom:20px;
  padding-left:15px;
  padding-right:15px;
  background-color:transparent  !important;
  border-bottom: dashed 2px #959595;
}

.menuVertical .dropdown-menu > li > a:hover,
.menuVertical .dropdown-menu > li > a:focus {
  background: -moz-linear-gradient(top, rgba(125,185,232,0) 52%, rgba(242,242,242,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,rgba(125,185,232,0)), color-stop(100%,rgba(242,242,242,1)));
  background: -webkit-linear-gradient(top, rgba(125,185,232,0) 52%,rgba(242,242,242,1) 100%);
  background: -o-linear-gradient(top, rgba(125,185,232,0) 52%,rgba(242,242,242,1) 100%);
  background: -ms-linear-gradient(top, rgba(125,185,232,0) 52%,rgba(242,242,242,1) 100%);
  background: linear-gradient(to bottom, rgba(125,185,232,0) 52%,rgba(242,242,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#f2f2f2',GradientType=0 );
  color: #ffffff !important;
  border-bottom: solid 2px #ffffff;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

