/* search */
/*
#container {
	filter: grayscale(.95) !important;
	}
*/

.main_search_block_results {
	width: 50%;
	background-color: rgba(255, 255, 255, .9);
	position: absolute;
	box-shadow: 0 0 10px #555;
	padding-bottom: 10px;
	max-height: 640px;
	overflow-y: scroll;
	display: none;
	z-index: 2;
	}

.main_search_block_results h4 {
	font-size: .8em !important;
	position: relative;
	z-index: 2;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(240, 240, 240, .7);
	height: 3.8em;
	padding: 4px;
	text-align: center;
	overflow: hidden;
	}

.main_search_block_results .col-md-2 {
	cursor: pointer;
	position: relative;
	padding: 4px;
	}

.main_search_block_results .col-md-2:hover {
	background-color: #fee;
	}

.main_search_block_results .main_search_block_entity {
	position: absolute;
	right: 0px;
	top: 100px;
	background-color: red;
	color: white;
	text-shadow: 0 0 1px black;
	padding: 4px;
	font-size: .6em;
	text-align: center;
	}

.main_search_block_results img {
	width: 100%;
	}

.main_search_block_results .headline h4 {
	width: 100%;
	height: 3.5em;
	overflow: hidden;
	font-size: 1em;
	}

.main_search_block_template {
	display: none;
	}

.panel-heading {
	border-top: thin solid #ccc;
	text-transform: uppercase;
	}

.staff-table-mycontacts {
	overflow-y: scroll;
	height: 400px;
	font-size: .9em;
	}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.fancybox-thumbs img {
	margin: 0 4px 4px 0;
	opacity: .9
	}

.fancybox-thumbs img:hover {
	opacity: 1
	}

.ral_sidebar .panel-heading {
	border-bottom: none;
	opacity: 0.7;
	text-transform: uppercase;
	text-shadow: 0 2px white;
	font-weight: bold;
	color: #b8bec5;
	}

.ral_sidebar .panel {
	display: inline-block !important;
	width: 100%;
	}

.sidebar_staff_counter_value, .sidebar_sherp_counter, .sidebar_sherp_counter_value {
	display: none;
	}

/* mobile */
@media screen and (max-width: 1023px) {
	footer, .header .notification-row {
		display: none;
		}
	}

@media screen and (max-width: 768px) {
	#sidebar {
		display: none;
		}

	.wrapper {
		padding: 5px 5px 0 5px !important;
		}

	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		padding-left: 10px !important;
		padding-right: 10px !important;
		}

	.sidebar_menu {
		display: none;
		}

	.ral_sidebar {
		background-color: #ddd;
		margin-top: 20px;
		padding-top: 10px;
		border-top: thin dotted rgb(0, 117, 90);
		}

	.ral_sidebar .panel {
		float: left;
		margin: 10px;
		}

	.dark-bg {
		display: none;
		}

	.sidebar-menu .sub li a {
		width: 100%;
		}

	.sidebar_links {
		display: none;
		}

	#sidebar[isactive="1"] {
		bottom: 0px;
		top: 0px;
		position: fixed;
		}

	#main-content .wrapper {
		margin: 30px 0 0 0 !important;
		}
	}

.search-row-buttons {
	float: left;
	margin-top: 15px;
	margin-left: 16px;
	}

.search-row-buttons button {
	height: 31px;
	}

/* mobile 725*/
@media screen and (max-width: 725px) {
	.search-row {
		display: none;
		}

	.search-row-buttons {
		display: none;
		}
	}

/* mobile 500*/
@media screen and (max-width: 500px) {
	.logout-menu {
		display: none !important;
		}
	}

/* desktop */
@media screen and (min-width: 769px) {
	.sidebar_menu {
		display: block;
		}

	.search-row-buttons {
		display: block;
		}
	}

/*others*/
.sidebar_staff_counter, .sidebar_sherp_counter {
	font-size: .75em;
	color: rgba(255, 238, 0, .5);
	}

.btn-medcare {
	border: thin solid red;
	color: red;
	background: white;
	}

.btn-medcare:hover {
	background: red !important;
	color: white !important;
	}

.Gratitude .staff_fio {
	font-size: .75em;
	}

.Gratitude td {
	border: none !important;
	}

.sidebar_link {
	padding: 4px;
	}

.sidebar_link button {
	width: 150px;
	}

.sidebar_links {
	margin: 10px 0 10px 0;
	text-align: center;
	}

.small-ava {
	width: 32px;
	border-radius: 50%;
	border: 2px solid #688a7e;
	display: inline-block;
	}

.main-page-content {
	background-color: white;
	border-bottom: thin dotted #999;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.headline {
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(0, 117, 90);
	width: 100%;
	padding: 6px;
	font-size: 1.3em !important;
	border-bottom: thin solid rgb(0, 117, 90);
	}

.modal .select2, .modal select {
	width: 100% !important;
	}

.input-group .select2-selection {
	border-radius: 0px !important;
	}

.clear_left {
	clear: left;
	}

.clear_right {
	clear: left;
	}

.clear_both {
	clear: both;
	}

.error {
	color: red;
	padding: 10px 10px 0 20px;
	margin: 3px;
	border: thin solid #fcc;
	border-radius: 3px;
	background-color: #fee;
	}

.back_arrow {
	font-weight: bold;
	}

footer {
	margin-top: 1em;
	width: 100%;
	background-color: #eeeeee !important;
	padding: 10px;
	border-top: thin solid #ccc;
	font-size: .75em;
	display: flex;
	}

footer > ul {
	width: 100%;
	}

.footer-col {
	width: 14.2%;
	}

footer li {
	vertical-align: top;
	}

footer .footer-main-a {
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(0, 117, 90);
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgb(0, 117, 90);
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 2em;
	}

footer > ul ul {
	padding-left: 0px !important;
	}

/* NY */

/*
body{background: url(/images/ny/left.png) repeat-y, #fff url(/images/ny/right.png) repeat-y 100% 0;background-size:50%;background-attachment:fixed;}
#sidebar{background: rgba(0,117,90,.5);}
.tab_content,.sf_pagecontent,.ral_sidebar,.panel, footer,.tab_content,.grid_filter_form{background-color:transparent!important;}
.page-header,.breadcrumb,.main-page-content,.ral_sidebar,.tab_content{background-color:rgba(255,255,255,.5)!important;}
.ral_sidebar{padding-top: 1em;}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {background-color: rgba(249, 249, 249, .5)!important;}
.page-header{padding:6px 4px;opacity:1!important;text-shadow:0 2px #ffffff7d!important;color:#9e9e9e!important;}
*/

