.dropdown-wrapper1{
  width:75%;
  
}

.dropdown-wrapper1 .ae-select1 {
    /*padding: 8px;*/
    position: relative;
    border: 1px solid #ccc;
    height: 33px;
	border-radius: 4px;
	background-color: #fff;
	
	padding: 6px 12px;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	
	font-size: 18px;
	font-family: inherit;
}

.dropdown-wrapper1 .ae-select1.chosen {
    color: #333;
}

.dropdown-wrapper1 .ae-select1 .down-icon, .ae-select1 .up-icon {
    position: absolute;
    right: 3px;
    top: 5px;
}

.dropdown-wrapper1 .ae-dropdown1 .dropdown-menu1 {
    background: #fff;
    box-shadow: none;
    height: 300px;
    overflow-y: scroll;
    position: absolute;
    z-index: 9000;
    
    
    
}

.dropdown-wrapper1 .ae-dropdown1 .ae-select1, .dropdown-wrapper1 .ae-dropdown1 .dropdown-menu1>li {
    cursor: pointer;
    margin: 0px!important;
    text-indent: 0px!important;
}

.dropdown-wrapper1 .ae-dropdown1 .dropdown-menu1>li>a:focus, .dropdown-wrapper1 .ae-dropdown1 .dropdown-menu1>li>a:hover {
    background: none;
}

.dropdown-wrapper1 .ae-dropdown1 .dropdown-menu1>li:hover {
    background-color: #ff8c00;
	
}

.dropdown-wrapper1 .ae-dropdown1 .dropdown-menu1>li:hover a {
    color: white;
}

.dropdown-wrapper1 .ae-dropdown1 .dropdown-menu1 .main-hover {
    pointer-events:none;	
    
}
.dropdown-wrapper1 .ae-dropdown1 .dropdown-menu1 .main-hover:hover {
    cursor:no-drop;
}



.dropdown-wrapper1 .ae-dropdown1 .ae-select1 i, .dropdown-wrapper1 .ae-dropdown1 .dropdown-menu1>li>a i {
    float: right;
	display: inline-block;
	font-style: normal;
}

.dropdown-wrapper1 .ae-disabled{
    pointer-events: none;
}

.ae-hide1{
  display:none;
}

ul.dropdown-menu1{
  list-style-type: none;
}

ul.dropdown-menu1{
  margin:0px;
  padding:0px;
  border: 1px solid #ccc;
}

ul.dropdown-menu1 li{
  padding:5px 5px;
}

ul.dropdown-menu1 li.sub-menu { padding-left: 20px; }

/*CATEGORY*/

.dropdown-wrapper2{
  width:75%;
}

.dropdown-wrapper2 .ae-select2 {
    /*padding: 8px;*/
    position: relative;
    border: 1px solid #ccc;
    height: 33px;
	border-radius: 4px;
	background-color: #fff;
	
	padding: 6px 12px;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	
	font-size: 18px;
	font-family: inherit;
}

.dropdown-wrapper2 .ae-select2.chosen {
    color: #333;
}

.dropdown-wrapper2 .ae-select2 .down-icon, .ae-select2 .up-icon {
    position: absolute;
    right: 3px;
    top: 5px;
}

.dropdown-wrapper2 .ae-dropdown2 .dropdown-menu2 {
    background: #fff;
    box-shadow: none;
    height: 300px;    
    overflow-y: scroll;
    position: absolute;
    z-index: 9000;
}

.dropdown-wrapper2 .ae-dropdown2 .ae-select2, .dropdown-wrapper2 .ae-dropdown2 .dropdown-menu2>li {
    cursor: pointer;
    overflow: hidden;
    margin: 0px!important;
    text-indent: 0px!important;
}

.dropdown-wrapper2 .ae-dropdown2 .dropdown-menu2>li>a:focus, .dropdown-wrapper2 .ae-dropdown2 .dropdown-menu2>li>a:hover {
    background: none;
}

.dropdown-wrapper2 .ae-dropdown2 .dropdown-menu2>li:hover {
    background-color: #ff8c00;
	
}

.dropdown-wrapper2 .ae-dropdown2 .dropdown-menu2>li:hover a {
    color: white;
}

.dropdown-wrapper2 .ae-dropdown2 .ae-select2 i, .dropdown-wrapper2 .ae-dropdown2 .dropdown-menu2>li>a i {
    float: right;
	display: inline-block;
	font-style: normal;
}

.dropdown-wrapper2 .ae-disabled{
    pointer-events: none;
}

.ae-hide2{
  display:none;
}

ul.dropdown-menu2{
  list-style-type: none;
}

ul.dropdown-menu2{
  margin:0px;
  padding:0px;
  border: 1px solid #ccc;
}

ul.dropdown-menu2 li{
  padding:5px 5px;
}

ul.dropdown-menu2 li.sub-menu { padding-left: 20px; }

/*SHAPES*/

.dropdown-wrapper3{
  width:75%;
}

.dropdown-wrapper3 .ae-select3 {
    /*padding: 8px;*/
    position: relative;
    border: 1px solid #ccc;
    height: 33px;
	border-radius: 4px;
	background-color: #fff;
	
	padding: 6px 12px;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	
	font-size: 18px;
	font-family: inherit;
}

.dropdown-wrapper3 .ae-select3.chosen {
    color: #333;
}

.dropdown-wrapper3 .ae-select3 .down-icon, .ae-select3 .up-icon {
    position: absolute;
    right: 3px;
    top: 5px;
}

.dropdown-wrapper3 .ae-dropdown3 .dropdown-menu3 {
    background: #fff;
    box-shadow: none;
    overflow-y: scroll;
    position: absolute;
    z-index: 9000;
}

.dropdown-wrapper3 .ae-dropdown3 .ae-select3, .dropdown-wrapper3 .ae-dropdown3 .dropdown-menu3>li {
    cursor: pointer;
    margin: 0px!important;
    text-indent: 0px!important;
}

.dropdown-wrapper3 .ae-dropdown3 .dropdown-menu3>li>a:focus, .dropdown-wrapper3 .ae-dropdown3 .dropdown-menu3>li>a:hover {
    background: none;
}

.dropdown-wrapper3 .ae-dropdown3 .dropdown-menu3>li:hover {
    background-color: #ff8c00;
	
}

.dropdown-wrapper3 .ae-dropdown3 .dropdown-menu3>li:hover a {
    color: white;
}

.dropdown-wrapper3 .ae-dropdown3 .ae-select3 i, .dropdown-wrapper3 .ae-dropdown3 .dropdown-menu3>li>a i {
    float: right;
	display: inline-block;
	font-style: normal;
}

.dropdown-wrapper3 .ae-disabled{
    pointer-events: none;
}

.ae-hide3{
  display:none;
}

ul.dropdown-menu3{
  list-style-type: none;
}

ul.dropdown-menu3{
  margin:0px;
  padding:0px;
  border: 1px solid #ccc;
}

ul.dropdown-menu3 li{
  padding:5px 5px;
}

ul.dropdown-menu3 li.sub-menu { padding-left: 20px; }

.geometry-table {
    width:75%;
}
@media (max-width: 991px) { 
.dropdown-wrapper1, .dropdown-wrapper2, .dropdown-wrapper3, .geometry-table {
    width:100%;
  }
}
