<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: 11px;
    width: 100%;
}

.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;
    min-width: 300px;
}

.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 #b3c2c9;
	border-top: none;
	margin-bottom: 10px;
}
.iforms-tabs-menu .iforms_tab fieldset {
	border: medium none;
}
.iforms-tabs-menu &gt; ul {
	border-bottom: 1px solid #b3c2c9;
	clear: both;
	height: 33px;
}
.iforms-tabs-menu &gt; ul &gt; li {
	background: #fff none repeat scroll 0 0;
	float: left;
	font-size: 15px;
	margin-right: 3px;
}
.iforms-tabs-menu &gt; ul, .iforms-tabs-menu &gt; ul &gt; li {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.iforms-tabs-menu &gt; ul &gt; li.active &gt; a, .iforms-tabs-menu &gt; ul &gt; li.active &gt; 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 &gt; ul &gt; li &gt; a {
	color: #68809b !important;
}
.iforms-tabs-menu &gt; ul &gt; li &gt; 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;
}


.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;
}


.datagrid .actions a.copy { background-image: url("../../images/icons/copy.png"); }

/** РЅР°СЃС‚СЂРѕР№РєР° РїРѕР»РµР№ - РЅР°С‡Р°Р»Рѕ **/
#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;
}
/** РЅР°СЃС‚СЂРѕР№РєР° РїРѕР»РµР№ - РєРѕРЅРµС† **/</pre></body></html>