button {
	margin-right: 6px !important;
	}

body > .container {
	margin-bottom: 72px;
	}

textarea[name="new_comment_text"] {
	margin-bottom: 3px;
	}

.main_comments {
	border-bottom: thin dotted #1995dc;
	padding-bottom: 6px;
	margin-bottom: 6px;
	}

.dropdown:hover > .dropdown-menu {
	display: block;
	}

.mainpage_container {
	padding-top: 75px;
	}

.tab_content {
	background-color: white;
	padding: 0px !important;
	}

.tab_content > div {
	padding: 6px;
	}

.pagination {
	margin: 10px 0px 10px 10px !important;
	}

.toggle-logo {
	float: left;
	cursor: pointer;
	background-image: url('/img/ral_logo_mini.png');
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: 0px 50%;
	width: 200px;
	height: 60px;
	margin-top: 0px !important;
	position: relative;
	}

.toggle-logo .icon_menu {
	font-size: 2em;
	}

.toggle-logo .icon-reorder {
	position: relative;
	top: 21%;
	}

.ral_sidebar {
	}

/* jq datepicker */
.ui-datepicker {
	z-index: 10000 !important;
	font-size: .75em !important;
	box-shadow: 0 0 6px #999;
	}

.ui-widget-header {
	border: 1px solid #e78f08;
	background: rgb(255, 238, 0);
	color: rgb(0, 117, 90);
	}

.ui-widget-content {
	border-radius: 0px !important;
	}

/* Gallery full view */
#fb_multifile_item_popupwindow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(204, 204, 204, .9);
	display: none;
	}

#fb_multifile_popupwindow-wrapper {
	height: 100%;
	}

#fb_multifile_container {
	text-align: center;
	}

#fb_multifile_container img {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	}

.fb_multifile_item {
	float: left;
	box-shadow: 0 0 3px #ccc;
	margin: 0 6px 6px 0;
	}

/* Tags */
.tag {
	display: inline-block;
	font-weight: normal;
	background-color: #09f;
	color: #fff;
	padding: 3px 7px 3px 7px;
	border-radius: 3px;
	text-decoration: none;
	margin: 6px 6px 0 0;
	}

/* автокомплит адреса */
.typeahead {
	position: absolute;
	z-index: 999;
	margin: 0;
	padding: 0;
	width: 405px;
	outline: none;
	border: 1px solid #ccc;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	list-style: none;
	font-size: .875em;
	line-height: 1em;
	}

.typeahead li {
	padding: 3px;
	}

.typeahead li:hover {
	background-color: #fcc;
	}

.margin-bottom-10 {
	margin-bottom: 10px !important;
	}

.margin-bottom-20 {
	margin-bottom: 20px !important;
	}

.margin-bottom-30 {
	margin-bottom: 30px !important;
	}

.margin-bottom-40 {
	margin-bottom: 40px !important;
	}

.staff-ava {
	width: 250px;
	float: left;
	}

.staff-ava p {
	width: 110px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.staff-ava img {
	width: 100px;
	}

.staff-ava img:hover {
	opacity: .8;
	}

.staff-ava h4 a {
	text-transform: uppercase;
	font-size: .8em;
	}

.staff-ava h4:last-child {
	text-transform: uppercase;
	font-size: .6em;
	}

.sidebar_staff .staff-ava {
	width: 180px !important;
	clear: left;
	position: relative;
	margin-left: 10%;
	}

.sidebar_staff .staff-ava h4 {
	font-size: 13px;
	}

.Birthdays .staff-ava {
	width: 130px !important;
	margin-left: 0 !important;
	clear: none !important;
	height: 150px;
	}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('/fonts/glyphicons-halflings-regular.eot');
	src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
	}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline !important;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

.glyphicon-asterisk:before {
	content: "\2a";
	}

.glyphicon-plus:before {
	content: "\2b";
	}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "\20ac";
	}

.glyphicon-minus:before {
	content: "\2212";
	}

.glyphicon-cloud:before {
	content: "\2601";
	}

.glyphicon-envelope:before {
	content: "\2709";
	}

.glyphicon-pencil:before {
	content: "\270f";
	}

.glyphicon-glass:before {
	content: "\e001";
	}

.glyphicon-music:before {
	content: "\e002";
	}

.glyphicon-search:before {
	content: "\e003";
	}

.glyphicon-heart:before {
	content: "\e005";
	}

.glyphicon-star:before {
	content: "\e006";
	}

.glyphicon-star-empty:before {
	content: "\e007";
	}

.glyphicon-user:before {
	content: "\e008";
	}

.glyphicon-film:before {
	content: "\e009";
	}

.glyphicon-th-large:before {
	content: "\e010";
	}

.glyphicon-th:before {
	content: "\e011";
	}

.glyphicon-th-list:before {
	content: "\e012";
	}

.glyphicon-ok:before {
	content: "\e013";
	}

.glyphicon-remove:before {
	content: "\e014";
	}

.glyphicon-zoom-in:before {
	content: "\e015";
	}

.glyphicon-zoom-out:before {
	content: "\e016";
	}

.glyphicon-off:before {
	content: "\e017";
	}

.glyphicon-signal:before {
	content: "\e018";
	}

.glyphicon-cog:before {
	content: "\e019";
	}

.glyphicon-trash:before {
	content: "\e020";
	}

.glyphicon-home:before {
	content: "\e021";
	}

.glyphicon-file:before {
	content: "\e022";
	}

.glyphicon-time:before {
	content: "\e023";
	}

.glyphicon-road:before {
	content: "\e024";
	}

.glyphicon-download-alt:before {
	content: "\e025";
	}

.glyphicon-download:before {
	content: "\e026";
	}

.glyphicon-upload:before {
	content: "\e027";
	}

.glyphicon-inbox:before {
	content: "\e028";
	}

.glyphicon-play-circle:before {
	content: "\e029";
	}

