div#BackCall.modal.fade.in {
	background: none;
	overflow-y: hidden;
	width: auto;
	box-shadow: none;
	border: none;
}
#formMain input {
	width: 100%;
	height: 50px;
	padding: 5px;
	margin: 3px;
}
button.closebackmodal {
	float: right;
	margin: 3px;
	border: none;
	color: red;
	background: none;
	font-size: 18px;
}

input#closebut {
	display: none;
	border-radius: 3px;
	border: solid #2CC900 1px;
	padding: 10px;
	background: #44C926;
	color: #fff;
	text-transform: uppercase;
}
input#buttonbackcall.buttonform {
	display: block;
	border-radius: 3px;
	border: solid #2CC900 1px;
	padding: 10px;
	background: #44C926;
	color: #fff;
	text-transform: uppercase;
	
}
input#buttonbackcall.buttonform:hover {
	background: #4063B6;
	border: solid #44C926 1px;
}
input#buttonbackcall[disabled] {
	cursor: not-allowed;
	background: #ccc;
	border: none;
}
input#buttonbackcall[disabled]:hover {
	cursor: not-allowed;
	background: #ccc;
	border: none;
}
div.backcallsucc {
	padding-bottom: 10px;
}
.modal-body {
	width: auto;
}
.popup_act_content input[type=text] {
	width: 95%;
	padding: 5px 10px;
	font-size: 18px;
}


