
.navbar-default .navbar-nav>li>a {
    width:200px;
    font-weight:bold;
	 z-index:1000; 
}
	

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 0px 0px;
    width: 100%;
	 /* z-index:-1;  */
    box-shadow: none;
    -webkit-box-shadow: none;
	
	/* nyoba 
	ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap; 
	
	 display: -webkit-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	position: absolute;
	min-width: 130px;
	min-height: 170px;
	max-height: none;
	display: none;*/
	
	
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
 padding: 3px 20px 0 0px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #0074e4;
  font-size:13px;
  white-space: normal;
  /* line-height:2.7em; */
  line-height:2em;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #3272b9;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
/* .border_mega {border: 1px solid #ccc; border-width: 0 1px 0 0;} */

.width_10 {width:10%}
.width_15 {width:15%}
.width_20 {width:20%}
.width_25 {width:25%}
.width_30 {width:30%}
.width_35 {width:35%}
.width_40 {width:40%}
.width_45 {width:45%}
.width_50 {width:50%}
.width_55 {width:55%}
.width_60 {width:60%}
.width_65 {width:65%}
.width_70 {width:70%}
.width_75 {width:75%}
.width_80 {width:80%}
.width_85 {width:85%}
.width_90 {width:90%}


/* Dropdown List */

.dropchild {
   /*  background-color: #4CAF50;*/
    color: #333; 
    padding: 16px 0px 16px 3px;
    font-size: 13px;
	font-weight:bold;
    border: none;
    cursor: pointer;
}


}
.dropdown-text a:hover,.dropdown-text:focus {
   color:#3272b9;
   text-decoration:none;
}

.dropbtn:hover, .dropbtn:focus {
    /* background-color: #3e8e41; */
}

.cheklist label {padding: 0px 0px; width: 100%;}
.cheklist label:hover {padding: 0px 0px; color:#3272b9;}
.cheklist-small label {padding:5px;}
.cheklist-small label:hover {padding:5px; color:#3272b9;}
.cheklist-small span {font-weight:normal;}
.cheklist-small .active {font-weight:bold;}
.dropdown {
    position: relative;
    display: inline-block;
}


.dropdown-content {
    display: none;
	overflow: hidden;
    position: absolute;
    background-color: #f9f9f9;
    transition: max-height 400ms ease;
    position: absolute;
    background-color: #fff;
    min-width: 240px;
    /*min-width: 230px;*/
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content-big{
    display: none;
	overflow: hidden;
    position: absolute;
    background-color: #f9f9f9;
    transition: max-height 400ms ease;
    position: absolute;
    background-color: #fff;
    min-width: 300px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.more-filter-list{

    min-width: 300px!important;

}

.dropdown-content-small {
    display: none;
	overflow: hidden;
    position: absolute;
    background-color: #f9f9f9;
    transition: max-height 400ms ease;
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content-small a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content-big a {
   
    padding: 5px 16px;
    text-decoration: none;
    display: block;
	color:black;
}
.circle-red-type-listmenu{
    color: #cc0000!important;
    float: left;
    margin-right: 3px;
    margin-top: 0px;
    display: block;
    /*font-size: 1.1em;*/

}

.menubottom-left-100 {padding-left: 130px;}

.circle-blue-type-listmenu{
    color: #3272b9!important;
    float: left;
    /*margin-top: 3px;*/
    display: block;
    /*font-size: 1.1em;*/
    margin-right:5px;
}
/* .dropdown a:hover {background-color: #f1f1f1} */

.show {display:inline-block!important; /* top: 45px; */}

/* .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left!important;
} */

.popup-listing .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}
.popup-listing .accordion-opened .accordion-toggle:after {
    content: "\f054";
}

.popup-listing .accordion-heading .accordion-toggle {
    display: block;
    padding: 18px 5px;
}
.popup-listing .accordion-toggle {
    font-size: 24px;
    color: black;
    font-weight: bold;
}