.glyphicon-repeat:before {
	content: "\e030";
	}

.glyphicon-refresh:before {
	content: "\e031";
	}

.glyphicon-list-alt:before {
	content: "\e032";
	}

.glyphicon-lock:before {
	content: "\e033";
	}

.glyphicon-flag:before {
	content: "\e034";
	}

.glyphicon-headphones:before {
	content: "\e035";
	}

.glyphicon-volume-off:before {
	content: "\e036";
	}

.glyphicon-volume-down:before {
	content: "\e037";
	}

.glyphicon-volume-up:before {
	content: "\e038";
	}

.glyphicon-qrcode:before {
	content: "\e039";
	}

.glyphicon-barcode:before {
	content: "\e040";
	}

.glyphicon-tag:before {
	content: "\e041";
	}

.glyphicon-tags:before {
	content: "\e042";
	}

.glyphicon-book:before {
	content: "\e043";
	}

.glyphicon-bookmark:before {
	content: "\e044";
	}

.glyphicon-print:before {
	content: "\e045";
	}

.glyphicon-camera:before {
	content: "\e046";
	}

.glyphicon-font:before {
	content: "\e047";
	}

.glyphicon-bold:before {
	content: "\e048";
	}

.glyphicon-italic:before {
	content: "\e049";
	}

.glyphicon-text-height:before {
	content: "\e050";
	}

.glyphicon-text-width:before {
	content: "\e051";
	}

.glyphicon-align-left:before {
	content: "\e052";
	}

.glyphicon-align-center:before {
	content: "\e053";
	}

.glyphicon-align-right:before {
	content: "\e054";
	}

.glyphicon-align-justify:before {
	content: "\e055";
	}

.glyphicon-list:before {
	content: "\e056";
	}

.glyphicon-indent-left:before {
	content: "\e057";
	}

.glyphicon-indent-right:before {
	content: "\e058";
	}

.glyphicon-facetime-video:before {
	content: "\e059";
	}

.glyphicon-picture:before {
	content: "\e060";
	}

.glyphicon-map-marker:before {
	content: "\e062";
	}

.glyphicon-adjust:before {
	content: "\e063";
	}

.glyphicon-tint:before {
	content: "\e064";
	}

.glyphicon-edit:before {
	content: "\e065";
	}

.glyphicon-share:before {
	content: "\e066";
	}

.glyphicon-check:before {
	content: "\e067";
	}

.glyphicon-move:before {
	content: "\e068";
	}

.glyphicon-step-backward:before {
	content: "\e069";
	}

.glyphicon-fast-backward:before {
	content: "\e070";
	}

.glyphicon-backward:before {
	content: "\e071";
	}

.glyphicon-play:before {
	content: "\e072";
	}

.glyphicon-pause:before {
	content: "\e073";
	}

.glyphicon-stop:before {
	content: "\e074";
	}

.glyphicon-forward:before {
	content: "\e075";
	}

.glyphicon-fast-forward:before {
	content: "\e076";
	}

.glyphicon-step-forward:before {
	content: "\e077";
	}

.glyphicon-eject:before {
	content: "\e078";
	}

.glyphicon-chevron-left:before {
	content: "\e079";
	}

.glyphicon-chevron-right:before {
	content: "\e080";
	}

.glyphicon-plus-sign:before {
	content: "\e081";
	}

.glyphicon-minus-sign:before {
	content: "\e082";
	}

.glyphicon-remove-sign:before {
	content: "\e083";
	}

.glyphicon-ok-sign:before {
	content: "\e084";
	}

.glyphicon-question-sign:before {
	content: "\e085";
	}

.glyphicon-info-sign:before {
	content: "\e086";
	}

.glyphicon-screenshot:before {
	content: "\e087";
	}

.glyphicon-remove-circle:before {
	content: "\e088";
	}

.glyphicon-ok-circle:before {
	content: "\e089";
	}

.glyphicon-ban-circle:before {
	content: "\e090";
	}

.glyphicon-arrow-left:before {
	content: "\e091";
	}

.glyphicon-arrow-right:before {
	content: "\e092";
	}

.glyphicon-arrow-up:before {
	content: "\e093";
	}

.glyphicon-arrow-down:before {
	content: "\e094";
	}

.glyphicon-share-alt:before {
	content: "\e095";
	}

.glyphicon-resize-full:before {
	content: "\e096";
	}

.glyphicon-resize-small:before {
	content: "\e097";
	}

.glyphicon-exclamation-sign:before {
	content: "\e101";
	}

.glyphicon-gift:before {
	content: "\e102";
	}

.glyphicon-leaf:before {
	content: "\e103";
	}

.glyphicon-fire:before {
	content: "\e104";
	}

.glyphicon-eye-open:before {
	content: "\e105";
	}

.glyphicon-eye-close:before {
	content: "\e106";
	}

.glyphicon-warning-sign:before {
	content: "\e107";
	}

.glyphicon-plane:before {
	content: "\e108";
	}

.glyphicon-calendar:before {
	content: "\e109";
	}

.glyphicon-random:before {
	content: "\e110";
	}

.glyphicon-comment:before {
	content: "\e111";
	}

.glyphicon-magnet:before {
	content: "\e112";
	}

.glyphicon-chevron-up:before {
	content: "\e113";
	}

.glyphicon-chevron-down:before {
	content: "\e114";
	}

.glyphicon-retweet:before {
	content: "\e115";
	}

.glyphicon-shopping-cart:before {
	content: "\e116";
	}

.glyphicon-folder-close:before {
	content: "\e117";
	}

.glyphicon-folder-open:before {
	content: "\e118";
	}

.glyphicon-resize-vertical:before {
	content: "\e119";
	}

.glyphicon-resize-horizontal:before {
	content: "\e120";
	}

.glyphicon-hdd:before {
	content: "\e121";
	}

.glyphicon-bullhorn:before {
	content: "\e122";
	}

.glyphicon-bell:before {
	content: "\e123";
	}

.glyphicon-certificate:before {
	content: "\e124";
	}

.glyphicon-thumbs-up:before {
	content: "\e125";
	}

.glyphicon-thumbs-down:before {
	content: "\e126";
	}

.glyphicon-hand-right:before {
	content: "\e127";
	}

