@CHARSET "UTF-8";
body {
	overflow-y:scroll;
}

.srch_status_bz {
	/*max-width: 101px;*/
}
.srch_src_bz {
	max-width: 190px;
}
@media (max-width:520px) {
	.srch_status_bz {
		max-width: 100%;
	}
	.srch_src_bz {
		max-width: 100%;
	}
}

div#ques_comments_window {
	margin: 5px;
}
div#ques_comments_window h3 {
	color: #20599c;
}
.comments_block {
	margin: 5px;
	border: 1px #000 solid;
	font-size: 14px;
	padding: 10px;
}
.comments_block legend {
	font-weight:bold;
}
div#comments_block_content {
	padding-left:15px;
	padding-top:15px;
	font-family:"Times New Roman";
	font-style:italic;
}
div#comments_block_title {
	position:relative;
	top: 0;
	right: 0;
	text-align: right;
}
div#comments_block_title button {
	margin: 0;
	border:1px #F9D07E solid;
	background-color:#F9D07E;
}
div#comments_block_title button:hover {
	background-color:#FFFFFF;
	cursor:pointer;
}
.comments_citat {
	border:1px #aaa solid;
	background-color:#eee;
	color:#bbb;
	margin-bottom:20px;
	padding-left:10px;
}
.comments_citat legend {
	font-weight:bold;
	color:#bbb;
}
div#bz_window {
	background-color: #fff;
	max-width: 1110px;
	/*height: auto;*/
	/*border: 2px #d39e42 solid;*/
	/*border-radius: 10px;*/
	font-size:14px;
	margin-top: 5px;
	margin-left: 60px;
	margin-right: 60px;
	/*background-color: #fff;*/
	border-radius: 10px 10px 0 0;
	height: 100%;
}

@media (max-width:520px) {
	div#bz_window {
		background-color: #fff;
		max-width: 1110px;
		font-size:14px;
		margin-top: 5px;
		margin-left: 10px;
		margin-right: 10px;
		border-radius: 10px 10px 0 0;
		height: 100%;
	}
}

div#srch_glossary_field {
	padding-bottom: 10px;
}

div#glossary_form {
	border: 2px #20599c solid;
	border-radius: 6px;
	max-width: 1110px;
}
div#glossary_form img {
	display:block;
	background-color: #20599c;
}
div#search_form {
	/*border: 2px #20599c solid;*/
	border-radius: 6px;
	max-width: 1110px;
	font-size: 18px;
}
div#search_form img {
	display:block;
	background-color: #20599c;
}
input#last_name,
 input#first_name,
 input#middle_name,
 input#email {
	/*height:22px;*/
	width:100%;
	font-size:20px;
	font-weight:normal;
	/*margin-left:5px;*/
	margin-bottom: 5px;
}
/*input#srch_words,*/
 input#date_s,
 input#date_e {
	display:block;
	height:24px;
	border:0;
	margin-left:2px;
	font-size:16px;
	font-weight:bold;
}
#srch_words_field select {
	display:block;
	height:24px;
	border:0;
	font-size:16px;
	font-weight:bold;
}
#srch_words_field {
	overflow:hidden;
}
#srch_words_field div {
	padding:0;
	float:left;
}
#srch_words_field div:first-child {
	background-color: #20599c;
}

.advance_fields {
	grid-template-columns: 90px 70px 1fr 1fr 150px 125px 125px 160px;
	display: grid!important;
	outline: none;
}

.glossary_fields {
	grid-template-columns: 1fr 1fr 1fr 125px 160px;
	display: grid!important;
	outline: none;
}


/**/

.ui-widget-header {
	color: #000000 !important;
}

