/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/* RIGHT TO LEFT */
/**********************************/
/* line 8, ../sass/paneltool.scss */
.fancybox-skin .leo-paneltool {
  display: none;
}

/* line 12, ../sass/paneltool.scss */
.paneltool {
  position: fixed;
  top: 0px;
  z-index: 9998;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  left: -280px;
}
/* line 409, ../sass/mixins/_theme.scss */
.rtl .paneltool {
  right: -280px;
  left: auto;
}
/* line 19, ../sass/paneltool.scss */
.paneltool .leo-dynamic-update-side.current-sidebar {
  color: #fe6658;
}
/* line 24, ../sass/paneltool.scss */
.paneltool .leo-dynamic-update-header.current-header {
  color: #fe6658;
}
/* line 29, ../sass/paneltool.scss */
.paneltool.themetool .group-input {
  margin-bottom: 15px;
}
/* line 31, ../sass/paneltool.scss */
.paneltool.themetool .group-input span {
  cursor: pointer;
}
/* line 36, ../sass/paneltool.scss */
.paneltool.themetool .group-input .leo-dynamic-update-layout,
.paneltool.themetool .group-input .leo-dynamic-update-side,
.paneltool.themetool .group-input .leo-dynamic-update-header {
  display: block;
  width: 100%;
  padding: 10px 0;
  position: relative;
  color: #252525;
  font-size: 13px;
  float: left;
}
/* line 307, ../sass/mixins/_theme.scss */
.rtl .paneltool.themetool .group-input .leo-dynamic-update-layout, .rtl
.paneltool.themetool .group-input .leo-dynamic-update-side, .rtl
.paneltool.themetool .group-input .leo-dynamic-update-header {
  float: right;
}
/* line 44, ../sass/paneltool.scss */
.paneltool.themetool .group-input .leo-dynamic-update-layout:hover,
.paneltool.themetool .group-input .leo-dynamic-update-side:hover,
.paneltool.themetool .group-input .leo-dynamic-update-header:hover {
  color: #fe6658;
}
/* line 47, ../sass/paneltool.scss */
.paneltool.themetool .group-input .leo-dynamic-update-layout.current-layout-mod,
.paneltool.themetool .group-input .leo-dynamic-update-side.current-layout-mod,
.paneltool.themetool .group-input .leo-dynamic-update-header.current-layout-mod {
  color: #fe6658;
}
/* line 50, ../sass/paneltool.scss */
.paneltool.themetool .group-input .leo-dynamic-update-layout:before,
.paneltool.themetool .group-input .leo-dynamic-update-side:before,
.paneltool.themetool .group-input .leo-dynamic-update-header:before {
  content: "+";
}
/* line 55, ../sass/paneltool.scss */
.paneltool.themetool label {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
}
/* line 61, ../sass/paneltool.scss */
.paneltool.themetool label .fa {
  margin-right: 10px;
  vertical-align: middle;
}
/* line 318, ../sass/mixins/_theme.scss */
.rtl .paneltool.themetool label .fa {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 67, ../sass/paneltool.scss */
.paneltool.themetool .panelinner .group-input:last-child {
  margin-bottom: 0px;
}
/* line 71, ../sass/paneltool.scss */
.paneltool.themetool .panelcontent {
  min-height: 500px;
  height: 100%;
  overflow-y: auto;
}
/* line 77, ../sass/paneltool.scss */
.paneltool.active {
  left: 0;
  transition: all 0.6s;
  z-index: 9999;
}
/* line 409, ../sass/mixins/_theme.scss */
.rtl .paneltool.active {
  right: 0;
  left: auto;
}
/* line 81, ../sass/paneltool.scss */
.paneltool.active .panelbutton {
  color: #fe6658;
}

/* line 87, ../sass/paneltool.scss */
.paneltool .panelcontent {
  background: white;
  width: 280px;
  min-height: 340px;
  border-color: #f2f2f2;
  border-right: #f2f2f2;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
}
/* line 318, ../sass/mixins/_theme.scss */
.rtl .paneltool .panelcontent {
  border-left: #f2f2f2;
  border-right: inherit;
}
/* line 331, ../sass/mixins/_theme.scss */
.rtl .paneltool .panelcontent {
  border-style: solid none solid solid;
}
/* line 331, ../sass/mixins/_theme.scss */
.rtl .paneltool .panelcontent {
  border-width: 1px 0 1px 1px;
}

/* line 96, ../sass/paneltool.scss */
.paneltool .panelcontent > div {
  padding: 15px;
}

/* line 100, ../sass/paneltool.scss */
.panelbutton {
  background: white;
  position: absolute;
  right: -30px;
  top: 220px;
  border-left: none;
  cursor: pointer;
  width: 30px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  font-size: 22px;
  overflow: hidden;
  color: #333;
  -webkit-box-shadow: 1px 0px 1px black;
  box-shadow: 1px 0px 1px black;
}
/* line 416, ../sass/mixins/_theme.scss */
.rtl .panelbutton {
  left: -30px;
  right: auto;
}
/* line 318, ../sass/mixins/_theme.scss */
.rtl .panelbutton {
  border-right: none;
  border-left: inherit;
}
/* line 115, ../sass/paneltool.scss */
.panelbutton .fa {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/* line 120, ../sass/paneltool.scss */
.editortool .panelbutton {
  top: 290px;
}

/* line 124, ../sass/paneltool.scss */
#leo-paneltool.panel-open .panel-inner {
  right: 0;
}
/* line 416, ../sass/mixins/_theme.scss */
.rtl #leo-paneltool.panel-open .panel-inner {
  left: 0;
  right: auto;
}

