html {height: 100%;}
* html body {height: 100%;}
body{
	margin:0;
	padding:0;
	background:url(../images/icons/bg.jpg);
	font-family:'GHEA Grapalat','Arian AMU', 'Arial Unicode', Sylfaen, Tahoma, Verdana, sans-serif; 
	min-height: 100%; 
	position:relative
}
body a{
	text-decoration:none;
}

.number_char{
	color:#9d9d9d;
	margin: 0;
	text-shadow:1px 1px 0 #FFFFFF
}
input[type=radio]:not(.eartags_form input) {
	display: none ;
}
/*************************** top menu **********************/
#main_container {
	width:100%;
	display:inline-block
}
#left_menu {
	display: inline-block;
	margin:85px 2% 60px 2%;
	float:left;
	width:24%;
}
#left_menu .hello{
	display: none;
}
#top_navigation{
	width: 100%;
	display: inline-block;
	background: #333537;
	text-align:center; 
	position: fixed;
	left: 0;
	/*z-index: 10000;*/
	z-index: 1000;
}
.section {margin-bottom:20px}
.section h2 {border: 1px dotted #6b9e1b;border-bottom:1px solid #f0f0f0;
    padding: 10px;
    margin: 0;
    display: inline-block;
    line-height: 1;font-weight:normal; font-size:17px}