.button-help {
	background: #9ed9fb;
	box-shadow: 0px 4px 30px rgb(0 0 0 / 5%);
	border-radius: 6px;
	padding: 18px 12px;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin: 5px 0px 6px 6px;
	display: inline-block;
}
div#button a:hover {
	transition: all .3s;
	background: #FFD730;
}
div#button a {
	text-decoration: none;
	color: inherit;
}
.help_buttonsp button#button-help {
	/* padding: 4px; */
	display: inline-block;
	/*margin-right: 0px;
	margin-left: 10px;*/
	color: #000000;
	font-weight: bold;
	background-color: #9ed9fb;
	border: 1px #9ed9fb solid;
	/*border-left: 2px #20599c solid;*/
	height: 24px;
	border-radius: 0;
	width: 160px;
	font-size: 14px;
}
.help_buttonsp button#button-help:hover {
	background-color: #FFD730;
	border: 1px #FFD730 solid;
	color: #000000;
	/*border-left: 2px #20599c solid;*/
	transition: all .3s;
	cursor: pointer;
}
button#button-help a:hover {
	text-decoration: none;
	color: inherit;
}
@media (max-width:1080px) {
	.advance_fields {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		display: grid!important;
		outline: none;
	}
	.srch_in_position {
		grid-area: 1 / 1 / 2 / 3;
	}
	.srch_status_div {
		grid-area: 1 / 3 / 2 / 5;
	}
	.statusFOP_position {
		grid-area: 1 / 5 / 2 / 7;
	}
	.srch_theme_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 2 / 1 / 3 / 3;
	}
	.search_date_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 2 / 3 / 3 / 5;
	}
	.is_content_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 2 / 5 / 3 / 7;
	}
	.srch_button_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 3 / 1 / 4 / 4;
	}
	.srch_button_position button {
		width: 100%!important;
	}
	.srch_help_button_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 3 / 4 / 4 / 7;
	}
	.srch_help_button_position button {
		min-width: 160px;
		width: 100%!important;
	}
}
/*@media (max-width:850px) {
	.srch_in_position {
		grid-area: 1 / 1 / 1 / 4;
	}
	.is_content_position {
		grid-area: 1 / 4 / 1 / 7;
	}
	.statusFOP_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 2 / 1 / 2 / 4;
	}
	.srch_theme_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 2 / 4 / 2 / 7;
	}
	.search_date_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 3 / 1 / 3 / 4;
	}
	.srch_button_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 3 / 4 / 3 / 7;
	}
}*/
@media (max-width:650px) {
	.srch_in_position {
		grid-area: 1 / 1 / 2 / 4;
	}
	.srch_status_div {
		grid-area: 1 / 4 / 2 / 7;
	}
	.statusFOP_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 2 / 1 / 3 / 4;
	}
	.srch_theme_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 2 / 4 / 3 / 7;
	}
	.srch_button_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 3 / 1 / 4 / 4;
	}
	.srch_button_position button {
		/*margin-right: 0px!important;*/
	}
	.is_content_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 3 / 4 / 4 / 7;
	}
	.search_date_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 4 / 1 / 5 / 4;
	}
	.srch_help_button_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 4 / 4 / 5 / 7;
	}



	.glossary_fields {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		display: grid!important;
		outline: none;
	}
	.glo_srch_in_position {
		grid-area: 1 / 1 / 2 / 3;
	}
	.glo_status_div {
		grid-area: 1 / 3 / 2 / 5;
	}
	.glo_date_position {
		grid-area: 1 / 5 / 2 / 7;
	}
	.glo_button_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 2 / 1 / 4 / 4;
	}
	.glo_button_position button {
		width: 100%!important;
	}
	.glo_help_button_position {
		border-top: 1px	solid #e0e0e0;
		grid-area: 2 / 4 / 4 / 7;
	}
	.glo_help_button_position button {
		min-width: 160px;
		width: 100%!important;
	}
}

/*@media (max-width:550px) {
	.glossary_fields {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		display: grid!important;
		outline: none;
	}
	.glo_button_position {
		border-top: 1px solid #e0e0e0;
		!*grid-area: 2 / 1 / 3 / 3;*!
	}
	.srch_buttonsp button {
		width: 100%!important;
	}
	.help_button_position {
		border-top: 1px solid #e0e0e0;
		!*grid-area: 2 / 1 / 3 / 3;*!
	}
	.help_buttonsp button#button-help {
		width: 100%!important;
	}
}
@media (max-width:400px) {
	.glo_srch_in_position {
		grid-area: 1 / 1 / 1 / 3;
	}
	.glo_date_position {
		border-top: 1px solid #e0e0e0;
		grid-area: 2 / 1 / 2 / 3;
	}
	.glo_button_position {
		border-top: 1px solid #e0e0e0;
		grid-area: 3 / 1 / 3 / 2;
	}
	.help_button_position {
		border-top: 1px solid #e0e0e0;
		grid-area: 3 / 2 / 3 / 3;
		min-width: 160px!important;
	}
}*/

