.switch-chooser {
  width: 210px;
  left: -210px;
  position: fixed;
  top: 140px;
  z-index: 99999;
  -webkit-transition: left 400ms;
  transition: left 400ms;
}

.switch-chooser.opened {
  left: 0;
}

.switch-chooser .toggler {
  position: absolute;
  top: 0;
  right: -50px;
  display: inline-block;
  background: #3a5371;
  width: 120px;
  text-align: center;
  height: 120px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px 4px 0 0;
  padding: 12px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.switch-chooser .toggler i {
  margin-left: 5px;
}

.switch-chooser-wrap {
  position: relative;
  background: #243346;
  padding: 8px 20px 20px;
}

.select-layout,
.select-sticky {
  width: 100%;
  border: 1px solid rgba(255, 253, 253, 0.07);
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #aaa;
  font-size: 14px;
  font-weight: bold;
  border-radius: 2px;
}


.minicolors-theme-bootstrap .minicolors-input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color:#fff;
  border-radius: 2px;
}

.switch-chooser h3 {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  background: #fff;
  padding: 10px 20px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 400;
}

.switch-chooser-wrap h5 {
  color: #fff;
  margin: 20px 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.switch-chooser-wrap ul {
  list-style: none;
  padding: 0;
  margin: -5px;
}

.switch-chooser-wrap ul img {
  border-radius: 100%;
}

.switch-chooser-wrap ul li {
  display: block;
  width: 36px;
  float: left;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.switch-chooser-wrap ul li.active a {
  -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.2);
  box-shadow: 0 0 0 2px rgba(0,0,0,.2);
}

.switch-chooser-wrap ul li a {
  display: block;
  height: 30px;
}

.switch-chooser-wrap ul li.preset1 a {
  background: #F9B840;
}

.switch-chooser-wrap ul li.preset2 a {
  background: #0072bc;
}

.switch-chooser-wrap ul li.preset3 a {
  background: #7bb936;
}


.switch-chooser-wrap ul li.preset4 a {
  background: #8b45bf;
}

.switch-chooser-wrap ul li.preset5 a {
  background: #eb6525;
}

.switch-chooser-wrap ul li.preset6 a {
  background: #bd3585;
}

/*Color Picker*/
.color-picker,
.color-picker-primary,
.color-picker-footer{
  min-height: 35px;
  height: 35px !important;
  width: 100%;

}

