

/* Start:/bitrix/components/medsite/medsite.search/templates/search_page/style.css?15823831654775*/
div.bx-users-filter{
	width: 420px;
}

div.bx-intranet-outlook-banner{
	float: right;
	width: 40%;
}

div.bx-intranet-outlook-banner .bx-outlook-contacts{
	background-image: url(/bitrix/components/bitrix/intranet.search/templates/.default/images/outlook_import2.jpg);
}

div.bx-outlook-contacts-btn{
	background-image: url(/bitrix/components/bitrix/intranet.search/templates/.default/images/import_outlook.gif);
}

table.bx-users-toolbar{
	width: 100%;
	border-collapse: collapse;
	border: solid 5px #D8E3E8;
	background-color: #D8E3E8;
}

table.bx-users-toolbar td{
	border: solid 5px #D8E3E8;
	padding: 1px;
	white-space: nowrap !important;
	color: black;
}

table.bx-users-toolbar td.bx-users-toolbar-last{
	width: 100%;
	text-align: right;
}

table.bx-users-toolbar td.bx-users-toolbar-delimiter{
	width: 1px;
	padding: 0 1px 0 0;
	background-color: #98B7C5;
}

table.bx-users-toolbar .bx-users-selected{
	background-color: #F0F5F7;
	border: solid 1px #6290A6;
	font-weight: bold;
	color: #0C4797;
}

table.bx-users-toolbar .bx-users-icon{
	display: block;
	height: 20px;
	padding-left: 20px;
	background-position: 1px 1px;
	background-repeat: no-repeat;
	cursor: pointer;
	line-height: 20px;
}

table.bx-users-toolbar a.bx-users-icon1{
	padding: 4px 5px 4px 25px;
	margin-top: 4px;
	margin-right: 3px;
	background-position: 2px center;
	background-repeat: no-repeat;
	cursor: pointer;
	line-height: 25px;
	border: solid 1px #D8E3E8;
	color: #072838;
	text-decoration: none;
}

table.bx-users-toolbar a.bx-users-icon1:hover{
	background-color: #F0F5F7;
	border-color: #AEBEC5;
	text-decoration: none;
}

table.bx-users-toolbar .bx-users-view-list{
	background-image: url(/bitrix/components/medsite/medsite.search/templates/search_page/images/icon_view_list.gif);
}

table.bx-users-toolbar .bx-users-view-list:hover, table.bx-users-toolbar .bx-users-view-list-active{
	background-image: url(/bitrix/components/medsite/medsite.search/templates/search_page/images/icon_view_list_active.gif);
}

table.bx-users-toolbar .bx-users-view-table{
	background-image: url(/bitrix/components/medsite/medsite.search/templates/search_page/images/icon_view_table.gif);
}

table.bx-users-toolbar .bx-users-view-table:hover, table.bx-users-toolbar .bx-users-view-table-active{
	background-image: url(/bitrix/components/medsite/medsite.search/templates/search_page/images/icon_view_table_active.gif);
}

table.bx-users-toolbar .bx-users-excel{
	background-image: url(/bitrix/components/bitrix/intranet.search/templates/.default/images/import_excel.gif);
}

.bx-users-outlook{
	background-image: url(/bitrix/components/bitrix/intranet.search/templates/.default/images/import_outlook.gif);
}

table.bx-users-toolbar .bx-users-letter{
	padding: 2px;
	width: 35px;
	text-align: center;
	cursor: pointer;
}

div.bx-users-alphabet{
	/*float: right; */
	margin: /*5px 0px 5px 5px*/ 10px 0px;
	background-color: #F0F5F7;
	border: solid 1px #AAC3CF;
	padding: 3px;
	color: #98B7C5;
	text-align: center;
}

div.bx-users-alphabet a{
	font-weight: bold;
	text-decoration: none;
	margin: 0 2px
}

div.bx-users-alphabet a:hover{
	text-decoration: underline;
}

div.bx-users-alphabet #bx_alphabet_selector{
	font-size: 0.95em;
}