.glyphicon-hand-left:before {
	content: "\e128";
	}

.glyphicon-hand-up:before {
	content: "\e129";
	}

.glyphicon-hand-down:before {
	content: "\e130";
	}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
	}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
	}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
	}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
	}

.glyphicon-globe:before {
	content: "\e135";
	}

.glyphicon-wrench:before {
	content: "\e136";
	}

.glyphicon-tasks:before {
	content: "\e137";
	}

.glyphicon-filter:before {
	content: "\e138";
	}

.glyphicon-briefcase:before {
	content: "\e139";
	}

.glyphicon-fullscreen:before {
	content: "\e140";
	}

.glyphicon-dashboard:before {
	content: "\e141";
	}

.glyphicon-paperclip:before {
	content: "\e142";
	}

.glyphicon-heart-empty:before {
	content: "\e143";
	}

.glyphicon-link:before {
	content: "\e144";
	}

.glyphicon-phone:before {
	content: "\e145";
	}

.glyphicon-pushpin:before {
	content: "\e146";
	}

.glyphicon-usd:before {
	content: "\e148";
	}

.glyphicon-gbp:before {
	content: "\e149";
	}

.glyphicon-sort:before {
	content: "\e150";
	}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
	}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
	}

.glyphicon-sort-by-order:before {
	content: "\e153";
	}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
	}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
	}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
	}

.glyphicon-unchecked:before {
	content: "\e157";
	}

.glyphicon-expand:before {
	content: "\e158";
	}

.glyphicon-collapse-down:before {
	content: "\e159";
	}

.glyphicon-collapse-up:before {
	content: "\e160";
	}

.glyphicon-log-in:before {
	content: "\e161";
	}

.glyphicon-flash:before {
	content: "\e162";
	}

.glyphicon-log-out:before {
	content: "\e163";
	}

.glyphicon-new-window:before {
	content: "\e164";
	}

.glyphicon-record:before {
	content: "\e165";
	}

.glyphicon-save:before {
	content: "\e166";
	}

.glyphicon-open:before {
	content: "\e167";
	}

.glyphicon-saved:before {
	content: "\e168";
	}

.glyphicon-import:before {
	content: "\e169";
	}

.glyphicon-export:before {
	content: "\e170";
	}

.glyphicon-send:before {
	content: "\e171";
	}

.glyphicon-floppy-disk:before {
	content: "\e172";
	}

.glyphicon-floppy-saved:before {
	content: "\e173";
	}

.glyphicon-floppy-remove:before {
	content: "\e174";
	}

.glyphicon-floppy-save:before {
	content: "\e175";
	}

.glyphicon-floppy-open:before {
	content: "\e176";
	}

.glyphicon-credit-card:before {
	content: "\e177";
	}

.glyphicon-transfer:before {
	content: "\e178";
	}

.glyphicon-cutlery:before {
	content: "\e179";
	}

.glyphicon-header:before {
	content: "\e180";
	}

.glyphicon-compressed:before {
	content: "\e181";
	}

.glyphicon-earphone:before {
	content: "\e182";
	}

.glyphicon-phone-alt:before {
	content: "\e183";
	}

.glyphicon-tower:before {
	content: "\e184";
	}

.glyphicon-stats:before {
	content: "\e185";
	}

.glyphicon-sd-video:before {
	content: "\e186";
	}

.glyphicon-hd-video:before {
	content: "\e187";
	}

.glyphicon-subtitles:before {
	content: "\e188";
	}

.glyphicon-sound-stereo:before {
	content: "\e189";
	}

.glyphicon-sound-dolby:before {
	content: "\e190";
	}

.glyphicon-sound-5-1:before {
	content: "\e191";
	}

.glyphicon-sound-6-1:before {
	content: "\e192";
	}

.glyphicon-sound-7-1:before {
	content: "\e193";
	}

.glyphicon-copyright-mark:before {
	content: "\e194";
	}

.glyphicon-registration-mark:before {
	content: "\e195";
	}

.glyphicon-cloud-download:before {
	content: "\e197";
	}

.glyphicon-cloud-upload:before {
	content: "\e198";
	}

.glyphicon-tree-conifer:before {
	content: "\e199";
	}

.glyphicon-tree-deciduous:before {
	content: "\e200";
	}

.glyphicon-cd:before {
	content: "\e201";
	}

.glyphicon-save-file:before {
	content: "\e202";
	}

.glyphicon-open-file:before {
	content: "\e203";
	}

.glyphicon-level-up:before {
	content: "\e204";
	}

.glyphicon-copy:before {
	content: "\e205";
	}

.glyphicon-paste:before {
	content: "\e206";
	}

.glyphicon-alert:before {
	content: "\e209";
	}

.glyphicon-equalizer:before {
	content: "\e210";
	}

.glyphicon-king:before {
	content: "\e211";
	}

.glyphicon-queen:before {
	content: "\e212";
	}

.glyphicon-pawn:before {
	content: "\e213";
	}

.glyphicon-bishop:before {
	content: "\e214";
	}

.glyphicon-knight:before {
	content: "\e215";
	}

.glyphicon-baby-formula:before {
	content: "\e216";
	}

.glyphicon-tent:before {
	content: "\26fa";
	}

.glyphicon-blackboard:before {
	content: "\e218";
	}

.glyphicon-bed:before {
	content: "\e219";
	}

.glyphicon-apple:before {
	content: "\f8ff";
	}

.glyphicon-erase:before {
	content: "\e221";
	}

.glyphicon-hourglass:before {
	content: "\231b";
	}

.glyphicon-lamp:before {
	content: "\e223";
	}

.glyphicon-duplicate:before {
	content: "\e224";
	}

.glyphicon-piggy-bank:before {
	content: "\e225";
	}

.glyphicon-scissors:before {
	content: "\e226";
	}

.glyphicon-bitcoin:before {
	content: "\e227";
	}

.glyphicon-btc:before {
	content: "\e227";
	}

.glyphicon-xbt:before {
	content: "\e227";
	}

.glyphicon-yen:before {
	content: "\00a5";
	}

.glyphicon-jpy:before {
	content: "\00a5";
	}

.glyphicon-ruble:before {
	content: "\20bd";
	}

.glyphicon-rub:before {
	content: "\20bd";
	}