/*
#srch_cat_field {
	overflow:hidden;
	border-bottom: 2px #20599c solid;
}
#srch_cat_field div {
	padding:0;
	float:left;
}
#srch_cat_field select {
	display:block;
	height:24px;
	border:0;
	font-size:16px;
	font-weight:bold;
	float:left;
	width:245px;
	border-right: 2px #20599c solid;
}
#srch_cat_field div:first-child {
	background-color: #20599c;
}
#srch_advance_fields {
	overflow:hidden;
	!*border-top: 2px #20599c solid;*!
}
#srch_advance_fields div:first-child {
	background-color: #20599c;
	border-right:0;
}
#srch_advance_fields select {
	display:block;
	height:24px;	
	font-size:16px;
	font-weight:bold;
	border:0;
}
#srch_advance_fields div {
	border-right: 2px #20599c solid;
	padding:0;
	float:left;
}*/

.srch_buttons {
	width: 100%;
	height: 30px;
	margin: 5px;
	margin-top: 0;
	text-align: center;
}
.srch_buttons button {
	padding: 3px;
	display:inline-block;
	margin-right: 5px;
	color: #fff;
	font-weight:bold;
	background-color: #20599c;
	border:2px #20599c solid;
}
.srch_buttons button:hover {
	background-color: #fff;
	color: #20599c;
	cursor: pointer;
}

.srch_buttonsp {
	width: 100%;
}
.srch_buttonsp button  {
	/*padding: 4px;*/
	display:inline-block;
	margin-right: 10px;
    margin-left: 0px;
	color: #fff;
	font-weight:bold;
	background-color: #20599c;
	border:1px #20599c solid;
	height: 24px;
	border-radius: 0;
	font-size: 14px;
	width: 115px;
}
.srch_buttonsp button:hover {
	background-color: #fff;
	color: #20599c;
	cursor: pointer;
}

.srch_buttonsp span.w{
    /*padding: 4px;
	display:inline-block;
	margin-right: 0 px;
    margin-left: 0.5px;
	color: #fff;
	font-weight:bold;
	background-color: #20599c;
	border:0px #20599c solid;
    text-align: center;
    width: 16px;*/
}

#id_glo_alphabet{
	height: 24px;
	border: none;
	overflow: hidden;
	margin-left: 20px;
}
#id_glo_alphabet::-moz-focus-inner {
	border: 0;
}
#id_glo_alphabet:focus {
	outline: none;
}
#id_glo_alphabet option{
	width: 30px;
	font-size: 1.2em;
	text-align: center;
	margin-right: 2px;
	display: inline-block;
	cursor: pointer;
	border: rgb(255, 255, 255) solid 1px;
	border-radius: 5px;
	background-color: rgb(32, 89, 156);
	color: rgb(255, 255, 255);
}

#id_work_days {
	text-align: center;
}
#id_work_days input[type="checkbox"] {
	display: none;
}
#id_work_days label {
	display: contents;
}
#id_work_days span {
	display: inline-block;
	padding: 9.5px;
	text-transform: uppercase;
	border: 2px solid #20599c;
	border-radius: 3px;
	color: #20599c;
	margin-right: 1px;
	cursor: pointer;
}
#id_work_days input[type="checkbox"]:checked + span {
	background-color: #20599c;
	color: #ffffff;
}

