/********** Оформление форм CSS3 **********/
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.loginform {width: 325px;}

fieldset,
.loginform {
    margin: 60px auto 30px;
    padding: 10px 0 !important;
    position: relative;
    border:0;
}

.blur,
.dialogBlur{
	backdrop-filter: blur(7px);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 11;
}

.forma-block {
	clear:both;
	padding-top: 20px;
}

.form-content-block {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:9;
	background: #F6F6F1;
	padding: 20px;
	box-shadow:
        0 0px 7px rgba(0,0,0,0.2)
}

.list-block {
	float: left;
}

.form-content-panel {
	background: #F6F6F1;
	padding: 22px;
	float: left;
}

.form-content-order .field {
	float: left;
	margin-right: 10px;
}

.form-filter-block .field{
	float: left;
	width: auto !important;
	margin-right: 10px;
}

.form-filter-block input {
	padding-left: 9px !important; 
	width: auto !important;
	padding-right: 32px !important;
}

.form-filter-block .field span {
	left: 9px !important; 
}

.form-filter-block .dropDown {
	left: 0px !important; 
}

.icon-hide {
	display: none;
}

fieldset legend,
.legend {
	margin-left: 30px;
	color: #777;
	font-size: 20px;
	border-bottom: 1px dashed #555;
	display: inline;
}

form *,
loginform * {
	padding:0;
	margin:0;
}

.field {
    position: relative;
    margin-bottom: 10px;
	width: 250px;
}
.field.last {margin:0}
.field i,
.field span {
    left: 0px;
    top: 0px;
    position: absolute;
    height: 35px;
    width: 35px;
    padding-left:2px;
    color: #ccc;
    text-align: center;
    line-height: 42px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
}

.field .icon-area {height:25px!important;line-height:32px!important}

.field span {
	height: 15px !important;
    width: auto !important;
    font-size: 11px !important;
    border:0 !important;
    left: 40px !important;
    top:3px;
    padding:0px !important;
    margin:0 35px 0 0 !important;
    line-height: 12px;
    color: #1A9DFF/*rgba(0, 0, 0, 0.5)*/;
    background: inherit;
}

.field .clear-content,
.field .eye {
	position: absolute;
	right: 1px;
	top: 1px;
	height: 35px;
	cursor: pointer;
	width: 35px;
	font-size: 15px;
	padding: 8px 0 0 3px;
	color: #777;
	background: #f9f9f9;
}

.field span.error,
.multiField span.error {
	color: #C40000;
	right: 40px;
	top: 10px;
    text-align: right;
}

.MultiFile-list {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-top: 0;
	background: #f9f9f9;
}

.MultiFile-label {padding: 7px;}

.MultiFile-label span,
.file_delete,
.img_preview {
	position: relative !important;
	font-size: 16px !important;
	color: #333 !important;
	text-align: left !important;
	margin:0 !important;
	left: 0 !important;
	top: 0 !important;
	line-height: 16px !important;
}

.file_delete {
	padding: 6px 10px 5px 0 !important;
}

.img_preview {
	text-decoration: none;
	font-size: 12px !important;
	line-height: 18px !important;
}