.glyphicon-scale:before {
	content: "\e230";
	}

.glyphicon-ice-lolly:before {
	content: "\e231";
	}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
	}

.glyphicon-education:before {
	content: "\e233";
	}

.glyphicon-option-horizontal:before {
	content: "\e234";
	}

.glyphicon-option-vertical:before {
	content: "\e235";
	}

.glyphicon-menu-hamburger:before {
	content: "\e236";
	}

.glyphicon-modal-window:before {
	content: "\e237";
	}

.glyphicon-oil:before {
	content: "\e238";
	}

.glyphicon-grain:before {
	content: "\e239";
	}

.glyphicon-sunglasses:before {
	content: "\e240";
	}

.glyphicon-text-size:before {
	content: "\e241";
	}

.glyphicon-text-color:before {
	content: "\e242";
	}

.glyphicon-text-background:before {
	content: "\e243";
	}

.glyphicon-object-align-top:before {
	content: "\e244";
	}

.glyphicon-object-align-bottom:before {
	content: "\e245";
	}

.glyphicon-object-align-horizontal:before {
	content: "\e246";
	}

.glyphicon-object-align-left:before {
	content: "\e247";
	}

.glyphicon-object-align-vertical:before {
	content: "\e248";
	}

.glyphicon-object-align-right:before {
	content: "\e249";
	}

.glyphicon-triangle-right:before {
	content: "\e250";
	}

.glyphicon-triangle-left:before {
	content: "\e251";
	}

.glyphicon-triangle-bottom:before {
	content: "\e252";
	}

.glyphicon-triangle-top:before {
	content: "\e253";
	}

.glyphicon-console:before {
	content: "\e254";
	}

.glyphicon-superscript:before {
	content: "\e255";
	}

.glyphicon-subscript:before {
	content: "\e256";
	}

.glyphicon-menu-left:before {
	content: "\e257";
	}

.glyphicon-menu-right:before {
	content: "\e258";
	}

.glyphicon-menu-down:before {
	content: "\e259";
	}

.glyphicon-menu-up:before {
	content: "\e260";
	}

/*js tree*/
.jstree-node, .jstree-children, .jstree-container-ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none
	}

.jstree-node {
	white-space: nowrap
	}

.jstree-anchor {
	display: inline-block;
	color: #000;
	white-space: nowrap;
	padding: 0 4px 0 1px;
	margin: 0;
	vertical-align: top
	}

.jstree-anchor:focus {
	outline: 0
	}

.jstree-anchor, .jstree-anchor:link, .jstree-anchor:visited, .jstree-anchor:hover, .jstree-anchor:active {
	text-decoration: none;
	color: inherit
	}

.jstree-icon {
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center
	}

.jstree-icon:empty {
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center
	}

.jstree-ocl {
	cursor: pointer
	}

.jstree .jstree-open > .jstree-children {
	display: block
	}

.jstree .jstree-closed > .jstree-children, .jstree .jstree-leaf > .jstree-children {
	display: none
	}

.jstree-anchor > .jstree-themeicon {
	margin-right: 2px
	}

.jstree-no-icons .jstree-themeicon, .jstree-anchor > .jstree-themeicon-hidden {
	display: none
	}

.jstree-rtl .jstree-anchor {
	padding: 0 1px 0 4px
	}

.jstree-rtl .jstree-anchor > .jstree-themeicon {
	margin-left: 2px;
	margin-right: 0
	}

.jstree-rtl .jstree-node {
	margin-left: 0
	}

.jstree-rtl .jstree-container-ul > .jstree-node {
	margin-right: 0
	}

.jstree-wholerow-ul {
	position: relative;
	display: inline-block;
	min-width: 100%
	}

.jstree-wholerow-ul .jstree-anchor, .jstree-wholerow-ul .jstree-icon {
	position: relative
	}

.jstree-wholerow-ul .jstree-wholerow {
	width: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
	}

.vakata-context {
	display: none
	}

.vakata-context, .vakata-context ul {
	margin: 0;
	padding: 2px;
	position: absolute;
	background: #f5f5f5;
	border: 1px solid #979797;
	-moz-box-shadow: 5px 5px 4px -4px #666;
	-webkit-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999
	}

.vakata-context ul {
	list-style: none;
	left: 100%;
	margin-top: -2.7em;
	margin-left: -4px
	}

.vakata-context .vakata-context-right ul {
	left: auto;
	right: 100%;
	margin-left: auto;
	margin-right: -4px
	}

.vakata-context li {
	list-style: none;
	display: inline
	}

.vakata-context li > a {
	display: block;
	padding: 0 2em;
	text-decoration: none;
	width: auto;
	color: #000;
	white-space: nowrap;
	line-height: 2.4em;
	-moz-text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 #fff;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px
	}

.vakata-context li > a:hover {
	position: relative;
	background-color: #e8eff7;
	-moz-box-shadow: 0 0 2px #0a6aa1;
	-webkit-box-shadow: 0 0 2px #0a6aa1;
	box-shadow: 0 0 2px #0a6aa1
	}

.vakata-context li > a.vakata-context-parent {
	background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==);
	background-position: right center;
	background-repeat: no-repeat
	}

.vakata-context li > a:focus {
	outline: 0
	}

.vakata-context .vakata-context-hover > a {
	position: relative;
	background-color: #e8eff7;
	-moz-box-shadow: 0 0 2px #0a6aa1;
	-webkit-box-shadow: 0 0 2px #0a6aa1;
	box-shadow: 0 0 2px #0a6aa1
	}

.vakata-context .vakata-context-separator a, .vakata-context .vakata-context-separator a:hover {
	background: #fff;
	border: 0;
	border-top: 1px solid #e2e3e3;
	height: 1px;
	min-height: 1px;
	max-height: 1px;
	padding: 0;
	margin: 0 0 0 2.4em;
	border-left: 1px solid #e0e0e0;
	-moz-text-shadow: 0 0 0 transparent;
	-webkit-text-shadow: 0 0 0 transparent;
	text-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
	}

.vakata-context .vakata-contextmenu-disabled a, .vakata-context .vakata-contextmenu-disabled a:hover {
	color: silver;
	background-color: transparent;
	border: 0;
	box-shadow: 0 0 0
	}

