@import "https://fonts.googleapis.com/css?family=Roboto:400,100,300,700";

html,body,div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  color: #616161;
  line-height: 1.4;
  font-family: 'Roboto',"HelveticaNeue",Helvetica,Arial,sans-serif;
}

html,body {
  height: 100%;
  width: 100%;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font: inherit;
  font-weight: 100;
  line-height: 1.8;
  color: #8E8A87;
  font-size: 1.8em!important;
  
}

h1 {
 font-size: 1.2em!important;
}

h2 {
  
}

h3 {
  
}

a,p,ul,ol,li,img,span,strong,em {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

img {
  text-align: center;
  max-width: 100%;
  height: auto;
  width: auto;
}

table,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

applet,object,iframe,blockquote,pre,abbr,acronym,address,big,cite,code,del,dfn,font,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,caption,fieldset,form,label,legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,aside,figure,footer,header,hgroup,section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

canvas,details,embed,figcaption,menu,nav,output,ruby,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

body {
  line-height: 1;
  overflow: hidden;
  background-color: gainsboro;
}

body::-webkit-scrollbar {
    width: 0.5em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

b,strong {
  font-weight: 700;
}

em,i {
  font-style: italic;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

input {

    user-select: text;
    line-height: 20px;
    font-size: 15px;
    min-height: 20px;
    border: none;
    padding: 8px 12px;
    width: 65%;
    outline: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


.app-wrapper{
	background-color: gainsboro;	
}	
.wkp-header{
	background-color: #2D5C88;
    min-height: 300px;   
}
.wkp-contact-n{
	display:none;
}

#wkp-profile_info{
	width: 100%;
    text-align: left;
    padding-top: 54px;
}
.wkp-wrapper, .wkp-wrapper_chat{
	background-color: #FFF;
    width: 60%;
    min-width: 350px;
    border-radius: 3px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    z-index: 2;
    margin: 0 auto;
    margin-top: -220px;
    overflow: auto;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.2);
}

.wkp-wrapper_chat{
	width: 70%;
    min-height: 700px;
    text-align: center;
    background-color: transparent;
    box-shadow: none;
    overflow: hidden;
}

.wkp-qrwrapper{
	min-width: 270px;
    text-align: center;
}

.wkp-top{
	padding: 12px 20px 0px;
}

.wkp-section-wrapper{
	padding-top: 50px;
}

.wkp-h{
	text-align: center;
    font-size: 2em !important;
    font-weight: normal;
    line-height: normal;
    padding: 50px 0px;
}

.wkp-section{
	width: 20%;
    min-width: 225px;
    text-align: center;
    display: inline-table;
    margin:50px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.2);
}

.wkp-business_section{
	text-align: center;
}

.wkp-section_description{
	padding: 20px;
}
.wkp-section_description > p{
	font-size: 0.9em
}

.wkp-contact_wrapper{
	background-color: #eee;
    float: left;
    width: 29%;
    margin: 2px;
    height: 723px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.2);
}
.wkp-chat_wrapper{
	background-color: #eee;
	float: left;
	width: 69%;
    margin: 2px;
    min-height: 722px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.2);
    
}

.wkp-secondHelper{
	padding: 200px;
}

.wkp-contact_img{
	background-image:url('../images/profile_placeholder.png');
  	background-position: 0 50%;
  	background-repeat: no-repeat;
}

#wkp-profile_username{
	font-size: larger;
    font-weight: 700;
}

.wkp-profile_img, .wkp-contact_img, .wkp-contact_img_hd{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	margin: 13px;
	float: left;
	padding: 1px;
}

.wkp-profile_img{
    width: 135px;
    height: 135px
}

.wkp-profile_header{
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.2);
	overflow: auto;
}

.wkp-profile_header > b{
	position: relative;
    top: 23px;
}

.wkp-material-icons {
	width:20px;
	height: 20px;
}

.wkp-right-side_menu{
	float: right;
    margin: 22px;
}

.wkp-chat-section{
	width: 100%;
    background-color: #fff;
    height: 570px;
    overflow: auto;
    overflow-x: hidden;
}

.wkp-chat-input{
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.2);
}

#form_send_message{
	padding:12px 0px;
}

#input_message{
	
}

#btn_send{
	width: 20%;
}

.wkp-contactList_wrapper{
    position: absolute;
    max-height: 560px;
    width: 20.5%;
    display: none;
    overflow: auto;    
}

.wkp-contactList_wrapper::-webkit-scrollbar {
    width: 0.3em;
}
 
.wkp-contactList_wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.wkp-contactList_wrapper::-webkit-scrollbar-thumb {
  	background-color: darkgrey;
  	outline: 1px solid slategrey;
}

.wkp-contactdetails{
	text-align:left;
}

.wkp-contactItem{
	background-color: rgba(178, 235, 242, 0.34);;
    overflow: auto;
    border-top: 0.2px solid rgb(228, 240, 249);
}

.wkp-contact-name{
	
}

.wkp-contact-email{
	font-size: 0.7vw;
}

.wkp-contact-tel{
	float: left;
    font-size: 0.5vw;
    margin-left: 1.7vw;
    padding-top: 30px;
}

.wkp-contactdetails_left{
	float: left;
    padding: 25px 0px;
    max-width: 36%;
}

.wkp-onChatAction{
	display: none;
}

.wkp_img{
	max-width: 25%;
    min-width: 80px;
    padding: 25%;
}

.wkp_img_down{
    max-width: 19%;
    min-width: 80px;
    padding: 5%;
}

.wkp-mymessage, .wkp-yourmessage{
    text-align: right;
    padding: 10px 50px;
    width: 100%;
    float: right;
    max-width: 370px;
}

.wkp-myname, .wkp-yourname, .wkp-time{
	font-size: 0.65em;
    font-style: italic;
}

.wkp-mycore-msg, .wkp-yourcore-msg{
	color: #fff;
    background-color: rgb(45, 92, 136);
    font-size: small;
    padding: 6px 19px;
    border-radius: 10px 10px 0px 10px;
    box-shadow: 0 1px .5px rgba(0,0,0,.13);
    float: right;   
}

.wkp-yourmessage{
	text-align: left;
    padding: 50px;
    float: left;
}

.wkp-yourcore-msg{
	background-color: #00BCD4;
	border-radius: 10px 10px 10px 0px;
	float: left;
}

.display_none{
	display:none;
}

.wkp-ack0, .wkp-ack1, .wkp-ack2{
	width: 0.8em;
	display: none;
}

.wkp-time{
	
}

.wkp_imgLoader{
	width: 70px;
    height: 70px;
}

#wait{
    margin: 260px 0px;
}


@media screen and (max-width: 1024px) {
    .wkp-contact_wrapper{
		display: none;
	 }
	 
	 .wkp-chat_wrapper{
	    width:98%;
	 }
}

@media screen and (min-device-width: 320px) and (max-device-width: 1024px){
	 .wkp-contact_wrapper{
		display: none;
	 }
}

@media screen and (max-width: 1020px){

}

@media screen and (max-width: 987px){
    .wkp-chat_wrapper{
	    
	 }
}

@media (min-width: 768px) and (max-width: 959px){
 
}

@media screen and (max-width: 767px){
  
}

@media (min-width: 480px) and (max-width: 767px){
  
}

@media screen and (max-width: 480px){
  
}


