m.error_list
{
	padding:5px;
}

.error_list li
{
	padding:4px;
}

.view_label, .view_sdetails, .view_ldetails {
	cursor:pointer;
}

.txtbox
{
	outline:none;
	padding:3px;
	border-style:solid;
	border-width:1px;
	width:100px;
	border-color:#666;
}

.min-height
{
	min-height:500px !important;
	
	
}

.cust_table
{
    width:100% !important;
    cursor: pointer;
}

.cust_table tbody tr:hover
{
    
    background-color: #0f649f;
    color:white;
}

.msg_div
{
    
}
.highlight
{
    background-color: #0f649f;
    color:white;
}

.loading_div
{
    width: 100%;
    height: 100%;
}

#cus_info_div
{
    width: 100%;
    height: auto;
    background-color: #efefef;
    padding:10px;
}
#conversation_div
{
    width: 100%;
    height: 300px;
}

.div_bg
{
    width: 100%;
    height: auto;
    padding:10px;
    background-color: #efefef;
}



.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
 max-width:80%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 5px 5px 5px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 0px 10px 0 0px;
}
.received_withd_msg { width: 100%;}

.received_withd_msg p img
{
	border-width:3px;
	border-color:#FFF;
	border-style:solid;
	width:100%;
	
}

.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 60%;
}

 .alert_msg p {
  background: #f13e46; none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 5px 5px 5px;
  width:100%;
}
 .sent_msg p {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 5px 5px 5px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin:10px 0 10px;}
.sent_msg, .alert_msg {
  float: right;
  max-width:80%;
}
.sent_msg p img
{
	border-width:3px;
	border-color:#FFF;
	border-style:solid;
	margin-right:5px !important;
	width:100%;
	
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}



.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9996; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  height:100%;
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  height:100%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 60px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.msg_img {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.msg_img:hover {opacity: 0.7;}

.m-dropzone {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	text-align: center;
	cursor: pointer
}

.m-dropzone .m-dropzone__msg-title {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: 400;
	font-size: 1.1rem
}

.m-dropzone .m-dropzone__msg-desc {
	font-size: .85rem
}

.m-dropzone .dz-preview .dz-image {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}

.m-dropzone {
	border: 2px dashed #ebedf2
}

.m-dropzone .m-dropzone__msg-title {
	color: #575962
}

.m-dropzone .m-dropzone__msg-desc {
	color: #6f727d
}

.m-dropzone.m-dropzone--brand {
	border-color: #22b9ff
}

.m-dropzone.m-dropzone--metal {
	border-color: #c4c5d6
}

.m-dropzone.m-dropzone--light {
	border-color: #fff
}

.m-dropzone.m-dropzone--accent {
	border-color: #00c5dc
}

.m-dropzone.m-dropzone--focus {
	border-color: #9816f4
}

.m-dropzone.m-dropzone--primary {
	border-color: #5867dd
}

.m-dropzone.m-dropzone--success {
	border-color: #34bfa3
}

.m-dropzone.m-dropzone--info {
	border-color: #36a3f7
}

.m-dropzone.m-dropzone--warning {
	border-color: #ffb822
}

.m-dropzone.m-dropzone--danger {
	border-color: #f4516c
}



#loading_div
{
    width: 100%;
    min-height: 300px;
    line-height: 300px;
}

#loading_div img
{
    
    
}


.blink_label {
  animation: blinker 2s linear infinite alternate 2.0s;
  font-size:16px;
  font-weight:bold;
  margin-bottom:5px;
  
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.txt_copy
{
	cursor:pointer;
	color:#09F;
	font-size:14px;
	
}

.success_msg
{
	font-size:10px;
	color:#090;
	font-weight:bold;
	
}

.error_msg
{
	
	font-size:10px;
	color:#F00;
	font-weight:bold;	
}

.upload_btn
{

	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}	

.div_title
{
	background-color: #3598dc;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	text-indent:10px;
	color:#ffffff;
	margin-bottom:10px;

}

.outgoing_msg_title
{
	background-color:#05728f;
	width:auto !important;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	margin:0px;
	
	
}

.input_box
{
	outline:none;
	padding:3px;
	border: 1px solid gray;
  	border-radius: 2px;
	margin-top:3px;
	
	
}
	
	
}