.vakata-context li > a > i {
	text-decoration: none;
	display: inline-block;
	width: 2.4em;
	height: 2.4em;
	background: 0 0;
	margin: 0 0 0 -2em;
	vertical-align: top;
	text-align: center;
	line-height: 2.4em
	}

.vakata-context li > a > i:empty {
	width: 2.4em;
	line-height: 2.4em
	}

.vakata-context li > a .vakata-contextmenu-sep {
	display: inline-block;
	width: 1px;
	height: 2.4em;
	background: #fff;
	margin: 0 .5em 0 0;
	border-left: 1px solid #e2e3e3
	}

.vakata-context .vakata-contextmenu-shortcut {
	font-size: .8em;
	color: silver;
	opacity: .5;
	display: none
	}

.vakata-context-rtl ul {
	left: auto;
	right: 100%;
	margin-left: auto;
	margin-right: -4px
	}

.vakata-context-rtl li > a.vakata-context-parent {
	background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7);
	background-position: left center;
	background-repeat: no-repeat
	}

.vakata-context-rtl .vakata-context-separator > a {
	margin: 0 2.4em 0 0;
	border-left: 0;
	border-right: 1px solid #e2e3e3
	}

.vakata-context-rtl .vakata-context-left ul {
	right: auto;
	left: 100%;
	margin-left: -4px;
	margin-right: auto
	}

.vakata-context-rtl li > a > i {
	margin: 0 -2em 0 0
	}

.vakata-context-rtl li > a .vakata-contextmenu-sep {
	margin: 0 0 0 .5em;
	border-left-color: #fff;
	background: #e2e3e3
	}

#jstree-marker {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border-right: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0
	}

#jstree-dnd {
	line-height: 16px;
	margin: 0;
	padding: 4px
	}

#jstree-dnd .jstree-icon, #jstree-dnd .jstree-copy {
	display: inline-block;
	text-decoration: none;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px
	}

#jstree-dnd .jstree-ok {
	background: green
	}

#jstree-dnd .jstree-er {
	background: red
	}

#jstree-dnd .jstree-copy {
	margin: 0 2px
	}

.jstree-default .jstree-node, .jstree-default .jstree-icon {
	background-repeat: no-repeat;
	background-color: transparent
	}

.jstree-default .jstree-anchor, .jstree-default .jstree-wholerow {
	transition: background-color .15s, box-shadow .15s
	}

.jstree-default .jstree-hovered {
	background: #e7f4f9;
	border-radius: 2px;
	box-shadow: inset 0 0 1px #ccc
	}

.jstree-default .jstree-clicked {
	background: #beebff;
	border-radius: 2px;
	box-shadow: inset 0 0 1px #999
	}

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
	display: none
	}

.jstree-default .jstree-disabled {
	background: 0 0;
	color: #666
	}

.jstree-default .jstree-disabled.jstree-hovered {
	background: 0 0;
	box-shadow: none
	}

.jstree-default .jstree-disabled.jstree-clicked {
	background: #efefef
	}

.jstree-default .jstree-disabled > .jstree-icon {
	opacity: .8;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%)
	}

.jstree-default .jstree-search {
	font-style: italic;
	color: #8b0000;
	font-weight: 700
	}

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
	display: none !important
	}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
	background: 0 0;
	box-shadow: none
	}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
	background: #e7f4f9
	}

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
	background: 0 0
	}

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
	background: #e7f4f9
	}

#jstree-dnd.jstree-default .jstree-ok, #jstree-dnd.jstree-default .jstree-er {
	background-image: url(/img/jstree.png);
	background-repeat: no-repeat;
	background-color: transparent
	}

#jstree-dnd.jstree-default i {
	background: 0 0;
	width: 16px;
	height: 16px
	}

#jstree-dnd.jstree-default .jstree-ok {
	background-position: -9px -71px
	}

#jstree-dnd.jstree-default .jstree-er {
	background-position: -39px -71px
	}

.jstree-default > .jstree-striped {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==) left top repeat
	}

.jstree-default > .jstree-wholerow-ul .jstree-hovered, .jstree-default > .jstree-wholerow-ul .jstree-clicked {
	background: 0 0;
	box-shadow: none;
	border-radius: 0
	}

.jstree-default .jstree-wholerow {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
	}

.jstree-default .jstree-wholerow-hovered {
	background: #e7f4f9
	}

.jstree-default .jstree-wholerow-clicked {
	background: #beebff;
	background: -moz-linear-gradient(top, #beebff 0, #a8e4ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #beebff), color-stop(100%, #a8e4ff));
	background: -webkit-linear-gradient(top, #beebff 0, #a8e4ff 100%);
	background: -o-linear-gradient(top, #beebff 0, #a8e4ff 100%);
	background: -ms-linear-gradient(top, #beebff 0, #a8e4ff 100%);
	background: linear-gradient(to bottom, #beebff 0, #a8e4ff 100%)
	}

.jstree-default .jstree-node {
	min-height: 24px;
	line-height: 24px;
	margin-left: 24px;
	min-width: 24px
	}

.jstree-default .jstree-anchor {
	line-height: 24px;
	height: 24px
	}

.jstree-default .jstree-icon {
	width: 24px;
	height: 24px;
	line-height: 24px
	}

.jstree-default .jstree-icon:empty {
	width: 24px;
	height: 24px;
	line-height: 24px
	}

.jstree-default.jstree-rtl .jstree-node {
	margin-right: 24px
	}

.jstree-default .jstree-wholerow {
	height: 24px
	}

.jstree-default .jstree-node, .jstree-default .jstree-icon {
	background-image: url(/img/jstree.png)
	}

.jstree-default .jstree-node {
	background-position: -292px -4px;
	background-repeat: repeat-y
	}

.jstree-default .jstree-last {
	background: 0 0
	}

.jstree-default .jstree-open > .jstree-ocl {
	background-position: -132px -4px
	}

.jstree-default .jstree-closed > .jstree-ocl {
	background-position: -100px -4px
	}

.jstree-default .jstree-leaf > .jstree-ocl {
	background-position: -68px -4px
	}

.jstree-default .jstree-anchor > .jstree-themeicon {
	background-position: -260px -4px
	}

.jstree-default > .jstree-no-dots .jstree-node, .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: 0 0
	}

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -36px -4px
	}

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: -4px -4px
	}

.jstree-default .jstree-disabled {
	background: 0 0
	}

.jstree-default .jstree-disabled.jstree-hovered {
	background: 0 0
	}

.jstree-default .jstree-disabled.jstree-clicked {
	background: #efefef
	}

.jstree-default .jstree-checkbox {
	background-position: -164px -4px
	}

.jstree-default .jstree-checkbox:hover {
	background-position: -164px -36px
	}

.jstree-default .jstree-clicked > .jstree-checkbox {
	background-position: -228px -4px
	}

.jstree-default .jstree-clicked > .jstree-checkbox:hover {
	background-position: -228px -36px
	}

.jstree-default .jstree-anchor > .jstree-undetermined {
	background-position: -196px -4px
	}

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
	background-position: -196px -36px
	}

.jstree-default > .jstree-striped {
	background-size: auto 48px
	}

.jstree-default.jstree-rtl .jstree-node {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
	background-position: 100% 1px;
	background-repeat: repeat-y
	}

.jstree-default.jstree-rtl .jstree-last {
	background: 0 0
	}

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
	background-position: -132px -36px
	}

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
	background-position: -100px -36px
	}

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
	background-position: -68px -36px
	}

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: 0 0
	}

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -36px -36px
	}

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: -4px -36px
	}

