.custom-com-drop-options{
  /*width: 100%;*/
  height: auto;
  max-height: 250px;
/*  border-left: 1px solid #E7E7EC;
  border-right: 1px solid #E7E7EC;
  border-bottom: 1px solid #E7E7EC;*/
  border-radius: 0px;
  /* padding: 10px; */
  z-index: 9999;
  position: absolute;
  /*padding-bottom: 6px;*/
  /*padding-top: 6px;*/
  padding-left: 0px;
  background-color: white;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  /*width: 540px;*/
  top: 130px;
  /*left: 30px;*/
  overflow: auto;
  border-top: 1px solid #E7E7EC;
  left: 30px;
  right: 30px;
  overflow-x: hidden;

}

.drop-options ul{
  list-style: none;
  margin:0px;
  padding: 0px;
}

.custom-com-save{
/*  background-color: #00FFFF;*/
  color: black;
  text-transform: uppercase;
  width: 540px;
  height: 50px;
  border-radius: 0;
  position: absolute;
  font-weight: bold;
  bottom: 30px;
  left: calc(50% - 270px);
  letter-spacing: 1px;
}

.custom-com-save-permissions{
/*  background-color: #00FFFF;*/
  color: black;
  text-transform: uppercase;
  width: 740px;
  height: 50px;
  border-radius: 0;
  position: fixed;
  font-weight: bold;
  bottom: 30px;
  left: 30px;
  letter-spacing: 1px;
}


.custom-com-upload{
  color: black;
  text-transform: uppercase;
  width: 273px;
  height: 50px;
  border-radius: 0;
  /* position: relative; */
  font-weight: bold;
  bottom: 30px;
  left: 30px;
  float: left;
  letter-spacing: 1px;
  margin-right: 15px;
}


.custom-com-highlight{
  background: #f5f5f5;
}

.custom-com-input{
  background: white;
/*  color: #D5D5D5;*/
  border: none;
  box-shadow: none;
  padding: 0px;
  outline: none;
  height: 50px;
  font-size: 18px;
  line-height: 1;
  padding-left: 15px;
}

.custom-com-input:focus{
  border: none;
  box-shadow: none;
}

.custom-com-input[disabled]{
  cursor: pointer;
  background: rgba(0,0,0,0);
  width: 320px;
}

.custom-com-btn{
  background: white;
  border: none;
  height: 50px;
  border-radius: 0;
  width: 40px;


}

.custom-com-btn:active{
  border: none;
  box-shadow: none;
  background: white;
  outline: none;
  height: 10px;
}

.custom-com-btn:focus{
  border: none;
  box-shadow: none;
  background: white;
  outline: none;
  height: 50px;
}

.custom-com-btn:hover{
  background: white;
  height: 50px;
}

.custom-com-group{
  text-indent: 0px;
  margin-right: 30px;
  /*left: calc(50% - 270px); */
  /*width: 540px; ****/
  position: absolute;
  top: 80px;
  background:white;
  margin-left: 30px;
}

/*
.custom-com-group{
  text-indent: 0px;
  margin-right: 20px;
  left: calc(50% - 270px);
  width: 540px;
  position: absolute;
  top: 80px;
  background:white;
}
*/

.custom-com-caret{
    color: #000;
    margin-top: 0px;
    /* font-size: 59px; */
    margin-right: 10px;
}

.custom-com-list li{
  list-style: none;
  padding-left: 0px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  height: 50px;
  line-height: 2.8;
  padding-left: 15px;
}

.custom-com-list li:hover{
  background-color: #f5f5f5;
}

.custom-com-list{
  padding-left: 0px;
  overflow: scroll;
  height: 100%;
  /*width: 540px;*/
  margin-bottom: -15px;
  margin-right: -15px;
}


