.colorpicker {
  display: none;
  width: 356px;
  height: 178px;
  overflow: hidden;
  position: fixed;
  background: url(../../img/colorpicker_background.png);
  -moz-border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  z-index: 99999;
  border-radius: 4px;
}
.colorpicker_color {
  width: 162px;
  height: 162px;
  left: 9px;
  top: 9px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair;
  z-index: 9999;
  border-radius: 4px;
}
.colorpicker_color div {
  position: absolute;
  top: 0;
  right: 0;
  width: 162px;
  height: 162px;
  background: url(../../img/colorpicker_overlay.png);
  z-index: 9999;
}
.colorpicker_color div div {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid #fff;
  background: none;
  margin: -5px 0 0 -5px;
}
.colorpicker_hue {
  position: absolute;
  top: 14px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize;
}
.colorpicker_hue div {
  position: absolute;
  width: 20px;
  height: 5px;
  overflow: hidden;
  background: url(../../img/colorpicker_indic.gif) left top;
  margin: -4px 0 0 0;
  left: 7px;
}
.colorpicker_new_color {
  position: absolute;
  width: 62px;
  height: 28px;
  left: 213px;
  top: 14px;
  background: #f00;
  border-radius: 4px;
}
.colorpicker_current_color {
  position: absolute;
  width: 63px;
  height: 28px;
  left: 280px;
  top: 14px;
  background: #f00;
  border-radius: 4px;
}
.colorpicker input {
  position: absolute;
  top: 5px;
  left: 16px;
  width: 26px !important;
  height: 10px !important;
  line-height: 10px !important;
  margin: 0 !important;
  padding: 2px !important;
  text-align: right !important;
  font-size: 11px !important;
  font-family: Tahoma, Helvetica, sans-serif !important;
  color: #000;
  border: none !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.colorpicker input:hover,.colorpicker input:focus{
  padding: 1px !important;
  color: #000;
}
.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  left: 213px;
  top: 142px;
}
.colorpicker_hex input {
  width: 40px !important;
}
.colorpicker_wb {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute;
}
.colorpicker_wb span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize;
}
.colorpicker_rgb_r {
  top: 61px;
  left: 213px;
}
.colorpicker_rgb_g {
  top: 88px;
  left: 213px;
}
.colorpicker_rgb_b {
  top: 115px;
  left: 213px;
}
.colorpicker_hsb_h {
  top: 61px;
  left: 280px;
}
.colorpicker_hsb_s {
  top: 88px;
  left: 280px;
}
.colorpicker_hsb_b {
  top: 115px;
  left: 280px;
}
.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 322px;
  top: 142px;
  overflow: hidden;
}
.colorpicker_focus {
  background-position: center;
}
.colorpicker_hex.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_slider {
  background-position: bottom;
}
.wbcolor_custom {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 39px;
  background: url("../../img/color_select.png") no-repeat scroll 0 0 transparent;
  background-size: 105px; 
}
.wbcolor_custom div {
  border-radius: 8px;
  width: 100%;
  height: 39px;
} 
.wbcolor_custom div::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  width: 100%;
  height: 39px;
  background: url("../../img/color_select.png") no-repeat scroll 0 0 transparent;
  background-size: 105px;
} 
.wballcor {
  background: transparent;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  right: -250px;
  padding: 8px;
  position: fixed;
  text-align: left;
  top: 150px;
  width: 250px;
  transition: background 0.5s ease-in-out 0s;
  z-index: 999
}
.wbcolor_box {
  background: transparent;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  right: -250px;
  padding: 8px 15px 15px;
  position: fixed;
  text-align: left;
  top: 167px;
  width: 250px;
  transition: background 0.5s ease-in-out 0s;
  z-index: 999
}
.wbcolor_box .wbcolor_title {
  padding: 5px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 15px;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.wbopen-closeclr {
  cursor: pointer;
  float: left;
  border-radius: 4px 0px 0px 4px;
  margin-left: -74px;
  margin-top: -42px;
}
  
.wbopen-closeclr.wbclrdisable::before {
  color: #ffffff;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  line-height: 36px; 
  padding: 0 10px;
  background: url(../../img/color-circle.png) no-repeat;
  width: 36px;
  height: 36px;
  background-size: 36px;
  display: block;
  -webkit-animation:spin 3s linear infinite;
  -moz-animation:spin 3s linear infinite;
  animation:spin 3s linear infinite;
}
.wbopen-closeclr.wbclrenable::before {
  color: #ffffff;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  line-height: 36px; 
  padding: 0 10px;
  background: url(../../img/color-circle.png) no-repeat;
  width: 36px;
  height: 36px;
  background-size: 36px;
  display: block;
  -webkit-animation:spin 3s linear infinite;
  -moz-animation:spin 3s linear infinite;
  animation:spin 3s linear infinite;
}
/* .wbopen-closeclr.wbclrenable {
  background-color: #222;
  border: none;
} */
.wbopen-closeclr {
  background-color: #fff;
  border: medium none;
  box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
  padding: 7px 15px;
  transition: 0.3s ease-in-out
}
.wbopen-closeclr.wbclrdisable{
  border-radius: 25px 0 0 25px;
}
.wbopen-closeclr a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.wbopen-closeclr.wbclrenable {
    border-radius: 30px 30px 0 0;
    margin-left: -94px;
    padding: 8px 10px;
}
/* .wbcolor_box .wbcolor_option {
  padding: 5px 0 5px 4px;
} */
.wbcolor_box .wbcolor_field {
  padding: 0 0 8px;
}
.wbcolor_allclr{
  margin: 0 -5px;
}
.wbcolor_allclr .wbcolor_field {
  float: left;
  width: 50%;
  padding: 0 5px;
  padding-bottom: 0;
  margin-top: 16px;
  border-radius: 4px;
}
.wbcolor_field.last {
  background: none;
}

.wbcolor_box .wbcolor_field.wbcolor_field-mode{
  padding: 0;
  margin: 0 -5px;
}
.wbcolor_box .wbbox-layout,.wbcolor_box .wbfull-layout{
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.wbcolor_field.wbcolor_field-mode label{
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  background: #f5f5f5;
  color: #000;
  padding: 10px 20px;
  border-radius: 4px;
  transition: 0.3s ease;
  width: 104px;
  text-align: center;
}
.wbcolor_field.wbcolor_field-mode label:hover{
  background: #222;
  color: #fff
}
.wbcolor_field.wbcolor_field-mode label input{
  display: none
}
.wbcolor_box .wbcolor_field-mode div.radio span{
  vertical-align: middle;    
}
.wbfavcolor{
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}
.wbfavcolor .wbcolor_field{
  width: 50%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0
}
.wbcolor_box .wbcolor_field-background .wbcolorp1,.wbcolor_box .wbcolor_field-link .wbcolorp1{
  width: auto;
  font-size: 12px;
  text-indent: unset;
  height: auto;
  display: block;
  text-align: center;
  margin-top: 4px;
}
.wbcolor_box .wbcolor_field-background .wbcolorp2,.wbcolor_box .wbcolor_field-link .wbcolorp2{
  width: auto;
  height: auto;
}
.wbcolor_box .cl-row-body .wbcolorp1 {
  padding-top: 60px;
}
.wbcolor_box .wbcolor_box .wbcolor_field-font { padding: 10px 0 8px; }
.wbcolor_box .wbcolorp2-font {
  float: left;
  width: auto;
}
.wbcolor_box .wbcolor_field.first .wbcolorp2 {
  padding-top: 8px;
}
.wbcolor_box .wbcolor_field.last .wbcolorp2 {
  padding-bottom: 8px;
}
.wbcolorp2 .cl-label {
  float: left;
  width: 90px;
  text-align: right;
  padding-right: 8px;
}


.wbcolor_box .wbcolor_field.wbclrreset{
  text-align: center;
  padding: 0
}
.wbcolor_box .wbcolorp1,.wbcolor_box .wbcolorp2 {
  width: 90px;
  height: 34px;
  padding: 0;
  text-indent: -9999px;
  border: none;
}
.wbcolor_box .wbcolorp1:hover,.wbcolor_box .wbcolorp2:hover { border-color: #000; }
.wbcolor_box .wbcolorpart a{
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 36px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.wbcolor_box .wbcolorpart {
  background: #666;
  width: 100% ;
  border-radius: 4px;
}
.wbcolor_box .wbcolorpart span{
  float: left;
  width: 50%;
  height: 36px;
}
.wbcolor_tblbox h6{
  font-size: 14px;
  margin-top: 8px; 
}
.wbcolor_reset{
  border-radius: 4px;
}
span.wbcolor1{background:#FF5722;border-radius: 4px 0 0 4px;}
span.wbcolor2{background:#000000;border-radius: 0 4px 4px 0;}
span.wbcolor3{background:#4e7df1;border-radius: 4px 0 0 4px;}
span.wbcolor4{background:#000000;border-radius: 0 4px 4px 0;}
span.wbcolor5{background:#6A1B9A;border-radius: 4px 0 0 4px;}
span.wbcolor6{background:#000000;border-radius: 0 4px 4px 0;}
span.wbcolor7{background:#00B8D4;border-radius: 4px 0 0 4px;}
span.wbcolor8{background:#000000;border-radius: 0 4px 4px 0;}
span.wbcolor9{background:#8BC34A;border-radius: 4px 0 0 4px;}
span.wbcolor10{background:#000000;border-radius: 0 4px 4px 0;}
span.wbcolor11{background:#FFA000;border-radius: 4px 0 0 4px;}
span.wbcolor12{background:#000000;border-radius: 0 4px 4px 0;}
span.wbcolor13{background:#ad0202;border-radius: 4px 0 0 4px;}
span.wbcolor14{background:#000000;border-radius: 0 4px 4px 0;}
span.wbcolor15{background:#3026a7;border-radius: 4px 0 0 4px;}
span.wbcolor16{background:#000000;border-radius: 0 4px 4px 0;}

.userwbdlmode{
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 1
}
.useldlpos{
  position: relative;
}
.userwbdlmode svg{
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.userdmtooltip {
    background: #eee;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .60), 0 8px 12px 6px rgba(0, 0, 0, .30);
    color: #000;
    display: none;
    font-size: 12px;
    font-weight: 500;
    padding: .5rem;
    position: absolute;
    right: calc(100% + .5rem);
    top: -.25rem;
    white-space: nowrap;
}
.userwbdlmode input{
  display: none
}
.uscolorac{
  display: block;
  cursor: pointer
}
.uscolorac.active{
  display: none
}
.userwbdlmode .wblightmode-layout svg{
  fill: #fff
}
/* box layout */
.boxed main {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    margin: 40px auto;
} 
@media (min-width: 992px){
    .boxed main {
        width: 100%;
    }
    .boxed main {
      -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
      -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
      box-shadow: 0 0 10px rgba(0,0,0,.2);
      margin: 40px auto;
      background: #fff;
  } 
}
@media (max-width: 991px) {
  .boxed .container-bg {
        width: 100%;
        margin: 0 auto;
    }
} 
@media (min-width: 992px) and (max-width: 1199px){
    .boxed main {
        width: 963px;
    }
}
@media (min-width:1200px) and (max-width:1409px){
    .boxed main{
       width: 1170px;
    }
}
@media (min-width:1410px) and (max-width:1589px){
   .boxed main {
       width: 1380px;
    }
}
@media (min-width:1590px){
   .boxed main {
       width: 1560px;
    }
}

/* box layout end */

@media (max-width: 575px) {
  .wbcolor_field-background .wbcolorp1, .wbcolor_field-link .wbcolorp1{
  font-size: 11px;
  }
}
@media (max-width: 991px) {
  .wbcolor_box{
    height: 400px !important;
    overflow-y: scroll;
   }
   .wbcolor_tblbox{
    padding-bottom: 15px;
   }
} 
.wbopen-closeclr{
    position: relative;
}
