﻿.icon-select {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #565656;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-select .i_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b0b0b0;
  opacity: 0.4;
}
.icon-select .cont {
  position: relative;
  width: 520px;
  height: 390px;
  margin: auto;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 10px #808080;
  display: flex;
  flex-direction: column;
}
.icon-select .i_con {
  height: 180px;
  overflow: auto;
  flex: 1 1 auto;
}
.icon-select .options {
  flex: 0 0 100px;
}
.icon-select .options .form-group {
  width: 162px;
  margin-right: 5px;
  float: left;
}
.icon-select .options .form-group:last-child {
  margin-right: 0;
}
.icon-select .actions {
  text-align: right;
  padding-right: 2px;
  margin-top: 5px;
}
.icon-select .actions button:first-child {
  margin-left: auto;
}
.icon-select .icons {
  width: 100%;
  list-style: none;
}
.icon-select .icons .is-ico {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 3px;
}
.icon-select .icons .is-ico:hover {
  background-color: #00839E;
  color: #fff;
  cursor: pointer;
}
.icon-select .icons .is-ico.active {
  background-color: #25a6c0;
  color: #fff;
}
.icon-select .mCSB_dragger_bar {
  background-color: #1d889e;
}
.icon-select .mCSB_inside > .mCSB_container {
  margin-right: 12px;
}
