html,
body {
	height: 100%;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -40px;
}

.footer{
	background-color: #333333;
	height: 40px;
}

@media only screen and (min-width : 768px) {
	.container {
		width: 90%;
	}
}

.jumbotron {
	text-align: center;
	background-color: transparent;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: "\e151";
}

a.desc:after {
	content: "\e152";
}

.sort-numerical a.asc:after {
	content: "\e153";
}

.sort-numerical a.desc:after {
	content: "\e154";
}

.sort-ordinal a.asc:after {
	content: "\e155";
}

.sort-ordinal a.desc:after {
	content: "\e156";
}

.grid-view td {
	white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
	min-width: 50px;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
	padding: 15px;
	border: none;
}

@media(max-width:767px) {
	.nav li > form > button.logout {
		display:block;
		text-align: left;
		width: 100%;
		padding: 10px 15px;
	}
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
	text-decoration: none;
}

.nav > li > form > button.logout:focus {
	outline: none;
}

.navbar-inverse {
	background-color: #004358;
	border-color: #012a36;
	font-weight: 800;
	border-radius: 0px;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text,
.navbar-inverse .navbar-brand {
	color: #ecf0f1;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #e9f3ba;
}

.menuzord-menu > li{
	padding: 5px 0;
}
.menuzord-menu > li > a{
	padding: 5px 16px;
}
.menuzord-menu ul.dropdown{
	top: 35px;
}
.menuzord-brand{
	margin : 20px 20px;
}
.subitem-link, subitem-link:hover{
	color: blue;
}

div.required label.control-label:after {
	content: " *";
	color: red;
}

.form-group {
	position: relative;
}

.form-group .fa-spin {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.highlight {
	margin-bottom: 14px;
	border-radius: 6px;
	padding: 9px 14px;
	margin-bottom: 14px;
}

.bg-tertiary {
	background: #eee;
}

.answer_radio {
	width: 100%;
	float: left;
	margin-top: 8px;
	margin-left: -20px;
}

.radio_buttons:after {
	content: "";
	display: table;
	clear: both;
}

.radio_buttons label {
	font-weight: normal;
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	cursor: pointer;
}

textarea[name="Answer[content]"] {
	width: 100%;
	resize: vertical;
}

.btn-tertiary {
	color: #fff;
	background-color: #b3b3b3;
	border-color: #b3b3b3;
}

.btn-tertiary:hover {
	color: #fff;
	background-color: #989898;
	border-color: #989898;
}

.btn-tertiary:active, .btn-tertiary.active, .open > .dropdown-toggle.btn-tertiary {
	color: #fff;
	background-color: #7d7d7d;
	background-image: none;
	border-color: #7d7d7d;
}

.btn-tertiary:focus, .btn-tertiary.focus {
	color: #fff;
	background-color: #7d7d7d;
	border-color: #6b6b6b;
}

.progress-bar-indication {
	background-color: #f2f2f2;
	border-radius: 4px;
	margin-bottom: 20px;
	height: 30px;
	width: 100%;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar-indication > span.meter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #337ab7;
	background-size: 40px 40px;
	background-repeat: repeat-x;
	border: none;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	display: block;
	height: 100%;
	width: 0%;
}

.progress-bar-indication p {
	margin-bottom: 0;
	padding: 1px 10px;
	font-size: 16px;
	font-weight: 700;
	color: white;
	text-shadow: 0 0 3px #419EC3;
}

html.boxshadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.alert {
	margin: 0;
}

.pagination > li > a {
	padding: 6px;
	border: none;
}

.pagination {
	border: none;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.tooltip-item {
	display:inline-block;
	position:relative;
	cursor:help;
	white-space: nowrap;
}
.tooltip-item p {
	color:#666;
	line-height:1.5em;
	margin:0;
}
.tooltip-item:focus,
.tooltip-item:hover .tooltip {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
}
.tooltip-item .tooltip {
	position:absolute;
	bottom:2.1em;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	background-color:#fefefe;
	border-radius:0.3125em;
	box-shadow:0 0 1em rgba(0,0,0,0.15);
	color:#666;
	font-size:0.9em;
	line-height:1.5em;
	margin:0 auto;
	max-width:16em;
	opacity:0;
	padding:1em 0.5em;
	text-align:center;
	visibility:hidden;
	z-index:10;
	border:1px solid #e9e9e9;
	text-transform:none;
	font-weight:normal;
	font-size:0.9rem;
	width:160px;
	-webkit-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-ms-transform:translateY(10px);
	-o-transform:translateY(10px);
	transform:translateY(10px);
	-webkit-transition:all 0.25s ease-out;
	-moz-transition:all 0.25s ease-out;
	transition:all 0.25s ease-out;
}
.tooltip-item .tooltip p {
	margin-bottom:0;
}
.tooltip-item .tooltip:after {
	position:absolute;
	border:8px solid transparent;
	bottom:-1.1em;
	color:#fefefe;
	content:'▼';
	font-size:1.4em;
	margin-left:-8px;
	text-shadow:0 0 1em rgba(0,0,0,0.15);
	left:1em;
}

.partner-details .comment_flag {
	background-position:right;
	padding-right:24px
}

.score_shape {
	font-size:1.5em;
	display:inline-block
}

p.score {
	color:green
}

p.flagged {
	color:red
}

p.flagged .score_shape {
	font-size:1.25em
}

.answers {
	display:none;
	margin-left:1.25em
}

.answers .disabled,
.answers input[disabled="disabled"] {
	opacity:1
}

.answers .answered {
	background-color:#ddd
}

.answers .comment p {
	display:none
}

div.analysis {
	margin-bottom:1.25em;
	font-style:italic
}

th.score {
	text-align:center;
	padding:0.75em 0.5em;
	width:10%
}

td.score {
	color:#fff;
	cursor:help;
	text-align:center
}

td.score div.tooltip-item {
	border-radius:50%;
	display:inline-block;
	width:60px;
	height:60px;
	line-height:60px;
	background-color:#89a12a
}

td.score div.tooltip {
	bottom:4.2em
}

td.score div.tooltip:after {
	left:1.5em
}

.delta {
	text-align:center;
	max-width:50px;
}
.title_inside{
	margin-left: 20px;
}

td.flagged div.tooltip-item {
	border-radius:0;
	background-color:#e23138
}

.cutoff_blurb {
	display:none
}

.sortable-grid-view .pagination{
	border: 0;
	border-radius: 0;
}

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

.menuzord .showhide {
	padding: 12px 0 0;
}

.email {
	word-wrap: break-word;
}
.AnalysisDiff-arrow{
	vertical-align: middle;
}
.seance_rating__block {
	position: absolute;
	top: 10px;
	font-size: 24px;
	color: #FD7400;
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	line-height: 1.25;
	border: 1px silver solid;
	border-radius: 4px;
}
.seance_rating__block--left {
	left: 20px;
}
.seance_rating__block--right {
	right: 20px;
}

#loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0,0,0,.5);
}

#spinner {
	width: 100%;
	height: 100%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#spinner img{
	width: 5rem;
	height: 5rem;
}

#spinner h5{
	font-size: 18px;
	color:white;
	font-weight: 600;
}