.MultiFile-remove {
	color: #CE0000;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.field i.arrow-right {
	left:inherit !important;
	right:3px !important;
	padding-top: 1px;
	top: 1px;
	border-right: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropDown {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-top: 0;
    background: #f9f9f9;
    left: 34px;
    top: 36px;
    cursor: pointer;
    display: none;
    position: absolute;
    z-index: 9999;
    max-height: 300px;
}

.multiDropDown {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-top: 0;
	position: absolute;
	display: none;
	z-index: 999;
}

.multiDDItem_title {
	padding: 5px 25px;
}

.dropDown li,
.multiDropDown li {
    color: #777;
    padding: 5px 15px 5px 15px;
    background: #e9e9e9;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.dropDown li:hover {
	background: #FBF9EC;
}

.selectBox,
.ajaxForm .field input {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    padding: 15px 18px 5px 45px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: #f9f9f9;
    color: #333;
	width: inherit;
}

.ajaxForm .field input[type=file] {
	width: 250px;
}

.multiItem {
	height: auto !important;
	width: auto !important;
	padding: 5px !important;
	margin: 5px !important;
}
.multiItem_title {
	color: #333;
	font-size: 13px;
	display: inline;
    bottom: 10px;
    position: relative;
}
.multiField {
	height: auto !important;
	padding: 17px 39px 0px 12px;
	background: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.multiField i {
	height: 100% !important;
}

.selectBox:hover ~ i,
.ajaxForm .field input:hover ~ i {
    color: #777;
}

.selectBox:focus ~ i,
.ajaxForm .field input:focus ~ i {
    color: black;
}

.selectBox:focus,
.ajaxForm .field input:focus {
    background: #FBF9EC;
    outline: none;
}

.list-table td:not([contenteditable=true]) {
/*  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
}

.list-table td.editing {
	background: #fff;
	border: 1px solid #222;
}

.list-table td.edited {
	color: #2693ff;
}

.list-table th {
	min-width: 40px;
}

.formSubmitSimple button,
.table-buttons-panel button,
.table-buttons-panel .checks-all input {
	height: 37px;
	padding: 0 15px;
	background: #525a63;
	border: 0;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin-right: 3px;
}

.formSubmitSimple button[act="filter"] {
	display: none;
}

.formSubmitSimple button span,
.table-buttons-panel button span {
	margin-left: 5px;
}

.formSubmitSimple button i,
.table-buttons-panel button i {
	position: relative;	
	top: 2px;
}

.formSubmit,
.ajaxForm .submit,
.formReset,
.ajaxForm  .formSubmit .button {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 17px;
    right: -25px;
    padding: 10px;
    /*z-index: 2;*/
    background: #ffffff;
    border-radius: 50%;
    box-shadow:
        0 0px 3px rgba(0,0,0,0.2),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px -2px rgba(0,0,0,0.6);
}

.formSubmit,
.formSubmitSimple,
.formReset,
.table-buttons-panel button,
.table-buttons-panel .checks-all
 {
    position: relative;
    top:0;
    margin-bottom:0px;
    float: left;
	margin-top: 4px;
}
.formReset {
	margin-left: 0px;
}

.ajaxForm .formSubmit .button {
	position: relative !important;
}

.ajaxForm .formSubmit button,
.ajaxForm .formSubmit .button input[type=button] {
    width: 100%;
    height: 100%;
    margin-top: -1px;
    font-size: 1.4em;
    line-height: 1.75;
    color: #f9f9f9;
    border: none;
    border-radius: inherit;
    background: -moz-linear-gradient(#CCC, #555);
    background: -ms-linear-gradient(#CCC, #555);
    background: -o-linear-gradient(#CCC, #555);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#CCC), to(#555));
    background: -webkit-linear-gradient(#CCC, #555);
    background: linear-gradient(#CCC, #555);
    box-shadow:
        inset 0 2px 2px rgba(255,255,255,0.3),
        0 1px 0px rgba(0,0,0,0.35),
        inset 0 1px 0px rgba(255,255,255,0.2),
        inset 0 -3px 3px rgba(0,0,0,0.1);
    cursor: pointer;
}

.ajaxForm .formSubmit button i {
 	display: block;
    height: 35px;
 	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

.ajaxForm .formSubmit button:hover i {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
    color: #fff !important;
}

.ajaxForm .formSubmit button:active,
.ajaxForm .formSubmit button:focus {
    box-shadow:
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}

.ajaxForm textarea {
	width:inherit;
	height:71px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: #f9f9f9;
}

.ajaxForm .field input[type=checkbox].multiDDItem {
	left: 0;
	float: left;
	clear: both;
	height: 20px;
	width: 20px !important;
}

.ajaxForm .field input[type=checkbox] {
	left: 207px;
	top: -7px;
	position: relative;
	width: 22px;
	height: 22px;
	margin-top: 6px;
}

.ajaxForm .multiField input[type=checkbox] {
	position: relative;
	width: 21px;
	height: 21px;
}

.textarea {
	padding: 26px 5px 5px 5px;
}

.list-table td,
.list-table th {
	padding: 5px;
	border: 1px dotted #999;
}
.list-table td input[type=checkbox] {
	height: 15px !important;
	width: 15px !important;
	padding: 0;
	margin: 0;
}
.sel_item, .add_item {cursor: pointer;}
.list-table tr { color: #1B1B1B; }
.list-table tr:nth-child(odd) { background-color: #f7f7e7; }
.sel_item:hover, .add_item:hover,
.table_pages span:hover { color: #FF421A }
.list-table th {
	font-weight: normal;
	color: black;
	border-bottom: 1px solid #555;
	cursor:pointer;
	font-size: 14px;
}
.list-table th:hover { color: #FF421A}
.list-table .no-sort{ cursor:auto !important;}
.list-table .no-sort:hover{ color:black !important; }
.list-table td input{ width: 40px; }
.list-table tr.selected{ background: #E3E39D !important; }
.table_pages {
	display: block;
	width: 70%;
	overflow: hidden;
}
.table_pages span,
.to_page {
	border: 1px solid #ddd;
	margin: 1px;
	padding: 2px 7px;
	background: #ECECE1;
	color: #525A63;
	cursor: pointer;
	text-align: center;
	float: left;
}
.table_pages .cur_page{
	background: #E3E39D;
	color: #525A63;
}
.to_page {
	padding: 1px !important;
	height: 25px;
	width: 50px;
	background: #FFF;
	cursor: auto;
}

.checks-all {
	background: #d7d777;
	height: 37px;
}

.checks-all input {
	margin: 0 5px;
}

.table-buttons-panel {
	margin: 10px 0;
	display: flex;
}

.table-buttons-panel .panel-title {
	color: #1A9DFF;
	font-size: 11px;
	margin-bottom: 3px;
}
.panel-title {
	
}

.table-buttons-panel button{
	margin-right: 5px;
}
.table-buttons-panel .button:first-child button{
	margin-left: 0px;
}

.table-buttons-panel::after {
	content: " ";
	clear: both;
	display: block;
}
.act_btns_block a {
	padding: 0 10px;
	color: #ccc;
}
.act_btns_block a:hover {
	color: #222;
}
.form_group {
	display: inline-block;
}
.form_group_title {
	margin-left: 30px;
    color: #777;
	margin-bottom: 5px;
	font-size: 18px;
	display: block;
}
.low {
	color: #dec201;
}
.hi {
	color: #ff265c;
}
.normal {
	color: #00b386;
}
.alert {
	color: #ff265c;
}
.altActionBtnStyle {
	height: 37px;
	padding: 0 15px;
	background: #cecebf;
	border: 0;
	cursor: pointer;
	color: #222;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
}
.block-predict fieldset {
	padding: 0 !important;
}

.block-predict .table-buttons-panel {
	margin: 2px;
}
.block-predict .field {
	width: auto;
	margin-bottom: 0;
}
.block-predict .field input {
	padding-left: 9px;
	width: auto;
	top: 0;
	left: 0;
}
.block-predict .field input[type=checkbox] {
	top: 0;
	left: 0;
}