.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: 1px solid #9fc974;
	background-color: #00ff00;
	margin-bottom: 10px;
	padding: 7px;
}
.is_required {
	color: red;
}

form.iforms .input{
	width:99%;
}
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;
}

.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-right: 1px solid #b3c2c9;
	border-style: none solid solid;
	margin-bottom: 10px;
}
.iforms-tabs-menu .iforms_tab fieldset {
	border: medium none;
}
.iforms-tabs-menu > ul {
	border-bottom: 1px solid #b3c2c9;
	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: #b3c2c9 #b3c2c9 #fff;
	border-image: none;
	border-style: solid;
	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 #fff #b3c2c9;
	border-image: none;
	border-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	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;
}

/** настройка полей - начало **/
#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;
}
/** настройка полей - конец **/