/* line 128, ../sass/paneltool.scss */
#leo-paneltool h4 {
  color: black;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

/* line 137, ../sass/paneltool.scss */
#leo-paneltool .accordion-group {
  margin-bottom: 5px;
}

/* line 141, ../sass/paneltool.scss */
#leo-paneltool .panel-body {
  max-height: 500px;
  overflow-y: auto;
}
/* line 145, ../sass/paneltool.scss */
#leo-paneltool .block-panelcontent {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 620px;
}

/* line 152, ../sass/paneltool.scss */
#leo-paneltool form .group-input {
  margin-bottom: 10px;
}

/* line 156, ../sass/paneltool.scss */
#leo-paneltool select {
  padding: 5px;
}

/* line 160, ../sass/paneltool.scss */
.box-patterns div {
  display: block;
  width: 38px;
  height: 38px;
  float: left;
  cursor: hand;
  cursor: pointer;
  border: solid 1px #f3f3f3;
  margin: 6px;
  border: 1px solid #ccc;
}
/* line 307, ../sass/mixins/_theme.scss */
.rtl .box-patterns div {
  float: right;
}

/* line 172, ../sass/paneltool.scss */
.box-patterns div.active {
  border: solid 1px red;
}

/* line 177, ../sass/paneltool.scss */
#leo-paneltool .nav-tabs > li:before,
#leo-paneltool .nav-tabs > li:after {
  display: none;
}

/* line 181, ../sass/paneltool.scss */
#customize-form {
  position: relative;
}

/* line 185, ../sass/paneltool.scss */
.rtl #main-preview {
  right: 0;
  left: auto;
}

/* line 189, ../sass/paneltool.scss */
.rtl #main-preview {
  left: 0;
  right: auto;
}

/* line 193, ../sass/paneltool.scss */
.rtl #main-preview {
  margin-right: 300px;
  margin-left: inherit;
}

/* line 198, ../sass/paneltool.scss */
.main-preview #leo-paneltool {
  display: none;
}

/* line 202, ../sass/paneltool.scss */
.colorpicker {
  z-index: 99999;
}

/* line 206, ../sass/paneltool.scss */
.rtl #leo-paneltool {
  right: -320px;
  left: auto;
}

/* line 211, ../sass/paneltool.scss */
#leo-paneltool .wrapper {
  padding: 12px;
}

/* line 215, ../sass/paneltool.scss */
#customize-body input[type="text"], #customize-body select {
  border: 1px solid #E2E2E2;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  font-size: 11px;
  margin: 0 5px 0 0;
  padding: 2px 3px;
  width: 65px;
  height: auto;
  display: inline-block;
}

