body{
    font-family: 'Roboto', sans-serif;
}
/*SCROLL BAR	*/

 body::-webkit-scrollbar {
        width: 14px;
    }
 
    
    /* Let's get this party started */
    ::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
/*        -webkit-border-radius: 10px;
        border-radius: 10px;*/
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
/*        -webkit-border-radius: 10px;
        border-radius: 10px;*/
        background:#ddd; 
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    }
    ::-webkit-scrollbar-thumb:window-inactive {
        background: #ddd; 
    }
	
/*LOGIN FORM*/
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    display: block;

}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}
	
/*BADGE	*/
	
.mybadge {
   position:relative;
}
.mybadge[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top: 14px;
   right: 10px;
   font-size:.7em;
   background:#F90;
   color:white;
   width:18px;height:18px;
   text-align:center !important;
   line-height:18px;
   border-radius:50%;
   overflow:hidden;
   text-indent:0 !important;
}

/*MESSAGE  */
.messagefooter {
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 220px;
    right: 1rem;
    height: 4rem;
    z-index: 52;
}

.writemessage {
    width: 100% !important;
    padding: 5px !important;
    outline: none !important;
    border: 1px solid #D7D7D7;
    resize: none !important;
    font-family:inherit;
    font-size: 14px;
    color: #000;
}
#message-input {
    background: #fff;
    width: 100%;
    font-size: 15px;
    line-height: 1.5em;
    border: 2px solid #E0E0E0;
    background-clip: padding-box;
    font-family: Slack-Lato,appleLogo,sans-serif;
    margin: 0;
    color: #3d3c40;
    -webkit-appearance: none;
    box-shadow: none;
    outline: 0;
    position: absolute;
    height: 100%;
    min-height: 42px!important;
    padding: 9px 40px 9px 8px;
    max-height: 10pc!important;
    resize: none!important;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border-radius:6px;
}

.messagewell {
    min-height: 20px;
    padding: 10px;
    clear: both !important;
    background-color: #FFF;
    border:none;
    margin-bottom: 10px;
}
.talkwell {
    min-height: 20px;
    clear: both !important;
    background-color: #FFF;
	    border:none;
}
.talkwell_block{
    clear: both !important;
    background-color: #FFF;
	border: 1px solid #e1e8ed;
	display:table;
}

.talkmessage {
    width: 100% !important;
    padding: 5px 0 0 5px !important;
    outline: none !important;
   border: none;
    resize: none !important;
    font-family:inherit;
    font-size: 14px;
    color: #000;
}

.logo img {
  margin-left: 5%;
  margin-top: 20px;
  float: left;
  max-width: 248px;
  max-height: 80px;
  border: none;
}
.mywell {
    min-height: 20px;
    padding: 15px;
	clear:both !important;
	 border: 1px solid #fff;
    /* background-color: #f5f5f5; */
    /* border-radius: 4px; */
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); */
}
.contactwell {
    min-height: 20px;
    padding: 10px;
	clear:both !important;
	background-color: #FFF;
    border: 1px solid #e1e8ed;
	margin-bottom:20px;
}

.switchcontainer {
text-align: center;
}

.switchcontainer>.switch {
  display: block;
  /*margin: 12px auto;*/
  float: right;
top: -20px !important;
right:10px !important
}

.switch {
position: relative;
display: inline-block;
vertical-align: top;
width: 75px;
height: 21px;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.12),inset 0 0 2px rgba(0,0,0,.15);
  -webkit-transition: .15s ease-out;
  -moz-transition: .15s ease-out;
  -o-transition: .15s ease-out;
  transition: .15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}

.switch-label:after,.switch-label:before {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255,255,255,.5);
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,.2);
  opacity: 0;
}
.switch-input:checked~.switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.15),inset 0 0 3px rgba(0,0,0,.2);
}
.switch-input:checked~.switch-label:before {
  opacity: 0;
}
.switch-input:checked~.switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0,0,0,.2);
  background-image: -webkit-linear-gradient(top,#fff 40%,#f0f0f0);
  background-image: -moz-linear-gradient(top,#fff 40%,#f0f0f0);
  background-image: -o-linear-gradient(top,#fff 40%,#f0f0f0);
  background-image: linear-gradient(to bottom,#fff 40%,#f0f0f0);
  -webkit-transition: left .15s ease-out;
  -moz-transition: left .15s ease-out;
  -o-transition: left .15s ease-out;
  transition: left .15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0,0,0,.02);
  background-image: -webkit-linear-gradient(top,#eee,#fff);
  background-image: -moz-linear-gradient(top,#eee,#fff);
  background-image: -o-linear-gradient(top,#eee,#fff);
  background-image: linear-gradient(to bottom,#eee,#fff);
}
.switch-input:checked~.switch-handle {
  left: 52px;
  box-shadow: -1px 1px 5px rgba(0,0,0,.2);
}
.switch-green>.switch-input:checked~.switch-label {
  background: #4fb845;
}

.contactmenu_div{
	display: block; 
	padding: 5px 10px; 
	clear: both; 
	font-weight: normal; 
	line-height: 1.42857143; 
	color: #333; 
	overflow:hidden !important; 
	min-height: 35px;	
	}
.talkmenu_div{
	display: block; 
	padding: 5px 10px; 
	clear: both; 
	font-weight: normal; 
	line-height: 1.42857143; 
	color: #333; 
	overflow:hidden !important; 
	min-height: 35px;	
	}
.storemenu_div{
	display: block; 
	padding: 8px 10px; 
	clear: both; 
	font-weight: normal; 
	line-height: 1.42857143; 
	color: #333; 
	min-height: 40px;	
	}
.shopmenu_div{
	display: block; 
	padding: 10px 10px; 
	clear: both; 
	font-weight: normal; 
	line-height: 1.42857143; 
	color: #333; 
	overflow:hidden !important; 
	min-height: 35px;
	}
.settings_div{
	display: block; 
	padding: 10px 10px; 
	clear: both; 
	font-weight: normal; 
	line-height: 1.42857143; 
	color: #333; 
	overflow:hidden !important; 
	min-height: 35px;
	}

	
.storeaccepted{
	display: block; 
	padding: 5px 5px; 
	clear: both; 
	font-weight: normal; 
	line-height: 1.42857143; 
	color: #333; 
	overflow:hidden !important; 
	min-height: 35px; 
	border-left:5px solid #f0ad4e;
	}
.storerejected{
	display: block; 
	padding: 5px 5px; 
	clear: both; 
	ont-weight: normal; 
	line-height: 1.42857143; 
	color: #333; 
	overflow:hidden !important; 
	min-height: 35px; 
	border-left:5px solid #7a7a7a;
	}
.storedelivered{
	display: block; 
	padding: 5px 5px; 
	clear: both; 
	font-weight: normal; 
	line-height: 1.42857143; 
	color: #333; 
	overflow:hidden !important; 
	min-height: 35px; 
	border-left:5px solid #2b542c;}






/*
@media screen and (min-width: 500px) and (max-width: 767px) {
.bmedia_top{ margin-top:5px; width:95% !important;}
.bmedia_top_2{ margin-top:5px; width:95%!important;}
}*/

/*BADGE	*/

.listbadge {
   position:relative;
}
.listbadge[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:-12px;
   right:-38px;
   font-size:.7em;
   background:#999;
   color:white;
   width:18px;
   height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   overflow:hidden;
}

.listbadge_header {
   position:relative;
}
.listbadge_header[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:3px;
   right:-3px;
   font-size:.7em;
   background:#dc0d17;
   color:white;
   width:18px;
   height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   overflow:hidden;
}
