#option li {
	padding: 10px;
	list-style: none;
}
#option li.active {
	background-color: rgb(160, 207, 70);
	display: block;
}
#option li.active a {
	color: #FFF;
}
.active {
	display: block;
}
#option ul.dropdown-menu{
	position:static;
}
#option ul.dropdown-menu li {
	padding: 2px;
}
.hide{
	display: none;
}
.addproduct_well{
	height: 150px ! important;
	overflow: auto;
}
.profile_img{
	width : 110px;
	height : 100px ! important;
	overflow : hidden;
	background :darkgray;
}
a.cke_button {
	height: 26px;
}
.profile_img{
	width : 110px;
	height : 100px;
	overflow : hidden;
	background : darkgray;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.img-circle {
  border-radius: 50%;
}
.button-group {
  border-top: 1px solid #ddd;
  background-color: rgb(43, 176, 227);
  overflow: auto;
  text-align: center;
}
.clearfix{
  display: table;
  content: " ";
}

.caption {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  color: #777;
  text-align: left;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.input-group{
  display: inline-flex !important;
}

.input-group-addon{
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
	vertical-align: middle;
}

table{
	color: black;
}

@media screen and (min-width: 980px) {

	.map{

		display:block;width:43%;margin-right:2%;float:left;
	}

	.chart{

        display:block;width:53%;margin-right:2%;float:left;

	}
}
@media screen and (max-width: 768px) and (min-width: 0px) {
	#wko, #wks, #wkc {
	    display: inline-block;
	    width: 100%;
	}
}

@media screen and (min-width: 100px) {

  #color{
    float:left;
  }
  .input-group-addon{
    float:left;
  }

}