.sect_border {border:1px dotted #6b9e1b; padding:20px 0; margin-top:-1px}
.sect_border .disp_hundr, .sect_border>.displ_inl {margin:0 20px}
.sect_border .disp_inner {margin:0 10px}
.small_section {border-left:3px solid #6b9e1b; margin:0 20px; margin-bottom:50px}
.small_section h4 {margin-left:20px; color:#6b9e1b}
.section h3 {background:#e7e7e7; padding:10px 20px; font-weight:normal; border-top:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0; color:#6b9e1b}
.sect_border .modal_left {line-height:1.4}
.top_logo{
	width:85px; 
	background:#333; 
	position:absolute; 
	left:10px; 
	padding:7px; 
	border-radius: 0 0 5px 5px; 
	box-shadow:0 0 5px #333
}
.log_out {
	position: absolute;
	right: 0;
	background:#6b9e1b;
	font-size: 13px;
	padding: 0 5px;
}
.log {
	padding: 15px 0;
	font-size: 13px;
	border:none;
}
.log_out a{
	color:#fff;
	display:inline-block;
}
.log_out a:hover, .log_out:hover{
	background:#4c7b29;
	text-decoration:none
}
.top_menu{
	display:inline-block; 
	width:816px; 
	margin:0 3px 1px 0; 
	border-left:1px solid #444;
}
.link_item {
	float:left;
	border-right:1px solid #444;
	padding:15px 0;
	font-size:13px
}

.link_item:hover {
	float:left;
	border-right:1px solid #444;
	padding:15px 0;
	font-size:13px;
	background:#111111
}

.link_item a {
	color:#ccc;
	font-size:13px;
	padding:15px 10px;
	text-shadow:0 0 1px #ccc
}
.link_item a:hover {
	color:#6B9E1B;
	font-size:13px;
	background:#111111;
	text-decoration:none
}
.link_item a:active {
	color:#6B9E1B;
	font-size:13px;
	background:#111111;
	font-weight:bold
}
.nav {
	display: none;
	position: relative;
	z-index: 1;
}
.tog_nav {
	/*display: none;*/
	flex-direction: column;
	position: relative;
	/*padding: 20px;*/
	top: 15px;
	left: 15px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

.tog_nav > span {
	display: flex;
	width: 29px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: #fff;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 5px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	opacity 0.55s ease;
}
.tog_nav > span.fst {
	transform-origin: 0 0;
}
.tog_nav > span.mid {
	transform-origin: 0 100%;
}
.tog_menu {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 60px;
	bottom: 0;
	z-index: 500;
	overflow: hidden;
	overflow-y: auto;
	/*visibility: hidden;*/
	-webkit-overflow-scrolling: touch;
	width: 100%;
	background-color: #FFF;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease,-webkit-transform .25s ease;
	right: 0;
	left: 0;
	/*-webkit-transform: translate3d(300px,0,0);*/
	/*transform: translate3d(300px,0,0);*/
}
.tog span {
	opacity: 0 ;
	transform: rotate(45deg) translate(-2px, 0px) ;
	/*background: #36383F ;*/
}
.tog > span.fst {
	opacity: 1 ;
	transform: rotate(135deg) translate(-8px, -18px) !important;
}
.tog > span.lst {
	opacity: 0 !important;
	transform: rotate(0deg) scale(0.2, 0.2);
}
.tog > span.mid {
	opacity: 1 ;
	/*transform: rotate(135deg) translate(0, -1px) ;*/
	/*-webkit-transform: rotate(135deg) translate(0, -1px) ;*/
}
/*************************** menu **********************/
.left_menu{
	padding-top:100px;
	left:0;
	position:absolute;
}
.menu{
	background:#333537;
	list-style: none;
	margin: 0;
	padding:  15px;
}
.menu ul{
	margin-left:-45px;
}
.menu_img{
	margin:0;
	padding:0 10px;
	float:left;
}
.menu li{
	font-size:13px;
	padding: 7px;
	list-style: none;
}
.menu a:last-child{
	border-bottom:none
}
.mn_span{
	padding-top:10px !important;
}
.menu a{
	margin: 0;
	text-align:left;
	display:inline-block;
	background:#313435;
	box-shadow:0 0 10px #333;
	-moz-box-shadow:0 0 10px #333;
	-webkit-box-shadow:0 0 10px #333;
	color:#cacdcd;
	font-size:12px;
	text-decoration:none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	width:100%;
	border-bottom:1px solid #555
}
.menu a:hover {
	color: #6b9e1b;
	background:#333537;
	text-shadow:0 -1px 0 rgba(0, 0, 0, .65);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;

}
.menu a img {margin-right:15px}
/*********************** body_container ************/
.body_container {
	margin: 85px 1.7% 60px 0;
	font-size: 13px;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	background: #fafafa;
	display: inline-block;
	text-align: left;
	border: 1px solid #dedede;
	width: 70%;
	float:right;
	overflow: hidden;
} 
.bloc{
	padding:  15px;
	background: #f6f6f6;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	display: inline-block;
	width: 100%;
	overflow: auto;
}
.cont, .mar_fiv {
	overflow: auto;
}
.title_h1{
	min-height: 50px;
	font-size: 13px;
	background: #6b9e1b;
	color: white;
	border-bottom: 1px dotted #DEDEDE;
	margin: 0;
	text-shadow: 0 -1px 0 #000000;
	font-family: 'Arian AMU', 'Arial Unicode', Sylfaen, Tahoma, Verdana, sans-serif;
	vertical-align: middle;
}
.title_logo{
	display:inline-block;
	float:left;
}
.title_logo img {margin:10px}
.title_h2{
	display:inline-block;
	line-height:50px;
	font-weight:normal
}
#apply {
	float:right;
	margin-right:0;
}
 /*************************** footer **********************/
 
 #footer{
	width:100%; 
	position:absolute; 
	bottom:0; 
	font-size:11px;
	text-align:center;	
}
.footer_line{
	border-top:1px solid #cacccd;
	border-bottom:1px solid #fff;
}
.footer_main{
	display:inline-block; 
	width:850px; 
	margin:10px 0; 
	border-left: 1px solid #fff; 
	border-right:1px solid #cacccd; 
	text-shadow: 0 1px -1px #fff
}
.footer_left{
	float:left; 
	border-left:1px solid #cacccd; 
	border-right:1px solid #fff; 
	padding:0 10px; 
	text-align:left; 
	width:694px; 
	color:#5F9729
}
.footer_right{
	float:right;
	border-left:1px solid #cacccd; 
	border-right:1px solid #fff; 
	/*padding: 0 10px;*/
}
.mt_1 {
	margin-top: 10px;
}
.ml_1 {
	margin-left: 10px !important;
}
/*MODAL*/
.tnt_reg select {width:173px; float:left}
#mod_ad_add .bootstrap-select {float:left; margin-bottom:20px}
.modal-content, #reg_form, #step2_div, #fiz_result, .add_cert, #add_mon, #open_che, #add_monitoring, #edit_monitoring, #copy_monitoring, #edit_certs, #kill, #vaccination, #ch_owner, #add_media, #edit_media, #pond_reg {border-radius:0px !important; background:url(../images/modal_bg.jpg)}
.regs {background:none; padding:0; border:0}
.btn-primary {background:#6b9e1b !important; border-color:#6b9e1b!important}
.btn-primary:hover {background:#588215 !important; border-color:#588215!important}
#imp_samplings input, .modal-body input[type='text'], .modal-body select,.modal-body textarea, #subject_registration input[type='text'], #subject_registration select, #subject_registration textarea, .mar_top select, .mar_top textarea, .mar_top input, #registration input[type=text],#registration input[type=date], #registration select, #step2_div select, #step2_div input, #object_registration input[type=text], #object_registration select, #object_registration textarea, #add_cert input[type='text'], #add_own input[type='text'], #add_own select, #add_own input[type='date'], #add_mon .marbot, #import_food_reg input, #import_food_reg select, #import textarea, #open_che .dropdown-toggle, #add_monitoring input, #add_monitoring textarea, #edit_monitoring input, #edit_monitoring textarea, #copy_monitoring input, #copy_monitoring textarea, #edit_certs input[type='text'], .crash, #for_fend input, #for_fend textarea, #for_fend select, #for_stoping input, .textarea select, #for_stoping .stopped select, #for_stoping .textarea textarea, #comment, #set_eartag select, #set_eartag input[type=text], #set_eartag .token-input, #set_certs select, #set_certs .token-input, #sing_samp input, #sing_samp select, #subject_owner select,#subject_owner input[type='text'], #kill input[type='date'], #kill textarea, #kill input[type='text'], #kill select, #vaccination textarea, #vaccination input[type=text], #vaccination input[type=date]
#tb_cust_sent input:not(.bottons), #tb_cust_sent input:not(.bottons), #vaccination select, #ch_owner select, #ch_owner input[type=text], .modal-body input[type='password'], #ch_owner input[type=date], #ch_owner textarea, #anim_all input[type=text], #anim_all select, #animals_settings select, #animals_settings input[type=text], #animals_settings input[type=date], #animals_settings .dropdown-toggle, #reg_form textarea, .stopped textarea, #food_safety_search input[type=text], #food_safety_search select, #food_safety_search textarea, #food_safety_search input[type=date], #add_media input[type=text], #add_media select, #edit_media select, #edit_media input[type=text], #edit_media input[type=date], #ear_tag input[type=text], #bee_registration input[type=text], #bee_registration textarea, #bee_registration select, .dropdown-toggle, #edit_media textarea, #add_media textarea, #proceedings input, #proceedings textarea, #proceedings select {
	color: #9d9d9e;
	font-size: 14px;
	display: inline-block;
	padding: 5px 5px 5px 15px !important;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
	border: 1px solid #fff !important;
	border-radius: 3px;
	font-family: none;
	text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
	background: rgba(255,255,255,0.5);margin:0}
	.browse_file {border:none;
	margin:-3px 0 0 0 !important;
	padding:7px 12px!important}
	#import_food_reg input[type=radio]{box-shadow:none}
	.textarea select, #for_stoping .stopped select {margin-bottom:10px; min-width:150px}
#set_certs .tokenfield, #set_eartag .tokenfield, #bee_registration .tokenfield{width:auto!important; box-shadow:none !important}
#set_certs .token-input, #set_eartag .token-input, #bee_registration .token-input {width:173px!important}
#add_mon .tabs_all {text-align:center}
#ch_owner #complate_object {margin:-10px 0 0 121px !important}
.fend_style,.stop_style {color:#6b9e1b; font-size:16px; font-weight:normal; margin:15px 15px 0 15px}
#add_mon .tabs_all tr td:last-child {text-align:left}	
.answer .fch_expand:last-child {border-bottom:0px !important}
.stopped select {margin:0 0 10px  0 !important; width:30% !important}
.stopped div {float:none !important}	
.stopped {position:relative}
.stopped select:first-child {margin-top:15px!important}
.stopped textarea {right:15px; width:55%; bottom:10px; height:35%}
.stopped textarea:first-child {top:15px}
.stopped textarea:last-child {top:15px; }
#for_fend select {min-width:194px}
	.file_input_textbox
{
	float: left;
	margin-left:3px !important
}
#add_fend,#add_stoping, #remove_fend, #remove_stoping, .s_more {padding:15px; border-top:1px solid #dadada; cursor:pointer}
#remove_fend, #remove_stoping {background:url(../images/lines_red_hover.jpg)!important;width:100%; display:inline-block}
#remove_fend:hover, #remove_stoping:hover {background:url(../images/lines_red.jpg)!important;width:100%; display:inline-block}
.s_more {background:#e7e7e7; border:1px solid #dadada}
.s_more:hover {background:#d9d9d9;}
.no_border {border:none; box-shadow:none !important; border-radius:0px !important}
#open_che .dropdown-toggle {width:inherit}
.hello {color:#ccc; line-height:46px}
.file_input_div
{
	position: relative; 
	width: 100px;  
	overflow: hidden;
	float:left;
	height:27px
}

.file_input_button
{
	width: 100px; 
	position: absolute; 
	top: 0px;
	background-color: #33BB00;
	color: #FFFFFF;
	border-style: solid;
}

.file_input_hidden
{
	position: absolute; 
	right: 0;
	top: 0;
	cursor:pointer;
	opacity: 0; 
	height: file_input_hidden;
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	 -khtml-opacity: 0;
	-moz-opacity: 0;
}
#fileName {border:none !important;
margin:0;}

.modal {
	display: flex !important;
	visibility: hidden;
	justify-content: center;
	align-items: center;
}
.modal-dialog {
	width: 550px;
}
.modal-header, .regs_head {background:url(../images/modal_hbg.jpg) #6b9e1b;position:relative}
.modal-title {color:#fff; text-shadow:0 -1px 0 #000000; font-size:13px}
.modal-content {border:0px !important; display:inline-block; width:100%}
.modal-header {
	width: 100%;
}
.modal-header img {margin-right:10px}
.modal-header .title_logo img {margin:0;margin-right:10px}
.modal-header .title_h2 {line-height:31px; font-size:13px; color:#fff; text-shadow:0 -1px 0 #000000;}
.fade.in {
	visibility: visible;
}

.title_table td {cursor:pointer}
.title_table td:last-child {background:none !important; cursor:default !important; width:105px !important; padding:3px 10px!important; /*max-width:74px*/}

 /*************************** loader **********************/
 
 .spinner {
	  margin:0 auto;
	  width: 100px;
	  text-align: center;
	  z-index: 9991;
	  position: absolute;
	  left:42%;
	  top:22px
  
}

.spinner > div {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.spinner .bounce3 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce4 {
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s;
}
.spinner .bounce5 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.spinner .bounce6 {
  -webkit-animation-delay: -0.08s;
  animation-delay: -0.08s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.error_row > select:first-child,.error_row > input {
	color:#900;
}
.modal_left {width:120px; float:left; line-height:28px;}
.marbot {margin-bottom:10px !important}
.sub_bl {margin-bottom:5px}
.sub_form {margin-top:5px}
.sub_app {float:right;}
.sub_app input{background:#6b9e1b !important; border-radius:0px!important; text-shadow:none!important; color:#fff!important; padding:5px 15px !important; box-shadow:none!important}
.sub_app input:hover {background:#588215!important}
.tab_left {float:left}
.tab_right {float:right; width:16px}
.tab_right img {width:19px; height:9px}
.top_img {margin-bottom:1px; display:inline-block}
.top_img img {background:url(../images/table/sort_both.png); background-position:top center;}
.bot_img {display:inline-block}
.bot_img .checked {background:url(../images/table/php_active.png) bottom center !important; }
.bot_img img {background:url(../images/table/sort_both.png); background-position:bottom center;}
.covert {background:none !important}
.checked {background:url(../images/table/php_active.png)!important}
.php {width:255px}
.php_inl {width:275px}
.php_in {width:280px}
.longphp {width:315px}
.subj_but {background:#6b9e1b !important; border-color:#6b9e1b!important; color:#fff; display:inline-block; padding:8px 12px; font-size:14px; cursor:pointer; border-radius:4px; border:1px solid transparent}
.reg_form_foot {padding:19px 20px 20px; margin-top:15px; text-align:right; border-top:1px solid #e5e5e5;}
.r_more {width:16px; height:16px; background:url(../images/table/r_more.png) no-repeat center; cursor:pointer}

/*TNT SUBJ*/
.tables {display: table;width:100%}
.tab_row {display: table-row;}
.table_left {display: table-cell;
        padding:10px;
		background:#e7e7e7; 
		vertical-align:middle; width:120px; border-bottom:1px solid #dadada; color:#555}
.table_mid {display: table-cell;
        padding:10px;
		vertical-align:middle; border-bottom:1px solid #dadada; color:#555}
		.table_mid a {color:#428bca}
		.table_mid a:hover {text-decoration:underline}
.table_right {display: table-cell;
        padding:10px; border-bottom:1px solid #dadada; color:#555; vertical-align:middle; width:80px}
		.table_right a{margin-right:10px}
		.tab_a_left {float:left !important}
		.tab_a_right {float:right}
.table_title {background:#e7e7e7}
.tabs_all {border-collapse:collapse; border:1px solid #dadada}
.table_title th {padding:10px; font-size:13px !important}
.tabs_all select, .tabs_all input, .tables select {border:none; background:none; padding:5px;} 
.tabs_all tr td {padding:2px 8px; font-size:13px}
 
    #parent {
    /*width:6000px;*/
}
.contentBlock {
    font-size:10em;
    text-align:center;
    line-height:400px;
    height:400px;
    width:500px;
    border:1px solid black;
    float:left;
}
.panner {
    display:block;
    /*position:fixed;*/
    width:25px;
    height:52px;
    top:0;
	/*margin:137px 0 0 0;*/
	color:#fff;
	cursor:pointer
}
.pan {
	position:fixed;
	top: 0;
	width: 70%;
	margin-top: 137px;
}
.active{
    color:red;
}
.dropdown-menu .text {color:#333 !important}
.dropdown-menu li .text:hover {color:#6b9e1b !important}
.subj_filter .btn-group, #subject_owner .btn-group{width:150px!important}
.error_row {background:#ffbabb}
#subject_owner .btn-group{margin-top:3px}
#animals_settings .btn-group {width:130px!important}
#panLeft {
	position:relative;
	background:url(../images/table/arrows.png) no-repeat 3px center #555
}
#panRight {
    /*right:1.8%;*/
	position:relative;
	background:url(../images/table/arrows.png) no-repeat -18px center #555
}

#ins_count{color: #9d9d9e;
	font-size: 14px;
	display: inline-block;
	padding: 5px 5px 5px 15px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
	border: 1px solid #fff;
	border-radius: 3px;
	font-family: none;
	text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
	background: #ffffff;margin:0 0 5px 0}
.bottons {float:left; text-align: center; cursor:pointer; margin-right:10px; background:#6b9e1b; color:#fff; padding:6px 12px; border:1px solid #6b9e1b}
#subject_owner .bootstrap-select {margin-bottom:4px}
#subject_owner {margin-bottom:6px}
.lines_bg {background:url(../images/lines_bg.jpg)!important}
.lines_bg select {min-width:200px}
.stopped {background:url(../images/lines_red.jpg)!important;width:100%; display:inline-block; min-height:105px}
#for_fend, #for_stoping{background:url(../images/lines_red.jpg)!important;width:100%; display:inline-block}
#for_fend .textarea, #for_stoping .textarea{margin:15px 0 15px 15px; width:65%!important}
#for_fend .inputs {margin-top:15px}
#for_stoping .textarea textarea {height:60px !important; margin-bottom:10px}
#comment {width:400px; height:65px; margin:15px}
#add_fend, #add_stoping {background:url(../images/add_fend.jpg)!important;width:100%; display:inline-block}
#add_fend:hover, #add_stoping:hover{background:url(../images/add_fend_hover.jpg)!important}
.stopped input, .stopped select {margin: 15px 0}
.number {float:left;width: 22px;line-height: 22px;padding: 5px;border: 1px solid #6b9e1b;text-align: center;font-size: 14px;color: #111;margin-right:15px}
.tab_l {display: table-cell; 
		vertical-align:top;   text-align:center; width:25px;}
.tab_r {display: table-cell;
       color:#555; padding-left:15px}
.numeration {padding:10px 5px;background:#e7e7e7;color:#555;border:1px solid #6b9e1b;width:40px;margin-top:3px}
.just a {color:#6b9e1b}
.just a:hover {color:#555}
.functionality {width:100%; display:inline-block}
.functionality textarea {margin-bottom:15px; width:47.5%; margin-right:5%; min-height:30px}
.functionality textarea:last-child {margin-right:0% !important; top:auto}
.longes {width:160px!important}
.longest {width:220px!important}
.fch_expand .stopped {min-height:inherit!important}
#other_action select {margin:0}

/*LOGIN FORM*/
.home_body {background:url(../images/login_bg.png); display: flex; justify-content: space-around; align-content: center; flex-flow: column;}
.home_footer_text {
	position:relative;
	top: 60px;
	/*bottom:0;*/
	background:rgba(0,0,0,0.15);
	font-size:12px;
	/*width:100%;*/
	padding:15px;
	border:1px solid rgba(0,0,0,0.2);
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);color:#fff; text-align:center;
	display: flex;
	flex-direction: column;
}
#wrapper_home {
	/* Center wrapper perfectly */
	/*width: 300px;*/
	/*height: 400px;*/
	align-items: center;
	display: flex;
	/*position: absolute;*/
	/*left: 50%;*/
	/*top: 50%;*/
	/*margin-left: -150px;*/
	/*margin-top:150px;*/
	margin-top: 85px;
}
.login-form {
	width: 300px;
	margin: 0 auto;
	position: relative;
	/*z-index:5;*/
	background: #f3f3f3;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.login-form .header {
	padding: 20px 30px 30px 30px;
}

.login-form .header h1 {
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 28px;
	line-height:34px;
	color: #414848;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 10px;
	text-align:center
}

.login-form .header span {
	font-size: 13px;
	line-height: 1.2;
	color: #678889;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}
.login-form .content {
	padding: 0 30px 25px 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.login-form .content .input {
	width: 168px;
	padding: 15px 25px 15px 45px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	background: #fff;
	border: none;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	margin:0;
	border-left:5px solid #fff
}
.login-form .content .password, .login-form .content .pass-icon {
	margin: 0px;
}

.login-form .content .input:hover {
	color: #414848;
	border-left:5px solid #3f9db8;
}

.login-form .content .input:focus {
	color: #414848;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	border-left:5px solid #3f9db8
}

.user-icon, .pass-icon {
	width: 46px;
	height: 47px;
	display: block;
	position: absolute;
	left: 0px;
	padding-right: 2px;
	z-index: 3;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.input, .user-icon, .pass-icon, .button, .register {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.login-form .footer {
	padding: 25px 30px 40px 30px;
	overflow: auto;
	background: #d4dedf;
	border-top: 1px solid #fff;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}

/* Login button */
.login-form .footer .button {
	float:right;
	padding: 11px 25px;
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.25);
	background: #56c2e1;
	border: 1px solid #46b3d3;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.login-form .footer .button:hover {
	background: #3f9db8;
	border: 1px solid rgba(256,256,256,0.75);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.login-form .footer .button:focus {
	position: relative;
	bottom: -1px;
	background: #56c2e1;
	box-shadow: inset 0 1px 6px rgba(255,255,255,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(255,255,255,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(255,255,255,0.75);
}
.login-form .footer .register {
	display: block;
	float: right;
	padding: 10px;
	margin-right: 20px;
	background: none;
	border: none;
	cursor: pointer;
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 18px;
	color: #414848;
	text-shadow: 0px 1px 0 rgba(256,256,256,0.5);
}

.login-form .footer .register:hover {
	color: #3f9db8;
}

.login-form .footer .register:focus {
	position: relative;
	bottom: -1px;
}
.login-error {color:#dd4b39}
.forgotten {color:#3f9db8; line-height:1}
.username {background:url(../images/username.png) no-repeat 10px center #fff !important}
.username:hover, .username:focus {background:url(../images/username_hover.png) no-repeat 10px center #fff !important}
.password {background:url(../images/password.png) no-repeat 10px center #fff !important}
.password:hover, .password:focus {background:url(../images/password_hover.png) no-repeat 10px center #fff !important}
.sect_border .error, .error_php, label[for=thh], label[for=trman_amsativ], label[for=ser], label[for=cnndian_tvyalner], label[for=animal_cat], label[for=vcayakan_manual], label[for=cnndian_taretiv], label[for=company], label[for=taxcode]{float:left; line-height:40px; margin-left:50px; background:#ffd9d5;box-shadow:inset 0 0 1px #fabdb6; padding:0 15px; color:#8a6d3b; min-width:200px; margin-top:-9px}

/*RADIOS*/
/*INPUT RADIO*/
        .imageless-css-3-form-elements input[type="checkbox"],
        .imageless-css-3-form-elements input[type="radio"],
        .imageless-css-3-form-elements input[type="checkbox"] + span,
        .imageless-css-3-form-elements input[type="radio"] + span,
        .imageless-css-3-form-elements input[type="checkbox"] + span::before,
        .imageless-css-3-form-elements input[type="radio"] + span::before
        {
            vertical-align: middle;
        }
        
        .imageless-css-3-form-elements input[type="checkbox"],
        .imageless-css-3-form-elements input[type="radio"]
        {
            position: absolute;
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
			
        }
        
        .imageless-css-3-form-elements input[type="radio"] + span,
        .imageless-css-3-form-elements input[type="radio"] + span::before
        {
            display: inline-block;
			margin-right:20px
        }
		
	    .imageless-css-3-form-elements input[type="checkbox"] + span,
        .imageless-css-3-form-elements input[type="checkbox"] + span::before
        {
            display: inline-block;
			margin-right:5px
        }
        
       .imageless-css-3-form-elements input[type="checkbox"] + span::before
        {
            content: "\2714";
        }
        
        .imageless-css-3-form-elements input[type="checkbox"] + span::before,
        .imageless-css-3-form-elements input[type="radio"] + span::before
        {
            text-indent: -9999px;
            width: 15px;
            height: 15px;
            font: bold 18px/16px Garamond, "Segoe UI", Sans-serif;
            text-transform: uppercase;
            border: solid 1px #fff;
            border-radius: 3px;
            background: #fff;
            margin: 0 4px 0 0;
			box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
			-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
			-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
			text-align: center;
			
        }
        
        .imageless-css-3-form-elements input:hover[type="checkbox"]:not(:disabled) + span::before,
        .imageless-css-3-form-elements input:hover[type="radio"]:not(:disabled) + span::before
        {
            background: #ededed;
			box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
			-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
			-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
        }
        
        .imageless-css-3-form-elements input[type="checkbox"]:checked + span::before,
        .imageless-css-3-form-elements input[type="radio"]:checked + span::before
        {
            text-indent: 2px;
            color: #438BC5;
			text-align: center;
            }
        
        .imageless-css-3-form-elements input[type="radio"] + span::before
        {
            content: "\2022";
            font-size: 28px;
            -moz-border-radius: 12px;
            -webkit-border-radius: 12px;
            border-radius: 12px;
			text-align: center;
        }
        
        .imageless-css-3-form-elements input[type="radio"]:checked + span::before
        {
            text-indent: 2px;
			text-align: center;
        }
        
        .imageless-css-3-form-elements input[type="checkbox"]:disabled + span::before,
        .imageless-css-3-form-elements input[type="radio"]:disabled + span::before
        {
            filter: alpha(opacity=50);
            -moz-opacity: .5;
            -webkit-opacity: .5;
            opacity: .5;
        }
        
        .imageless-css-3-form-elements input[type="checkbox"]:disabled + span,
        .imageless-css-3-form-elements input[type="radio"]:disabled + span,
        .imageless-css-3-form-elements input[type="checkbox"]:disabled + span::before,
        .imageless-css-3-form-elements input[type="radio"]:disabled + span::before
        {
            cursor: default;
        }
		
		#p_scents label{margin:0}
		#p_scents p{margin:0; padding:0 0 5px 0}
		#p_scents a, .adding {color:#fff;
		text-decoration:none;
		padding: 3px 9px; background:#6b9e1b;
		transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	font-size:18px; height:29px; display:inline-block}
	.adding {height:30px; width:30px; box-sizing:border-box; line-height:23px; cursor:pointer}
		#p_scents a:hover, .adding:hover {color:#fff; background:#666;
		transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	text-decoration:none
		}
		.adding {margin-top:2px}
/*AUTOCOMPLETE*/
	.ui-autocomplete{
	/*display: none;*/
	border: 1px solid #aaaaaa;
	position: absolute;
	cursor: default;
	padding: 2px;
	margin: -10px 0 0 255px;
	display: block;
	float: left;
	background: #fff;
	min-width:295px;
	max-width:590px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	list-style:none;
	}
	#import_food_reg .ui-autocomplete {margin: -10px 0 0 0;}
	.ui-autocomplete li a {color:#313435;}
	.ui-autocomplete li{
	padding: 5px 2px;
	font-size:13px;
	}
	.ui-autocomplete li:hover{
	color: #6b9e1b!important;
	}
	.li-autocomplete a:hover{
	color: #6b9e1b!important;
	font-size:13px;
	border:none;
	box-shadow:none;
	}
	.auto_table ul{position:absolute; z-index:9999; margin:3px 0 0 -8px!important}
	input[type=date]{width:151px}
	.sub_block_opened {padding:10px 0; 
	display:inline-block;
	width:566px;
	margin-left:25px}
	
	/*CLEANS*/
	.disp_hundr {display:inline-block; width:100%}
	.mar_fiv {margin:15px}
	.text_area {width:440px; height:65px}
	.fl_r {float:right}
	.reg_inps {width:150px}
	.index {float:right;padding:0px 7px; color:#7d7d7d; text-shadow:1px 1px 0 #FFFFFF}
	.right_ind {padding:0px 7px; color:#7d7d7d; text-shadow:1px 1px 0 #FFFFFF}
	.anim_drop {position:absolute; right:0; background:#ededed; z-index:100; padding:15px; width:165px; border:1px solid #dedede; display: none;}
	.disp_inl {display:inline-block; max-width: 600px}
	.selects {width:173px}
	.htwo_subs {color:#6b9e1b; font-size:16px; font-weight:normal; padding:15px}
	.htwo_osubs {color:#6b9e1b; font-size:16px; font-weight:normal; margin-left:15px}
	.bor_top {border-top:1px solid #dadada}
	.error_feald, .error_textarea {color:#900!important; background-color:#ffbabb !important}
	.error_feald::-webkit-input-placeholder, .error_feald:-moz-placeholder{color:#900!important;}
	.land_s {line-height:25px}
	.no_cur td{cursor:default !important}
	
	
	
	/*INPUTS*/
	input[type="checkbox"] {
    display:none
}

input[type="checkbox"] + label {
    color:#333;
    font-family:Arial, sans-serif;
    font-size:14px;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/check_rad_sheet.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(../images/check_rad_sheet.png) -19px top no-repeat;
}

/*input[type="radio"] {*/
/*display:none*/
/*}*/

input[type="radio"] + label {
    color:#333;
    font-family:Arial, sans-serif;
    font-size:14px;
	margin:10px 10px 0 0;
	display:inline-block;
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 0px 0 0;
    vertical-align:middle;
    background:url(../images/check_rad_sheet.png) -38px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(../images/check_rad_sheet.png) -57px top no-repeat;
}
.pageination {display:inline-block}
.pageination a, .pageination span{display:block;float:left;margin:2px
2px 2px 0;padding:6px
9px 5px 9px;width:auto;color:#fff;background:#555}
.pageination a:hover{color:#fff;background:#6b9e1b!important; text-decoration:none!important}
.pageination .selected_url{padding:6px
9px 5px 9px;background:#6b9e1b;color:#fff}
.tit_link {padding:10px; margin-right:10px; box-shadow:0px 0px 3px #315418; color:#fff; background: #6b9e1b;}
.tit_link:hover {box-shadow:0px 0px 3px #315418; color:#fff; text-decoration:none; background:#5f8d17}
.kill_tab {background-color:rgba(0,0,0,0.06)}
.kill_tab li a:hover {background:rgba(0,0,0,0.08)}
.kill_tab .active a {background-color:#fbf0f0!important}
.tab-content .active{color:inherit}
#gpt {display:inline-block; margin-left:10px; float:left}
#vaccination #region select {width:173px}
.modal-open table {z-index:9999}
.well input[type="checkbox"] {display:block} 
.well input[type="radio"] {display:block} 
#export a, #export a:hover, #export a:focus {color:#fff}
.blue_link {color:#428bca}
.blue_link:hover {color:#2a6496; text-decoration:underline}
#edit_com .bootstrap-select {width:110px; margin-left:5px}
/*TeSTI KARIQ UNI*/

.stopped table {margin:15px 0}
.dates {width:130px}
#gpt select{width:200px}
#gpt option {width:200px}
.ui-sortable li {cursor:pointer}
#xml .tit_link {background:none; border:none; line-height:normal; margin-top:7px}
#xml .tit_link:hover {box-shadow:0px 0px 3px #315418; color:#fff; text-decoration:none; background:#5f8d17}
.red {color: red}
.d_none {display: none;}
div.err {
	background: rgba(161, 24, 24, 0.2);
	border: 1px solid rgba(161, 24, 24, 0.8);
	font-family: "Century Gothic";
	font-size: 14px;
	text-align: center;
}

input.fe_err, textarea.fe_err, select.fe_err , [type="checkbox"].fe_err{
	border-bottom: 1px solid rgba(161, 24, 24, 0.8) !important;
	background: rgba(128, 0, 0, 0.5) !important;
}

div.fe_err {
	border: 1px solid rgba(161, 24, 24, 1) !important;
}

div.d_success {
	background: rgba(53, 186, 59, 0.8);
	border: 1px solid rgba(53, 186, 59, 0.8);
	font-family: "Century Gothic";
	font-size: 14px;
	text-align: center;
}

.light div.d_success {
	background: rgba(53, 186, 59, 0.9);
	border: 1px solid rgba(53, 186, 59, 0.9);
}
.fixed_bottom {
	/*min-height: 50px;*/
	font-size: 13px;
	background: #6b9e1b;
	color: white;
	margin: 0;
	text-shadow: 0 -1px 0 #000000;
	position: relative;
	bottom: 0;
	z-index: 9;
	width: 100%;
	text-align: center;
	padding: 6px;
	height: auto;
	left: 0;
	justify-content: center;
	display: flex ;
	align-items: center;
	visibility: hidden;
}
/*.fixed_tabs {*/
/*	!*top: 114px;*!*/
/*}*/

/* av tab*/
ul.av_tabs>li,
ul.av_tabs .tab_scroll>li {
	width: auto;
	float: left;
	text-align: center;
	cursor: pointer;
	padding: 0 0 10px 0;
	position: relative;
	font-size: 14px;
	font-family: 'Montserrat arm', 'Montserrat';
	color: rgba(0, 0, 0, .5);
	font-weight: 500;
	border-bottom: 2px solid transparent
}

ul.av_tabs>li:hover {
	color: #009EF7 !important;
}

ul.av_tabs>li.mtab ul.topen li {
	color: #181C32;
	border-bottom:1px solid #EFF2F5
}

ul.av_tabs>li.mtab ul.topen li:last-child {border:0}

ul.av_tabs>li.mtab ul.topen li:hover {
	color: #009EF7 !important
}

/*.act_tab {*/
/*	background: #0086b3 !important;*/
/*	color: #ffffff !important;*/
/*	border: none !important;*/
/*	border-bottom: none !important;*/
/*	height: 39px !important;*/
/*	margin-top: 8px !important;*/
/*	!*line-height: 40px !important;*!*/
/*}*/
.htab>.act_tab {
	height: 35px !important;
	top: 0 !important;
	color: #009EF7 !important;
	border: none !important;
	border-bottom: none !important;
}

.act_tab,
.active_tab {
	color: #009EF7 !important;
	border-bottom: 2px solid #009EF7 !important
	/*line-height: 40px !important;*/
}

.tb_cont {
	max-height: none;
}

.ul{
	list-style: none;
	padding: 0;
	display: flex;
	gap: 20px;
}
