@charset "UTF-8";
/* CSS Document */

:root {
	--primary: #1599cb;
}

/* JPS ARCH THEME */

.btn-primary-jpsarch {
	color: #fff;
	background-color: #1599cb;
	border-color: #1599cb;
}
.btn-primary-jpsarch:hover {
	color: #fff;
	background-color: #117da6;
	border-color: #117da6;
}
.btn-outline-primary-jpsarch {
	color: #1599cb;
	border-color: #1599cb;
}
.btn-outline-primary-jpsarch:hover {
	color: #fff;
	background-color: #117da6;
	border-color: #117da6;
}
.text-primary-jpsarch {
	color: #1599cb!important;
}
.link-primary-jpsarch {
	text-decoration: none;
	color: #1599cb!important;
}
.link-primary-jpsarch:hover {
	text-decoration: underline;
	color: #117da6!important;
}

.text-primary2-jpsarch {
	color: #515151!important;
}

/* / JPS ARCH THEME */

html, body {
	font-family: "Segoe UI";
}
.navbar-light {
	
	
}
.navbar .navbar-brand {
	color: rgb(21, 153, 203);
	font-weight: bold;
	font-size: 1.5rem;
}
.navbar .navbar-brand:hover {
	color: rgb(21, 153, 203);
}

.audio_item .item_link_title {
	margin-bottom: 2px;
}

