/* Add here all your css styles (customizations) */
.header{
	padding-top:30px;
}
#logo-header{
	margin-top: -5px;
}
.da-dots{
	display:none;
}
a.white{
	color:white !important;
}

.copyright{
	bottom:0px;
	width:100%;
	/*background: #68747C !important; */
}
.container {
	/*min-height: 800px;*/
}
body{
	overflow: scroll;
}
input.error{
	border: 1px solid red;
}
.newmessage td{
	font-weight: bold;
}
.dashboard{
	vertical-align:top;
	min-height:800px;
}
.btn-success,.btn-success:hover, .btn-success:focus{
	color: #fff;
	background-color: #009000;
	border-color: #009000;
}
.panel-green{
	border: 1px solid #009000;
}
.panel-heading{
	background: #009000 !important;
}
@media (max-width: 600px) {
	#fb-signupx{
		display:block;
	}
}
@media (min-width: 601px) {
	#fb-signupx{
		display:none;
	}
}

.dashboard .label{
	cursor:pointer;
}
.menusettings li{
	text-align:left;
}
.received_message{
	padding-bottom: 30px;
}
.received_message span{
	padding: 20px;
	background: #EAEAEA;
	color: black;
	font-size: 15px;
	display:table-cell;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	-webkit-border-top: 4px !important;
	-moz-border-top: 4px !important;
	border-top: 4px !important;
	-webkit-border-bottom: 4px !important;
	-moz-border-bottom: 4px !important;
	border-bottom: 4px !important;
	
}

.sending_message{
	padding-bottom: 30px;
	text-align: right;
	width:100%;
}
.sending_message span{
	margin:auto;
	margin-right:0px;
	display:table;
	padding: 20px;
	background: #B0E652;
	color: black;
	font-size: 15px;
	text-align:left;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	-webkit-border-top: 4px !important;
	-moz-border-top: 4px !important;
	border-top: 4px !important;
	-webkit-border-bottom: 4px !important;
	-moz-border-bottom: 4px !important;
	border-bottom: 4px !important;	
}

.sent_message{
	padding-bottom: 30px;
	text-align: right;
	width:100%;
}
.sent_message span{
	margin:auto;
	margin-right:0px;
	display:table;
	padding: 20px;
	background: #B0E652;
	color: black;
	font-size: 15px;
	text-align:left;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	-webkit-border-top: 4px !important;
	-moz-border-top: 4px !important;
	border-top: 4px !important;
	-webkit-border-bottom: 4px !important;
	-moz-border-bottom: 4px !important;
	border-bottom: 4px !important;	
}
.message_minute{
	text-align: center;
	color: gray;
	padding-bottom:10px;
}
#appendedreplymessage{
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
	max-width:350px;
	font-size:10px;
	text-align: center;
	
}
#appendedreplymessage p{
	text-align: left;
	margin:auto;
	margin-top:10px;
	display:table;
	padding: 20px;
	background: #B0E652;
	color: black;
	font-size: 15px;
	text-align:left;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	-webkit-border-top: 4px !important;
	-moz-border-top: 4px !important;
	border-top: 4px !important;
	-webkit-border-bottom: 4px !important;
	-moz-border-bottom: 4px !important;
	border-bottom: 4px !important;	
}

