@font-face {
	font-family: 'RobotoBold';
	src: url('../libs/fonts/RobotoBold/RobotoBold.eot?') format('eot'),
		url('../libs/fonts/RobotoBold/RobotoBold.otf') format('opentype'),
		url('../libs/fonts/RobotoBold/RobotoBold.woff') format('woff'),
		url('../libs/fonts/RobotoBold/RobotoBold.ttf') format('truetype');
}

@font-face {
	font-family: 'RobotoRegular';
	src: url('../libs/fonts/RobotoRegular/RobotoRegular.eot?') format('eot'),
		url('../libs/fonts/RobotoRegular/RobotoRegular.otf') format('opentype'),
		url('../libs/fonts/RobotoRegular/RobotoRegular.woff') format('woff'),
		url('../libs/fonts/RobotoRegular/RobotoRegular.ttf') format('truetype');
}
/*Убираем дёргание страницы при всплывающем окне*/
body {padding-right: 0 !important;}

body.colbg {
	background: #10A298;
}
body.nbg {
	background: #F3F3F3;
}
body.nbg footer span {
	color: #636363;
}
:active, :hover, :focus {
	outline: 0;
	outline-offset: 0;
}
input:focus {
	outline: 2px solid #636363;
}

/* Error */
.main-error {
	position: absolute;
	max-width: 200px;
	right: 25px;
	bottom: 33px;
	text-align: right;
}

.success {
	font-weight: 500;
	text-align: center;
}

.preloader {
	height: 64px;
	width: 64px;
	margin: 0 auto;
	background: url(../img/preloader.gif) 0 0 no-repeat;
}

.parent {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;

	background: url('../img/bg7.png') no-repeat center center;
	min-height: 100%;
	background-size: cover;

}

