/* CSS Document */

.logininput{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-appearance: none !important;   
	color: #282323 
  outline: 0;
  height: 19px;
  padding: 8px 15px !important;
  line-height: 15px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;  
  background-color:#fff;
  min-height:37px;
  filter: none !important;
	  -webkit-box-shadow: none !important;
	     -moz-box-shadow: none !important;
	          box-shadow: none !important;
	  -webkit-border-radius: 0px;
	     -moz-border-radius: 0px;
	          border-radius: 0px;   
			  -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #e5e9ec;
transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
width:300px;
}

.logindiv{
	margin-bottom:8px;
	font-size:25px;

}



#main-menu {
	height:100%;
	overflow: auto;
	position:fixed;
}

.page-content{
	height:100%;
	overflow: auto;
}

.page-sidebar ul li{
	padding:0px;
}


<!-- Speech Bubbles !>
/** ios1-ios6 bubbles **/

/** page structure **/


.chatcontainer {
  padding: 40px 20px;
  margin: 0 auto;
  max-width: 600px;
}


/** ios1-ios6 bubbles **/

.datestamp {
  display: block;
  text-align: right;
  font-weight: normal;
  margin-bottom: 8px;
  color: #8b91a0;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
  font-size:12px;
  font-style:normal;
}


.chatbubble {
 box-sizing: border-box;
  float: left;
  width: auto;
  max-width: 80%;
  position: relative;
  clear: both;
  
  background: #95c2fd;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #bee2ff), color-stop(1, #95c2fd));
  background-image: -webkit-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: -moz-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: -ms-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: -o-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#95c2fd', endColorstr='#bee2ff');
 
/*  border: solid 1px rgba(0,0,0,0.5);
*/  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

/*  -webkit-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);*/
  
  margin-bottom: 20px;
  padding: 6px 20px;
  color: #000;
  text-shadow: 0 1px 1px rgba(255,255,255,0.8);
  word-wrap: break-word;
}



.chatbubble:before, .chatbubble:after {
  border-radius: 150px / 5px;
  content: '';
  display: block;
  position: absolute;
}

.chatbubble:before {
  border: 10px solid transparent;
  border-bottom-color:solid 1px rgba(0,0,0,0.5);
  bottom: 0px;
  left: -7px;
  z-index: -2;
}

.chatbubble:after {
  border: 8px solid transparent;
  border-bottom-color: #bee2ff; /* arrow color */
  bottom: 5px;
  left: -8px;
}

.bubble-alt {
  float: right;
}

.bubble-alt:before {
  left: auto;
  right: -7px;
}

.bubble-alt:after {
  left: auto;
  right: -8px;
}

.chatbubble p {
  font-size: 17px;
}


/* white bubble */
.whitebubble {
  background: #7acd47;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #e5e5e5),color-stop(1, #dbdbdb));
  background-image: -webkit-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  background-image: -moz-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  background-image: -ms-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  background-image: -o-linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  background-image: linear-gradient(bottom, #e5e5e5 15%, #dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dbdbdb', endColorstr='#e5e5e5');
}
.whitebubble:after {
  border-bottom-color: #e5e5e5;
}


.chatunderline{
	border-bottom:1px solid #efefef;
	margin-bottom:10px;
}



/* history bubble */

.historybubble {
  box-sizing: border-box;
  float: left;
  width: auto;
  max-width: 80%;
  position: relative;
  clear: both;

  background: #efefef;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

  /*  -webkit-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);*/

  margin-bottom: 20px;
  padding: 6px 20px;
  color: #000;
  text-shadow: 0 1px 1px rgba(255,255,255,0.8);
  word-wrap: break-word;
}



.historybubble:before, .historybubble:after {
  border-radius: 150px / 5px;
  content: '';
  display: block;
  position: absolute;
}

.historybubble:before {
  border: 10px solid transparent;
  border-bottom-color:solid 1px rgba(0,0,0,0.5);
  bottom: 0px;
  left: -7px;
  z-index: -2;
}

.historybubble:after {
  border: 8px solid transparent;
  border-bottom-color: #efefef; /* arrow color */
  bottom: 5px;
  left: -8px;
}



.historybubble-alt {
  float: right;
}

.historybubble-alt:before {
  left: auto;
  right: -7px;
}

.historybubble-alt:after {
  left: auto;
  right: -8px;
}

.historybubble p {
  font-size: 17px;
  color:#666;
}


/* white bubble */
.whitebubblehistory {
  background: #f8f8f8;
}
.whitebubblehistory:after {
  border-bottom-color: #f8f8f8;
}