/* line 227, ../sass/paneltool.scss */
#customize-body select {
  color: #888;
}

/* line 231, ../sass/paneltool.scss */
#customize-body .accordion-group label {
  color: #888;
  font-size: 11px;
  font-weight: normal;
}

/* line 237, ../sass/paneltool.scss */
#customize-body .panel-heading {
  padding: 5px 6px;
  font-weight: bold;
  font-size: 11px;
}

/* line 243, ../sass/paneltool.scss */
#customize-body .accordion-group .input-group .input-group-addon {
  padding: 0;
  background: transparent;
  border: 0;
  float: right;
  margin-top: 2px;
  width: 20px;
}
/* line 307, ../sass/mixins/_theme.scss */
.rtl #customize-body .accordion-group .input-group .input-group-addon {
  float: left;
}

/* line 251, ../sass/paneltool.scss */
.rtl #customize-body .accordion-group .input-group .input-group-addon {
  float: left;
}

/* line 255, ../sass/paneltool.scss */
#customize-body .panel-heading a {
  display: block;
}

/* line 259, ../sass/paneltool.scss */
.form-group {
  margin-right: 6px;
}
/* line 318, ../sass/mixins/_theme.scss */
.rtl .form-group {
  margin-left: 6px;
  margin-right: inherit;
}

/* line 262, ../sass/paneltool.scss */
.rtl .form-group {
  margin-left: 6px;
  margin-right: inherit;
}

/* line 267, ../sass/paneltool.scss */
.accordion-group label, .form-group label {
  display: block;
}

/* line 271, ../sass/paneltool.scss */
.accordion-group label {
  min-width: 100px;
}

/* line 275, ../sass/paneltool.scss */
#leo-paneltool .btn {
  padding: 4px 12px;
  font-size: 11px;
  font-weight: bold;
}

/* line 281, ../sass/paneltool.scss */
#leo-paneltool .btn-show {
  position: absolute;
  top: 39px;
  padding: 6px 18px;
  background: #CCC;
  right: 11px;
  z-index: 99;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  cursor: hand;
  cursor: pointer;
}
/* line 416, ../sass/mixins/_theme.scss */
.rtl #leo-paneltool .btn-show {
  left: 11px;
  right: auto;
}

/* line 294, ../sass/paneltool.scss */
#customize-body .nav-tabs a {
  font-weight: bold;
  font-size: 11px;
  padding: 6px 12px;
  margin-right: 0;
}
/* line 318, ../sass/mixins/_theme.scss */
.rtl #customize-body .nav-tabs a {
  margin-left: 0;
  margin-right: inherit;
}

/* line 301, ../sass/paneltool.scss */
#customize-body .nav-tabs .active a {
  border-top: none;
  border-right: none;
  border-left: none;
  color: white;
  background: #fe6658;
}

/* line 309, ../sass/paneltool.scss */
.accordion-heading .accordion-toggle {
  font-size: 11px;
}

/* line 313, ../sass/paneltool.scss */
#customize-body .form-group {
  margin-bottom: 10px;
  margin-right: 0;
}

/* line 317, ../sass/paneltool.scss */
.rtl #customize-body .form-group {
  margin-left: 0;
  margin-right: inherit;
}

/* line 322, ../sass/paneltool.scss */
#customize-body .accordion-inner .form-group .input-group {
  display: inline-block;
  width: 92px;
  float: left;
}

/* line 328, ../sass/paneltool.scss */
.rtl #customize-body .accordion-inner .form-group .input-group {
  float: right;
}

/* line 332, ../sass/paneltool.scss */
.clear-bg {
  padding: 3px 6px;
  margin-left: 5px;
}

/* line 337, ../sass/paneltool.scss */
.bi-wrapper > div {
  float: left;
  width: 25px;
  height: 25px;
  margin: 3px 4px;
  border: solid 1px #999;
  cursor: hand;
  cursor: pointer;
}

/* line 347, ../sass/paneltool.scss */
.rtl .bi-wrapper > div {
  float: right;
}

/* line 351, ../sass/paneltool.scss */
.bi-wrapper > div.active {
  border-color: red;
}