.block {
	width: auto;
	height: 300px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* Form */
.login {
	overflow: hidden;
	background-color: white;
	padding: 40px 30px 30px 30px;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: -webkit-transform 300ms, box-shadow 300ms;
	-moz-transition: -moz-transform 300ms, box-shadow 300ms;
	transition: transform 300ms, box-shadow 300ms;
	box-shadow: 5px 10px 10px rgba(2, 128, 144, 0.2);
}

.login::before,
.login::after {
	content: "";
	position: absolute;
	width: 600px;
	height: 600px;
	border-top-left-radius: 40%;
	border-top-right-radius: 45%;
	border-bottom-left-radius: 35%;
	border-bottom-right-radius: 40%;
	z-index: -1;
}

.login::before {
	left: 40%;
	bottom: -130%;
	background-color: rgba(232, 232, 232, 1);
	-webkit-animation: wawes 6s infinite linear;
	-moz-animation: wawes 6s infinite linear;
	animation: wawes 6s infinite linear;
}

.login::after {
	left: 35%;
	bottom: -125%;
	background-color: rgba(237, 231, 225, 0.5);
	-webkit-animation: wawes 7s infinite;
	-moz-animation: wawes 7s infinite;
	animation: wawes 7s infinite;
}

.login>input {
	display: block;
	border-radius: 5px;
	font-size: 16px;
	background: white;
	width: 100%;
	border: 0;
	padding: 10px 10px;
	margin: 15px -10px;
}

.login>button {
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	width: 120px;
	border: 0;
	padding: 10px 0;
	padding-top: 13px;
	margin-top: 10px;
	margin-left: -5px;
	border-radius: 5px;
	background-color: #00693E;
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	transition: background-color 300ms;
}

.login>button:hover {
	background-color: #636363;
}

@-webkit-keyframes wawes {
	from {
		-webkit-transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes wawes {
	from {
		-moz-transform: rotate(0);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes wawes {
	from {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 12px;
}

/* Footer */
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	text-align: center;
}

footer span {
	width: 100%;
	text-align: center;
	color: #FFF;
}

.head_module {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	height: 45px;
	background: #00693E;
	color: #fff;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	padding: 10px 20px;
	align-items: center;
	position: fixed;
	width: 100%;
}

.head_module .info {
	font-size: 18px;
	font-family: "RobotoBold";
	text-transform: uppercase;
}

.head_module div.homemenu {
	position: absolute;
	height: 100%;
	width: auto;
	color: #FFF;
	right: 15px;
	top: 3px;
	color: #636363;
}

.head_module div.homemenu a {
	color: #FFF;
}

.head_module div.homemenu a:active,
.head_module div.homemenu a:focus,
.head_module div.homemenu a:hover {
	color: #636363;
}

/* Form */
.contayner_module {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100%;

}

#form {
	border: 2px solid #333;
	min-width: 800px;
	max-width: 800px;
	padding: 20px;
	border-radius: 15px;
	;
}

.block-group {
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-label {
	font-size: 12px;
	font-family: "RobotoBold";
	padding-left: 15px;
	color: #333;
	text-transform: uppecase;
}

.btn-danger,
.btn-danger:active,
.btn-danger:focus {
	background-color: #30BA8F;
	border-color: #30BA8F;
}

.btn-success,
.btn-success:hover,
.btn-success:active {
	background-color: #333;
	border-color: #333;
}

.col-block {
	width: 50%;
}

#form .row {
	--bs-gutter-x: 0;
}

.btn-danger:focus,
.btn-success:focus,
.form-select:focus {
	box-shadow: none;
}

.form-control:focus {
	box-shadow: none;
	border-color: #333;
}

.form-control-lg,
.form-select {
	font-size: 16px;
}

.form-select {
	COLOR: #333;
}

.form-select:hover {
	cursor: pointer;
}

.form-control {
	color: #636363
}

.butProject {
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	width: 200px;
	border: 0;
	padding: 10px 0;
	padding-top: 13px;
	margin-top: 10px;
	margin-left: -5px;
	border-radius: 5px;
	background-color: #30BA8F;
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	transition: background-color 300ms;
}

.butProject:hover {
	background-color: #636363;
}

.preloader_a {
	display: block;
	float: right;
	height: 64px;
	width: 64px;
	margin: 0 auto;
	background: url(../img/preloader.gif) 0 0 no-repeat;
}

.cl-error ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.cl-error ul li {
	padding-left: 15px;
}

.cl-error ul li b {
	color: #30BA8F;
}

.contayner_table {
	padding: 25px;
	padding-top: 50px;
}

.table tr th,
.table tr td {
	vertical-align: middle;
}

.table tr td a {
	position: inherit;
	color: #333;
}

.butPrintPage {
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	width: 200px;
	border: 0;
	padding: 10px 0;
	padding-top: 13px;
	margin-top: 10px;
	margin-left: -5px;
	border-radius: 5px;
	background-color: #30BA8F;
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	transition: background-color 300ms;
	align-items: flex-end;
	position: inherit;
	margin-left: 25px;
}

span[class^="row_"],
span[class^="rowdel_"] {
	display: block;
	width: 100.8px;
	height: 22.8px;
	-webkit-mask: linear-gradient(90deg, #30BA8F 70%, #0000 0) left/20% 100%;
	background: linear-gradient(#30BA8F 0 0) left/0% 100% no-repeat #dbdcef;
	animation: progress-422c3u 2s infinite steps(6);
	float: right;
}

@keyframes progress-422c3u {
	100% {
		background-size: 120% 100%;
	}
}

.col-print {
	width: 200px;
}

.er {
	width: 100%;
	padding: 25px;
	background-color: antiquewhite;
}

.sc {
	width: 100%;
	padding: 25px;
	text-align: left;
	background-color: rgb(205, 231, 209);
}

input[name="plemNumber"] {
	width: 170px;
}

.goPrint:hover,
.delPrint:hover {
	color: #30BA8F;
}

.yesPrint {
	color: #30BA8F !important;
}

.ctrl {
	text-align: center;
}

.addPrintAnimals {
	width: 250px !important;
	margin-left: 0 !important;
}

.addPrintAnimals:hover,
.butPrintPage:hover {
	background-color: #636363;
}

/* Global Nav */

.nav {
	width: 420px;
	min-width: 420px;
	height: 100%;
	position: fixed;
	top: 45px;
	bottom: 0;
	margin: 0;
	left: -420px;
	padding: 15px 20px;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	transition: left 0.3s;
	z-index: 2000;
	background: #00693E;
}

.nav-toggle {
	position: absolute;
	left: 430px;
	top: 5px;
	padding: 0.1em;
	color: #00693E;
	cursor: pointer;
	font-size: 2.2em;
	line-height: 1;
	z-index: 2001;
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

.nav-toggle:after {
	content: '\2630';
	text-decoration: none;
}

.nav-toggle:hover {
	color: #333;
}

[id='nav-toggle'] {
	position: absolute;
	display: none;
}

[id='nav-toggle']:checked~.nav>.nav-toggle {
	left: auto;
	right: 10px;
	color: #FFF;
}

[id='nav-toggle']:checked~.nav>.nav-toggle:hover,
[id='nav-toggle']:checked~.nav>.nav-toggle:active,
[id='nav-toggle']:checked~.nav>.nav-toggle:focus {
	color: #333;
}

[id='nav-toggle']:checked~.nav {
	left: 0;
	overflow-y: auto;
}

[id='nav-toggle']:checked~main>article {
	-webkit-transform: translateX(320px);
	-moz-transform: translateX(320px);
	transform: translateX(320px);
}

[id='nav-toggle']:checked~.nav>.nav-toggle:after {
	content: '\2715';
}

body {
	-webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
	to {
		padding: 0;
	}
}

@media screen and (min-width: 320px) {

	html,
	body {
		margin: 0;
		overflow-x: hidden;
	}
}

@media screen and (max-width: 320px) {

	html,
	body {
		margin: 0;
		overflow-x: hidden;
	}

	.nav {
		width: 100%;
		box-shadow: none
	}
}

/* Menu Global Navigation */
.menu-contayner a {
	position: relative;
	margin-right: 15px;
	font-size: 14px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.nav>ul {
	margin-top: 60px !important;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav>ul>li {
	line-height: 2.5;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
	-moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
	-ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
	transition: opacity .5s .1s, transform .5s .1s;
}

[id='nav-toggle']:checked~.nav>ul>li {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.nav>ul>li a span {
	font-size: 14px;
	text-transform: uppercase;
}

.nav>ul>li>a {
	display: inline-block;
	position: relative;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	color: #dadada;
	width: 100%;
	text-decoration: none;
	-webkit-transition: color .5s ease, padding .5s ease;
	-moz-transition: color .5s ease, padding .5s ease;
	transition: color .5s ease, padding .5s ease;
}

.nav>ul>li>a:hover,
.nav>ul>li>a:focus {
	color: white;
	padding-left: 15px;
}

.nav>ul>li>a:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	-webkit-transition: width 0s ease;
	transition: width 0s ease;
}

.nav>ul>li>a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #FFF;
	-webkit-transition: width .5s ease;
	transition: width .5s ease;
}

.nav>ul>li>a:hover:before {
	width: 0%;
	background: #FFF;
	-webkit-transition: width .5s ease;
	transition: width .5s ease;
}

.nav>ul>li>a:hover:after {
	width: 0%;
	background: transparent;
	-webkit-transition: width 0s ease;
	transition: width 0s ease;
}


/* Page Base Vector */
.base_vector {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	text-align: center;
	align-items: center;
}

.bv {
	width: 400px;
	min-width: 200px;
	background: #30BA8F;
	border-radius: 10px;
	padding: 40px 30px 30px 30px;
	box-shadow: 5px 10px 10px rgba(2, 128, 144, 0.2);
	align-content: center;
	color: #FFF;
}

.bv:hover,
.bv:active,
.bv:focus {
	cursor: pointer;
	background-color: #636363;
	transition: background-color 300ms;
}

.bv>span {
	display: block;
	min-width: 40px;
	height: 40px;
	color: #FFF;
}

.bv span.bvtext {
	display: block;
	width: 100%;
	padding-top: 15px;
}

/* Download Page */
span.text-primary {
	color: #30BA8F !important;
}

.dropdown-menu {
	/*width:100%;*/
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #30BA8F;
}

.dropdown-item.active span.text-primary,
.dropdown-item:active span.text-primary {
	color: #FFF !important;
}

form[name="form_csv"] .preloader_a {
	display: none;
}

.newHeight {
	display: block;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 75px;
}

.form-select:focus {
	border-color: #636363;
}

select[name='inputHos'] {
	color: #636363;
}

select[name='inputHos'] option {
	padding-top: 4px;
	color: #636363;
	cursor: pointer;
}

select[name='inputHos'] option:focus,
select[name='inputHos'] option:hover,
select[name='inputHos'] option:active {
	background-color: #30BA8F !important;
	color: #FFF !important;
	cursor: pointer;
}

select[name='inputHos'] option:checked {
	background-color: #30BA8F !important;
	color: #FFF !important;
}

/* Checkbox Template */
.container {
	max-width: 640px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 13px;
	padding-left: 0;
	padding-right: 0;
}

ul.ks-cboxtags {
	list-style: none;
	padding: 0;
}

ul.ks-cboxtags li {
	display: inline;
}

ul.ks-cboxtags li label {
	display: inline-block;
	background-color: rgba(255, 255, 255, .9);
	border: 2px solid rgba(139, 139, 139, .3);
	color: #adadad;
	border-radius: 10px;
	white-space: nowrap;
	margin: 3px 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	transition: all .2s;
}

ul.ks-cboxtags li label {
	padding: 8px 12px;
	cursor: pointer;
}

ul.ks-cboxtags li label::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	padding: 2px 6px 2px 2px;
	content: "\f067";
	transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label::before {
	content: "\f00c";
	transform: rotate(-360deg);
	transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label {
	border: 2px solid #FFF;
	background-color: #30BA8F;
	color: #fff;
	transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
	display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:focus+label {
	border: 2px solid #636363;
}

.input-add {
	max-width: 100%;
}

.block-group.formhide {
	display: none;
}

/* Calendar Template */
.datepicker {
	padding: 15px 30px;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datepicker .active.day {
	background-image: none;
	background-color: #30BA8F !important;
}

/* CSV Contayner */
.er_contayner_fix {
	position: fixed;
	width: 320px;
	right: 0;
	top: 55px;
}

.er_contayner_fix .er {
	outline: 1px solid red;
	padding: 5px;
}

.er_contayner_fix .er ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Settings Contayner */
.contayner_settings {
	padding: 75px 25px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	text-align: center;
	align-items: center;
	max-width: 400px;
}

.block_set {
	width: 150px;
	height: 175px;
	text-align: center;
	border-radius: 10px;
	padding: 10px;
	background-color: #d7d7d7;
	border: 1px solid #333;
	position: relative;
	padding-top: 5px;
}

.block_set:hover,
.block_set:active,
.block_set:focus {
	cursor: pointer;
	background-color: #30BA8F;
	transition: 1.5ms;
	border: 1px solid #FFF;
}

.block_set span {
	width: 100%;
	display: block;
	font-size: 48px;
	color: #636363;
}

.block_set_text {
	color: #636363;
	font-size: 16px;
	text-align: center;
	width: 100%;
	text-transform: lowercase;
	padding-bottom: 10px;
}

.block_set:hover span,
.block_set:active span,
.block_set:focus span,
.block_set:hover div,
.block_set:active div,
.block_set:focus div {
	color: #fff !important;
	transition: 1.5ms;
}

.preloader_s {
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -30px;
	left: 5px;
	background: url(../img/pr.gif) 0 0 no-repeat;
}

/* Table Div */
.block_table {
	width: 95%;
	margin: 0 auto;
	min-height: 500px;
	padding-left:40px;
	padding-right:40px;
}

.table {
	padding-top: 55px;
}

table.horse_sp {
	width: 100%;
	border-collapse: collapse;
}

table.horse_sp th,
table.horse_sp td {
	padding: 8px;
	border: 1px solid #ddd;
	font-size: 14px;
	text-align: center;
}

table.horse_sp tr:nth-child(odd) {
	background-color: #fff;
}

table.horse_sp thead tr,
table.horse_sp tr:nth-child(even) {
	background-color: #f6f6f6 !important;
}

.horse_sp tr th:first-child,
.horse_sp tr td:first-child {
	max-width: 35px;
	text-align: center;
}

/* Table Filter */
.dw {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr) 4fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.dwdiv1 {
	grid-area: 1 / 1 / 2 / 2;
	padding-top: 0 !important;
}

.dwdiv2 {
	grid-area: 1 / 2 / 2 / 3;
	padding-top: 0 !important;
}

.dwdiv3 {
	grid-area: 1 / 3 / 2 / 4;
	padding-top: 0 !important;
	justify-items: end;
}

.butUploadOne,
.butUploadAll {
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	width: 200px;
	border: 0;
	padding: 10px 0;
	padding-top: 13px;
	margin-left: -5px;
	border-radius: 5px;
	background-color: #00693E;
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	transition: background-color 300ms;
}

.butUploadOne:hover,
.butUploadAll:hover,
.butUploadOne:active,
.butUploadAll:active,
.butUploadOne:focus,
.butUploadAll:focus {
	background-color: #636363;
}

/*  Choices  */
.choices {
	position: relative;
	margin-bottom: 24px;
	font-size: 16px;
}
.choices:focus {
	outline: none;
}
.choices:last-child {
	margin-bottom: 0;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
	background-color: #EAEAEA;
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.choices.is-disabled .choices__item {
	cursor: not-allowed;
}
.choices[data-type*="select-one"] {
	cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
	padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
	padding: 0;
	background-size: 8px;
	height: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	margin-right: 25px;
	height: 20px;
	width: 20px;
	border-radius: 10em;
	opacity: .5;
}
.choices[data-type*="select-one"] .choices__button:hover,
.choices[data-type*="select-one"] .choices__button:focus {
	opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
	box-shadow: 0px 0px 0px 2px #00BCD4;
}
.choices[data-type*="select-one"]:after {
	content: "";
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #333333 transparent transparent transparent;
	border-width: 5px;
	position: absolute;
	right: 11.5px;
	top: 50%;
	margin-top: -2.5px;
	pointer-events: none;
}
.choices[data-type*="select-one"].is-open:after {
	border-color: transparent transparent #333333 transparent;
	margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]:after {
	left: 11.5px;
	right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
	right: auto;
	left: 0;
	margin-left: 25px;
	margin-right: 0;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
	cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
	position: relative;
	display: inline-block;
	margin-top: 0;
	margin-right: -4px;
	margin-bottom: 0;
	margin-left: 8px;
	padding-left: 16px;
	border-left: 1px solid #008fa1;
	background-size: 8px;
	width: 8px;
	line-height: 1;
	opacity: .75;
}
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus {
	opacity: 1;
}
.choices__inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #f9f9f9;
	padding: 7.5px 7.5px 3.75px;
	border: 1px solid #DDDDDD;
	border-radius: 2.5px;
	font-size: 14px;
	min-height: 44px;
	overflow: hidden;
	text-transform: uppercase;
}
.is-focused .choices__inner,
.is-open .choices__inner {
	border-color: #b7b7b7;
}
.is-open .choices__inner {
	border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
	border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.choices__list--single {
	display: inline-block;
	padding: 4px 16px 4px 4px;
	width: 100%;
}
[dir="rtl"] .choices__list--single {
	padding-right: 4px;
	padding-left: 16px;
}
.choices__list--single .choices__item {
	width: 100%;
}
.choices__list--multiple {
	display: inline;
}
.choices__list--multiple .choices__item {
	display: inline-block;
	vertical-align: middle;
	border-radius: 20px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 500;
	margin-right: 3.75px;
	margin-bottom: 3.75px;
	background-color: #00BCD4;
	border: 1px solid #00a5bb;
	color: #FFFFFF;
	word-break: break-all;
}
.choices__list--multiple .choices__item[data-deletable] {
	padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
	margin-right: 0;
	margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
	background-color: #00a5bb;
	border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
	background-color: #aaaaaa;
	border: 1px solid #919191;
}
.choices__list--dropdown {
	display: none;
	z-index: 1;
	position: absolute;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	top: 100%;
	margin-top: -1px;
	border-bottom-left-radius: 2.5px;
	border-bottom-right-radius: 2.5px;
	overflow: hidden;
	word-break: break-all;
}
.choices__list--dropdown.is-active {
	display: block;
}
.is-open .choices__list--dropdown {
	border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: -1px;
	border-radius: .25rem .25rem 0 0;
}
.choices__list--dropdown .choices__list {
	position: relative;
	max-height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
	position: relative;
	padding: 10px;
	font-size: 14px;
}
[dir="rtl"] .choices__list--dropdown .choices__item {
	text-align: right;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
	opacity: .5;
}
.choices__item {
	cursor: default;
}
.choices__item--selectable {
	cursor: pointer;
}
.choices__item--disabled {
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .5;
}
.choices__heading {
	font-weight: 600;
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #f7f7f7;
	color: gray;
}
.choices__button {
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.choices__button:focus {
	outline: none;
}
.choices__input {
	display: inline-block;
	vertical-align: baseline;
	background-color: #f9f9f9;
	font-size: 14px;
	margin-bottom: 5px;
	border: 0;
	border-radius: 0;
	max-width: 100%;
	padding: 4px 0 4px 2px;
}
.choices__input:focus {
	outline: 0;
}
[dir="rtl"] .choices__input {
	padding-right: 2px;
	padding-left: 0;
}
.choices__placeholder {
	opacity: .5;
}

/* Search */
* {
	box-sizing: border-box;
}
.inner-form {
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	max-width:750px;
}
.inner-form .input-field input {
	height: 100%;
	background: transparent;
	border: 0;
	display: block;
	width: 100%;
	padding: 10px 32px;
	font-size: 14px;
	color: #555;
	text-transform: uppercase;
}
.inner-form .input-field input.placeholder {
	color: #888;
	font-size: 14px;
}
.inner-form .input-field input:-moz-placeholder {
	color: #888;
	font-size: 14px;
}
.inner-form .input-field input::-webkit-input-placeholder {
	color: #888;
	font-size: 14px;
}
.inner-form .input-field input:hover,
.inner-form .input-field input:focus {
	box-shadow: none;
	outline: 0;
	border-color: #fff;
}
.inner-form .input-field.first-wrap {
	width: 200px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.inner-form .input-field.first-wrap .choices__inner {
	background: transparent;
	border-radius: 0;
	border: 0;
	height: 100%;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 30px;
}
.inner-form .input-field.first-wrap .choices__inner .choices__list.choices__list--single {
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.inner-form .input-field.first-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	opacity: 1;
	color: #888;
}
.inner-form .input-field.first-wrap .choices__inner .choices__list--single .choices__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	color: #555;
}
.inner-form .input-field.first-wrap .choices[data-type*="select-one"]:after {
	right: 30px;
	border-color: #e5e5e5 transparent transparent transparent;
}
.inner-form .input-field.first-wrap .choices__list.choices__list--dropdown {
	border: 0;
	background: #fff;
	padding: 20px 30px;
	margin-top: 2px;
	border-radius: 4px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.inner-form .input-field.first-wrap .choices__list.choices__list--dropdown .choices__item--selectable {
	padding-right: 0;
}
.inner-form .input-field.first-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background: #fff;
	color: #00693E;
}
.inner-form .input-field.first-wrap .choices__list--dropdown .choices__item {
	color: #555;
	min-height: 24px;
}
.inner-form .input-field.second-wrap {
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.inner-form .input-field.third-wrap {
	width: 45px;
	height: 45px;
}
.inner-form .input-field.third-wrap .btn-search {
	height: 100%;
	width: 100%;
	white-space: nowrap;
	color: #fff;
	border: 0;
	cursor: pointer;
	background: #00693E;
	transition: all .2s ease-out, color .2s ease-out;
}
.inner-form .input-field.third-wrap .btn-search svg {
	width: 16px;
}
.inner-form .input-field.third-wrap .btn-search:hover {
	background: #636363;
}
.inner-form .input-field.third-wrap .btn-search:focus {
	outline: 0;
	box-shadow: none;
}

/* Modal Style */
.modal-header {
	background: #00693E;
}
.modal-title {
	color: #FFF;
	font-size: 14px;
    text-transform: uppercase;
}
.btn-close {
	color: #FFF;
}
.btn-close:focus {
	box-shadow: none;
}
.btn-modal-add {
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	width: 200px;
	border: 0;
	padding: 10px 0;
	padding-top: 13px;
	margin-left: -5px;
	border-radius: 5px;
	background-color: #00693E;
	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	transition: background-color 300ms;
}
.btn-modal-add:hover,
.btn-modal-add:active,
.btn-modal-add:focus {
	background-color: #636363;
	color: #FFF;
	box-shadow: none;
}
.modal-labels {
	padding-left:0;
}
.modal-preloader {
	height:32px;
	width:32px;
	margin-right:25px;
	background: url(../img/modal-preloader.gif) 0 0 no-repeat;
}

/* Admin Panel */
.bodybox {
	font-family: sans-serif; 
	line-height: 1.6; 
	padding: 20px;
	background-color: #212121;
}
.bodybox h1, .bodybox h2 { 
	border-bottom: 2px solid #eee; 
	padding-bottom: 10px; 
}
.container_form { 
	margin: auto; 
	background: white; 
	padding: 20px; 
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	margin-left:30px;
}
.request-card { 
	border: 1px solid #ccc; 
	border-radius: 8px; 
	padding: 15px; 
	margin-bottom: 20px;
	transition: opacity 0.5s;
	border-left: 5px solid #3e3f3e;
}
.request-card h3 { 
	margin-top: 0;
}
.request-card p { 
	margin: 5px 0;
}
.request-card strong { 
	color: #333;
}
.request-card.approved {
	opacity: 0.6; 
	border-left: 5px solid #28a745; 
	background-color: #f8f9fa; 
}
.request-card.deactivated { 
	border-left: 5px solid #dc3545; 
	opacity: 0.7; 
}
form.userForm { 
	margin-top: 15px; 
	padding-top: 15px; 
	border-top: 1px dashed #ccc; 
}
form.userForm input[type="text"], 
form.userForm input[type="password"] { 
	padding: 8px; 
	margin-right: 10px; 
	border: 1px solid #ccc; 
	border-radius: 4px; 
}
form.userForm button { 
	padding: 8px 15px; 
	background-color: #10A298; 
	color: white; 
	border: none; 
	border-radius: 4px; 
	cursor: pointer;
	font-weight: bold;
}
form.userForm button:hover { 
	background-color: #218838; 
}
.no-requests { 
	color: #888; 
}
.generate-btn {
    background-color: #007bff;
    margin-left: 10px;
}
.generate-btn:hover {
    background-color: #0069d9;
}
.form-controls {
    display: flex;
    align-items: center;
}
.create-btn {
	background-color: #10A298; 
}
.status-message {
	padding: 10px;
	border-radius: 4px;
	margin-top: 15px; 
}
.status-success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb; 
}
.status-error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb; 
}
.toggle-status-btn.deactivate-btn { 
    padding: 8px 15px;
    background-color: #e94605;
    color: #FFF;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}
.toggle-status-btn.deactivate-btn:hover,
.toggle-status-btn.deactivate-btn:active,
.toggle-status-btn.deactivate-btn:focus {
    background-color: #ec832d;	
}
.toggle-status-btn.activate-btn { 
	background-color: #10A298;
    padding: 8px 15px;
    color: #FFF;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;	
}

/* Nav */
.fa-2x {
	font-size: 2em;
}
.fas {
	position: relative;
	display: table-cell;
	width: 60px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	font-size:20px;
}
.main-menu:hover,nav.main-menu.expanded {
	width:250px;
	overflow:visible;
	transition:all 0.3s linear;
}
.main-menu {
	background:#212121;
	position:fixed;
	top:0;
	bottom:0;
	min-height:100%;
	left:0;
	width:50px;
	overflow:hidden;
	-webkit-transition:width .05s linear;
	transition:width .05s linear;
	-webkit-transform:translateZ(0) scale(1,1);
	z-index:1000;
}
.main-menu>ul {
	margin:7px 0;
	margin-top:40px;
}
.main-menu li {
	position:relative;
	display:block;
	width:250px;
}
.main-menu li>a {
	position:relative;
	display:table;
	border-collapse:collapse;
	border-spacing:0;
	color:#999;
 	font-family: arial;
	font-size: 14px;
	text-decoration:none;
	-webkit-transform: translateZ(0) scale(1,1);
	-webkit-transition:all .1s linear;
	transition:all .1s linear;
}
.main-menu .nav-icon {
	position:relative;
	display:table-cell;	
	width:60px;
	height:36px;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
}
.main-menu .nav-text {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	width:190px;
  	font-family: 'Titillium Web', sans-serif;
}
.main-menu>ul.logout {
	position:absolute;
	left:0;
	bottom:0;
}
.no-touch .scrollable.hover {
	overflow-y:hidden;
}
.no-touch .scrollable.hover:hover {
	overflow-y:auto;
	overflow:visible;
}
a:hover,a:focus {
	text-decoration:none;
}
nav {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}
nav ul,nav li {
	outline:0;
	margin:0;
	padding:0;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
	color:#fff;
	background-color:#000000;
}
.area {
	float: left;
	background: #e2e2e2;
	width: 100%;
	min-height: 100%;
}

/* News */
.add-news-form { 
	background: #f9f9f9; 
	padding: 15px; 
	border-radius: 8px; 
	margin-bottom: 30px; 
	border: 1px solid #eee;
	border: none; 
}
.add-news-form .form-group { 
	margin-bottom: 15px; 
}
.add-news-form label { 
	display: block; 
	margin-bottom: 5px; 
	font-weight: bold; 
}
.add-news-form input[type="text"], textarea { 
	width: 100%; 
	padding: 10px; 
	border: 1px solid #ccc; 
	border-radius: 4px; 
	box-sizing: border-box; 
}
.add-news-form button.submit-btn { 
	background-color: #10A298; 
	color: white; 
	padding: 10px 20px; 
	border: none; 
	border-radius: 4px; 
	cursor: pointer; 
	font-size: 16px; 
}
.add-news-form button.submit-btn:hover { 
	background-color: #218838; 
}
.add-news-form .status-message {
    padding: 15px;
    margin-top: 15px;
    border-radius: 4px;
    font-size: 14px;
}       
.add-news-form .status-success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}
.add-news-form .status-error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}
.add-news-form .custom-file-upload {
    display: inline-block;
    background-color: #10A298;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	transition: background-color 0.3s;
	line-height: 1.0em;
}
.add-news-form .custom-file-upload:hover {
	background-color: #0d8a81;
}      
.add-news-form .custom-file-upload i {
	margin-right: 5px;
}
.btn-edit-groups {
	display: flex; 
	gap: 10px; 
	margin-top: 20px;
}
.formnews .action-btn {
	background-color: #10A298;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	margin-bottom: 20px;
	display: inline-flex;
	align-items: center;
	gap: 8px; 
	transition: background 0.3s;
}
.formnews .action-btn:hover {
	background-color: #0d8a81;
}
.formnews .action-btn.btn-cancel {
	background-color: #6c757d;
}
.formnews .action-btn.btn-cancel:hover {
	background-color: #5a6268;
}
#newsList .news-item, #contentList .news-item { 
	display: block;
    position: relative;
	border: 1px solid #ddd; 
	padding: 15px; 
	margin-bottom: 15px; 
	border-radius: 8px; 
	background: #f8f9fa; 
	align-items: start; 
}
#newsList .news-img, #contentList .news-img { 
	width: 120px; 
	height: 120px; 
	object-fit: cover; 
	border-radius: 6px; 
	margin-right: 20px; 
	flex-shrink: 0; 
	background-color: #eee; 
}
#newsList .news-content, #contentList .news-content { 
	flex-grow: 1; 
}
#newsList .news-date, #contentList .news-date { 
	color: #888; 
	font-size: 0.9em; 
	margin-bottom: 5px; 
}
#newsList .news-title, #contentList .news-title { 
	margin: 0 0 10px 0; 
	color: #333; 
}
#newsList .news-desc, #contentList .news-desc { 
	color: #555; 
	white-space: pre-wrap; 
}
.news_none {
	text-align: center; 
	color: #777;
}
.fade-in { 
	animation: fadeIn 0.5s; 
}
@keyframes fadeIn { 
	from { 
		opacity: 0; transform: 
		translateY(-10px); 
	} 
	to { 
		opacity: 1; 
		transform: translateY(0); 
	} 
}
.news-desc-wrapper {
	position: relative;
	max-height: 160px; 
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.news-desc-wrapper.expanded {
	max-height: none;
}
.news-desc-wrapper .fade-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(to bottom, rgba(248, 249, 250, 0), rgba(248, 249, 250, 1));
	pointer-events: none;
}
.news-item .toggle-desc-btn {
	background: none;
	border: none;
	color: #10A298;
	cursor: pointer;
	padding: 5px 0;
	font-weight: bold;
	font-size: 14px;
	outline: none;
}
#newsForm #fileName {
	margin-left: 10px; color: #555;
}
#newsForm .cancelEditBtn {
	display:none; 
	margin-left: 10px; 
	padding: 10px 20px; 
	border:none; 
	background:#ccc; 
	border-radius:4px; 
	cursor:pointer;
}
#newsForm .toggle-desc-btn:hover {
	text-decoration: underline;
}
#newsList .news-actions, #contentList .news-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 10;
}
#newsList .icon-btn, #contentList .icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #888;
    transition: color 0.3s;
    padding: 5px; 
}
#newsList .icon-btn:hover, #contentList .icon-btn:hover { color: #10A298; }
#newsList .icon-btn.delete:hover, #contentList .icon-btn.delete:hover { color: #dc3545; }

