/*
/js/core/controller.css
/js/core/bswrapper.css
/css/notifications.css
/core/library/TabManager/TabManager.css
/css/LDAPAuthControl.css
/css/CommentControl.css
/css/CommonStaffControl.css
/css/CommonControl.css
*/
.context_menu {display: none;position: fixed;box-shadow: 0 0 6px #999;background-color: white;z-index: 1000;font-size: 14px !important;opacity: .95;max-height: 70vh;overflow-y: auto;}

.context_menu ul {padding: 4px 0px;margin-bottom: 0px !important;}

.context_menu li {list-style: none;font-size: .85em;color: #222;cursor: pointer;padding: 3px 16px 3px 16px;min-width: 250px;cursor: context-menu;}

.context_menu li:not([data-enabled="1"]) {color: #ccc !important;cursor: default;}

.context_menu li:not([data-enabled="1"]) .glyphicon {color: #ccc !important;cursor: default;}

.context_menu li span {margin-right: .7em;}

.context_menu li hr {margin: 0px !important;}

.context_menu li[data-enabled="1"]:hover {background-color: rgb(255, 238, 0);}


.bswrapper span.bs_close {
	height: 1rem;
	width: 1rem;
	position: absolute;
	top: 1.2em;
	right: 1em;
	font-size: 14px;
	font-weight: bold;
	color: #959698;
	text-transform: uppercase;
	text-shadow: 0 2px whitesmoke;
	}

.bswrapper span.bs_close:hover {
	color: yellow !important;
	}

.bswrapper .modal-header {
	background: #ddd;
	box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9) inset, 0 5px 10px -5px rgba(255, 255, 255, 0.5) inset;
	border-bottom: thin solid #999;
	cursor: move;
	}

.bswrapper .modal-title {
	font-size: 14px;
	font-weight: bold;
	color: #959698;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	margin: 0 !important;
	text-shadow: 0 2px whitesmoke;
	}

.bswrapper .modal-body {
	padding: 4px !important;
	}

.bswrapper .form-control, .bswrapper .input-group-addon {
	padding: 2px 6px !important;
	font-size: 12px !important;
	height: 2em !important;
	}

.bswrapper textarea.form-control {
	height: auto !important;
	width: 100% !important;
	}

.bswrapper .table, .bswrapper .alert {
	margin: 0 !important;
	}

.bswrapper .table * {
	font-size: 12px;
	padding: 2px;
	}

.bswrapper .table thead th {
	vertical-align: middle !important;
	height: 100%;
	opacity: 0.7;
	text-shadow: 0 2px #f5f5f5;
	font-weight: bold;
	color: #777;
	}

.bswrapper .table thead th {
	text-align: center !important;
	background: #ddd;
	box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9) inset, 0 5px 10px -5px rgba(255, 255, 255, 0.5) inset;
	}

.bswrapper .table thead th:hover {
	background: #eee;
	transition-property: background;
	transition-duration: 1s;
	}

.bswrapper .table tr:hover {
	background: #eee !important;
	}

.bswrapper .bs_slider {
	margin: 0.35em .5em 0 .5em !important;
	}

.bswrapper .bs_slider_value {
	display: none;
	}

.bswrapper .modal-footer .bs-wrap-element {
	display: inline-block;
	}

.bswrapper textarea {
	min-height: 24px !important;
	}

.bs-tabs {
	}

.bs-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #000 !important;
	}

.bs-tabs .nav > li > a {
	font-size: 12px !important;
	color: #999 !important;
	border: 1px solid #dddddd;
	transition: background 0.2s linear;
	}

.bs-tabs .nav > li > a {
	padding: 1rem 3rem !important;
	}

.bs-tabs .nav {
	width: 100% !important;
	}

.bs-tabs .nav > li > a {
	padding: .5rem 1rem !important;
	border-radius: 0px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.bs-tabs .nav > li {
	margin-bottom: 0px !important;
	}

.bs-tabs .nav > li:not(.active) > a {
	background: #eee;
	transition: background 0.2s linear;
	}

.bs-tabs .nav > li:hover > a {
	border: 1px solid #999;
	}

.bs-tab-body:not(.active) {
	display: none;
	}

.bs_form_footer .bs-wrap-element {
	float: left
	}

.form-control.bs_slider {
	margin: 0 !important;
	}

.form-control .bs_slider_ui {
	margin: 5px 1px 5px 1px !important;
	}

.bswrapper .fb-ribbon {
	padding: 4px;
	box-shadow: inset 1px 1px 4px rgba(154, 147, 140, 0.5), 1px 1px 4px rgba(255, 255, 255, 1);
	}

/* em notifications */
.em-box {
	position: fixed;
	width: 380px;
	bottom: 10px;
	right: 10px;
	z-index: 10000;
	height: 320px;
	overflow-y: auto;
	}

.em-item {
	border: thin solid #ccc;
	background-color: white;
	margin-bottom: 10px;
	box-shadow: 0 0 10px #999;
	height: 80px;
	cursor: pointer;
	display: none;
	}

.em-icon {
	float: left;
	width: 80px;
	overflow: hidden;
	padding: 2px;
	position: relative;
	height: 100%;
	}

.em-icon img {
	width: 100%;
	position: absolute;
	margin-top: auto;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	}

.em-title {
	font-weight: 400;
	width: 260px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	}

.em-body {
	float: left;
	overflow: hidden;
	padding: 6px;
	font-size: 14px;
	width: 260px;
	}

.tabmanager {
	max-width: 100%;
	overflow-x: auto;
	}

.admin_base[data-tab-mode="true"] .tabmanager {
	float: left;
	width: 15%;
	}

.admin_base[data-tab-mode="true"] .tabmanager .nav-tabs > li {
	float: none;
	}

.tabmanager .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #000 !important;
	}

.tabmanager .nav > li[data-hide="true"] {
	display: none;
	}

.tabmanager .nav > li[data-hide="invisible"] {
	/*
	visibility: hidden;
	*/
	}

.tabmanager .nav > li .badge {
	display: none;
	}

.tabmanager .nav > li > a {
	font-size: 12px !important;
	color: #999 !important;
	border: 1px solid #dddddd;
	transition: background 0.2s linear;
	}

.admin_base:not([data-tab-mode="true"]) .tabmanager .nav > li > a {
	padding: 1rem 3rem !important;
	}

.admin_base[data-tab-mode="true"] .tabmanager .nav {
	width: 100% !important;
	}

.admin_base[data-tab-mode="true"] .tabmanager .nav > li > a {
	padding: .5rem 1rem !important;
	border-radius: 0 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.admin_base[data-tab-mode="true"] .tabmanager .nav > li {
	margin-bottom: 0 !important;
	}

.tabmanager .nav > li:not(.active) > a {
	background: #eee;
	transition: background 0.2s linear;
	}

.tabmanager .nav > li:hover > a {
	border: 1px solid #999;
	}

.admin_base:not([data-tab-mode="true"]) .tabmanager .badge {
	margin: -1px .5rem 0 0;
	}

.tabmanager .badge {
	padding: 2px 4px;
	text-align: center;
	background-color: crimson;
	height: 1.5rem;
	border-radius: 0;
	}

.LDAPAuthControl table{max-width:600px;}
.LDAPAuthControl .ral_logo_big{width:100%;}
div[comment="true"] .cm_new{color:red!important;font-weight:bold;}
div[comment="true"] .cm_input{padding:4px;}
div[comment="true"] .cm_input input{border:thin solid rgb(255,238,0)!important;}
div[comment="true"] img{box-shadow:0 0 6px #999;border-radius:50%;width:52px;}
.sf_control input {
	width: 100%;
	height: 2em;
	font-size: 1.5em;
	background: white url(/img/search-line-icon.png) no-repeat 3px;
	padding-left: 24px;
	margin-top: 1px;
}

.sf_user {
	padding: 10px;
	margin-top: 5px;
	width: 45%;
}

.sf_user_border {
	border: thin dotted #ccc;
}

.sf_user_logo {
	text-align: center;
	padding: 10px;
}

.sf_user_logo img {
	width: 48px;
	border-radius: 50% !important;
	border: 2px solid #688a7e;
}

.sf_details {
	padding-left: 20px;
	text-align: left;
	width: 100%;
}

.sf_lack {
	display: inline-block;
	background-color: red;
	margin-left: 20px;
	padding: 3px;
	border: thin solid red;
	font-size: .8em;
	color: white;
	text-shadow: 0 0 1px black;
}

.sf_phone {
	display: inline-block;
	background-color: orange;
	margin-left: 20px;
	padding: 3px;
	border: thin solid orange;
}

.sf_phone span, .sf_phone a {
	color: white !important;
	text-shadow: 0 0 1px black;
	font-size: .8em;
}

.CommonStaffControl table {
	width: 100%;
}

.CommonStaffControl .glyphicon-chevron-right {
	font-size: 3em;
	color: red;
	text-align: center;
}

.sf_user_lack {
	opacity: .5;
}

.sf_results {
	background-color: white;
	box-shadow: 0 0 6px #999;
	padding: 4px;
	display: none;
}

.sf_results table {
	width: 100%;
}

.sf_query {
	background-color: rgb(255, 238, 0);
}

.cardPhones {
	border-top: 1px solid #f7f7f7;
	font-size: 14px;
}

.cardPhones > td {
	padding: 10px;
}

.cardPhones > td > div {
	margin-top: 7px;
}

.staffPhoneLabel {
  font-size: .875em;
  text-transform: none;
}


.callConf {
	position: fixed;
	bottom: 3rem;
	right: 3rem;
	background: #fff;
	box-shadow: 0 0 4px 3px rgba(0,0,0,.1);
	z-index: 99;
	border-radius: 7px;
	min-width: 300px;
}

.callConf__header {
	background: rgb(0, 117, 90);
	color: white;
	padding: 10px;
	border-radius: 7px 7px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.callConf__header i {
	cursor: pointer;
}

.callConf__user {
	display: flex;
	align-items: flex-start;
	padding: 15px;
	position: relative;
}

.callConf__user + .callConf__user {
	border-top: 1px solid #ccc;
}

.callConf__user_photoWrap {
	width: 75px;
	height: 75px;
}

.callConf__user_photo {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 50%;
}

.callConf__user_photo > img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.callConf__user_info {
	padding-left: 15px;
	padding-right: 15px;
}

.callConf__user_name {
	color: #222;
	margin-bottom: 2px;
}

.callConf__user_position {
	color: #ccc;
	margin-bottom: 7px;
	font-size: .75em;
}

.callConf__user_phones {
	font-size: .9em;
}

.callConf__user_phone + .callConf__user_phone {
	margin-top: 3px;
}

.callConf__user_phones .icon {
	margin-right: 4px;
}

.callConf__footer {
	background: #f3f3f3;
	padding: 10px;
	border-radius: 0 0 7px 7px;
}

.__callConf_remove {
	color: #ff2d55;
	font-size: 1.125em;
	cursor: pointer;
	margin-left: 7px;
	position: absolute !important;
	top: 10px !important;
	right: 10px;
}

.__none {
	display: none;
}

.callConfShow {
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	border-radius: 50%;
	padding: 15px;
	background: rgb(0, 117, 90);
	color: white;
	font-size: 2em;
	cursor: pointer;
	z-index: 99;
}

.callConfShow__counter {
	position: absolute;
	top: -10px;
	right: -10px;
	border-radius: 50%;
	font-size: .6em;
	background: rgba(255, 238, 0);
	color: #000;
	width: 1.5em;
	height: 1.5em;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.CommonControl .tp_main {
	bottom: 0px;
	opacity: 0.9;
	position: fixed;
	border: 3px solid rgb(0, 117, 90);
	background-color: rgb(0, 117, 90);
	padding: 6px;
	border-radius: 0px;
	z-index: 1000 !important;
	height: 30px;
	transition-property: left, height, width, bottom;
	text-transform: uppercase;
	cursor: pointer;
	}

.CommonControl .tp_text {
	text-align: center;
	color: rgb(255, 238, 0);
	text-shadow: 0 0 1px white;
	line-height: 1em;
	margin-bottom: 10px;
	}

.CommonControl .tp_main:not(.is_show):hover {
	opacity: 1;
	border: 3px solid rgb(255, 238, 0) !important;
	}

.CommonControl .is_show {
	transition-duration: .5s;
	}

.CommonControl .tp_close {
	position: absolute;
	right: -2px;
	top: -2px;
	display: none;
	color: red;
	font-size: 1.5em;
	}

.CommonControl .tp_main img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	}

/* mobile */
@media screen and (max-width: 768px) {
	.CommonControl .tp_main {
		left: 0;
		width: 100%;
		}

	.CommonControl .is_show {
		width: 100%;
		height: 100%;
		left: 0 !important;
		bottom: 30px;
		transition-duration: .5s;
		}

	.CommonControl iframe {
		width: 100%;
		height: 100%;
		border: 0px;
		}
	}

/* desktop */
@media screen and (min-width: 769px) {
	.search-row {
		width: 400px;
		}

	.CommonControl .tp_main {
		left: 50%;
		width: 200px;
		}

	.CommonControl .is_show {
		width: 700px;
		height: 700px;
		left: 40% !important;
		}

	.CommonControl iframe {
		height: 688px;
		border: 0px;
		}
	}

/* search */
.navbar-form .form-control {
	width: 100%;
	}

/*.search_box_fixed{position:absolute;border:thin solid #ccc;width:600px;height:70px;left:250px;background-color:rgba(255,255,255,.85);box-shadow:0 0 6px #ccc;padding:10px 0 10px 0;transition-property:left,height,width,bottom;}
.search_box_fixed input{width:580px!important;font-size:1.5em!important;height:2em!important;}
.search_box_fixed input:focus{border:thin solid rgb(255,238,0)!important;}*/
#searchboxlist option {
	font-size: 1.5em !important;
	color: #555;
	}

/* em notifications */
.em-box {
	position: fixed;
	width: 380px;
	bottom: 10px;
	right: 10px;
	z-index: 10000;
	height: 320px;
	overflow-y: scroll;
	}

.em-item {
	border: thin solid #ccc;
	background-color: white;
	margin-bottom: 10px;
	box-shadow: 0 0 10px #999;
	height: 80px;
	cursor: pointer;
	display: none;
	}

.em-icon {
	float: left;
	width: 80px;
	overflow: hidden;
	padding: 2px;
	position: relative;
	height: 100%;
	}

.em-icon img {
	width: 100%;
	position: absolute;
	margin-top: auto;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	}

.em-title {
	font-weight: 400;
	width: 260px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	}

.em-body {
	float: left;
	overflow: hidden;
	padding: 6px;
	font-size: 14px;
	width: 260px;
	}

/* RALMessenger */
.RALMessenger {
	position: fixed;
	bottom: 10px;
	left: 49%;
	background-color: rgba(255, 255, 255, .7);
	box-shadow: 0 0 5px #999;
	z-index: 999;
	}

.RALMessenger:hover {
	opacity: 1;
	}

.RALMessenger .rm_head {
	color: rgb(0, 117, 90);
	font-size: 1em;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	width: 32px;
	height: 32px;
	}

.RALMessenger.rm-opened .rm_head {
	display: none;
	}

.RALMessenger:not(.rm-opened) .rm_body {
	display: none;
	}

.RALMessenger.rm-opened .rm_body {
	opacity: 1;
	}

.RALMessenger .rm_body {
	position: relative;
	}

.RALMessenger .rm_close {
	position: absolute;
	top: -7px;
	left: -6px;
	font-size: 1em;
	color: red;
	text-shadow: 0 0 2px #999;
	cursor: pointer;
	opacity: .8;
	display: none;
	}

.RALMessenger .rm_close:hover {
	opacity: 1;
	}

.RALMessenger .rm_users, .RALMessenger .rm_dialog {
	height: 100%;
	background-color: rgb(255, 255, 255);
	border: thin solid #ccc;
	padding: 5px;
	}

.RALMessenger .rm_messaging {
	width: 100%;
	height: 100%;
	}

.RALMessenger td:first-child {
	width: 237px;
	}

.RALMessenger .rm_users {
	overflow-y: scroll;
	text-align: center;
	}

.RALMessenger .rm_dialog {
	overflow-y: scroll;
	height: 470px;
	}

.RALMessenger .rm_control {
	overflow-y: hidden;
	height: 30px;
	}

.RALMessenger .rm-empty-dialog {
	visibility: hidden;
	}

.RALMessenger .rm_control input {
	width: 520px;
	color: rgb(0, 117, 90);
	font-size: 1em;
	}

.RALMessenger .rm_control button {
	position: relative;
	top: -2px;
	left: 3px;
	}

.RALMessenger .wall-ava {
	box-shadow: 0 0 6px #999;
	border-radius: 50%;
	width: 52px;
	display: inline-block;
	margin: 4px;
	cursor: pointer;
	}

.rm_users span {
	margin: 4px !important;
	display: inline-block;
	}

.rm_users span[online="0"] img {
	border: thin solid #ccc;
	opacity: .5;
	}

.rm_users span[online="0"] img:hover {
	opacity: 1;
	}

.rm_users span[online="1"] img {
	border: thin solid #0f0;
	}

.rm_users span[hasnew="1"] img {
	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;
	}

.rm_dialog-item {
	}

.rm_dialog-message {
	text-align: justify;
	font-size: .75em;
	color: black;
	}

.rm_dialog-item {
	font-size: 1em;
	margin: 4px;
	border-radius: 4px;
	border: thin solid #ccc;
	width: 460px;
	padding: 4px;
	}

.rm_dialog-item[ismy="true"] {
	float: left;
	background: linear-gradient(to bottom, #b3dced 0%, #29b8e5 50%, #bce0ee 100%);
	border-color: #29b8e5 !important;
	}

.rm_dialog-item[ismy="false"] {
	float: right;
	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	border-color: #f3f3f3 !important;
	}

.rm_dialog-user[ismy="true"] {
	float: right;
	}

.rm_dialog-user[ismy="false"] {
	float: left;
	}

.rm_dialog-date {
	font-size: .75em;
	text-align: right;
	}

.rm_dialog-item[ismy="true"] .rm_dialog-date {
	color: white;
	}

.rm_dialog-item[ismy="false"] .rm_dialog-date {
	color: black;
	}

.rm-hasnew .rm_head {
	color: red;
	}

.rm-thumb-wrapper {
	width: 96px;
	display: inline-block;
	background-color: white;
	box-shadow: 0 0 4px #ccc;
	}

.ondragover {
	background-color: #dfd;
	-webkit-box-shadow: 0 0 6px #dfd;
	}

.ondragover_deny {
	background-color: #fcc;
	-webkit-box-shadow: 0 0 6px #fcc;
	}

.doc_progress {
	display: none;
	position: absolute;
	top: 0;
	left: 0%;
	right: 0%;
	bottom: 0;
	padding: 10%;
	background-color: rgba(128, 128, 128, .5);
	}

.RALMessenger .progress {
	margin-top: 25%;
	}

.sidebar_staff_counter_value_hide {
	opacity: .7;
	}

#MainLeaningControl {
	border: thin solid #ccc !important;
	}

#MainLeaningControl p {
	margin: 0 20px 10px 20px;
	}

/* mobile */
.mm_menu {
	background-color: #f0f0f0;
	position: fixed;
	z-index: 10000;
	width: 100%;
	left: 0px;
	opacity: .95;
	}

.mm_mobilemenu {
	background-color: #fff;
	overflow-y: scroll;
	position: absolute;
	width: 100%;
	}

/*.mm_mobilemenu .sidebar_link_ralsite{
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	}
*/
.mm_ico {
	font-size: 30px;
	color: rgb(0, 117, 90);
	cursor: pointer;
	top: 0px !important;
	}

.mm_ico:hover {
	color: rgb(255, 238, 0)
	}

.mm_bottom {
	box-shadow: 0 4px 4px #ddd;
	height: 44px;
	background-color: white;
	position: absolute;
	bottom: 0px;
	width: 100%;
	border-bottom: 2px solid rgb(0, 117, 90);
	border-top: thin solid rgb(0, 117, 90);
	}

.mm_bottom table td {
	padding: 4px !important;
	}

.mm_bottom img {
	height: 32px;
	}

.mm_cnt {
	overflow-y: scroll;
	}

.mm_row {
	}

.mm_left {
	float: left;
	width: 85%;
	}

.mm_full {
	float: left;
	width: 100%;
	}

.mm_right {
	float: right;
	width: 15%;
	}

.mm_page {
	text-align: left;
	padding: 6px 12px;
	}

.mm_menu button {
	border-radius: 0 !important;
	}

.mm_menu {
	padding: 0px !important;
	}

/* mobile */
@media screen and (max-width: 1024px) {
	.mm_menu {
		display: block;
		}

	footer {
		display: none !important;
		}
	}

/* desktop */
@media screen and (min-width: 1025px) {
	.mm_menu {
		display: none;
		}
	}

.sidebar-service-exchangerates-row {
	}

.sidebar-service-exchangerates small {
	font-size: 10px;
	display: block;
	text-align: right;
	border-top: thin solid #eee;
	padding-top: 4px;
	}

.sb_thanks_author {
	display: inline-block;
	width: 100%;
	text-align: right;
	font-style: oblique;
	}

a.icon_gift {
	color: orangered;
	cursor: pointer;
	}