._row{
	clear:both;
	display:block;
	
}
._row:after{
	display:block;
		clear:both;
		content:" ";
}

.moshaveran_single_main{
	
	border-radius:9px;
	padding:10px;
	box-shadow:0px 0px 9px #ccc;
	float:right;

}
.moshaveran_single_main strong{
	
	display:inline-block;
	
	
	text-shadow:0px 0px 7px #c5c5c5;
	
	
	vertical-align:middle;
}

.moshaveran_single_main img{
	
	display:inline-block;
	width:85px;
	height:85px;
	border:solid 2px #fff;
	box-shadow:0px 0px 7px #999;
	border-radius:100%;
	margin:6px;
	vertical-align:middle;
}
.moshaveran_single_main_btns{
	margin-top:8px;
	margin-bottom:8px;
	text-align:center;
	
	
}

.moshaveran_single_main_btns > select{
	display:block;
	margin:5px 1px 5px 1px;
	border:solid 1px #f7f7f7;
  width:100%;
  box-sizing:border-box;
}
/* CSS */
.button-pay {
  background-color: #36A9AE;
  background-image: linear-gradient(#37ADB2, #329CA0);
  border: 1px solid #2A8387;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
  color: #FFFFFF !important;
  cursor: pointer;
  display: block;
box-sizing:border-box;
  font-size: 17px;
  line-height: 100%;
  margin: 0;
  outline: 0;
  padding: 11px 15px 12px;
  text-align: center;
  transition: box-shadow .05s ease-in-out,opacity .05s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}
.button-pay:hover {
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 2px inset, rgba(0, 0, 0, 0.4) 0 1px 2px;
  text-decoration: none;
  transition-duration: .15s, .15s;
}

.button-pay:active {
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px inset, rgba(0, 0, 0, 0.4) 0 1px 1px;
}

.button-pay:disabled {
  cursor: not-allowed;
  opacity: .6;
}
.button-pay:disabled:active {
  pointer-events: none;
}
.button-pay:disabled:hover {
  box-shadow: none;
}


@media screen and (max-width:760px){
	
	.moshaveran_single_main{
		width:100%;
	}
	
}


@media screen and (min-width:761px and max-width:1000px ){
	
	.moshaveran_single_main{
		width:33.333%;
	}
	
}

@media screen and (min-width:1001px ){
	
	.moshaveran_single_main{
		width:25%;
	}
	
}


.moshaveran_chat_ut{
border-collapse:collapse;
  border:solid 1px #c5c5c5;
  width:100%;
text-align:center;

}

.moshaveran_chat_ut td,.moshaveran_chat_ut tr,.moshaveran_chat_ut th{
padding:6px;
border:solid 1px #c5c5c5;
}

.nxprbtn{
display:inline-block;
  padding:1px 9px 1px 9px;
  background:#06478c;
  color:#fff;
border-radius:5px;
}
