/* CSS goes here */
.multiselect-content{
    height: 170px;
    overflow: auto;
}
.multiselect {
  /*width: 200px;*/
  max-height: 300px;
  position: relative;
  }
.btn_search {
    margin-top: 10px;
    width: 89%;
}
/*.multiselect label {*/
  /*margin: 10px 0 2px 2px;*/
/*}*/
.multiselect-wrapper {
    width: 85%;
    margin: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
    z-index: 1010;
    /*width: 100%; */
    padding: 5px;
    border-radius: 4px;
    margin-top: 1px;
    position: absolute;
    
  }  
.multiselect ul{
    list-style-type: none;
    overflow: auto;
    max-height: 200px;
  }  
.multiselect input[type="text"]{
    width: 95%;
    box-sizing: border-box;
    height: 25px;
  }
/*
.multiselect .btn {
  width: 210px;
}
*/


.red {
	color: #ff0000;
}

.menuitemactive {
    background-color : #448ea6;
}

.menuitemactive a {
    color: white;
}