/***************************************************
  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 
 */
/* $image-appagebuilder-path:                  "../../../../../img/modules/appagebuilder/img/" !default;
$image-leofeature-path:                     "../../../../../img/modules/leofeature/img/" !default;
$image-quicklogin-path:                     "../../../../../img/modules/leoquicklogin/img/" !default;
$image-slideshow-typo-path:                 "../../../../../img/modules/leoslideshow/img/typo/" !default;
$image-slideshow-iview-path:                "../../../../../../../img/modules/leoslideshow/img/iView/" !default; */
/***********************************************************************/
/* PANELTOOL */
/**********************************/
.fancybox-skin .leo-paneltool {
  display: none; }

.paneltool {
  position: fixed;
  top: 0.3125rem;
  width: 17.5rem;
  z-index: 99999;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  right: -17.5rem; }
  .rtl .paneltool {
    left: -17.5rem;
    right: auto; }
  .paneltool .leo-dynamic-update-side {
    text-transform: uppercase;
    display: inline-block;
    margin-top: 0.625rem;
    border: 1px solid;
    padding: 0.3125rem;
    font-size: 0.6875rem; }
    .paneltool .leo-dynamic-update-side.current-sidebar {
      color: #e13737; }
  .paneltool.themetool {
    top: 4.375rem; }
    .paneltool.themetool.active {
      z-index: 999999; }
    .paneltool.themetool .panelcontent {
      min-height: 8.125rem;
      height: 100%;
      overflow-y: auto; }
    .paneltool.themetool .group-input {
      margin-bottom: 1.25rem; }
      .paneltool.themetool .group-input.layout .leo-dynamic-update-layout {
        display: block;
        float: left;
        width: 100%;
        padding: 0.625rem 0 0.625rem 0.625rem;
        position: relative;
        font-size: 0.875rem; }
        .paneltool.themetool .group-input.layout .leo-dynamic-update-layout:before {
          content: "+"; }
      .paneltool.themetool .group-input span {
        cursor: pointer; }
    .paneltool.themetool .panelinner .group-input:last-child {
      margin-bottom: 0px; }
    .paneltool.themetool label {
      font-size: 0.875rem;
      text-transform: uppercase;
      font-weight: bold;
      text-align: left; }
      .rtl .paneltool.themetool label {
        text-align: right; }
      .paneltool.themetool label span {
        margin-right: 0.625rem;
        vertical-align: middle; }
        .rtl .paneltool.themetool label span {
          margin-left: 0.625rem;
          margin-right: inherit; }
    .paneltool.themetool .leo-dynamic-update-header {
      display: block;
      padding: 0.625rem;
      font-size: 0.6875rem;
      text-transform: uppercase; }
      .paneltool.themetool .leo-dynamic-update-header.current-header {
        color: #e13737; }
  .paneltool.active {
    right: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 100002; }
    .rtl .paneltool.active {
      left: 0;
      right: auto; }
    .paneltool.active .panelbutton {
      color: #FFFFFF; }
  .paneltool .panelcontent {
    background: #f2f2f2;
    width: 17.5rem;
    min-height: 21.25rem; }
    .paneltool .panelcontent > div {
      padding: 1.25rem; }
  .paneltool.editortool .panelbutton {
    top: 290px; }
  .paneltool.multiproductdetailtool {
    top: 0;
    margin: auto;
    width: 400px;
    height: 100%;
    background: #FFFFFF;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    right: -400px; }
    .rtl .paneltool.multiproductdetailtool {
      border-width: 1px 1px 1px 0px; }
    .rtl .paneltool.multiproductdetailtool {
      left: -400px;
      right: auto; }
    .paneltool.multiproductdetailtool.active {
      z-index: 999999;
      right: 0;
      -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
      -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); }
      .rtl .paneltool.multiproductdetailtool.active {
        left: 0;
        right: auto; }
    .paneltool.multiproductdetailtool .panelbutton {
      top: 170px; }
      .paneltool.multiproductdetailtool .panelbutton:before {
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        top: -25px;
        z-index: 9;
        margin: auto;
        background: url("../../../../assets/img/modules/appagebuilder/img/label-new.png") no-repeat;
        background-size: 100%;
        right: auto;
        left: -25px;
        -webkit-animation: heartbeat 1s infinite;
        -moz-animation: heartbeat 1s infinite;
        animation: heartbeat 1s infinite; }
        .rtl .paneltool.multiproductdetailtool .panelbutton:before {
          right: -25px;
          left: auto; }
    .paneltool.multiproductdetailtool .panelcontent {
      width: 400px;
      min-height: 130px;
      height: 100%;
      border: none;
      padding: 1.875rem 0;
      background: #272727; }
      .paneltool.multiproductdetailtool .panelcontent > div {
        height: 100%;
        overflow-y: auto;
        padding: 0 0.9375rem;
        margin-right: 0.9375rem; }
        .rtl .paneltool.multiproductdetailtool .panelcontent > div {
          margin-left: 0.9375rem;
          margin-right: inherit; }
      .paneltool.multiproductdetailtool .panelcontent .label {
        position: absolute;
        top: 0;
        z-index: 9;
        margin: 0;
        padding: 1.25rem 0.9375rem;
        font-size: 1rem;
        color: #FFFFFF;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1.4;
        text-align: left; }
        .rtl .paneltool.multiproductdetailtool .panelcontent .label {
          text-align: right; }
    .paneltool.multiproductdetailtool .group-input {
      margin-bottom: 1.25rem; }
      .paneltool.multiproductdetailtool .group-input.layout .product-detail-demo {
        display: block;
        float: left;
        width: 100%;
        position: relative;
        font-size: 14px;
        color: #333333;
        border: 1px solid #e6e6e6;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        .paneltool.multiproductdetailtool .group-input.layout .product-detail-demo:before {
          content: "";
          background: rgba(0, 0, 0, 0.3);
          position: absolute;
          z-index: 9;
          width: 100%;
          height: 100%;
          top: 0;
          visibility: hidden;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 0.5s ease 0s;
          -moz-transition: all 0.5s ease 0s;
          -ms-transition: all 0.5s ease 0s;
          -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0); }
        .paneltool.multiproductdetailtool .group-input.layout .product-detail-demo .detail_view {
          position: absolute;
          z-index: 88;
          left: 50%;
          bottom: 50%;
          right: auto;
          top: auto;
          color: #FFFFFF;
          visibility: hidden;
          -webkit-transform: translate(-50%, 50%);
          -moz-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
          -o-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 0.5s ease 0s;
          -moz-transition: all 0.5s ease 0s;
          -ms-transition: all 0.5s ease 0s;
          -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
          .paneltool.multiproductdetailtool .group-input.layout .product-detail-demo .detail_view .fa {
            font-size: 50px; }
        .paneltool.multiproductdetailtool .group-input.layout .product-detail-demo.active {
          color: #e13737; }
        .paneltool.multiproductdetailtool .group-input.layout .product-detail-demo:hover {
          color: #e13737; }
      .paneltool.multiproductdetailtool .group-input.layout .box-detail {
        display: inline-block;
        width: 100%;
        background: #FFFFFF;
        padding: 0 0.625rem; }
      .paneltool.multiproductdetailtool .group-input.layout .layout-detail {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 0.9375rem 0; }
        .paneltool.multiproductdetailtool .group-input.layout .layout-detail:hover .product-detail-demo:before {
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
        .paneltool.multiproductdetailtool .group-input.layout .layout-detail:hover .detail_view {
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: translate(-50%, 50%);
          -moz-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
          -o-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%); }
      .paneltool.multiproductdetailtool .group-input.layout .detail_title {
        text-transform: uppercase;
        font-weight: 700;
        background: #e13737;
        color: #FFFFFF;
        text-align: center;
        padding: 0.3125rem;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 55;
        margin-bottom: -2px;
        border-radius: 5px 5px 0 0; }
      .paneltool.multiproductdetailtool .group-input span {
        cursor: pointer; }
    .paneltool.multiproductdetailtool label {
      font-size: 0.875rem;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 1.4;
      color: #FFFFFF;
      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.6);
  position: absolute;
  top: 10.31rem;
  cursor: pointer;
  line-height: 2.5rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.125rem;
  left: -2.5rem;
  border-left: none;
  width: 2.5rem;
  height: 2.5rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .rtl .panelbutton {
    right: -2.5rem;
    left: auto; }
  .rtl .panelbutton {
    border-right: none;
    border-left: inherit; }
  .panelbutton.label-customize {
    display: none; }

#leo-paneltool {
  background: #F5F5F5;
  width: 18.75rem;
  height: 100%;
  top: 0;
  z-index: 9999;
  left: -20rem;
  -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: -20rem;
    left: auto; }
  .rtl #leo-paneltool {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: inherit; }
  #leo-paneltool h4 {
    margin-bottom: 1.25rem;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold; }
  #leo-paneltool .accordion-group {
    margin-bottom: 0.3125rem; }
  #leo-paneltool .panel-body {
    max-height: 31.25rem;
    overflow-y: auto; }
  #leo-paneltool .block-panelcontent {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 37.5rem; }
  #leo-paneltool form .group-input {
    margin-bottom: 0.625rem; }
  #leo-paneltool select {
    padding: 0.3125rem; }
  #leo-paneltool .nav-tabs > li:after, #leo-paneltool .nav-tabs > li:before {
    display: none; }

