.search {
  float: left;
  margin-top: 4px;
  position: relative;
  display: flex;
}
.search-global {
  margin-left: 150px;
}
.search i.searchIcon {
  line-height: 22px;
  padding: 0;
  background-color: white;
  border-radius: 2px 0 0 2px;
  border-left: 5px solid white;
  width: 12px;
}
.search i.searchClear {
  float: right;
  line-height: 22px;
  width: 12px;
  background-color: white;
  border-right: 5px solid white;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  border-left: 1px solid white;
}
.search input.searchInput {
  width: 160px;
  background-color: white;
  color: #161d21;
  line-height: 22px;
  height: 22px;
  margin-top: 0;
  padding: 0 7px;
  outline: none;
  box-sizing: border-box;
  border: none;
}
.search.big {
  margin-top: 2px;
}
.search.big .searchIcon {
  display: none;
}
.search.big .searchClear {
  padding-top: 2px;
}
.search.big #txtSearchGlobal {
  width: 227px;
  height: 26px;
}
.settingsModal {
  display: none;
  width: 400px;
  position: fixed;
  margin-top: -250px;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  z-index: 1001;
  padding: 20px;
  margin-left: -250px;
  left: 50%;
}
.settingsModal {
  width: 900px;
  margin-left: -450px;
  height: 500px;
  padding: 0;
}
.settingsModal .content {
  padding: 20px;
  overflow: auto;
  width: 100%;
  height: calc(100% - 80px);
  box-sizing: border-box;
}
.settingsModal .content .left {
  width: 350px;
  float: left;
}
.settingsModal .content .right {
  width: 490px;
  float: left;
  height: 370px;
}
.settingsModal .modal-header {
  font-weight: bold;
  padding-left: 10px;
  background-color: #109fe9;
  height: 30px;
  line-height: 30px;
  color: white;
  font-variant: small-caps;
}
.settingsModal .bottomBar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  background-color: #ecf1f8;
  padding: 0 10px;
}
#loadBackground {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 1000;
}
