/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* PANELTOOL */
/**********************************/
.fancybox-skin .leo-paneltool {
  display: none; }

.paneltool {
  position: fixed;
  top: 5px;
  width: 235px;
  z-index: 99999;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  right: -235px; }
  .rtl .paneltool {
    left: -235px;
    right: auto; }
  .paneltool .leo-dynamic-update-side {
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid;
    padding: 5px;
    font-size: 11px; }
    .paneltool .leo-dynamic-update-side.current-sidebar {
      color: #eb7025; }
  .paneltool.themetool {
    top: 70px; }
    .paneltool.themetool.active {
      z-index: 999999;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    .paneltool.themetool .panelbutton {
      width: 40px;
      height: 40px;
      left: -40px; }
      .rtl .paneltool.themetool .panelbutton {
        right: -40px;
        left: auto; }
    .paneltool.themetool .panelcontent {
      min-height: 130px;
      height: 100%;
      overflow-y: auto; }
    .paneltool.themetool .group-input {
      margin-bottom: 20px; }
      .paneltool.themetool .group-input.layout .leo-dynamic-update-layout {
        display: block;
        float: left;
        width: 100%;
        padding: 10px 0 10px 10px;
        position: relative;
        font-size: 14px; }
        .paneltool.themetool .group-input.layout .leo-dynamic-update-layout:before {
          content: "+"; }
        .paneltool.themetool .group-input.layout .leo-dynamic-update-layout[data-layout-mod="layout-boxed-md"] {
          display: none; }
      .paneltool.themetool .group-input span {
        cursor: pointer; }
    .paneltool.themetool .panelinner .group-input:last-child {
      margin-bottom: 0px; }
    .paneltool.themetool label {
      font-size: 13px;
      text-transform: uppercase;
      text-align: left; }
      .rtl .paneltool.themetool label {
        text-align: right; }
      .paneltool.themetool label span {
        margin-right: 10px;
        vertical-align: middle; }
        .rtl .paneltool.themetool label span {
          margin-left: 10px;
          margin-right: inherit; }
    .paneltool.themetool .leo-dynamic-update-header {
      display: block;
      padding: 10px;
      font-size: 11px;
      text-transform: uppercase; }
      .paneltool.themetool .leo-dynamic-update-header.current-header {
        color: #eb7025; }
  .paneltool.active {
    right: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    .rtl .paneltool.active {
      left: 0;
      right: auto; }
    .paneltool.active .panelbutton {
      background: rgba(0, 0, 0, 0.75); }
  .paneltool .panelcontent {
    background: #fff;
    width: 235px;
    min-height: 340px; }
    .paneltool .panelcontent > div {
      padding: 15px; }
  .paneltool.editortool .panelbutton {
    top: 290px; }
  .paneltool.multiproductdetailtool.active {
    z-index: 999999; }
  .paneltool.multiproductdetailtool .panelbutton {
    top: 170px; }
  .paneltool.multiproductdetailtool .panelcontent {
    min-height: 130px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
  .paneltool.multiproductdetailtool .group-input {
    margin-bottom: 20px; }
    .paneltool.multiproductdetailtool .group-input.layout .product-detail-demo {
      display: block;
      float: left;
      width: 100%;
      position: relative;
      font-size: 14px;
      color: #666666;
      position: relative;
      padding: 5px 0 5px 15px; }
      .rtl .paneltool.multiproductdetailtool .group-input.layout .product-detail-demo {
        padding: 5px 15px 5px 0; }
      .paneltool.multiproductdetailtool .group-input.layout .product-detail-demo:before {
        content: "\f067";
        font-family: "FontAwesome";
        font-size: 9px;
        position: absolute;
        top: 10px;
        left: 0; }
        .rtl .paneltool.multiproductdetailtool .group-input.layout .product-detail-demo:before {
          right: 0;
          left: auto; }
      .paneltool.multiproductdetailtool .group-input.layout .product-detail-demo.active {
        color: #eb7025; }
      .paneltool.multiproductdetailtool .group-input.layout .product-detail-demo:hover {
        color: #eb7025; }
    .paneltool.multiproductdetailtool .group-input span {
      cursor: pointer; }
  .paneltool.multiproductdetailtool label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.4;
    text-align: left; }
    .rtl .paneltool.multiproductdetailtool label {
      text-align: right; }
    .paneltool.multiproductdetailtool label span {
      vertical-align: middle;
      margin-right: 10px; }
      .rtl .paneltool.multiproductdetailtool label span {
        margin-left: 10px;
        margin-right: inherit; }

.panelbutton {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 165px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  left: -40px;
  border-left: none;
  width: 40px;
  height: 40px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .rtl .panelbutton {
    right: -40px;
    left: auto; }
  .rtl .panelbutton {
    border-right: none;
    border-left: inherit; }
  .panelbutton.label-customize {
    display: none; }

#leo-paneltool {
  background: #F5F5F5;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 9999;
  left: -320px;
  -moz-box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;
  -o-box-shadow: 0 1px 3px #999;
  -ms-box-shadow: 0 1px 3px #999;
  box-shadow: 0 1px 3px #999;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: left, right, top, bottom, width, margin;
  -moz-transition-property: left, right, top, bottom, width, margin;
  transition-property: left, right, top, bottom, width, margin;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .rtl #leo-paneltool {
    right: -320px;
    left: auto; }
  .rtl #leo-paneltool {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: inherit; }
  #leo-paneltool h4 {
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 16px; }
  #leo-paneltool .accordion-group {
    margin-bottom: 5px; }
  #leo-paneltool .panel-body {
    max-height: 500px;
    overflow-y: auto; }
  #leo-paneltool .block-panelcontent {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 600px; }
  #leo-paneltool form .group-input {
    margin-bottom: 10px; }
  #leo-paneltool select {
    padding: 5px; }
  #leo-paneltool .nav-tabs > li:after, #leo-paneltool .nav-tabs > li:before {
    display: none; }

