.req-body {
  border-radius: 5px;
  background-color: #ffffff;
  width: 500px;
  height: auto;
  display: block;
  overflow: hidden;
  padding-bottom: 75px;
}
#req-call{
	padding-bottom: 0;
}
.req-body .header {
  width: 100%;
  height: 58px;
  border: 1px solid #dadada;
  background-color: #f3f3f3;
}
.req-body .header .title {
  font: 400 18px/58px Arial;
  color: rgba(51, 51, 51, 0.98);
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 29px;
}
.call-form {
  height: 540px;
  width: 100%;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
}
.call-form .field-entry {
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.call-form .field-entry .field-name {
  font: 400 14px Arial;
  color: #aaaaaa;
  line-height: 40px;
  text-align: left;
}
.call-form .field-entry .field-input {
  background-color: #ffffff;
  width: 100%;
  height: 40px;
}
.call-form .field-entry .field-input input[type='text'] {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  border-color: #e0e0e0;
  border-radius: 4px;
  outline: none;
  padding-left: 10px;
}
.call-form .field-entry .field-input input[type='text']:focus {
  border-color: #b2b2b2;
}
.call-form .field-entry .field-input textarea {
  width: 100%;
  height: 120px;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  border-color: #e0e0e0;
  border-radius: 4px;
  outline: none;
  padding: 10px;
}
.call-form .field-entry .field-input textarea:focus {
  border-color: #b2b2b2;
}
.call-form form {
  margin-top: 24px;
}
#req-call .call-form .select {
	width: 300px;
	display: inline-block;
	vertical-align: top;
}

#req-call .call-form .select.more-data {
	width: 70px;
}
#req-call .call-form .select.more-data .selectric {
	border-left: none;
}
#req-call .call-form .select.more-data .selectric .button {
	display: none;
}
#req-call .call-form .select.more-data .selectric .label {
	margin: 0 10px 0 10px;
}
.selectric-scroll {
	height: 120px;
}
.selectric-scroll li:last-of-type {
	border-bottom: none;
}
.selectric-items {
	height: 120px;
}
.mCSB_inside > .mCSB_container {
	margin-right: 16px!important;
}


.mCSB_draggerContainer {
	border-left: 1px solid #DDD;
	margin: 10px 0!important;
}
.mCSB_draggerRail {
	width: 1px!important;
}
.mCSB_scrollTools #mCSB_2_dragger_vertical {
	min-height: 7px!important;
	height: 7px!important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	min-height: 7px;
	width: 7px!important;
	height: 7px!important;
	border-radius: 50%;
	background-color:  #00a8ea!important;
}
.mCSB_scrollTools .mCSB_dragger {
	min-height: 10px;
	height: 10px!important;
	max-height: 20px;
}
.bottom-send {
  border: 1px solid #dadada;
  background-color: #f3f3f3;
  width: 100%;
  height: 80px;
  display: block;
  margin-top: 15px;
}
.bottom-send .bottom-send-l {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.bottom-send .bottom-send-l .subs {
  width: 155px;
  font: 400 14px/40px Arial;
  color: #aaaaaa;
  font-style: italic;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bottom-send .bottom-send-r {
  width: 50%;
  height: 100%;
  float: left;
}
.bottom-send .bottom-send-r .send-but {
  border-radius: 4px;
  background-color: #00a8ea;
  width: 230px;
  height: 40px;
  margin: 19px 0px;
}
.bottom-send .bottom-send-r .send-but .command {
  font: 400 13px/40px Arial;
  color: #fffefe;
  text-align: center;
  text-transform: uppercase;
}
.bottom-send .bottom-send-r .send-but:hover {
  cursor: pointer;
  background: #70c330;
}
.important {
  color: red;
}