#loader .loader__child {
	display: block;
	position: relative;
	left: 46%;
	top: 46%;
	width: 70px;
	height: 70px;
}

.curssor-alias {
	cursor: alias;
}
.curssor-all-scroll {
	cursor: all-scroll;
}
.curssor-auto {
	cursor: auto;
}
.curssor-cell {
	cursor: cell;
}
.curssor-context-menu {
	cursor: context-menu;
}
.curssor-col-resize {
	cursor: col-resize;
}
.curssor-copy {
	cursor: copy;
}
.curssor-crosshair {
	cursor: crosshair;
}
.curssor-default {
	cursor: default;
}
.curssor-e-resize {
	cursor: e-resize;
}
.curssor-ew-resize {
	cursor: ew-resize;
}
.curssor-grab {
	cursor: -webkit-grab; cursor: grab;
}
.curssor-grabbing {
	cursor: -webkit-grabbing; cursor: grabbing;
}
.curssor-help {
	cursor: help;
}
.curssor-move {
	cursor: move;
}
.curssor-n-resize {
	cursor: n-resize;
}
.curssor-ne-resize {
	cursor: ne-resize;
}
.curssor-nesw-resize {
	cursor: nesw-resize;
}
.curssor-ns-resize {
	cursor: ns-resize;
}
.curssor-nw-resize {
	cursor: nw-resize;
}
.curssor-nwse-resize {
	cursor: nwse-resize;
}
.curssor-no-drop {
	cursor: no-drop;
}
.curssor-none {
	cursor: none;
}
.curssor-not-allowed {
	cursor: not-allowed;
}
.curssor-pointer {
	cursor: pointer;
}
.curssor-progress {
	cursor: progress;
}
.curssor-row-resize {
	cursor: row-resize;
}
.curssor-s-resize {
	cursor: s-resize;
}
.curssor-se-resize {
	cursor: se-resize;
}
.curssor-sw-resize {
	cursor: sw-resize;
}
.curssor-text {
	cursor: text;
}
.curssor-url {
	cursor: url(myBall.cur),auto;
}
.curssor-w-resize {
	cursor: w-resize;
}
.curssor-wait {
	cursor: wait;
}
.curssor-zoom-in {
	cursor: zoom-in;
}
.curssor-zoom-out {
	cursor: zoom-out;
}
.base-grid {
	background-color: #F9F9F9;
	border: 1px solid #E8E8E8;
}
.kv-grid-container thead, .kv-expand-detail-row {
	background-color: #F9F9F9;
}
tr + .filters, .bg-detail-col {
	background-color: #FCFCFC;
}
.bg-detail-col {
	border: 1px solid #ccc;
}