div.show_more {
	text-align:center;
	color: #fff;
	background-color: #27a972;
	font-size:26px;
	font-weight:bold;
	padding:0;
	float:left;
	clear: left;
	width: 100%;
	height: 36px;
}
div.show_more:hover {
	cursor:pointer;
	color: #27a972;
	background-color: #fff;
	width: 1100px;
	height: 36px;
}
#result_list {
	position: relative;
	/*border: 1px #20599c solid;*/
	margin-bottom: 5px;
	/*height: 300px;
	overflow-y:scroll;*/
	border-top:0;
	min-height: 500px;
}
div#result_list > div:hover {
/*	background-color: #eee;*/
}
.result_head {
	position: relative;
	height: 20px;
	background-color: #ddd;
	border: 1px #20599c solid;
	border-bottom:0;
	margin-left: 5px;
	margin-right: 5px;
}
.result_head div {
	display: inline-block;
	border-left: 1px #fff solid;
	height: 20px;
	padding-top:2px;
}
.result_head div span {
	margin-top: 1px;
	margin-left: 2px;
	display: block;
	font-weight:bold;
}
.result_head div:first-child {
	border-left: 0;
}
div#cat {
	color: #aaa;
	padding-top: 8px;
	/*padding-bottom: 5px;*/
}
div#title {
	font-weight: bold;
	font-size: 20px!important;
	/*padding-bottom: 10px;*/
}
div#content {
	font-weight: normal;
}
div#result_row {
	/*height: 300px;*/
	padding-bottom: 10px;
	border-bottom: 1px #ddd solid;
	cursor:default;
	float:left;
	clear: left;
	width: 100%;
}
div#result_row div {
	float:left;
	/*border-left: 1px #ddd solid;*/
	height: auto;
	clear: both;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 16px;
	text-align: left;
}
div#result_row div#title span {
	margin-top: 2px;
	display: block;
	overflow:hidden;
	-webkit-line-clamp: 3; /* Число отображаемых строк */
	display: -webkit-box; /* Включаем флексбоксы */
	-webkit-box-orient: vertical; /* Вертикальная ориентация */
	overflow: hidden; /* Обрезаем всё за пределами блока */
}

div#result_row div#content-ques-yes span {
	margin-top: 2px;
	display: block;
	overflow:hidden;
	-webkit-line-clamp: 8; /* Число отображаемых строк */
	display: -webkit-box; /* Включаем флексбоксы */
	-webkit-box-orient: vertical; /* Вертикальная ориентация */
	overflow: hidden; /* Обрезаем всё за пределами блока */
}
div#result_row div#content-ci-yes span {
	margin-top: 2px;
	display: block;
	overflow:hidden;
	-webkit-line-clamp: 0; /* Число отображаемых строк */
	display: -webkit-box; /* Включаем флексбоксы */
	-webkit-box-orient: vertical; /* Вертикальная ориентация */
	overflow: hidden; /* Обрезаем всё за пределами блока */
	display: none;
}
div#result_row div#content-glo-yes span {
	margin-top: 2px;
	display: block;
	overflow:hidden;
	-webkit-line-clamp: 50; /* Число отображаемых строк */
	display: -webkit-box; /* Включаем флексбоксы */
	-webkit-box-orient: vertical; /* Вертикальная ориентация */
	overflow: hidden; /* Обрезаем всё за пределами блока */
}

div#result_row div#content-ques-no span {
	margin-top: 2px;
	display: block;
	overflow:hidden;
	-webkit-line-clamp: 8; /* Число отображаемых строк */
	display: -webkit-box; /* Включаем флексбоксы */
	-webkit-box-orient: vertical; /* Вертикальная ориентация */
	overflow: hidden; /* Обрезаем всё за пределами блока */
	display: none;
}
div#result_row div#content-ci-no span {
	margin-top: 2px;
	display: block;
	overflow:hidden;
	-webkit-line-clamp: 0; /* Число отображаемых строк */
	display: -webkit-box; /* Включаем флексбоксы */
	-webkit-box-orient: vertical; /* Вертикальная ориентация */
	overflow: hidden; /* Обрезаем всё за пределами блока */
	display: none;
}
div#result_row div#content-glo-no span {
	margin-top: 2px;
	display: block;
	overflow:hidden;
	-webkit-line-clamp: 50; /* Число отображаемых строк */
	display: -webkit-box; /* Включаем флексбоксы */
	-webkit-box-orient: vertical; /* Вертикальная ориентация */
	overflow: hidden; /* Обрезаем всё за пределами блока */
}

div#result_row div:first-child {
	border-left: 0;
	/*text-align: center;*/
}
div#result_row div:first-child img {
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	cursor:pointer;
}
.actual {
	background: none;
	font-weight: 500;
	font-size: 14px!important;
	line-height: 25px;
	/*padding-bottom: 10px;*/
	white-space: nowrap;
	display: flex;
	height: 25px;
	align-items: center;
}
.actual img {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
#res_count {
	font-size: 12px;
}
#res_count span {	
	font-weight:bold;
}
.tooltip {
	max-width: 500px;
	font-size: 16px;
	font-weight:bold;
}
div#answer_content {
	position: relative;
	border: 1px #20599c solid;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 300px;
	overflow-y:scroll;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
div#docLinkButton {
	width: 100%;