.jstree-default .jstree-themeicon-custom {
	background-color: transparent;
	background-image: none
	}

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
	background: url(throbber.gif) center center no-repeat
	}

.jstree-default.jstree-rtl .jstree-node {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==)
	}

.jstree-default.jstree-rtl .jstree-last {
	background: 0 0
	}

.jstree-default-small .jstree-node {
	min-height: 18px;
	line-height: 18px;
	margin-left: 18px;
	min-width: 18px
	}

.jstree-default-small .jstree-anchor {
	line-height: 18px;
	height: 18px
	}

.jstree-default-small .jstree-icon {
	width: 18px;
	height: 18px;
	line-height: 18px
	}

.jstree-default-small .jstree-icon:empty {
	width: 18px;
	height: 18px;
	line-height: 18px
	}

.jstree-default-small.jstree-rtl .jstree-node {
	margin-right: 18px
	}

.jstree-default-small .jstree-wholerow {
	height: 18px
	}

.jstree-default-small .jstree-node, .jstree-default-small .jstree-icon {
	background-image: url(/img/jstree.png)
	}

.jstree-default-small .jstree-node {
	background-position: -295px -7px;
	background-repeat: repeat-y
	}

.jstree-default-small .jstree-last {
	background: 0 0
	}

.jstree-default-small .jstree-open > .jstree-ocl {
	background-position: -135px -7px
	}

.jstree-default-small .jstree-closed > .jstree-ocl {
	background-position: -103px -7px
	}

.jstree-default-small .jstree-leaf > .jstree-ocl {
	background-position: -71px -7px
	}

.jstree-default-small .jstree-anchor > .jstree-themeicon {
	background-position: -263px -7px
	}

.jstree-default-small > .jstree-no-dots .jstree-node, .jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: 0 0
	}

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -39px -7px
	}

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: -7px -7px
	}

.jstree-default-small .jstree-disabled {
	background: 0 0
	}

.jstree-default-small .jstree-disabled.jstree-hovered {
	background: 0 0
	}

.jstree-default-small .jstree-disabled.jstree-clicked {
	background: #efefef
	}

.jstree-default-small .jstree-checkbox {
	background-position: -167px -7px
	}

.jstree-default-small .jstree-checkbox:hover {
	background-position: -167px -39px
	}

.jstree-default-small .jstree-clicked > .jstree-checkbox {
	background-position: -231px -7px
	}

.jstree-default-small .jstree-clicked > .jstree-checkbox:hover {
	background-position: -231px -39px
	}

.jstree-default-small .jstree-anchor > .jstree-undetermined {
	background-position: -199px -7px
	}

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
	background-position: -199px -39px
	}

.jstree-default-small > .jstree-striped {
	background-size: auto 36px
	}

.jstree-default-small.jstree-rtl .jstree-node {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
	background-position: 100% 1px;
	background-repeat: repeat-y
	}

.jstree-default-small.jstree-rtl .jstree-last {
	background: 0 0
	}

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
	background-position: -135px -39px
	}

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
	background-position: -103px -39px
	}

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
	background-position: -71px -39px
	}

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: 0 0
	}

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -39px -39px
	}

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: -7px -39px
	}

.jstree-default-small .jstree-themeicon-custom {
	background-color: transparent;
	background-image: none
	}

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
	background: url(throbber.gif) center center no-repeat
	}

.jstree-default-small.jstree-rtl .jstree-node {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==)
	}

.jstree-default-small.jstree-rtl .jstree-last {
	background: 0 0
	}

.jstree-default-large .jstree-node {
	min-height: 32px;
	line-height: 32px;
	margin-left: 32px;
	min-width: 32px
	}

.jstree-default-large .jstree-anchor {
	line-height: 32px;
	height: 32px
	}

.jstree-default-large .jstree-icon {
	width: 32px;
	height: 32px;
	line-height: 32px
	}

.jstree-default-large .jstree-icon:empty {
	width: 32px;
	height: 32px;
	line-height: 32px
	}

.jstree-default-large.jstree-rtl .jstree-node {
	margin-right: 32px
	}

.jstree-default-large .jstree-wholerow {
	height: 32px
	}

.jstree-default-large .jstree-node, .jstree-default-large .jstree-icon {
	background-image: url(/img/jstree.png)
	}

.jstree-default-large .jstree-node {
	background-position: -288px 0;
	background-repeat: repeat-y
	}

.jstree-default-large .jstree-last {
	background: 0 0
	}

.jstree-default-large .jstree-open > .jstree-ocl {
	background-position: -128px 0
	}

.jstree-default-large .jstree-closed > .jstree-ocl {
	background-position: -96px 0
	}

.jstree-default-large .jstree-leaf > .jstree-ocl {
	background-position: -64px 0
	}

.jstree-default-large .jstree-anchor > .jstree-themeicon {
	background-position: -256px 0
	}

.jstree-default-large > .jstree-no-dots .jstree-node, .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: 0 0
	}

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -32px 0
	}

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: 0 0
	}

