/* Add New Image Slide CSS Admin */

.close-icon {
   position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	width: 22px;
}

.hide-if-no-js {
	display: none;
}


/* All Slider Gallery CSS Admin */
.mediabox {
	float:left;
	width:100%;
}

.mediabox .media-slide {
	width: 30%;
	cursor: move;
	float: left;
	margin: 7px;
	position:relative
}

.team-thumbnail-upload {
	display: block;
	border: 3px solid #e2dfdf;
	width: 100%;
}


/* For desktop: */
@media (max-width:768px) {
	.mediabox .media-slide {
		padding: 10px;
		width: 35%;
		cursor:move;
		float:left;
	}
	.eva-thumbnail-upload {
		width: 160px;
		height: 160px;
	}
}
/* For mobile phones: */
@media (max-width:500px) {
	.mediabox .media-slide {
		padding: 10px;
		width:90%;
		cursor:move;
		float:left;
	}
	.eva-thumbnail-upload {
		width: 160px;
		height: 160px;
	}
}

/* Settings CSS */
.input-text-wrap {
	margin-top: 30px;

}
.well {
	background-color: #fff;
}
.input-text-wrap input[type=text] {
	width: 50%;
	border: 1px solid #3366FF;
	border-left: 6px solid #3366FF;
}
.input-text-wrap input[type=radio] {
	border: 1px solid #3366FF;
	margin-bottom: 6px;
}
.input-text-wrap label {
	font-size: 14px;
	font-weight: bolder;
}
/* Delete All Slide Button */
#remove-all-media-slides {
	float: right;
	color: #FFF;
	border-color: #D9534F;
	background: #D9534F;
	background-color: #D9534F;
	-webkit-box-shadow: inset 0 1px 0 #D9534F,0 1px 0 rgba(0,0,0,.08);
	box-shadow: inset 0 1px 0 #D9534F,0 1px 0 rgba(0,0,0,.08);
	vertical-align: top;
}

*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group span{
  margin-bottom: 10px;
  margin-top: 10px;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #242a33;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #242a33;
  background-image: #242a33;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #242a33;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
	  border-bottom: 1px solid #ececec;
	display: table;
	width: 100%;
	padding: 12px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.col-lg-2 {
	padding-left: 0px;
	width: 12.666667% !important;
}
