
a{cursor:pointer} 
.blur {-webkit-filter: blur(2px); filter: blur(2px);}
 
.contrast {-webkit-filter: contrast(160%); filter: contrast(160%);}
 
 .btn-default{
	color: #797979;
}

.thumbnail {border: 2px solid #f9f9f9}

 .productsarea {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
				overflow-x: auto;
				overflow-y: auto;
				max-width:100%;
    max-height: calc(100vh - 87px);				  
 
}

.navbar-form{
	margin-right:0px;
	
}

.liststores { 
    max-height: 75vh;
    overflow: auto;
}

.cartpanel{
	margin-bottom:0px;
}
.productpanel{
	margin-bottom:0px;
}

.flag{
	
	width:45px;height:35px;
}

.flagcontainer{
position: relative; 
}


.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
	color:#ddd; 
}


#cartdrop {
	
	overflow-x: auto;
    height:auto;
 	
}

.error{
	color:red
}


.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 0px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


#overlay-menu {
  width: 100px;
  height: 50px:
}  
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.80);
  z-index:999
}
.overlay nav {
  text-align: center;
  position: relative;
  top: 20%;
  height: 60%;
  font-size: 80px;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: inline-block;
  height: 20%;
} 
.overlay-data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
} 


  .tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.uploadarea {
	  border: dashed 7px #c8eeff;    padding: 10px;    margin-top: 10px;    background: #f0faff;
}

.uploadarea:hover {
	  border: dashed 7px #c8eeff;    padding: 10px;    margin-top: 10px;    background: #fff;
}


.sliderinput {
  -webkit-appearance: none;
  width: 160px;
  height: 20px;
  margin: 10px 50px;
  background: linear-gradient(to right, #fff 100%, #ddd 100%);
  background-size: 150px 10px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  outline: none;
  zoom: 100%;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
 .sliderinput::-webkit-slider-thumb {
 -webkit-appearance: none;
 width: 20px;
 height: 20px;
 background: #2980b9;
 position: relative;
 z-index: 3;
}
 .sliderinput::-webkit-slider-thumb:after {
 content: " ";
 width: 160px;
 height: 10px;
 position: absolute;
 z-index: 1;
 right: 20px;
 top: 5px;
 background: #3498db;
} 


 .tableoverlay{
	 min-width:0px;
	 width:4000px;
	 height:4000px;
	 overflow:scroll
 }

 
.chat_container{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  width: 500px;
  height: 500px;
  .chat{
    position: absolute;
    width: 400px;
    height: 400px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    background: white;
    border-radius: 10px;
    transform: scale(0);
    box-shadow: 0 5px 60px 10px rgba(0,0,0,0.12);
    &::after{
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-left: 15px solid rgba(0,0,0,0);
      border-bottom: 15px solid rgba(0,0,0,0);
      border-top: 15px solid rgba(0,0,0,0);
      border-right: 15px solid white;
      left: -25px;
      top: 7px;
    }
    .textbox{
      position: absolute;
      width: 100%;
      height: 50px;
      box-shadow: 0px -2px 10px rgba(0,0,0,0.07);
      bottom: 0;
      .input{
        width: 82%;
        height: 35px;
        display: block;
        position: relative;
        float: left;
        margin-left: 10px;
        border: none;
        padding: 3px;
        border-bottom: 2px solid rgba(0,0,0,0.15);
      }
      .send{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 40px;
        color: #1E88E5;
      }
    }
  }
}

.bubble{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: -25px;
  box-shadow: 0 0px 20px rgba(0,0,0,0.19), 0 0px 6px rgba(0,0,0,0.23);
  background: white;
  background-size: cover;
  &:hover{
    transition: all 0.3s;
    transform: scale(1.1);
  }
  &__span{
    position: absolute;
    left: 70px;
    background: #333;
    border-radius: 10px;
    padding: 5px;
    color: white;
    font-family: 'Roboto';
    opacity: 0;
  }
  &:active{
    transform: scale(1.2);
    transition: all 0.3s;
  }
}

.chat-thread{
  padding: 20px;
  margin: 10px;
  list-style: none;
  overflow-x: hidden;
  li{
    position: relative;
    clear: both;
    display: inline-block;
    padding: 10px 20px 10px 15px;
    margin-bottom: 10px;
    font-family: 'Roboto';
    font: 14px;
    border-radius: 25px;
  }
  .message-mit{
    background: #1E88E5;
    float: right;
    color: white;
    &:after{
      
    }
  }
  .message-dest{
    background: #CFD8DC;
    float: left;
  }
  .loading{
    .material-icons{
      color: rgba(200,200,200,0.8);
      font-size: 8px;
      padding: 1px;
      margin-bottom: 5px;
      &:nth-child(1){
        animation: writing 1.2s infinite alternate;
      }
      &:nth-child(2){
        animation: writing 1.2s infinite 0.2s alternate;
      }
      &:nth-child(3){
        animation: writing 1.2s infinite 0.3s  alternate;
      }
    }
  }
}

.bouncein{
  animation: bounce 0.4s ease-out forwards 0.2s;
}

.bounceout{
  animation: bounce 0.25s ease-out forwards reverse;
}

@keyframes bounce{
  0%{
    transform: scale(0);
  }
  60%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}

@keyframes writing{
  0%{
    transform: translateY(0px);
  }
  50%{
    transform: translateY(5px);
  }
  100%{
    transform: translateY(-5px);
  }
}




.modal-body{overflow:auto}
 
 
 
*::-webkit-scrollbar {
    width: 1em;
    height: 1em; 
}

body::-webkit-scrollbar {
    width: 0em;
    height: 0em; 
}
 
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
}
 
*::-webkit-scrollbar-thumb {
  background-color: #ddd; 
  border-radius:100px;
}

 


 

  

.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #63B76C; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; font-weight: 500; }
.box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }



.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

 
  .introjs-tooltiptext{
	  text-align:center
  }
 
  
 .thumbnail .caption { 
    color: #333; 
	text-align:center;

}
 

.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto; 
	margin-top: 15px;
	border-radius:2px;
}


 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 17px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
 

.dropdown-menu>li>a {
    display: block;
    padding: 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

input[type='radio'] { transform: scale(1.5); }

.addtocart{    
	height: 45px;
	font-size:14px;
	padding: 0px 4px ;
	}


.btn{  
}

.btn-danger .badge {
    color: #ffffff;
    background-color: #d9534f; 
}


.btn-info .badge {
    color: #ffffff;
    background-color: #5bc0de; 
}

.reauth-email, input {
	margin-bottom:10px; 
}


.btn-success .badge {
    color: #ffffff;
    background-color: #5cb85c; 
}

 
 

.productsarea{
	margin:0px; 
}
 
 
 .orderinputs div {
	 margin-bottom:4px
 }
 
 

.currency{display:inline;}

.employeeselect {

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px;

}


a .glyphicon{
	font-size:18px;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu, .dropdown-submenu:active>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after,  .dropdown-submenu:active>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.nav>li {
    position: relative;
    display: block;
    padding: 0;
}

#navbarcontainer{margin-top:15px}


 .btntext  {
    white-space: normal !important;
    word-wrap: break-word;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;} 

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.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: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

html, body{  
    max-width: 100%;
	margin:-3px;  
	  background:#2e2e2e;
	  	background-image: url('data:image/gif;base64,R0lGODlhBAAEAIAAAAAAAERERCH5BAAAAAAALAAAAAAEAAQAAAIGDB5pYBoFADs=');
		font-family: Ubuntu, sans-serif; 
}

.fa-spin{color:#fff}

	.productpanel, .cartpanel{ 
	padding-left:0px;
	padding-right:0px;
	overflow-x: auto;
  
	}
  
 
 .cartpanel {  height: calc(100vh - 85px);}
    .productpanel {  height: calc(100vh - 85px);  }
	
	
 .cartcontainer {  padding-left:0px; padding-right:0px;} 
  .categoriesarea {	height: calc(100vh - 87px);overflow: auto;  }


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
 .cartpanel { }
  .cartcontainer {  padding-left:15px; padding-right:0px; margin-top: 40px;}
  body{overflow:auto}
  .leftareacontainer {  height: calc(100vh - 100px); padding-left:15px; padding-right:0px; }

}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .cartpaneldrag {
	height: calc(100vh - 125px);overflow: scroll;
	}
	
	 
	 
}
 
 .pimage {
	 margin-bottom: 10px; max-height:80px;min-height: 80px; opacity: 1; z-index: 0; top: 0px; left: 0px; border-radius:0 ;
 }
 
select {
    padding: 7px 10px;
    border: 1px solid #979997;
	width:100%;

    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
 
}