.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.show {
	display: block !important;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-justify {
	text-align: justify !important;
}
.input_checkbox_list label, .input_radio_list label{
	display: inline !important;
}

.row, .row-in {
	overflow: visible !important;
}
.col-3, .col-9 {
	float: left;
	margin-right: 1%;
	min-height: 1px;
}
.col-3 {
	width: 23.5%;
}
.col-9 {
	width: 74.5%;
}

.iforms .buttons {
	margin-top: 10px;
}

.success_text {
display: block;
    border: 2px solid #1ea3c6;
    background-color: #1ea3c6;
    margin-bottom: 10px;
    padding: 7px;
    
    color: #fff;
}

.footer-button .success_text {
    margin-left: 15px;
}
.is_required {
	color: red;
}

form.iforms .input{
	width:100%;
}
form.iforms .prefix,
form.iforms .suffix{
	height:17px;
	padding:4px 7px;
	display:inline-block;
	float:left;
	color:#666;
	background:#f9f9f9;
	border:solid 1px #AAA;
	vertical-align: middle;
}

form.iforms .prefix{
	border-radius:5px 0 0 5px;
	border-right: none;
}
form.iforms .prefix.pull-right{
	margin-right: -2px;
}
form.iforms .suffix{
	border-radius:0 5px 5px 0;
	margin-left: -7px;
	border-left: 1px solid #aaa;
}

.iforms_basic {}

.iforms_button {}

.iforms_button button {
	background: none repeat scroll 0 0 #2980b9;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 100%;
	padding: 10px 15px;
	text-decoration: none;
	vertical-align: middle;
	width: auto;
	margin-bottom: 5px;
}
span.iforms_link a {
	background: none repeat scroll 0 0 #2980b9;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 100%;
	padding: 10px 15px;
	text-decoration: none;
	vertical-align: middle;
	width: auto;
	margin-bottom: 5px;
}
.iforms_compact {}

.iforms_fields {}

.iforms_modal {
	padding: 20px;
	min-width: 300px;
}

a.ajax-modal.form {
    border-radius: 25px;
	border: 2px solid #3270b7;
    padding: 7px 18px;    
	font-size: 17px;
}

a.ajax-modal.form:hover {
    text-decoration: none;
	background-color: #3270b7;
	color: #fff;
}

.iforms_modal h3 {
    margin-top: 0px!important;
}

.iforms_sidebar {}

.iforms_jquery {}

.iforms_wrapper {}

.iforms_container {
	position: relative;
}
.iforms_container form fieldset{
	padding: 10px;
	margin-bottom: 3px;
}
.iforms_edit {
	position: absolute;
	top: 5px;
	right: 5px;
	opacity: 0.2;
	min-height: 16px;
	min-width: 16px;
}

.iforms_edit:hover {
	opacity: 1.0;
}

.iforms_tab {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #b3c2c9 #b3c2c9;
	border-image: none;
	border-width: medium 1px 1px;
	padding-top: 5px;
}
.iforms_tab legend { padding: 0 10px; }

.iforms-tabs-menu .iforms_tab {
	border: 1px solid #DADCDC;
	border-style: none solid solid;
	margin-bottom: 10px;
}

div#ui-datepicker-div {
    z-index: 20!important;
}

.button_modal input.button-submit {
    width: 100%;
}
.form_modal .loading-panel.block {
    display: none!important;
}

.form_modal.loading-panel {
    display: none!important;
}

.iforms-tabs-menu .iforms_tab fieldset {
	border: medium none;
}
.iforms-tabs-menu > ul {
	border-bottom: 1px solid #DADCDC;
	clear: both;
	height: 33px;
}
.iforms-tabs-menu > ul > li {
	background: #fff none repeat scroll 0 0;
	float: left;
	font-size: 15px;
	margin-right: 3px;
}
.iforms-tabs-menu > ul, .iforms-tabs-menu > ul > li {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.iforms-tabs-menu > ul > li.active > a, .iforms-tabs-menu > ul > li.active > a:hover {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #fff none repeat scroll 0 0;
	border-color: #DADCDC #DADCDC #fff;
	border-top: 2px solid #3270b7!important;
	border-image: none;
	border-style: solid;
	padding: 0 20px;
	border-width: 1px;
	color: #34495e !important;
	cursor: default;
}
.iforms-tabs-menu > ul > li > a {
	color: #68809b !important;
}
.iforms-tabs-menu > ul > li > a {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #fff;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	text-decoration: none;
	transition: background 0.15s ease-in-out 0s;
}
.iforms-tabs-menu .tabs_error {
	background-color: #fdd;
	border: 1px solid #f00;
}

.iforms-tabs-menu .a_span {
	color: #34495e;
	cursor: default;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
}

.content_item .field {
	overflow: visible;
}

.date_input, .time_input, .datetime_input {
	width: 130px;
	border: 1px solid #aaa;
	box-shadow: 0 1px 2px #ddd inset;
	color: #333;
	font-size: 14px;
	outline: medium none;
	padding: 4px;
}

.math_span {
	font-weight: bold;
}
.input-group-spinner {
	display: inline-block;
}
.input-spinner {
	text-align: center;
	width: 80px !important;
}
.input-spinner-btn {
	margin: 0px;
}
.iformsinforms {
	position: relative;
}


.file_upload input[type="file"]{
    display: none;
}

form label.file_upload {
    background: #f9f9f9 -moz-linear-gradient(center top , #f9f9f9 5%, #ededed 100%) repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #fff inset;
    color: #666666;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    padding: 6px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    min-width: 186px;
    text-align: center;
    cursor: pointer;
}
.file_upload:hover {
    background: #ededed -moz-linear-gradient(center top , #ededed 5%, #f9f9f9 100%) repeat scroll 0 0;
}

/** настройка полей - начало **/
#f_options_border_color,
#f_options_background_color,
#f_options_margin_top,
#f_options_margin_right,
#f_options_margin_bottom,
#f_options_margin_left {
	width: 140px;
	float: left;
	clear: none;
}
#f_options_padding_vert,
#f_options_padding_horiz {
	width: 280px;
	float: left;
	clear: none;
}
#f_options_padding_vert {
	clear: left;
}
#f_options_attr_name,
#f_options_attr_value {
	width: 200px;
	float: left;
	clear: none;
	margin-right: 10px;
}
/** настройка полей - конец **/


input#formname, input#formnumber {
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #072730;
    border: 1px solid transparent !important;
    padding: 0 20px;
    border-radius: 0px !important;
}

textarea#formmessage {
    width: 100%;
    height: 100px;
    font-size: 16px;
    font-weight: 400;
    color: #072730;
    border: 1px solid transparent !important;
    border-radius: 0px !important;
    padding: 20px;
}

#f_formmessage {
    padding: 0px 15px;
}

.footer-button .button-submit {
    background-color: #1ea3c6;
    border-color: #1ea3c6;
    color: #fff;
	font-size: 14px;
	line-height: 100%;
	transition: background ease-in-out .15s;
    background: none;
    border-color: #fff;
    float: right;
    border: 2px solid #949494;
    padding: 10px 29px 10px 29px;
    border-radius: 1px;
}

.buttons.footer-button {
    margin-top: 0px;
    padding-right: 15px;
}

@media (max-width: 991px) {
a.ajax-modal.form {
    border-radius: 0px; 
    background-color: #357dd0;
    padding: 7px 18px;
    font-size: 17px;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
}

@media (max-width: 767px) {
a.ajax-modal.form {
    margin-left: -15px;
}
}

@media (max-width: 360px) {
.iforms_modal {
	padding: 20px;
	max-width: 250px;
	min-width:250px;}
}