.table-bordered > tbody > tr > td, 
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th{
	border-left: 0;
	border-right: 0;
	border-bottom: 1px;
	vertical-align: middle;
}

.btn-red {
	background-color: #E25F54;
	color : white;
	border-radius: 3px;
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus {
	background: #A83131;
	color: #ffffff;
}

.btn-orange {
	background-color: #fca22e;
	color : white;
	border-radius: 3px;
	padding: 15px 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
	color: white;
	background: #fc722e;
}

.btn-orange-border{
	background-color: #ffffff;
	color : #fca22e;
	border-radius: 3px;
	border: 2px solid #fca22e;
	padding: 15px 30px;
}

.btn-orange-border:hover,
.btn-orange-border:active,
.btn-orange-border:focus {
	color: white;
	background: #fc722e;
	border-color: #fc722e;
}

.btn-large-white {
	border-radius: 3px;
	color: #ffffff;
	background: none;
	text-decoration: none;
	padding: 15px 30px;
	border: 2px solid #fff;
}

.btn-large-white:hover,
.btn-large-white:active,
.btn-large-white:focus {
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}

.btn-blue {
	border-color: #4094d6;
	color: #4094d6;
	border-radius: 3px;
	background-color: #ffffff;
}

.btn-red-border {
	border-color: #ff0000;
	color: #4094d6;
	border-radius: 3px;
	background-color: #ffffff;
}

.btn-black-border {
	border-color: #000000;
	color: #000000;
	border-radius: 3px;
	background-color: #ffffff;
}

.btn-green-border {
	border-color: #4cae4c;
	color: #4094d6;
	border-radius: 3;
	background-color: #ffffff;
}

.kv-expand-header-icon{
	display:none;
}

.text-theme-colored {
	color: #0070c9 !important;
}

.grid_btn {
	background-size: contain;
	height: 20px;
	width: 20px;
	display: inline-block;
}

.grid_view {
	background-image: url('../images/view.png');
}

.grid_delete {
	background-image: url('../images/delete.png');
}

.grid_edit {
	background-image: url('../images/edit.png');
}

.flex_box {
	display: flex;
	flex-wrap: wrap;
}

.flex-footer{
	color: #AAAAAA;
	background-color: #333333;
	height: 40px;
	display: flex;
	flex-direction: row;
	padding-left:1em;
	padding-right:1em;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;	
	z-index:5000;
}

.flex-row{
	display: flex;
	flex-direction: row;
}

.flex-column{
	display: flex;
	flex-direction: column;
}

.main-content{
	padding-bottom: 40px;
}

#area-chat {
	position: sticky;
	z-index: 999;
	background-color: #fff;
	margin-left:12em;
	background-color: transparent;
}

.btn-group-toggle > .btn-blue.active, .btn-group-toggle > .btn-blue:active {
	box-shadow: 0 0 0 .2rem rgba(64, 148, 214,.5);
}
.menuzord-menu > li > a.btn-login {
	font-size: 22px;
}

