.dropdown-wrapper1{
    width:100%;
    
  }
  
  .statistic-form .fordropdown li {
    text-align:left;
  }

  .dropdown-wrapper1 .ae-select1 {
      /*padding: 8px;*/
      position: relative;
      border: 1px solid #ccc;
      /*height: 33px;*/
      min-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: 15px;
      font-family: inherit;
  }
  
  .dropdown-wrapper1 .ae-select1.chosen {
      color: #333;
  }

  .ae-dropdown1.disabled {
    opacity: .5;
    pointer-events: none;
  }
  
  .dropdown-wrapper1 .ae-select1 .down-icon, .ae-select1 .up-icon {
      position: absolute;
      right: 9px;
      top: 6px;
  }
  
  .dropdown-wrapper1 .ae-dropdown1 .dropdown-menu1 {
      background: #fff;
      box-shadow: none;
      max-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;
      color: #fff;
      
  }
  
  .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:100%;
  }
  
  .dropdown-wrapper2 .ae-select2 {
      /*padding: 8px;*/
      position: relative;
      border: 1px solid #ccc;
      min-height:33px;
      border-radius: 4px;
      background-color: #fff;
      
      padding: 6px 25px 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;
      max-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:100%;
  }
  
  .dropdown-wrapper3 .ae-select3 {
      /*padding: 8px;*/
      position: relative;
      border: 1px solid #ccc;
      min-height: 33px;
      border-radius: 4px;
      background-color: #fff;
      
      padding: 6px 25px 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;
      max-height: 300px;
      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:100%;
  }
  
  
  
  
  @media (max-width: 991px) { 
  .dropdown-wrapper1, .dropdown-wrapper2, .dropdown-wrapper3, .geometry-table {
      width:100%;
    }
  }
  
  
  .dropdown-wrapper4, .dropdown-wrapper5, .dropdown-wrapper6, .dropdown-wrapper57 {
      width:100%;
      
    }
    
    .dropdown-wrapper4 .ae-select4, .dropdown-wrapper5 .ae-select5,  .dropdown-wrapper6 .ae-select6, .dropdown-wrapper7 .ae-select7 {
        /*padding: 8px;*/
        position: relative;
        border: 1px solid #ccc;
        min-height: 33px;
        border-radius: 4px;
        background-color: #fff;
        
        padding: 6px 25px 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-wrapper4 .ae-select4.chosen, .dropdown-wrapper5 .ae-select5.chosen, .dropdown-wrapper6 .ae-select6.chosen, .dropdown-wrapper7 .ae-select7.chosen {
        color: #333;
    }
    
    .dropdown-wrapper4 .ae-select4 .down-icon, .ae-select4 .up-icon,  .dropdown-wrapper5 .ae-select5 .down-icon, .ae-select5 .up-icon {
        position: absolute;
        right: 3px;
        top: 5px;
    }
  
    .dropdown-wrapper6 .ae-select6 .down-icon, .ae-select6 .up-icon,  .dropdown-wrapper7 .ae-select7 .down-icon, .ae-select7 .up-icon {
      position: absolute;
      right: 3px;
      top: 5px;
  }
    
    .dropdown-wrapper4 .ae-dropdown4 .dropdown-menu4,   .dropdown-wrapper5 .ae-dropdown5 .dropdown-menu5,   .dropdown-wrapper6 .ae-dropdown6 .dropdown-menu6,   .dropdown-wrapper7 .ae-dropdown7 .dropdown-menu7{
        background: #fff;
        box-shadow: none;
        /*height: 120px;*/
        max-height: 300px;
        overflow-y: scroll;
        position: absolute;
        z-index: 9000;
        font-size: 15px;
        
        
        
    }
    
    .dropdown-wrapper4 .ae-dropdown4 .ae-select4, .dropdown-wrapper4 .ae-dropdown4 .dropdown-menu4>li {
        cursor: pointer;
        margin: 0px!important;
        text-indent: 0px!important;
    }
  
    .dropdown-wrapper5 .ae-dropdown5 .ae-select5, .dropdown-wrapper5 .ae-dropdown5 .dropdown-menu5>li {
      cursor: pointer;
      margin: 0px!important;
      text-indent: 0px!important;
  }
    
  .dropdown-wrapper6 .ae-dropdown6 .ae-select6, .dropdown-wrapper6 .ae-dropdown6 .dropdown-menu6>li {
      cursor: pointer;
      margin: 0px!important;
      text-indent: 0px!important;
  }
  
  .dropdown-wrapper7 .ae-dropdown7 .ae-select7, .dropdown-wrapper7 .ae-dropdown7 .dropdown-menu7>li {
      cursor: pointer;
      margin: 0px!important;
      text-indent: 0px!important;
  }
  
  .dropdown-wrapper4 .ae-dropdown4 .dropdown-menu4>li>a:focus, .dropdown-wrapper4 .ae-dropdown4 .dropdown-menu4>li>a:hover {
        background: none;
    }
    
  
  .dropdown-wrapper5 .ae-dropdown5 .dropdown-menu5>li>a:focus, .dropdown-wrapper5 .ae-dropdown5 .dropdown-menu5>li>a:hover {
      background: none;
  }
  
  .dropdown-wrapper6 .ae-dropdown6 .dropdown-menu6>li>a:focus, .dropdown-wrapper6 .ae-dropdown6 .dropdown-menu6>li>a:hover {
      background: none;
  }
  
  .dropdown-wrapper7 .ae-dropdown7 .dropdown-menu7>li>a:focus, .dropdown-wrapper7 .ae-dropdown7 .dropdown-menu7>li>a:hover {
      background: none;
  }
  
  .dropdown-wrapper4 .ae-dropdown4 .dropdown-menu4>li:hover {
        background-color: #ff8c00;
        
  }
  
  .dropdown-wrapper5 .ae-dropdown5 .dropdown-menu5>li:hover {
      background-color: #ff8c00;
      
  }
    
  .dropdown-wrapper6 .ae-dropdown6 .dropdown-menu6>li:hover {
      background-color: #ff8c00;
      
  }
  
  .dropdown-wrapper7 .ae-dropdown7 .dropdown-menu7>li:hover {
      background-color: #ff8c00;
      
  }
  
  .dropdown-wrapper4 .ae-dropdown4 .dropdown-menu4>li:hover a, .dropdown-wrapper5 .ae-dropdown5 .dropdown-menu5>li:hover a  {
      color: white;
  }
    
  .dropdown-wrapper6 .ae-dropdown6 .dropdown-menu6>li:hover a, .dropdown-wrapper7 .ae-dropdown7 .dropdown-menu7>li:hover a  {
      color: white;
  }
  
  .dropdown-wrapper4 .ae-dropdown4 .dropdown-menu4 .main-hover,   .dropdown-wrapper5 .ae-dropdown5 .dropdown-menu5 .main-hover {
      pointer-events:none;	
      
  }
  .dropdown-wrapper6 .ae-dropdown6 .dropdown-menu6 .main-hover,   .dropdown-wrapper7 .ae-dropdown7 .dropdown-menu7 .main-hover {
      pointer-events:none;	
      
  }
  
  .dropdown-wrapper4 .ae-dropdown4 .dropdown-menu4 .main-hover:hover {
      cursor:no-drop;
  }
    
  .dropdown-wrapper5 .ae-dropdown5 .dropdown-menu5 .main-hover:hover {
      cursor:no-drop;
  }
  
  .dropdown-wrapper6 .ae-dropdown6 .dropdown-menu6 .main-hover:hover, .dropdown-wrapper7 .ae-dropdown7 .dropdown-menu7 .main-hover:hover{
      cursor:no-drop;
  }
    
    
  .dropdown-wrapper4 .ae-dropdown4 .ae-select4 i, .dropdown-wrapper4 .ae-dropdown4 .dropdown-menu4>li>a i {
      float: right;
      display: inline-block;
      font-style: normal;
  }
    
  .dropdown-wrapper5 .ae-dropdown5 .ae-select5 i, .dropdown-wrapper5 .ae-dropdown5 .dropdown-menu5>li>a i {
      float: right;
      display: inline-block;
      font-style: normal;
  }
  
  .dropdown-wrapper6 .ae-dropdown6 .ae-select6 i, .dropdown-wrapper6 .ae-dropdown6 .dropdown-menu6>li>a i {
      float: right;
      display: inline-block;
      font-style: normal;
  }
  
  .dropdown-wrapper7 .ae-dropdown7 .ae-select7 i, .dropdown-wrapper7 .ae-dropdown7 .dropdown-menu7>li>a i {
      float: right;
      display: inline-block;
      font-style: normal;
  }
  
  .dropdown-wrapper4 .ae-disabled, .dropdown-wrapper5 .ae-disabled, .dropdown-wrapper6 .ae-disabled, .dropdown-wrapper7 .ae-disabled{
      pointer-events: none;
  }
    
  .ae-hide4, .ae-hide5, .ae-hide6, .ae-hide7 {
  display:none;
  }
    
  ul.dropdown-menu4, ul.dropdown-menu5, ul.dropdown-menu6, ul.dropdown-menu7 {
      list-style-type: none;
  }
  
  ul.dropdown-menu4,  ul.dropdown-menu5, ul.dropdown-menu6,  ul.dropdown-menu7{
      margin:0px;
      padding:0px;
      border: 1px solid #ccc;
  }
    
  ul.dropdown-menu4 li, ul.dropdown-menu5 li,ul.dropdown-menu6 li, ul.dropdown-menu7 li{
      padding:5px 5px;
  }
    
  ul.dropdown-menu4 li.sub-menu { padding-left: 20px; }
  ul.dropdown-menu5 li.sub-menu { padding-left: 20px; }
  #dropdown1, #dropdown2, #dropdown3, #dropdown4, #dropdown5,#dropdown6, #dropdown7 {
      font-size:15px;
  }