
.search #txtsearch {
	font-family: tahoma;
}
.logo {
	background: url("/design/image/besmellah3.png") no-repeat left top;
	background-position: 90px 10px;
}
.carousel-indicators {
	bottom: -8px;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
.carousel-control .glyphicon-chevron-left {
	margin-left: -30px;
}
.carousel-control .glyphicon-chevron-right {
	margin-right: -30px;
}
.hidden {
	background-color: rgba(255, 255, 255, 0.8) !important;
}
.activetab {
	transition-duration: 0.2s !important;
	transition-property: all !important;
	transition-timing-function: ease !important;
	margin-bottom: -7px !important;
	margin-top: 1px !important;
}
.hover_color_darkgreen:hover {
	color: #034B72 !important;
}
.tabs .clear {
	background: none repeat scroll 0 0 #9CC8DF;
	border-right: 0 solid #DDDDDD;
	height: 1px !important;
	left: 0;
	transition: width 1s linear 1s, border-right 1s linear 0s;
	width: 0;
}
.tabs:hover .clear {
	border-right-width: 200px;
	transition-delay: 0s, 1s;
	width: 100%;
}
.hover_shadow_inset {
	box-shadow: 2px 2px 4px 0 rgba(50, 50, 50, 0.2);
}
.hover_shadow_inset:hover {
	border: none;
	-moz-box-shadow: inset 0 0 50px #000000;
	-webkit-box-shadow: inset 0 0 50px #000000;
	box-shadow: inset 0 0 50px #000000;
}
.navbar {
	border-radius: 0px !important;
}
.glyphicon-chevron-right:before {
	content: "»" !important;
}
.glyphicon-chevron-left:before {
	content: "«" !important;
}
.caret{
	margin-top:7px !important;
}
label {
  
  font-weight:normal !important;
  font-family: 'BMitraBold' !important;
  font-size: 12px !important;
  }
  input[type=radio]{
	  margin: 4px 4px !important;
    float: right!important;
  
}
  .search-radio {
     margin: 0 2px !important;
}