<!--	height: 150px;-->
	background-color: #fff;
	cursor: pointer;
<!--	background-image:url(/images/bz/ico_download.png);-->
	background-repeat: no-repeat;
	background-position:center;	
}
div#docLinkButton2 {
	float:right;
	margin-right:15px;
	width:30px;
	height:30px;
	border-radius:5px;
	border:1px #F9D07E solid;
	background-color:#F9D07E;
	background-image:url(/images/main/logout_b.png);
	background-repeat: no-repeat;
	background-position:center;
}
div#bz_hide_window {
	background-color: #fff;
	width: 100%;
	height: 200px;
	border: 2px #d39e42 solid;
	border-radius: 10px;
	font-size:14px;
	display: none;
	position: absolute;
}
div#bz_display_window {
	margin-top: 30px;
	margin-left: 60px;
	margin-right: 60px;
	background-color: #fff;
	/*border: 2px #d39e42 solid;*/
	border-radius: 10px;
	font-size:18px;
}
@media (max-width:520px) {
	div#bz_display_window {
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		background-color: #fff;
		/*border: 2px #d39e42 solid;*/
		border-radius: 10px;
		font-size:18px;
	}
}
.bz_hide_fieldset {
	border-radius: 5px;
	border: 1px #20599c solid;
	font-size: 20px;
	padding: 10px;
	margin:5px;
}
.bz_hide_legend {
	font-size: 18px;
	font-weight:bold;
	color: #d39e42;
}
.bz_hide_window_button {
	display: block;
	font-size: 16px;
	font-weight:bold;
	padding: 5px;
	background-color: #F9D07E;
	border: 0;
	border-bottom: 2px #F9D07E solid;
	color: #20599c;
	/*width: 25%;*/
}

.bz_window_radius_1 {
	border-radius: 10px 0 0 0;float: left;
}

.bz_hide_window_button_disabled {
	background-color: #DDD;
	color: #EEE;
	padding: 5px;
	font-size: 16px;
	font-weight:bold;
	border: 0;
	border-bottom: 2px #DDD solid;
	width: 50%;
}
.bz_hide_window_button:hover {
	color: #20599c;
	background-color: #FFF;
	cursor: pointer;
	border-bottom:2px #F9D07E solid;
}
div#ques_comments_window {
	padding-top: 50px;
}
textarea#addComments {
	width: 100%;
	height: 100px;
	border: 1px #20599c solid;
}
.buttonAddComments {
	display: block;
	background-color: #F9D07E;
	border: 1px #20599c solid;
	color: #20599c;
}

label {
	width: 100%;
}

#bzEditMenuPanel {
	margin-left: 5px;
}
#bzAddForm input {
	/*border: 1px #f9d07e solid;*/
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	margin-bottom: 5px;
}
#bzAddForm textarea {
	/*border: 1px #f9d07e solid;*/
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	height: 100px;
	margin-bottom: 5px;
}
#bzAddForm select {
	/*border: 1px #f9d07e solid;*/
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	margin-bottom: 5px;
}
.bzAddTypeButton {
	width: 100%;
	/*border: 1px #20599c solid;*/
	background-color: #F9D07E;
	color: #20599c;
	margin-bottom: 5px;
}
.bzAddTypeButton:hover {
	cursor: pointer;
}
.bzAddTypeButton:disabled {
	border: 1px #CCC solid;
	background-color: #EEE;
	color: #CCC;
	cursor: default;
}

/**/

.flex-box {
	/*padding-top: 1vmax;*/
	/*margin: 0 1vw 1vw;*/
	margin-bottom: 1vw;
	border-bottom: 1px #e0e0e0 solid;
	border-radius: 10px 10px 0 0;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-box div {
	display: flex;
	min-width: auto;
	width: 100%;
	justify-content: center;
}

.flex-box>div>input {
	border: 0;
	border-radius: 10px 10px 0 0;
}

input,
select {
	height: 22px;
	border: 0;
	font-size: 0.9em;
	width: 100%;
}

select {
	overflow: hidden;
}

.cat_delimeter {
	display: none !important;
}

.flex-item1,
.flex-item2,
.flex-item3,
.flex-item4 {
	border-top: 1px solid #e0e0e0;
}
.flex-item1,
.flex-item2,
.flex-item3,
.flex-item4::selection {
	color: #000000;
	background-color: #ffffff;
}