#newsList .news-item.deactivated, #contentList .news-item.deactivated {
    opacity: 0.6;
    background-color: #eeeeee !important;
    border-color: #ccc;
}
#newsList .news-item.deactivated img, #contentList .news-item.deactivated img { filter: grayscale(100%); }

#newsList .news-dates, #contentList .news-dates { 
    font-size: 0.85em; 
    color: #999; 
    margin-bottom: 5px; 
}
#newsList .date-label, #contentList .date-label { 
    font-weight: bold; 
    margin-right: 5px; 
}
button.cancel-edit-btn {
    background-color: #6c757d;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s;
}
button.cancel-edit-btn:hover {
    background-color: #5a6268;
}
button.cancel-edit-btn i {
    font-size: 14px;
}
.edit-mode {
	width: 100%;
    flex-grow: 1;
}
.universal-edit-form input[type="text"],
.universal-edit-form textarea,
.universal-edit-form input[type="text"],
.universal-edit-form textarea {
    width: 100%;
    box-sizing: border-box;
    min-width: 100%;
}
.universal-edit-form .form-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.universal-edit-form .custom-file-upload {
    width: auto !important;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
	text-align: center; 
	margin: 0;
}
.universal-edit-form .submit-btn,
.universal-edit-form .cancel-edit-btn {
    width: auto !important;
    flex: 0 0 auto !important;
    min-width: 120px;
    justify-content: center;
}
.universal-edit-form .file-upload-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.universal-edit-form .edit-file-name {
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;
	color: #555;	
	font-size: 14px;
}
.universal-edit-form .preview-img {
	width: 80px; 
	height: 80px; 
	object-fit: cover; 
	border-radius: 4px;
}
.news-item .view-mode {
    display: flex;
    align-items: start;
    width: 100%;
}
.news-item .view-mode .news-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 20px;
    flex-shrink: 0;
    background-color: #eee;
}
.news-item .view-mode .news-content {
    flex-grow: 1;
}
.edit-status-msg {
	padding: 15px;
    margin-top: 15px;
    border-radius: 4px;
    font-size: 14px;
}