/* Select Skin */
.leo-dynamic-theme-skin {
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background-color: #eb7025;
  display: block;
  margin: 10px 7px 10px 0;
  border-radius: 50%;
  float: left; }
  .rtl .leo-dynamic-theme-skin {
    margin: 10px 0 10px 7px; }
  .rtl .leo-dynamic-theme-skin {
    float: right; }
  .leo-dynamic-theme-skin:before {
    position: absolute;
    content: "\f00c";
    font-family: "FontAwesome";
    width: 100%;
    left: 0;
    color: #FFFFFF;
    font-size: 16px;
    display: none;
    border-radius: 50%; }
  .leo-dynamic-theme-skin label {
    display: none; }
  .leo-dynamic-theme-skin.skin-default:before {
    background-color: #eb7025; }
  .leo-dynamic-theme-skin[data-theme-skin-id="color-1"] {
    background: #0fb8f0; }
  .leo-dynamic-theme-skin[data-theme-skin-id="color-2"] {
    background: #e6c00d; }
  .leo-dynamic-theme-skin[data-theme-skin-id="color-3"] {
    background: #a3de83; }
  .leo-dynamic-theme-skin[data-theme-skin-id="color-4"] {
    background: #2eb872; }
  .leo-dynamic-theme-skin[data-theme-skin-id="color-5"] {
    background: #c5a17f; }
  .leo-dynamic-theme-skin[data-theme-skin-id="color-6"] {
    background: #0000ff; }
  .leo-dynamic-theme-skin[data-theme-skin-id="color-7"] {
    background: #e6e6fa; }
  .leo-dynamic-theme-skin.current-theme-skin:before {
    display: inline-block; }

/* Select Layout*/
.leo-dynamic-update-layout:hover {
  color: #eb7025; }
.leo-dynamic-update-layout.current-layout-mod {
  color: #eb7025; }

/* Enable Float Header */
.btn_enable_fheader {
  background-color: #25292C;
  margin-top: 10px;
  margin-left: 10px;
  width: 100px;
  height: 36px;
  position: relative;
  border-radius: 18px; }

.enable_fheader {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  background-color: #504C4C;
  margin-top: 3px;
  border-radius: 50%; }
  .enable_fheader span {
    position: relative;
    z-index: 9; }
  .enable_fheader:first-child {
    float: left;
    margin-left: 3px; }
  .enable_fheader:last-child {
    float: right;
    margin-right: 3px; }
  .enable_fheader.btn_no:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 3px;
    left: 4px;
    border-radius: 18px;
    background-color: #eb7025;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
  .enable_fheader.btn_yes:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 3px;
    right: 4px;
    border-radius: 18px;
    background-color: #eb7025;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
  .enable_fheader.current.btn_no:before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    left: 67px;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s; }
  .enable_fheader.current.btn_yes:after {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    right: 67px;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s; }

/* Box Patterns */
.box-patterns div {
  display: block;
  width: 38px;
  height: 38px;
  float: left;
  cursor: pointer;
  margin: 6px;
  border: 1px solid #ccc; }
  .rtl .box-patterns div {
    float: right; }
  .box-patterns div.active {
    border-color: red; }

.colorpicker {
  z-index: 99999; }

/* Customize body */
#customize-body input[type="text"], #customize-body select {
  border: 1px solid #E2E2E2;
  color: #FFFFFF;
  font-size: 11px;
  margin: 0 5px 0 0;
  padding: 2px 3px;
  width: 65px;
  height: auto;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
#customize-body select {
  color: #666666; }
#customize-body .accordion-group label {
  color: #666666;
  font-size: 11px;
  font-weight: normal; }
  #customize-body .accordion-group label.subtitle {
    font-weight: 600;
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 4px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase; }
#customize-body .accordion-group .input-group .input-group-addon {
  padding: 0;
  background: transparent;
  border: none;
  float: right;
  margin-top: 2px;
  width: 20px; }
  .rtl #customize-body .accordion-group .input-group .input-group-addon {
    float: left; }
#customize-body .panel-heading {
  padding: 5px 6px;
  font-size: 11px; }
  #customize-body .panel-heading a {
    display: block; }
#customize-body .nav-tabs a {
  border: none;
  font-size: 12px;
  padding: 6px 12px;
  color: #000000; }
  #customize-body .nav-tabs a.active {
    color: #FFFFFF; }
#customize-body .form-group {
  margin-bottom: 10px; }
#customize-body .accordion-inner .form-group .input-group {
  display: inline-block;
  width: 92px;
  float: left; }
  .rtl #customize-body .accordion-inner .form-group .input-group {
    float: right; }

/* wrapper */
.bi-wrapper > div {
  float: left;
  width: 25px;
  height: 25px;
  margin: 3px 4px;
  border: solid 1px #999;
  cursor: pointer; }
  .rtl .bi-wrapper > div {
    float: right; }
  .bi-wrapper > div.active {
    border-color: red; }

/* Accordion */
.paneltool .accordion-group label,
.paneltool .form-group label {
  display: block;
  text-align: left; }
  .rtl .paneltool .accordion-group label, .rtl
  .paneltool .form-group label {
    text-align: right; }

.accordion-group label {
  min-width: 100px; }

.clear-bg {
  padding: 3px 6px;
  font-size: 12px;
  color: #FFFFFF;
  margin-left: 5px; }
  .rtl .clear-bg {
    margin-right: 5px;
    margin-left: inherit; }
  .clear-bg:hover {
    background: #eb7025; }

/* Home page version */
.group-input a.apconfig {
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  color: #666666; }
  .group-input a.apconfig:before {
    content: "\f067";
    font-family: "FontAwesome";
    padding-right: 5px;
    font-size: 10px; }
    .rtl .group-input a.apconfig:before {
      padding-left: 5px;
      padding-right: inherit; }
  .group-input a.apconfig.active {
    color: #eb7025; }

.group-input a.apconfig {
  width: 100%; }

/*# sourceMappingURL=paneltool.css.map */