.audio_item .item_link_title a {
	font-size: 1.4rem; /* 22px */
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.audio_item .item_link_title a:hover {
	font-size: 1.4rem;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.audio_item .item_d_t {
	font-size: 0.8rem; /* 13px */
	color: rgb(255, 153, 0);
}
.audio_item .item_d_s {
	font-size: 0.8rem;
	color: rgba(96, 96, 96, 0.501961);
	padding: 0 0.63rem;
}
.audio_item .item_dwnld {
	text-align: right;
}
.audio_item .item_dwnld_l {
	font-size: 0.8rem;
	color: rgb(255, 153, 0);
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.audio_item .item_dwnld_l:hover {
	color: rgb(255, 153, 0);
	text-decoration: underline;
}
.audio_item .item_dwnld_l .cloud_icon {
	margin-left: 12px;
	position: relative;
	width: 24px;
	height: 16px;
	top: -2px;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
.audio_item .audio_s_snippet em {
	background-color: #12ef08;
}

.pc_arr_right,
.pc_arr_left {
	display: inline;
	
}


.jps_col .main_jps_photo {
	text-align: center;
}
.jps_col .t {
	font-weight: bold;
	line-height: 25px;
	margin-top: 15px;
	font-size: 14px;
	color: rgb(81, 81, 81);
}
.jps_col .d {
	line-height: 25px;
	
	font-size: 14px;
	color: rgb(81, 81, 81);
}
.jps_col .topics_t {
	font-weight: bold;
	font-size: 22px;
	color: rgb(185, 0, 0);
}
.jps_col .topics_t a {
	text-decoration: none;
	color: rgb(185, 0, 0);
}
.jps_col .topics_t a:hover {
	text-decoration: underline;
	color: rgb(185, 0, 0);
}
.jps_col .topics_items {
	padding-left: 30px;
}
.jps_col .topics_items li {
	list-style-type: none;
}
.jps_col .topics_items li a {
	line-height: 30px;
	
	font-size: 17px;
	color: rgb(21, 153, 203);
	text-decoration: none;
}
.jps_col .topics_items li a:hover {
	
	text-decoration: underline;
}

.form-signin {
	width: 100%;
	max-width: 380px;
	padding: 50px 15px;
	margin: auto;
}
.search_form .bi-search {
	font-size: 1.3em;
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 8px;
}
.search_form .search_field_box {
	position: relative;
}
.search_form .search_field_box .search_field {
	padding-left: 2.3rem!important;
	padding-right: 2rem!important;
}
.search_form .search_field_box .adv_search_open_btn {
	font-size: 1em;
	position: absolute;
	right: 1px;
	top: 0px;
	
	cursor: pointer;
	padding: 0.4rem;
}
/*
.search_form .search_field_box .adv_search_open_btn:focus {
	outline: none!important;
	box-shadow: none;
}
*/
.adv_search_filters .card {
	margin-bottom: 1rem;
}
.adv_search_filters .list-group {
	max-height: 150px;
	overflow-y: auto;
}
.profile_nav a {
	color: rgba(255,153,0,1);
	font-size: 1.17rem;
}
.profile_nav a:hover {
	color: rgba(255,153,0,1);
	text-decoration: underline;
}
.profile_nav a.act {
	text-decoration: underline;
}
.profile_photo_box {
	font-size: 8rem; 
	color: #e9ecef;
	line-height: 8rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.profile_page {
	color: rgba(112,112,112,1);
	border-color: rgba(112,112,112,0.502);
}

.profile_page .note_item a.note_item_link {
	color: #000000;
	text-decoration: none;
}
.profile_page .note_item a.note_item_link:hover {
	color: #000000;
	text-decoration: underline;
}

.profile_page .note_item .item_link_title {
	font-size: 1.4rem; /* 22px */
	font-weight: bold;
	
}

.profile_page .note_item .item_d_t {
	font-size: 0.85rem; /* 13px */
	color: rgb(255, 153, 0);
}
.profile_page .note_item .item_d_t a {
	color: rgb(255, 153, 0);
	text-decoration: none;
}
.profile_page .note_item .item_d_t a:hover {
	color: rgb(255, 153, 0);
	text-decoration: underline;
}
.profile_page .note_item .item_d_s {
	font-size: 0.85rem;
	color: rgba(96, 96, 96, 0.501961);
	padding: 0 0.63rem;
}
.profile_page .note_item .item_del {
	text-align: right;
}
.profile_page .note_item .item_del_l {
	font-size: 0.85rem;
	color: rgb(255, 153, 0);
	text-decoration: none;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.profile_page .note_item .item_del_l:hover {
	color: rgb(255, 153, 0);
	text-decoration: underline;
}


.mp_audio_list {
	position: relative;
}

.btn_open_lsb {
	cursor: pointer;
	font-size: 1.2rem;
}

.mp_audio_list_loader_block,
.lsb_loader_block,
.modal_loader_block {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(255,255,255,0.70);
	padding-top: 0.74rem;
	z-index: 10040;
}
.filters_params_form_class {
	position: relative;
	z-index: 20;
}





.breadcrumb a {
	color: rgba(112,112,112,1);
}
.breadcrumb-item+.breadcrumb-item::before {
	content: "\00BB";
}

.paginator_pages_nav {
	padding: .75rem 0;
}
.paginator_pages_nav .page_num_input {
	width: 3.2rem;
}

.left_sidebar {
	position: fixed;
	left: -330px;
	top: 0px;
	background-color: rgba(255,255,255,0.95);
	width: 320px;
	height: 100%;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	z-index: 1040;
}
.left_sidebar .btn_close_lsb {
	padding: 0 .35rem 0.18rem .35rem;
	font-size: 1.3rem;
	line-height: 1;
}
.left_sidebar a.dropdown-toggle span {
	display: inline-block;
	max-width: 100px;
	overflow: hidden;
	vertical-align: middle;

}
.left_sidebar .dropdown-menu {
	max-height: 170px;
	overflow-y: auto;
}
.left_sidebar .list-group-item {
	padding: .4rem .75rem;
}
.footer {
	background-color: rgba(21,153,203,1);
	color: #ffffff;
	text-align: center;
}

.topics_page .topic_item a {
	line-height: 30px;
	font-size: 17px;
	color: rgb(21, 153, 203);
	text-decoration: none;
}
.topics_page .topic_item a:hover {
	color: rgb(21, 153, 203);
	text-decoration: underline;
}

/* questions and answers */

.questions_answers_list {
	position: relative;
	border-bottom: 1px solid #ecedef;
	padding-top: 0.4rem;
}
.questions_answers_list .question_block {
	border-top: 1px solid #ecedef;
	padding-bottom: 0.4rem;
}
.questions_answers_list .question_block .question_title {
	cursor: pointer;
	padding: 0.4rem 2.4rem 0 0;
	position: relative;
}
.questions_answers_list .question_block .question_title .qa_page_ext_link {
	font-size: 1rem;
}
.questions_answers_list .question_block .question_title .qa_author {
	display: none;
}

.questions_answers_list .question_block .question_title .arr_icon {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	position: absolute;
	right: 0.4rem;
	width: 24px;
	transition: transform 0.3s;
	transform: rotateZ(0deg);
}
.questions_answers_list .question_block .question_answer {
	display: none;
	padding: 0.4rem 0 0.6rem 1rem;
}
.qa-search-results .questions_answers_list .question_block .question_answer {
	display: block;
}
.qa-search-results .questions_answers_list .question_block .question_title .arr_icon {
	transform: rotateZ(-180deg);
}
.qa-search-results .qa_search_results_info {
	margin: 1rem 0;
}

.questions_answers_list .question_block .question_answer .qa_body {
	color: rgba(21,153,203,1);
	padding: 0.6rem 0;
}

.questions_answers_list .question_block .question_answer div div {
	display: inline;
}

.questions_answers_list .question_block .question_answer div .wavesurfer-marker:hover {
	background: none;
	border-radius: 0px;
	}
	.questions_answers_list .question_block .question_answer div .wavesurfer-marker {
		cursor:unset;
		}
	.hl_item {
		background-color: #07f;
		font-style: italic;
		padding: 0 0.2rem;
		color: #ffffff;
	}

/* / questions and answers */