﻿/* mb controls */
/*#region  dropdown list styles*/
.Mb-Control .Mb-Search {
  width: 100%;
  height: 38px;
  padding-left: 10px;
  padding-right: 25px;
}
.Mb-Control input[type="text"] {
  border-radius: 4px;
  height: 39px;
  border: 1px solid rgba(84, 91, 98, 0.5);
}
.Mb-Control input[type="text"]:focus {
  outline-color: #176BFB;
 }
.Mb-Control .Mb-SearchIcon {
  position: absolute;
  margin-top: 15px;
  right: 8px;
  color: #1863CC;
  font-weight: 400;
  font-size: 12px;
}
.Mb-Control.Mb-DropDown-Ctl {
  position:relative;
}

.Mb-Control .Mb-DropDown {
  width: 100%;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 300px;
  background-color: white;
  border: 1px solid rgba(84, 91, 98, 0.5);
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  z-index: 100;
}
.Mb-Control .Mb-Search-Empty {
  margin-left:10px;
}
.Mb-Control .Mb-SelectRow {
  min-height: 50px;
  align-content: center;
}
.Mb-Control .Mb-SelectRow:hover {
  background-color: #F1F6FC;
}
.Mb-Control .Mb-SelectRow.selected .Mb-SelectRowIcon {
  border-block-color: #1863cc;
  background-color: #1863cc;
}
  .Mb-Control .Mb-SelectRow.disabled {
    background-color: #EDEDED;
  }
  .Mb-Control .Mb-SelectRowIcon {
    min-height: 16px;
    min-width: 16px;
    max-height: 16px;
    max-width: 16px;
    top: 2px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50%;
    border: solid 2px #757575;
    position: relative;
    display: inline-block;
  }
/*#endregion*/

/*#region  TextBox styles*/
.Mb-Control.Mb-TextBox-Ctl {
  position: relative;
}
.Mb-Control .Mb-TextBox {
  width: 100%;
  height: 38px;
  padding-left: 10px;
  padding-right: 25px;
}
.Mb-Control .Mb-TextBoxIcon {
  position: absolute;
  margin-top: 15px;
  right: 8px;
  color: #1863CC;
  font-weight: 400;
  font-size: 12px;
}
  /*#endregion*/