/* line 355, ../sass/paneltool.scss */
.editortool .label-customize {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  height: 74px;
  padding: 0;
  position: absolute;
  right: -155px;
  top: 250px;
  width: 115px;
  display: none;
}

/* line 370, ../sass/paneltool.scss */
.rtl .editortool .label-customize {
  left: -155px;
  right: auto;
}

/* line 374, ../sass/paneltool.scss */
.editortool .label-customize:hover {
  background-position: 0 -111px;
}

/* line 377, ../sass/paneltool.scss */
.paneltool.active .label-customize {
  display: none;
}

/* line 383, ../sass/paneltool.scss */
.group-header a,
.group-profile a {
  display: block;
  position: relative;
  width: 50%;
  font-size: 13px;
  float: left;
  padding: 5px 0 5px 15px;
}
/* line 307, ../sass/mixins/_theme.scss */
.rtl .group-header a, .rtl
.group-profile a {
  float: right;
}
/* line 331, ../sass/mixins/_theme.scss */
.rtl .group-header a, .rtl
.group-profile a {
  padding: 5px 15px 5px 0;
}
/* line 390, ../sass/paneltool.scss */
.group-header a:before,
.group-profile a:before {
  content: "+";
  position: absolute;
  top: 5px;
  left: 0;
}
/* line 409, ../sass/mixins/_theme.scss */
.rtl .group-header a:before, .rtl
.group-profile a:before {
  right: 0;
  left: auto;
}
/* line 396, ../sass/paneltool.scss */
.group-header a.active,
.group-profile a.active {
  color: #fe6658;
}

/* line 402, ../sass/paneltool.scss */
.leo-dynamic-theme-skin {
  width: 40px;
  height: 40px;
  margin: 10px 7px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  float: left;
}
/* line 307, ../sass/mixins/_theme.scss */
.rtl .leo-dynamic-theme-skin {
  float: right;
}
/* line 413, ../sass/paneltool.scss */
.leo-dynamic-theme-skin:before {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  width: 100%;
  left: 0;
  color: #fff;
  font-size: 16px;
  display: none;
}
/* line 426, ../sass/paneltool.scss */
.leo-dynamic-theme-skin.current-theme-skin:before {
  display: inline-block;
}
/* line 430, ../sass/paneltool.scss */
.leo-dynamic-theme-skin label {
  cursor: pointer;
  background-color: #fe6658;
  text-indent: -99999px;
  display: block;
  width: 100%;
  height: 100%;
  /*&.Skin3{
    background-color: #8cc43f;
  }
  &.Skin4{
    background-color: #02a89e;
  }
  &.Skin5{
    background-color: #ff8106;
  }
  &.Skin6{
    background-color: #da8664;
  }
  &.Skin7{
    background-color: #fee316;
  }
  &.Skin8{
    background-color: #c7aa64;
  }
  &.Skin9{
    background-color: #0967e5;
  }*/
}
/* line 436, ../sass/paneltool.scss */
.leo-dynamic-theme-skin label.Skin1 {
  background-color: #f1ba27;
}
/* line 439, ../sass/paneltool.scss */
.leo-dynamic-theme-skin label.Skin2 {
  background-color: #ba8670;
}

/* line 467, ../sass/paneltool.scss */
.btn_enable_fheader {
  background-color: #25292C;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}

/* line 476, ../sass/paneltool.scss */
.enable_fheader {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: #504C4C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* line 485, ../sass/paneltool.scss */
.enable_fheader i {
  position: relative;
  z-index: 9;
}
/* line 489, ../sass/paneltool.scss */
.enable_fheader:first-child {
  float: left;
  margin-left: -3px;
}
/* line 493, ../sass/paneltool.scss */
.enable_fheader:last-child {
  float: right;
  margin-right: -3px;
}
/* line 498, ../sass/paneltool.scss */
.enable_fheader.btn_no:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  left: -3px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #fe6658;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
/* line 512, ../sass/paneltool.scss */
.enable_fheader.btn_yes:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  right: -3px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #fe6658;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
/* line 527, ../sass/paneltool.scss */
.enable_fheader.current.btn_no:before {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  left: 64px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* line 535, ../sass/paneltool.scss */
.enable_fheader.current.btn_yes:after {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  right: 64px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
