/*# sourceMappingURL=AdminLTE.css.map */
/*change style*/
.toolbar-setting {
  position: fixed;
  top: 400px;
  bottom: 0px;
  width: 260px;
  right: 0px;
  background: #f6f7f8;
  border-left: 1px solid #d9dbdf;
  z-index: 100;
  padding: 10px;
  right: -260px;
  transition: all 0.3s ease;
}
.toolbar-setting .nav-icon {
  width: 36px;
  height: 36px;
  position: absolute;
  left: -36px;
  background: #e6990c;
  color: #fff;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.toolbar-setting .nav-icon .fa {
  line-height: 36px;
}
.toolbar-setting .title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9dbdf;
}
.toolbar-setting .list-colors:after {
  content: "";
  display: block;
  clear: both;
}
.toolbar-setting .list-colors .item {
  margin-bottom: 10px;
  padding: 0px 5px;
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 12px;
}
.toolbar-setting .list-colors .item:hover .image {
  border-color: #13559F;
}
.toolbar-setting .list-colors .item.active .image .check {
  display: block;
}
.toolbar-setting .list-colors .image {
  height: 30px;
  width: 60px;
  position: relative;
  cursor: pointer;
  margin: auto;
  margin-bottom: 5px;
  border: 1px solid transparent;
  background-color: #fff;
}
.toolbar-setting .list-colors .image:before {
  content: "";
  position: absolute;
  height: 7px;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  background-color: #CE7A58;
}
.toolbar-setting .list-colors .image:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 10px;
  left: 0px;
  background-color: #fff;
}
.toolbar-setting .list-colors .image .check {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  display: none;
  text-align: center;
  font-family: ap;
}
.toolbar-setting .list-colors .image .check:before {
  content: "\e116";
}
.toolbar-setting .list-colors .-lacay .image:before {
  background: #0dab56;
}
.toolbar-setting .list-colors .-lacay .image:after {
  background: #fff;
}
.toolbar-setting .list-colors .-xanhlam .image {
  background: #fff;
}
.toolbar-setting .list-colors .-xanhlam .image:before {
  background: #28A3EA;
}
.toolbar-setting .list-colors .-xanhlam .image:after {
  background: #fff;
}
.toolbar-setting .list-colors .-do .image:before {
  background: #fe0000;
}
.toolbar-setting .list-colors .-do .image:after {
  background: #fff;
}
.toolbar-setting.open {
  transition: all 0.3s ease;
  right: 0px;
}
.toolbar-setting.open .nav-icon .fa:before {
  content: "\f00d";
}
/*change style dashboard*/
/*default*/
.style-default .header {
    background: #CE7A58;
}
.style-default .header .logo {
    color: #fff;
}
.style-default .header .noti-act {
    color: #fff;
}
.style-default .header .noti-act .number {
    background: #CE7A58;
    color: #fff;
}
.style-default .header .user-act {
    color: #fff;
}
/*la cay*/
.style-lacay .header {
    background: #0dab56;
}
.style-lacay .header .logo {
    color: #fff;
}
.style-lacay .header .noti-act {
    color: #fff;
}
.style-lacay .header .noti-act .number {
    background: #0dab56;
    color: #fff;
}
.style-lacay .header .user-act {
    color: #fff;
}
/*xanhlam*/
.style-xanhlam .header {
    background: #28A3EA;
}
.style-xanhlam .header .logo {
    color: #fff;
}
.style-xanhlam .header .noti-act {
    color: #fff;
}
.style-xanhlam .header .noti-act .number {
    background: #28A3EA;
    color: #fff;
}
.style-xanhlam .header .user-act {
    color: #fff;
}
/*do*/
.style-do .header {
    background: #fe0000;
}
.style-do .header .logo {
    color: #fff;
}
.style-do .header .noti-act {
    color: #fff;
}
.style-do .header .noti-act .number {
    background: #fe0000;
    color: #fff;
}
.style-do .header .user-act {
    color: #fff;
}
/*end change style*/