/* Media Query */
@media screen and (max-width: 1100px) {
	.nav-toggle { top: -45px; left:610px; color:#FFF; }
	table.horse_sp th, table.horse_sp td { font-size: 12px; }
	[id='nav-toggle']:checked~.nav>.nav-toggle { top:0; }
	.block_table { padding-left: 0; padding-right: 0; width:99%; }
}
@media screen and (max-width: 767px) {
	table.horse_sp,
	table.horse_sp thead,
	table.horse_sp tbody,
	table.horse_sp th,
	table.horse_sp td,
	table.horse_sp tr {
		display: block;
	}
	table.horse_sp thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	table.horse_sp tr {
		margin-bottom: 20px;
		border: 1px solid #ddd;
	}
	table.horse_sp td {
		border: none;
		position: relative;
		padding-left: 50%;
	}
	table.horse_sp td:before {
		position: absolute;
		left: 6px;
		content: attr(data-label);
		font-weight: bold;
	}
	table.horse_sp th, table.horse_sp td { font-size: 14px; }
}
@media (max-width: 680px) {
	.base_vector {
		display: block;
		margin-top: 50px;
	}
	.bv {
		margin-bottom: 25px;
	}
}
@media (min-width: 640px) {
	.choices__list--dropdown .choices__item--selectable {
		padding-right: 100px;
	}
	.choices__list--dropdown .choices__item--selectable:after {
		content: attr(data-select-text);
		font-size: 12px;
		opacity: 0;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	[dir="rtl"] .choices__list--dropdown .choices__item--selectable {
		text-align: right;
		padding-left: 100px;
		padding-right: 10px;
	}
	[dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
		right: auto;
		left: 10px;
	}
}
@media screen and (max-width: 992px) {
	.inner-form .input-field {
		/*height: 50px;*/
	}
}
@media screen and (max-width: 767px) {
	.dw { display: block; }
	.dwdiv1 { float:left; }
	div.dwdiv3 { padding-left:0; padding-right:0; }
	.btn-search { border-radius: 5px; }
	.inner-form .input-field.third-wrap { width: auto !important; min-width: 200px;}
	.inner-form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 5px;
		margin-top: 10px;
	}
	.inner-form .input-field {
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.inner-form .input-field input {
		padding: 10px 15px;
	}

	.inner-form .input-field.first-wrap {
		width: 100%;
		border-right: 0;
	}

	.inner-form .input-field.first-wrap .choices__inner {
		padding: 10px 15px;
	}

	.inner-form .input-field.first-wrap .choices[data-type*="select-one"]:after {
		right: 11.5px;
		border-color: #e5e5e5 transparent transparent transparent;
	}

	.inner-form .input-field.second-wrap {
		width: 100%;
		margin-bottom: 30px;
	}

	.inner-form .input-field.second-wrap input {
		border: 1px solid rgba(255, 255, 255, 0.3);
	}

	.inner-form .input-field.third-wrap {
		margin-bottom: 0;
		width: 100%;
	}
}