.menuzord .menuzord-menu > li > a.btn-login,
.menuzord .menuzord-menu > li > a.btn-login {
	border-radius: 4px;
	background-color: white;
	color: #4e4e4e;
	border: 2px solid #c4c4c4;
	padding: 10px 25px;
	margin: 10px;
	font-size: 16px;
	font-weight: bold;
}
.menuzord .menuzord-menu > li.active > a.btn-login,
.menuzord .menuzord-menu > li:hover > a.btn-login,
.menuzord .menuzord-menu ul.dropdown li:hover > a.btn-login {
	background-color:#F3F3F3;
	color: black;
}

.menuzord-responsive .menuzord-menu > li > a.btn-login {
	width: auto !important;
}

.menuzord-menu ul.dropdown li ul.dropdown {
    top: -1px;
}

.menuzord-menu ul.submenu_right li ul.dropdown {
	left: unset;
    right: 100%;
}

.menuzord-menu ul.submenu_right li.dropdown-submenu a span.indicator {
	right: 0;
	left: 7px;
}

.menuzord-menu ul.submenu_right li.dropdown-submenu a span.indicator i {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.box-item{
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
	padding: 25px 35px 50px 35px;
	font-size: 22px;
	color: #000;
}
.box-item:hover{
	box-shadow: 0 0 20px 2px rgba(0,0,0,0.1);
}
.box-item hr{
	margin-top: 35px;
	border-top-width: 3px;
	margin-bottom: 25px;
}

.select2-container--krajee .select2-selection, .select2-dropdown {
	border-radius: 0px;
}
.iti {
	display: block !important;
}

/* must be last*/
.systemadmin{
	border:  1px solid orangered !important;
	border-radius: 3px;
}
.modal-body {
	max-height: calc(100vh - 220px);
	min-height: 200px;
	overflow-y: auto;
}
.modal-centered.in {
	display: flex !important;
}
.modal-centered .modal-dialog {
	margin: auto;
}

.text_red {
	color: #cc000d;
}

.font-bold {
	font-weight: bold !important;
}

::-ms-reveal {
    display: none;
}
.password_view {
	display: inline-block;
	vertical-align: middle;
	margin-left: -30px;
	cursor: pointer;
}
.password_view_off::before {
	content: url('../images/theme_v2/view_off.svg');
}
.password_view_on::before {
	content: url('../images/theme_v2/view_on.svg');
}
input[type="password"], input[id*="password"] {
	padding-right: 35px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M6.98933 6.17971L1.57929 0.769665C1.44623 0.636611 1.23285 0.636611 1.09979 0.769665C0.966736 0.902719 0.966736 1.11611 1.09979 1.24916L6.75084 6.90021C6.88389 7.03326 7.09728 7.03326 7.23033 6.90021L12.8789 1.24916C12.9441 1.18389 12.9793 1.09602 12.9793 1.01067C12.9793 0.925313 12.9467 0.837448 12.8789 0.772176C12.7458 0.639122 12.5324 0.639122 12.3994 0.772176L6.98933 6.17971Z' fill='black' stroke='black' stroke-width='0.25'/> </svg>");
	background-repeat: no-repeat;
	padding-right: 30px;
	background-position: right 10px bottom 50%;
}

select.form-control {
	background-image: url("data:image/svg+xml;utf8,<svg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M6.98933 6.17971L1.57929 0.769665C1.44623 0.636611 1.23285 0.636611 1.09979 0.769665C0.966736 0.902719 0.966736 1.11611 1.09979 1.24916L6.75084 6.90021C6.88389 7.03326 7.09728 7.03326 7.23033 6.90021L12.8789 1.24916C12.9441 1.18389 12.9793 1.09602 12.9793 1.01067C12.9793 0.925313 12.9467 0.837448 12.8789 0.772176C12.7458 0.639122 12.5324 0.639122 12.3994 0.772176L6.98933 6.17971Z' fill='black' stroke='black' stroke-width='0.25'/> </svg>");
}
@media print{
	a:link:after, a:visited:after {
		content: "";
	}
}

@keyframes shake {
	0%, 100% { transform: rotate(0deg); }
	25% { transform: rotate(-5deg); }
	75% { transform: rotate(5deg); }
}

.bell-animated{
	animation: shake 1.5s ease-in-out infinite;
	transform-origin: center center; /* Точка вращения */	
}