/* Select Skin */
.leo-dynamic-theme-skin {
  line-height: 2.5rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #e13737;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.625rem 0.4375rem 0.625rem 0;
  border-radius: 50%;
  float: left; }
  .rtl .leo-dynamic-theme-skin {
    margin: 0.625rem 0 0.625rem 0.4375rem; }
  .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: 1rem;
    display: none;
    border-radius: 50%; }
  .leo-dynamic-theme-skin label {
    display: none; }
  .leo-dynamic-theme-skin.skin-default:before {
    background-color: #e13737; }
  .leo-dynamic-theme-skin[data-theme-skin-id="skin1"] {
    background-color: #e5c4b3; }
  .leo-dynamic-theme-skin[data-theme-skin-id="skin2"] {
    background-color: #bb28d8; }
  .leo-dynamic-theme-skin[data-theme-skin-id="skin3"] {
    background-color: #98cec2; }
  .leo-dynamic-theme-skin[data-theme-skin-id="skin4"] {
    background-color: #005bac; }
  .leo-dynamic-theme-skin[data-theme-skin-id="skin5"] {
    background-color: #2ced89; }
  .leo-dynamic-theme-skin[data-theme-skin-id="skin6"] {
    background-color: #ffc121; }
  .leo-dynamic-theme-skin[data-theme-skin-id="skin7"] {
    background-color: #639ece; }
  .leo-dynamic-theme-skin.current-theme-skin:before {
    display: inline-block; }

/* Select Layout*/
.leo-dynamic-update-layout:hover {
  color: #e13737; }
.leo-dynamic-update-layout.current-layout-mod {
  color: #e13737; }

/* Enable Float Header */
.btn_enable_fheader {
  background-color: #25292C;
  margin-top: 0.625rem;
  margin-left: 0.625rem;
  position: relative;
  width: 6.25rem;
  height: 2.25rem;
  border-radius: 18px; }

.enable_fheader {
  display: inline-block;
  line-height: 1.875rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #504C4C;
  margin-top: 0.1875rem;
  overflow: hidden;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem; }
  .enable_fheader span {
    position: relative;
    z-index: 9;
    font-size: 0.6875rem; }
  .enable_fheader:first-child {
    float: left;
    margin-left: 0.1875rem; }
  .enable_fheader:last-child {
    float: right;
    margin-right: 0.1875rem; }
  .enable_fheader.btn_no:before {
    content: "";
    position: absolute;
    top: 0.1875rem;
    left: 0.25rem;
    background-color: #e13737;
    visibility: hidden;
    border-radius: 18px;
    width: 1.875rem;
    height: 1.875rem;
    opacity: 0;
    filter: alpha(opacity=0); }
  .enable_fheader.btn_yes:after {
    content: "";
    position: absolute;
    top: 0.1875rem;
    right: 0.25rem;
    background-color: #e13737;
    visibility: hidden;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 18px;
    opacity: 0;
    filter: alpha(opacity=0); }
  .enable_fheader.current.btn_no:before {
    visibility: visible;
    left: 4.188rem;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-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 {
    visibility: visible;
    right: 4.188rem;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-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;
  cursor: pointer;
  margin: 0.375rem;
  border: 1px solid #ccc;
  width: 2.375rem;
  height: 2.375rem;
  float: left; }
  .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: 0.6875rem;
  margin: 0 0.3125rem 0 0;
  padding: 2px 3px;
  width: 4.063rem;
  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: #333333; }
#customize-body .accordion-group label {
  color: #333333;
  font-size: 0.6875rem;
  font-weight: normal; }
  #customize-body .accordion-group label.subtitle {
    font-weight: bold;
    font-size: 0.75rem;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.25rem;
    margin-top: 0.625rem;
    display: inline-block;
    width: 100%;
    text-transform: uppercase; }
#customize-body .accordion-group .input-group .input-group-addon {
  padding: 0;
  background: transparent;
  border: none;
  margin-top: 2px;
  width: 1.25rem;
  float: right; }
  .rtl #customize-body .accordion-group .input-group .input-group-addon {
    float: left; }
#customize-body .panel-heading {
  padding: 0.3125rem 0.375rem;
  font-weight: bold;
  font-size: 0.6875rem; }
  #customize-body .panel-heading a {
    display: block; }
    #customize-body .panel-heading a:focus, #customize-body .panel-heading a:hover {
      outline-offset: inherit; }
#customize-body .nav-tabs > li:nth-child(2) {
  border: 1px solid #ddd; }
#customize-body .nav-tabs a {
  border: none;
  font-weight: bold;
  font-size: 0.6875rem;
  padding: 0.375rem 0.75rem;
  color: #000000; }
  #customize-body .nav-tabs a.active {
    color: #FFFFFF; }
#customize-body .form-group {
  margin-bottom: 0.625rem; }
#customize-body .accordion-inner .form-group .input-group {
  display: inline-block;
  width: 5.75rem;
  float: left; }
  .rtl #customize-body .accordion-inner .form-group .input-group {
    float: right; }

/* wrapper */
.bi-wrapper > div {
  float: left;
  width: 1.563rem;
  height: 1.563rem;
  margin: 0.1875rem 0.25rem;
  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: 6.25rem; }

.clear-bg {
  padding: 3px 6px;
  font-size: 0.75rem;
  color: #FFFFFF;
  margin-left: 0.3125rem; }
  .rtl .clear-bg {
    margin-right: 0.3125rem;
    margin-left: inherit; }
  .clear-bg:hover {
    background: #e13737; }

/* Home page version */
.group-input a.apconfig {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 25px;
  color: #666666; }
  .group-input a.apconfig:before {
    content: "\f067";
    font-family: "FontAwesome";
    padding-right: 0.3125rem;
    font-size: 0.625rem; }
    .rtl .group-input a.apconfig:before {
      padding-left: 0.3125rem;
      padding-right: inherit; }
  .group-input a.apconfig.active {
    color: #e13737; }

.group-input a.apconfig {
  width: 50%;
  float: left; }
  .rtl .group-input a.apconfig {
    float: right; }
  .group-input a.apconfig.apconfig-header[data-id="13"] {
    display: none; }

/*# sourceMappingURL=paneltool.css.map */