div.bx-users-alphabet #bx_alphabet_selector a{
	color: #808080;
	font-weight: normal;
}

div.bx-users-alphabet #bx_alphabet_selector a.bx-current{
	color: black;
	font-weight: bold;
}

div.bx-users-nav{
	margin: 5px 0px;
}

ul.bx-users-selector{
	height: 26px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	background-color: #AEBEC5;
	width: 400px;
}

ul.bx-users-selector li{
	height: 16px;
	float: left;
	display: block;
	padding: 5px 30px;
	font-weight: bold;
	color: #072838;
	cursor: pointer;
}

ul.bx-users-selector li.bx-selected{
	padding-right: 30px;
	background-color: #D8E3E8;
	background-image: url(/bitrix/components/medsite/medsite.search/templates/search_page/images/filter_delimiter.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

div.bx-users-selector-filter{
	background-color: #D8E3E8;
	width: 400px;
	padding: 10px 0px 0px 0px;
}

div.bx-users-selector-filter form{
	padding: 0px;
	margin: 0px;
}

div.bx-users-selector-filter table.bx-selector-table{
	border-collapse: collapse;
	width: 100%;
	margin: 0px;
}

div.bx-users-selector-filter table.bx-selector-table tbody td{
	padding: 4px;
	vertical-align: top;
	width: 65%;
}

div.bx-users-selector-filter table.bx-selector-table tbody td.bx-filter-caption{
	text-align: right;
	width: 35%;
}

div.bx-users-selector-filter table.bx-selector-table tbody td input[type="text"] /*IE sux!*/, div.bx-users-selector-filter table.bx-selector-table tbody td select{
	width: 90%;
}

div.bx-users-selector-filter table.bx-selector-table tfoot td{
	text-align: right;
	padding: 10px;
	border-top: solid 1px #C3D0D6;
}


/* End */


/* Start:/bitrix/templates/beauty_s1/components/medsite/medsite.structure.selector/section_filter/style.css?15823832841690*/
ul.bx-users-sections{
	text-decoration: none;
	padding-left: 0px;
}

ul.bx-users-sections a, div.bx-user-section-alltop a{
	text-decoration: none;
}

ul.bx-users-sections a:hover, div.bx-user-section-alltop a:hover{
	text-decoration: underline;
}

div.bx-user-section-delimiter{
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

div.bx-user-section-alltop{
	font-weight: bold;
	font-size: 1.3em;
}

ul.bx-users-sections{
	display: block;
	float: left;
	padding-right: 20px;
	margin-left: 0px;
}

ul.bx-users-sections a.bx-users-section-top{
	font-weight: bold;
	font-size: 1.2em;
}

ul.bx-users-sections li.bx-users-section-top{
	margin-top: 5px;
	margin-bottom: 15px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul.bx-users-sections li.bx-users-section-top li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: -20px;
}

ul.bx-users-sections a.bx-users-section-current{
	color: #C30808;
}

div.bx-user-section-info{
	padding: 15px;
	margin: 10px 0px;
	background-color: #F0F5F7;
	border: 1px solid #AAC3CF;
}

div.bx-user-section-info div.bx-user-section-picture{
	float: left;
	margin: 0px 15px 5px 0px
}

div.bx-user-section-info div.bx-user-section-text{
	/*float: left;  padding-left: 15px;*/
}

div.bx-user-sections-chain{
	margin: 10px 0px; /*font-size: 0.8em;*/
}

div.bx-user-sections-chain a{
	text-decoration: none;
}

div.bx-user-sections-chain a:hover{
	text-decoration: underline;
}

.bx-users-toolbar .form_el{
	width: 140px;
	border-radius: 5px;
}

.bx-users-toolbar .btn.btn-gray {
	height:30px;
	padding: 4px 10px;
	margin-left:5px;
}
.bx-users-toolbar input[type="text"] {
	margin:0;
	padding: 0 10px;
}
/* End */


/* Start:/bitrix/templates/beauty_s1/components/medsite/medsite.structure.selector/fio/style.css?158238328480*/
span.left{
	float: left;
}

form.jj{
	float: left;
}

div.clear{
	clear: both;
}
/* End */


/* Start:/bitrix/templates/beauty_s1/components/medsite/medsite.structure.selector/alphabet/style.css?1582383284690*/
.selected{
	background-color: #d86a6b;
}

.selected a{
	color: #FFFFFF !important;
}

.selected{
	color: #FFFFFF !important;
}

.filter{
	float: left;
	width: 30px;
	text-align: center;
}

div.clear{
	clear: both;
}

div.alphFilter{
	font-weight: bold;
	font-size: 13px;
	background-color: #f2f2ea;
	border: #cccabe 1px solid;
	padding: 3px 5px 4px 5px;
	margin: -3px;
}

span.letter, div.letter{
	padding: 4px 4px 5px 4px;
	margin: -4px -3px -5px -5px;
}

a:hover{
	text-decoration: none !important;
}

a:hover span.letter{
	padding: 1px 3px 4px 3px;
	border: 1px #d86a6b solid;
	color: #d86a6b !important;
}

a:hover span.selected{
	padding: 1px 4px 3px 4px;
	color: #FFFFFF !important;
}
/* End */


/* Start:/bitrix/templates/beauty_s1/components/bitrix/system.pagenavigation/.default/style.css?15823832861596*/
/*  page-count  */
.page-count{
/*	background: url(/bitrix/templates/beauty_s1/components/bitrix/system.pagenavigation/.default/../images/hr.gif) no-repeat center top;*/
	border-top: 1px solid #e0e0e0;
	margin: 40px 0px 0 0;
	overflow: hidden;
	padding: 20px 0px 40px 0px;
	position: relative;
	_zoom: 1;
}

.pageDop{
	float: right;
	padding: 2px 0 0 0;
	white-space: nowrap;
}

.pageDop span{
	margin: 0 0 0 15px;
}

.content ul.countPages{
	display: inline-block;
	*display: inline;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	zoom: 1;
}

.content .countPages li{
	background: none;
	display: inline;
	float: left;
	margin: 0px 3px;
	padding: 0px;
	position: relative;
}

.countPages li a, .countPages li span{
	border: 1px solid #fff;
	display: block;
	padding: 1px 6px;
	position: relative;
	text-decoration: none;
}

.countPages li a:hover{
	border-color: #c52121;
	text-decoration: none;
}

.countPages .act span,
.countPages .act a,
.countPages .act a:hover{
	background-color: #c52121;
	border-color: #c52121;
	color: #fff;
	cursor: default;
	text-decoration: none;
}

.countPages li.first a, .countPages li.last a, .countPages li.first a:hover, .countPages li.last a:hover{
	border-color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.countPages li.first.diss span, .countPages li.last.diss span, .countPages li.first.diss span:hover, .countPages li.last.diss span:hover{
	color: #ccc;
	cursor: default;
	text-decoration: none;
	font-style: normal !important;
}

.countPages li.first a em, .countPages li.last a em{
	font-style: normal;
	padding: 0 5px;
}

.countPages li.first.diss span em, .countPages li.last.diss span em{
}

/* End */


/* Start:/bitrix/templates/beauty_s1/components/medsite/medsite.structure.list/list/style.css?158238328465*/
.bx-users{
	width: 100%;
}

.bx-users-nav{
	margin: 10px 0px;
}


/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?158238318851*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /bitrix/components/medsite/medsite.search/templates/search_page/style.css?15823831654775 */
/* /bitrix/templates/beauty_s1/components/medsite/medsite.structure.selector/section_filter/style.css?15823832841690 */
/* /bitrix/templates/beauty_s1/components/medsite/medsite.structure.selector/fio/style.css?158238328480 */
/* /bitrix/templates/beauty_s1/components/medsite/medsite.structure.selector/alphabet/style.css?1582383284690 */
/* /bitrix/templates/beauty_s1/components/bitrix/system.pagenavigation/.default/style.css?15823832861596 */
/* /bitrix/templates/beauty_s1/components/medsite/medsite.structure.list/list/style.css?158238328465 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?158238318851 */
