body {
	background-color: #F5F5F5;
	margin: 0;
	padding: 0;
	/*-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;*/
	-webkit-text-size-adjust: none;
}
html {
	-webkit-text-size-adjust:none;
}
.footer {
	text-align: center;
	background-color: #F5F5F5;
}
.footer>div>p{
	margin:10px 0px !important;
}

.page-header {
	position: relative;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: #fff /*#F5F5F5*/;
	margin: 0px 0 0px;
	border-bottom:0px;
}
.navbar-brand {
	padding-top:5px;
}
a:hover {
	text-decoration:none;
}
.list-group-item-heading {
	text-align: center;
	margin:0px 0px;
}
.list-group-item-left-heading {
	text-align: left;
	margin:0px 0px 5px 0px;
}
.btn-lang-en {
	position: absolute;
	right: 60px;
	top: 0px;
	border-bottom: 2px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	border-top:0px;
	border-radius:0px 0px 18px 18px;
	font-weight:bold;
	color: #46A7CF;
	z-index:0;
}
.btn-lang-en:hover {
	background-color:#DF4097;
	color: #fff;
}
.btn-lang-en .focus, .btn-lang-en:focus  {
	background-color:#46A7CF;
	color: #fff;
} 
.btn-lang-he {
	position: absolute;
	right: 10px;
	top: 0px;
	border-bottom: 2px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	border-top:0px;
	border-radius:0px 0px 18px 18px;
	font-weight:bold;
	color: #46A7CF;
	z-index:0;
}
.btn-lang-he:hover {
	background-color:#DF4097;
	color: #fff;
}
.btn-lang-he .focus, .btn-lang-he:focus  {
	background-color:#46A7CF;
	color: #fff;
} 
.btn-lang-ru {
	position: absolute;
	right: 60px;
	top: 0px;
	border-bottom: 2px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	border-top:0px;
	border-radius:0px 0px 18px 18px;
	font-weight:bold;
	color: #46A7CF;
	z-index:0;
}
.btn-lang-ru:hover {
	background-color:#DF4097;
	color: #fff;
}
.btn-lang-ru .focus, .btn-lang-ru:focus  {
	background-color:#46A7CF;
	color: #fff;
}
.form-signin-heading {
	color:#DF4097;
	font-size:20px;
	text-align:left;
}
label {
	color:#46A7CF;
	font-size:15px;
}
/*.btnnav {
	padding: 6px 0px !important;
}*/
  
.btnSlide {
	position: relative;	
	z-index:0;
	top:-50px;	
	left: -1px;
	height:58px;
	width:40px;	
}
.btnSlide>span{
	/*
	position: relative;
	  top: 8px;
	  left: 3px;
	  height: 45px;
	  width: 40px;
	  padding: 10px 0;
	  border-bottom: 2px solid #E7E7E7;
	  border-left: 0px;
	  border-right: 1px solid #E7E7E7;
	  border-top: 1px solid #E7E7E7;
	border-radius: 0px 34px 34px 0px;
	background-color: #FFF;
	*/
	position: absolute;
	top: -22px;
	left: 3px;
	height: 45px;
	width: 40px;
	padding: 8px 0 0 5px;
	border-bottom: 2px solid #E7E7E7;
	border-left: 0px;
	border-right: 1px solid #E7E7E7;
	/* border-top: 1px solid #E7E7E7; */
	border-radius: 0px 0px 34px 0px;
	background-color: #FFF;
	font-size: 22px;
	color: #46A7CF;
}
.navSubMenu {
	width:100%;
	margin:0px 0px !important;
	padding:0px 0px !important;
	border-radius:0 0;
}		
.navSubMenu li a:hover{
	color: #FFF;
	background-color: #DF4097;
	border-color: #204D74;
}		
.navSubMenu li a {
	color:#fff;
}
.navSubMenuRight {
	width:100%;
	margin:0px 0px !important;
	padding:0px 0px !important;
	border-radius:0 0;
	left:none !important;
	right:0px !important;
}	
.navSubMenuRight li a:hover{
	color: #FFF;
	background-color: #DF4097;
	border-color: #204D74;
}		
.navSubMenuRight li a {
	color:#fff;
}
.scroll-menu {
	max-height:350px;
	overflow-y: auto;
	overflow-x: hidden;	
}
/* So we wont impact the original bootstrap menu or it's pseudo call-out
arrow the menu is wrapped in a sub dropdown-menu with a chained scroll-menu */
.scroll-menu1 {
    position:relative;
    display:inherit!important;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    -moz-overflow-scrolling:touch;
    -ms-overflow-scrolling:touch;
    -o-overflow-scrolling:touch;
    overflow-scrolling:touch;
    top:0!important;
    left:0!important;
    width:100%;
    height:auto;
    max-height:40px;
    margin:0;
    border-left:none;
    border-right:none;
    -webkit-border-radius:0!important;
    -moz-border-radius:0!important;
    -ms-border-radius:0!important;
    -o-border-radius:0!important;
    border-radius:0!important;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none
}
#body {
	top: -70px;
	position: relative;
	padding-top:30px;
	padding-bottom:30px;
}
#bodyout {
	top:0px;
}
.msg-new {
	font-weight:bold;
}
.badge-notify{
	background-color: #F00 !important;
    position: relative;
    top: -17px !important;
    right: 15px !important;
    font-size: 10px !important;
}
.navbar-header {
	z-index:999;
}

.btn-default.active, 
.btn-default:active {
	color: #FFF;
    background-color: #337AB7;
    border-color: #ADADAD;
}

.alert b,strong {
	font-weight:400;
}

.dropdown-menu{
	position: absolute;
	top: 100%;
	left:auto;
	right:0px !important;
	z-index: 1000;
	display: none;
	float: right;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}	
/*
.container {
	background-color: #F5F5F5;
}
.nav>li>a {
	padding:10px 10px !important;
}*/

.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #337ab7;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: relative;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 16px;}
}
#body {
	position: relative;
	margin-left:250px;
	padding: 30px 30px 30px 30px;
}
.sidebar-nav li {
	line-height: 30px;
	text-align: left;
	text-indent: 20px;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}