/*
Author     : Nilanjan

*/

:root {
    --orange:   246, 60, 22;
    --violet:   167, 58, 202;
    --blue:     76, 46, 189;
}

html, body { height: 100%;}
body { color:#6b6b6b; font-size: 13px; }
#wrapper { min-height: 100%; position: relative;}
#content {padding-bottom:100px;}
h1 {font-size:30px; }
nav.navbar, div.left-side, h1 {text-transform: uppercase; }
input.form-control, textarea.form-control {border:1px solid #dadada; border-radius: 0; box-shadow:none;}
.login-container{    position: relative;    width: 300px;    margin: 80px auto;    padding: 20px 40px 40px;    text-align: center;    background: #fff;    border: 1px solid #ccc;box-shadow: 0 0 20px -12px #000;}
#output{    position: absolute;    width: 300px;    top: -75px;    left: 0;    color: #fff;}
#output.alert-success{    background: rgb(25, 204, 25);}
#output.alert-danger{    background: rgb(228, 105, 105);}
.login-container::before,.login-container::after{    content: "";    position: absolute;    width: 100%;height: 100%;    top: 3.5px;left: 0;    background: #fff;    z-index: -1;    -webkit-transform: rotateZ(4deg);    -moz-transform: rotateZ(4deg);    -ms-transform: rotateZ(4deg);    border: 1px solid #ccc;}
.login-container::after{    top: 5px;    z-index: -2;    -webkit-transform: rotateZ(-2deg);     -moz-transform: rotateZ(-2deg);      -ms-transform: rotateZ(-2deg);}
.avatar{    width: 100px;height: 100px;    margin: 10px auto 30px;    border-radius: 100%;    border: 2px solid #aaa;    background-size: cover;}
.form-box input{    width: 100%;    padding: 10px;    text-align: center;    height:40px;    border: 1px solid #ccc;    background: #fafafa;    transition:0.2s ease-in-out;}
.form-box input:focus{    outline: 0;    background: #eee;}
.form-box input[type="text"]{    border-radius: 5px 5px 0 0;    text-transform: lowercase;}
.form-box input[type="password"]{    border-radius: 0 0 5px 5px;    border-top: 0;}
.form-box button.login{    margin-top:15px;    padding: 10px 20px;}
.animated {  -webkit-animation-duration: 1s;  animation-duration: 1s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both;}
.theSliderDescrption {display:none;}
.more-info-purchase > tbody > tr > td, .more-info-purchase > tbody > tr > th, .more-info-purchase > tfoot > tr > td, .more-info-purchase > tfoot > tr > th, .more-info-purchase > thead > tr > td, .more-info-purchase > thead > tr > th {border-top: none; border-bottom: 1px solid #ddd;}
.cookie-law-themes { padding-top: 20px; padding-bottom: 20px; margin-left: 10px; margin-right: 10px;}
.cookie-law-themes a .theme {margin-bottom:10px;}
.cookie-law-themes a .ok {display:none; position: absolute; width:40px; top:0; left:0;}
.show-menu {display: none;}
#show-xs-nav { border: 1px solid #666;  padding: 5px; text-decoration: none; color: #666;  font-size: 13px; text-align: center; margin-top: 10px; border-radius: 5px;}
#nav-categories, #show-xs-nav .hidde-sp {display: none;}
.confirm-result {position:absolute; bottom:0; right:0;}
#calc-board {width:200px; margin:0 auto;}
#calc-board a {margin-bottom:5px; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3; background: #ffffff;  background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%);  background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); color:#333;}
.other-img {display: inline-block; position:relative;}
.other-img a {position:absolute; right:0; top:0; background-color: #fff; color:red;}
.selected-template {height: 50px; position: absolute; left:25px; top:10px;}
.header-img {float: left;height: 40px;margin-right: 10px;margin-top: -10px;}
.divLangs { padding:10px; margin-bottom: 10px;}
#new-style {border-radius: 0;}
#categorieEditor {position: absolute; display: none; width:230px;}
#categorieEditor input, #categorieEditor button {float: left;}
#categorieEditor input {width: 150px;}
#categorieEditor .yesSaveEdit {display: none;}
#categorieEditor button {width:39px;}
#categorieSubEdit {display: none; position: absolute;}
#categorieSubEdit button {width:200px;}
.locale-container {display: none;}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {  -webkit-animation-name: fadeInUp;  animation-name: fadeInUp;}
nav.navbar {z-index: 55;padding: .5em 0;/*padding: 1.5em 0;*/}
nav.navbar a { color:#fff;}
nav.navbar li a:hover, nav.navbar li a:focus, nav.navbar li a:active {background-color: transparent;}
.navbar-nav li a i {margin-right: 7px;}
nav.navbar ul.dropdown-menu li {margin-bottom: 3px;}
nav.navbar ul.dropdown-menu li a { color:#333;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {background-color: transparent;}
div.left-side { border-right:1px solid #e7e7e7; padding:0; bottom: 0;  display: block;left: 0; overflow: auto;position: absolute;    top: 65px;/*top: 90px;*/}
div.left-side ul.sidebar-menu {list-style: none; margin:0 0 80px;padding:0;}
div.left-side ul.sidebar-menu li {margin: 0; padding: 0; position: relative; border-bottom: 1px solid #e7e7e7;}
div.left-side ul.sidebar-menu li a {display: block;   border-left: 3px solid transparent;  /*color: #337ab7;*/ color: rgba(var(--violet));  padding: 12px 5px 12px 15px; }
div.left-side ul.sidebar-menu li a i {margin-right: 7px;}
div.left-side ul.sidebar-menu li a:hover, div.left-side ul.sidebar-menu li a.active { background-color: #eeeeee; text-decoration: none; }
div.left-side ul.sidebar-menu li.header {  color: #4b646f; padding: 12px 5px 12px 15px; }
.sidebar-menu .sidebar-search {padding: 15px !important;}
div.left-side span.alert-admin {padding-left:10px; padding-right: 10px; padding-bottom: 10px; display: inline-block;}
.custab{ border: 1px solid #ccc;  padding: 5px; box-shadow: 3px 3px 2px #ccc; transition: 0.5s; }
.custab:hover{ box-shadow: 3px 3px 0px transparent; transition: 0.5s;}
.relative {position:relative;}
.settings {position: absolute; width:320px;  z-index: 1000; display: none; color:#222d32 !important;}
.settings .panel-body a:hover, .settings .panel-body a:focus {background-color: #2989d8;}
.settings #pass_result {display:none;}
ul.list-none {list-style:none;}
.red {color:red}
.green {color:green}
div.well {margin-top:15px;}
h3.title {word-break: break-all;overflow: hidden;}
.find {margin-bottom:36px;}
a.article-image img {height:250px;}
div.article.invisible-status {opacity:0.4;}
span.dropdown-toggle {cursor: pointer;}
.url {overflow: hidden;}
.url a {word-break: break-all;}
.description-article {max-height: 140px; overflow:hidden; margin-bottom:10px;}
#categories a.btn-xs {margin-bottom: 15px;}
footer {padding: 20px 0; color:#333; text-align: center; background-color: #f8f8f8; border-top:1px solid #e7e7e7; width:100%;height:60px;position:absolute;bottom:0;left:0;}
footer a {color:#333; text-decoration:underline;}
.orders-settings { margin-top: -60px; font-size:20px; color:#6b6b6b;}
.orders-settings span {display: block;}
.orders-settings i {margin-left: 24px;}
.home-page .fast-view-panel {height: 130px;}
.home-page .panel-green {border-color: #5cb85c;}
.home-page .panel-green .panel-heading { background-color: #5cb85c; border-color: #5cb85c; color: #fff;}
.home-page .panel-yellow {  border-color: #f0ad4e;}
.home-page .panel-yellow .panel-heading {  background-color: #f0ad4e;    border-color: #f0ad4e;    color: #fff;}
.home-page .panel-red {  border-color: #d9534f;}
.home-page .panel-red .panel-heading {   background-color: #d9534f;  border-color: #d9534f;  color: #fff;}
.home-page .huge {font-size: 40px;}
.home-page .panel {font-size:14px;}
a.orders-referral {display:block; word-break:break-all;}
.bordered-group {border:1px solid #e7e7e7; padding: 5px;}
.loadUploadOthers {display: none;}
.others-images-container {margin-bottom: 5px;}
#positionEditor {position: absolute; display: none; width:230px;}
#positionEditor input, #positionEditor button {float: left;}
#positionEditor input {width: 150px;}
#positionEditor .yesSavePosition {display: none;}
#positionEditor button {width:39px;}

@media (min-width: 767px) {
    .sidebar-menu {display: block !important;}
}

@media screen and (max-width: 767px) {
    .left-side {position:relative !important; top:0 !important; margin-bottom: 20px;}
    nav.navbar {margin-bottom:0;}
    nav.navbar .navbar-brand {height:55px;}
    .settings {position: relative;}
    .show-menu {display: block; padding:0 10px !important;}
    .sidebar-menu {display: none;}
}


/* Start 17-dec-2020 */

/* == item-inline == */
.item-inline {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .item-inline li:not(:last-child) {
    margin-right: 1em;
  }
/* == item-inline == */


nav.navbar .navbar-nav.logoff li a {
    color: rgba(var(--orange));
}
nav.navbar .user-type {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-size: 2em;
    text-transform: capitalize;
    font-weight: 800;
    color: rgba(var(--blue), 30%);
    color: #fff;
    background-color: rgba(var(--blue), 30%);
    padding: 0 1em;
    height: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
}

  /* End 17-dec-2020 */


  /* Start 18-dec-2020 */
  .pcs-add-table .select2.select2-container {
    width: 100% !important;
    min-width: 80px;
  }
  /* End 18-dec-2020 */

  /* Suman Addition from 2-6-23 */
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 20px;
  }
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: -3px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  }

  input:checked + .slider:before {
    background-color: #218921;
    opacity: 1;
  }
  
  input:checked + .slider {
    background-color: #71c371;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #3b9b3d;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

.customize-product{
    border: 1px solid #9b979766;
    padding: 13px;
    margin-bottom: 13px;
    border-radius: 7px;
    /* margin-top: -3rem;
    z-index: -1; */
    position: relative;
}
.customize-product .btn{
    margin-top: 22px;
}

.customize-product .btn i{
  margin-top: 3px;
  font-size: 18px;
}
.customize-product label.title{
    margin-bottom: 15px;
    margin-top: 15px;
}
.label-bg{
    width: fit-content;
    background-color: #fff;
    /* margin-bottom: -3rem; */
}
.customize-switch .label-bg:has( input:checked ) {
    margin-bottom: -3rem;
    z-index: 1;
    position: relative;
}
.choose-product-area{
  border:1px solid #9b979766;
  height:300px;
  margin-bottom: 15px;
  padding: 15px;
  overflow: auto;
}
.choose-product-area::-webkit-scrollbar {
  width: 5px; /* width of the scrollbar */
}
.choose-product-area::-webkit-scrollbar-track {
  background: #f1f1f1; /* color of the track */
}
.choose-product-area::-webkit-scrollbar-thumb {
  background: #888; /* color of the handle */
}
.choose-product-area::-webkit-scrollbar-thumb:hover {
  background: #555; /* color of the handle when hovered */
}
.form-group {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.form-group label[for=permission] {
  flex: 0 0 100%;
}
.form-group div:has(.form-check) {
  flex: 0 0 49.5%;
}
.form-group .form-check-label {
  font-weight: normal;
}
.outlets-block{
  height:350px;
  overflow: auto;
}

.product-type-row{
  display: flex;
  align-items: center;
}
.btn-product-type{
  margin-top: 43px !important;
}

.onoffswitch {
  position: relative; width: 90px;
  margin-left: 15px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block; overflow: hidden; cursor: pointer;
  border: 2px solid #999999; border-radius: 20px;
}

.onoffswitch-inner {
  display: block; width: 200%; margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
  font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "Multi";
  padding-left: 10px;
  background-color: #2FCCFF; color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "Single";
  padding-right: 10px;
  background-color: #EEEEEE; color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block; width: 18px; margin: 6px;
  height: 20px;
  background: #FFFFFF;
  border: 2px solid #999999; border-radius: 20px;
  position: absolute; top: 0; bottom: 0; right: 56px;
  -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; 
}

.icon-action{
  font-size: 18px;
  margin-right: 2px;
}
.customize-type-settings{
  display:none;
  margin-bottom: 10px;
  float:left;
  width: 100%;
}
.customize-type-settings input{
  flex: 0 0 86%;
}
.customize-type-settings label{
  flex: 0 0 100%;
}