.jstree-default-large .jstree-disabled {
	background: 0 0
	}

.jstree-default-large .jstree-disabled.jstree-hovered {
	background: 0 0
	}

.jstree-default-large .jstree-disabled.jstree-clicked {
	background: #efefef
	}

.jstree-default-large .jstree-checkbox {
	background-position: -160px 0
	}

.jstree-default-large .jstree-checkbox:hover {
	background-position: -160px -32px
	}

.jstree-default-large .jstree-clicked > .jstree-checkbox {
	background-position: -224px 0
	}

.jstree-default-large .jstree-clicked > .jstree-checkbox:hover {
	background-position: -224px -32px
	}

.jstree-default-large .jstree-anchor > .jstree-undetermined {
	background-position: -192px 0
	}

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
	background-position: -192px -32px
	}

.jstree-default-large > .jstree-striped {
	background-size: auto 64px
	}

.jstree-default-large.jstree-rtl .jstree-node {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
	background-position: 100% 1px;
	background-repeat: repeat-y
	}

.jstree-default-large.jstree-rtl .jstree-last {
	background: 0 0
	}

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
	background-position: -128px -32px
	}

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
	background-position: -96px -32px
	}

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
	background-position: -64px -32px
	}

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
	background: 0 0
	}

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
	background-position: -32px -32px
	}

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
	background-position: 0 -32px
	}

.jstree-default-large .jstree-themeicon-custom {
	background-color: transparent;
	background-image: none
	}

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
	background: url(throbber.gif) center center no-repeat
	}

.jstree-default-large.jstree-rtl .jstree-node {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==)
	}

.jstree-default-large.jstree-rtl .jstree-last {
	background: 0 0
	}

.jstree-default > .jstree-container-ul > .jstree-node {
	margin-left: 0;
	margin-right: 0
	}

.common_progress {
	position: fixed;
	display: none;
	background-color: rgba(192, 192, 192, .5);
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 20px rgba(192, 192, 192, .5);
	}

.common_progress img {
	position: absolute;
	left: 50%;
	top: 50%;
	}

/* Tabs */
.nav {
	margin-bottom: 6px !important;
	}

.tab_content {
	display: none;
	}

.FormBuilder .headline {
	margin-bottom: 10px;
	}

@-webkit-keyframes spinner {
	from {
		-webkit-transform: rotateY(0deg);
		}
	to {
		-webkit-transform: rotateY(-360deg);
		}
	}

@keyframes spinner {
	from {
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		transform: rotateY(0deg);
		}
	to {
		-moz-transform: rotateY(-360deg);
		-ms-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
		}
	}

.common_progress img {
	width: 64px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 1s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	}

.modal-lg {
	max-width: 1024px;
	width: 100%;
	}

.RulesAccept .modal-body {
	max-height: 400px;
	overflow-y: scroll;
	}

.ui-tooltip, .arrow:after {
	background: black;
	border: 2px solid white;
	}

.ui-tooltip {
	background-color: red !important;
	font-family: "Roboto Condensed";
	padding: 10px 20px;
	color: white;
	text-shadow: 0 0 1px black;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 14px !important;
	}

.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
	}

.arrow.top {
	top: -16px;
	bottom: auto;
	}

.arrow.left {
	left: 20%;
	}

.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: red !important;
	border: none !important;
	box-shadow: 0 0 2px #999;
	}

.arrow.top:after {
	bottom: -20px;
	top: auto;
	}

/* бессмертный полк - jpg на главной */
.main_immortal_regiment {
	width: 100%;
	box-shadow: 2px 2px 2px #ccc;
	text-align: center;
	opacity: .85;
	}

.main_immortal_regiment:hover {
	opacity: 1;
	}

/* телеф.оперативной связи */
.sidebar-service-phones {
	font-size: .75em;
	font-weight: bold;
	margin-bottom: 0px !important;
	text-transform: uppercase;
	}

.grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	}

select {
	-webkit-appearance: none;
	}

.template {
	display: none;
	}

.sidebar-menu-bottom {
	display: none;
	}

td[data-icon]:before {
	content: '' !important;
	}

.table-responsive {
	overflow: hidden;
	outline: none;
	overflow-x: auto;
	min-height: 0.01%;
	}

.sidebar_phonebook_inner {
	padding: 1rem !important;
	position: absolute;
	width: 100%;
	}

.sidebar_phonebook_inner p {
	color: red !important;
	font-weight: bold;
	}

.sidebar_phonebook_inner * {
	font-size: 14px !important;
	}

.sidebar_phonebook_inner li {
	list-style: decimal !important;
	}

.sidebar_phonebook_wrap {
	position: relative;
	height: 170px;
	}

.sidebar_phonebook_img {
	background-image: url(/img/phonestac.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: top right;
	opacity: .2;
	filter: grayscale(.5);
	position: absolute;
	width: 100%;
	height: 100%;
	}

.fb_multifile_list {
	width: 100% !important;
	}

.mp-appicon {

	}

.mp-appicon img {
	width: 70%;
	}

.staff_table tr td:last-child {
	max-width: 75% !important;
	}

.btn-danger, .btn-success, .btn-warning, .btn-info, .btn-default {
	background-repeat: no-repeat;
	filter: none;
	box-shadow: none !important;
	}

.btn-success {
	background-image: linear-gradient(#88c149, #73a839 60%, #699934);
	border: thin solid #699934;
	background-color: #699934 !important;
	}

.btn-danger {
	background-image: linear-gradient(#e12b31, #c71c22 60%, #b5191f);
	border: thin solid #b5191f;
	background-color: #b5191f !important;
	}

.btn-warning {
	background-image: linear-gradient(#e0d900, #e5df00 60%, #e0d900);
	border: thin solid #e5df00;
	background-color: #e0d900 !important;
	color: orangered !important;
	}

.btn-info {
	background-image: linear-gradient(#87c4fd, #0577e5 60%, #87c4fd);
	border: thin solid #87c4fd;
	background-color: #87c4fd !important;
	color: white !important;
	}

.btn-default {
	background-color: #f5f5f5;
	border: thin solid #e6e6e6;
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
	}

.btn-default:hover {
	color: #000 !important;
	}