/**
 * Общий стиль страниц.
 */

@import "icons.css";

﻿/*** --- Document params --- ***/
html,
body {
	height: 100%;
}

body
{
	display: flex;
	flex-direction: column;
	height: 100vh;
}

body > *
{
	flex-shrink: 0;
}

.keo-portal__body
{
	display: flex;
	flex-direction: column;
	overflow: auto;
	flex-shrink: 1;
	flex-grow: 1;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

header.header__main > .header__content {
    display: none;
}

header.header__main {
    background: none;
    background-color: #1d5ca3;
    height: auto;
    margin: 0px;
}

header.header__main a:hover, header.header__main a:focus {
    color: #fff;
    text-decoration: none;
}

header.header__main:before {
    content: none;
}

.navbar-fixed-top {
    /*position: relative;
		top: 60px;*/
}

/*** --- Helpers --- ***/
.clear {
	clear: both;
}
.hidden, #container_dialog {
	display: none;
}

/*** --- Page --- ***/
.page {
	position: relative;
	overflow: hidden;
	min-height: 100%;
	min-width: 1340px;
}

/*** --- Top Navbar --- ***/
.navbar-fixed-top .brand {
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-fixed-top .menu-view__item_0 {
	border-left: 1px solid #DDD;
}
.navbar-fixed-top .menu-view__item_0:last-child {
	border-right: 1px solid #DDD;
}
.navbar-fixed-top .cat a {
	padding: 15px 10px;
}
.navbar-fixed-top .cat .label {
	font-weight: normal;
	margin-left: 2px;
}
.navbar-user {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 50px;
	color: #666;
}
.navbar-user a {
	padding: 0 15px;
	color: #888;
}
@media screen and (max-width:1150px) {
	.navbar-user {
		top: 100%;
	}
}


/*** --- Container ---
.container_workspace {
	width: 1340px;
	padding-top: 100px;
	padding-bottom: 40px;
} ***/


/*** --- Menu --- ***/
.menu li {
	position: relative;
}
.menu li > a {
	padding: 8px 12px;
	font-size: 13px;
}
.menu li > a > i {
	font-size: 14px;
	margin-right: 2px;
}
.menu li.active > a,
.menu li.active > a:hover {
	background: #f8f8f8;
}
.menu .dropdown-menu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0 0 0 -1px;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.menu li:hover .dropdown-menu {
	display: block;
	border-color: #DDD;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0, 0.15);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0, 0.15);
	box-shadow: 0 2px 6px rgba(0,0,0, 0.15);
}
.menu .dropdown-menu > li {
	border-bottom: 1px solid #DDD;
}
.menu .dropdown-menu > li:last-child {
	border-bottom: none;
}
.menu .nav > .category > a {
	color: #1098dsc;
	cursor: default;
	background: #FFF;
}
.menu .dropdown-menu > li > a {
	color: #0088cc;
}
.menu .dropdown-menu > li > a:hover,
.menu .dropdown-menu > li > a:focus {
	background: #EEE;
	color: #005580;
}
.menu .dropdown-menu > li.active > a,
.menu .dropdown-menu > li.active > a:hover,
.menu .dropdown-menu > li.active > a:focus {
	background: #f8f8f8;
	color: #555;
	cursor: default;
}


/*** --- Operations --- ***/
.operations .nav-header {
	padding-top: 5px;
	padding-bottom: 5px;
}
.operations .nav-list > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
}
.operations .nav-list > li > a > i {
	font-size: 14px;
	margin-right: 2px;
}


/*** --- Content --- ***/
.content {
	padding-top: 20px;
	padding-bottom: 40px;
}


/*** --- Heading --- ***/
.heading {
	height: 30px;
	margin-bottom: 30px;
}
.heading h2 {
	margin: 0;
	padding: 0;
	font-size: 25px;
	line-height: 1;
}
.heading h4 {
	float: right;
	margin: 0;
	padding: 0;
	color: #888;
	line-height: 30px;
	margin-left: 25px;
}
.heading form {
	float: right;
	margin-left: 20px;
}
.heading > .btn,
.heading > .btn-group {
	float: right;
	margin-left: 20px;
}
.heading__label {
	float: right;
	margin-left: 20px;
	margin-right: -8px;
	line-height: 30px;
}
.heading .label {
	font-weight: normal;
	margin-left: 2px;
}
.heading form select {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-left: -1px;
}


/*** --- Alerts --- ***/
.alert,
.breadcrumb {
	margin-bottom: 30px;
}
.alert .close {
	top: 0;
}


/*** --- Category --- ***/
.table-category {
	width: 100%;
	margin-bottom: 30px;
}
.table-category th .caret {
	margin: 0;
	vertical-align: middle;
}
.table-category .actions {
	font-size: 0;
}
.table-category td.actions {
	white-space: nowrap;
	padding: 6px;
	width: 50px;
}
.table-category .actions-large {
	padding: 5px;
}
.table-category .actions .btn {
	opacity: 0.1;
	margin: 2px;
	min-width: 11px;
}
.table-category .actions-large .btn-small {
	padding-left: 7px;
	padding-right: 7px;
	font-size: 14px;
	line-height: 20px;
}
.table-category tr:hover .actions .btn {
	opacity: 1;
}
.table-category tbody tr:hover td {
	background-color: #f2f2ff;
	background: -moz-linear-gradient(top,  #f5f5ff 0%, #eeeeff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5ff), color-stop(100%,#eeeeff));
	background: -webkit-linear-gradient(top,  #f5f5ff 0%,#eeeeff 100%);
	background: -o-linear-gradient(top,  #f5f5ff 0%,#eeeeff 100%);
	background: -ms-linear-gradient(top,  #f5f5ff 0%,#eeeeff 100%);
	background: linear-gradient(to bottom,  #f5f5ff 0%,#eeeeff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5ff', endColorstr='#eeeeff',GradientType=0 );
}
.manage-note {
	position: relative;
	padding: 3px 0 3px 35px;
	min-height: 16px;
}
.manage-note .actions {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
}
.manage-note .actions .btn {
	margin: 0;
}
.manage-note .table-item-note {
	padding: 0;
	line-height: 16px;
}
.sort-link {
	text-decoration: none;
}
.sort-link:hover {
	text-decoration: none;
}
.sort-link:hover span {
	border-bottom: 1px dotted #00D;
}
.modal.fade.in {
	top: 20%;
}
.modal-body {
	padding: 25px;
}
.modal-footer {
	overflow: hidden;
	padding: 15px 25px 20px;
	text-align: left;
}
.modal-footer .btn + .btn {
	margin-left: 0;
}
.modal-footer .btn-primary {
	float: left;
	margin-right: 15px;
}
.pagination {
	margin-bottom: 30px;
}
.table-category .day,
.table-category .time {
	white-space: nowrap;
	width: 120px;
	vertical-align: middle;
	text-align: center;
}
.table-category tbody tr:hover td.day {
	background: none;
}
.table-category tbody tr.odd:hover td.day {
	background: #f9f9f9;
}
.table-item-title {
	display: block;
}
.table-item-note {
	display: block;
	padding-top: 4px;
	color: #777;
	font-size: 12px;
}
.table-item-note .label {
	margin-right: 5px;
	font-size: 12px;
	font-weight: normal;
	opacity: 0.5;
}
.table-category tbody tr:hover .table-item-note .label {
	opacity: 0.7;
}
.table-item-option {
	display: block;
	padding-top: 3px;
	font-size: 12px;
	line-height: 14px;
}
.table-item-option:first-child {
	padding-top: 0;
}


/*** --- Footer --- ***/
.footer {
	font-size: 12px;
}
.page_timetable .footer {
	display: none;
}
.footer a {
	color: #999;
  text-decoration: none;
}
.footer nav a.pull-right {
	float: right;
	margin-right: 0;
}
.page_timetable .footer .container,
.page_with-panel .footer .container {
	padding-bottom: 80px;
}

.footer .menu-view,
.footer .menu-view__list_0 {
  width: auto;
}

.footer .menu-view__item-link_0,
.footer .menu-view__item-no-link_0 {
  font-size: inherit;
}

.footer .menu-view__item-link_0 > *,
.footer .menu-view__item-no-link_0 > * {
  margin-top: 0;
  margin-bottom: 0;
}


/*** --- Form object --- ***/
.form-object .controls {
	margin-left: 280px;
}
.form-object .nav-tabs {
	padding-left: 280px;
}
.form-object fieldset {
	margin-bottom: 3em;
}
.form-object input.input-xlarge,
.form-object select.input-xlarge {
	padding: 10px;
	width: 638px;
}
.form-object select.input-xlarge {
	height: 42px;
	width: 100%;
}
.form-object div.input-xlarge {
	width: 100%;
}
.form-object .control-label {
	width: 260px;
	padding-top: 11px;
	padding-bottom: 11px;
	margin: 0;
	cursor: default;
}
.form-object .form-actions {
	padding-left: 280px;
}
.form-object .form-actions .btn {
	margin-right: 15px;
}
.form-object .controls-checkboxes .list-container {
	padding-top: 11px;
	overflow: hidden;
}
.form-object .controls-checkboxes .list-container .list-column {
	float: left;
	width: 330px;
}
.form-object .controls-checkboxes .list-container_3 .list-column {
	width: 220px;
}
.form-object .controls-checkboxes .list-column .checkbox {
	padding-right: 20px;
}
.form-object .controls-checkboxes .checkbox.inline {
	padding-top: 0;
}
.form-object .controls .table-week {
	width: 100%;
	margin-top: 6px;
}
.form-object .controls .table-week td {
	padding-left: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 14.2%;
}
.form-object .controls .table-week tr:first-child td {
	border-top: none;
}
.form-object input[disabled] {
	opacity: 0.7;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-object .controls-tests {
	margin-top: -2px;
}
.form-object .controls-tests p {
	overflow: hidden;
	padding: 7px 0;
	margin: 0;
	border-top: 1px solid #DDD;
}
.form-object .controls-tests .list-container {
	overflow: hidden;
}
.form-object .controls-tests .list-container .list-column {
	float: left;
	width: 310px;
	margin-right: 40px;
	border-bottom: 1px solid #DDD;
}
.form-object .controls-tests .list-container .list-column_last {
	margin-right: 0;
}
.form-object .controls-tests p .checkbox {
	float: left;
	width: 206px;
	white-space: nowrap;
	margin: 0 0 0 5px;
	line-height: 30px;
}
.form-object .controls-tests p .checkbox input {
	margin-top: 8px;
}
.form-object .controls-tests p input[type="text"] {
	float: left;
	width: 60px;
	text-align: center;
}


/*** --- Error --- ***/
.error-block {
	padding: 150px 0;
	text-align: center;
}


/*** --- Session --- ***/
.page_session {
	background: #f2f2f2 url(images/pattern.png) repeat 50% 0;
}
.session {
	padding: 155px;
	width: 402px;
	margin: 0 auto;
}
.session form {
	border: 1px solid #c5c5c5;
	border-top-color: #d0d0d0;
	border-bottom-color: #BBB;
	background-color: #FFF;
	-webkit-box-shadow: 0 10px 65px #CCC;
	-moz-box-shadow: 0 10px 65px #CCC;
	box-shadow: 0 10px 65px #CCC;
	-webkit-box-shadow: 0 10px 65px 10px rgba(0,0,0, 0.1);
	-moz-box-shadow: 0 10px 65px 10px rgba(0,0,0, 0.1);
	box-shadow: 0 10px 65px 10px rgba(0,0,0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.session form fieldset {
	padding: 30px 30px 20px;
}
.session .form-actions {
	background-color: #fafafa;
	padding: 24px 30px 25px;
	margin: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 0 0 5px 5px;
}
.session form input.input-xlarge {
	display: block;
	padding: 10px;
	width: 318px;
	margin-bottom: 20px;
}
.session form .checkbox {
	margin-bottom: 0;
}
.session h1,
.session h3 {
	text-align: center;
	text-shadow: 0 1px 0 #fbfbfb;
}
.session h1 {
	font-size: 50px;
	margin-top: 0;
	margin-bottom: 10px;
}
.session h3 {
	margin-top: 0;
}


/*** --- Category --- ***/
.timetable-wrap {
	position: relative;
	overflow: auto;
}
.table-timetable {
	width: 100%;
	margin-bottom: 0;
}
.table-timetable th,
.table-timetable td {
	background: #FFF;
}
.table-timetable thead th {
	text-align: center;
	vertical-align: middle;
	padding-left: 0;
	padding-right: 0;
}
.table-timetable thead th small {
	margin-left: 2px;
	color: #999;
	font-weight: normal;
}
.table-timetable .day,
.table-timetable .time {
	vertical-align: middle;
	text-align: center;
	width: 1px;
}
.table-timetable .cell {
	padding: 5px;
	vertical-align: middle;
}
.table-timetable .cell-content {
	position: relative;
}
.table-timetable tbody > tr > td.cell-highlight {
	background-color: #efe;
}
.table-timetable tbody > tr > td.cell-drop-highlight {
	background-color: #dfd;
}
.table-timetable .group.ui-draggable-dragging,
.table-timetable .group_hightlight  {
	background: #e7e7ff;
	border-color: #CCD;
	-webkit-box-shadow: 0 1px 3px #f2f2f2, inset 0 1px 0 #f7f7ff;
	-moz-box-shadow: 0 1px 3px #f2f2f2, inset 0 1px 0 #f7f7ff;
	box-shadow: 0 1px 3px #f2f2f2, inset 0 1px 0 #f7f7ff;
}
.table-timetable .group.ui-draggable-dragging {
	z-index: 1300;
}
.table-timetable .group-teacher,
.table-timetable .group-discipline,
.table-timetable .group-students {
	display: block;
}
.table-timetable .group-discipline {
	margin-bottom: 0.4em;
}
.table-timetable .group-teacher,
.table-timetable .group-students {
	font-size: 11px;
	opacity: 0.7;
}
.table-timetable .day-start th,
.table-timetable .day-start td {
	border-top: 1px solid #CCC;
}
.table-gap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 530;
	background: #DDD;
}
table .tbody-copy {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 510;
	-webkit-box-shadow: 1px 0 3px rgba(0,0,0, 0.1);
	-moz-box-shadow: 1px 0 3px rgba(0,0,0, 0.1);
	box-shadow: 1px 0 3px rgba(0,0,0, 0.1);
}
table .header-fixed {
	position: fixed;
	top: 50px;
	z-index: 520;
	border-bottom: 1px solid #d5d5d5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.1);
	box-shadow: 0 1px 3px rgba(0,0,0, 0.1);
}
table.table thead.header-fixed:last-child tr:last-child > th:first-child,
table.table thead.header-fixed:last-child tr:last-child > th:last-child,
table.table thead.header-fixed:last-child tr:first-child > th:first-child,
table.table thead.header-fixed:last-child tr:first-child > th:last-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
table .header-absolute {
	position: absolute;
	top: 0;
}
.table-timetable form {
	position: relative;
	z-index: 10;
	text-align: center;
	margin: 0;
	opacity: 0;
}
.table-timetable_readonly form {
	display: none;
}
.table-timetable td:hover form {
	opacity: 1;
}
.table-timetable .cell-content:hover .btn-mini {
	opacity: 1;
}
.table-timetable .dropdown-menu > li > a {
	padding: 3px 11px;
	font-size: 13px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.table-timetable .dropdown-menu > li > a > i {
	margin-right: 2px;
	font-size: 14px;
}
.table-timetable .dropdown-menu {
	min-width: 0;
	margin-top: -1px;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/*** --- Panel --- ***/
.panel .btn {
	margin-top: 0;
}
.panel .container {
	height: 30px;
	padding: 10px 0;
}
.panel-section {
	float: left;
	margin-right: 20px;
}
.panel-line {
	float: left;
	margin-right: 30px;
	overflow: hidden;
	width: 1px;
	height: 30px;
	background: #CCC;
}
.panel-label {
	float: left;
	vertical-align: middle;
	line-height: 30px;
	margin-right: 10px;
}
.panel-section .btn {
	float: left;
	margin-right: 10px;
}


/*** --- Trash --- ***/
.trash {
	position: fixed;
	width: 80px;
	height: 80px;
	margin-top: -36px;
	background: #FFF;
	border: 1px solid #DDD;
	border-left: none;
	left: -85px;
	top: 50%;
	z-index: 1000;
	color: #555;
	text-align: center;
	font-size: 30px;
	line-height: 80px;
	-webkit-box-shadow: 0 0 6px #DDD;
	-moz-box-shadow: 0 0 6px #DDD;
	box-shadow: 0 0 6px #DDD;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-webkit-transition: left 0.3s ease-out;
	-moz-transition: left 0.3s ease-out;
	-ms-transition: left 0.3s ease-out;
	-o-transition: left 0.3s ease-out;
	transition: left 0.3s ease-out;
}
.trash-highlight {
	left: 0;
}
.trash-drop-highlight {
	background-color: #fdd;
}


/*** --- Select with links --- ***/
.controls-select-with-links .input-select {
	margin-bottom: 5px;
}


/*** --- Tabs --- ***/
.nav-tabs-large {
	margin-bottom: 30px;
}
.nav-tabs-large > li > a {
	padding: 10px 20px;
	font-size: 18px;
	margin-right: 5px;
}
.nav-tabs-large > li.active > a, .nav-tabs-large > li.active > a:hover, .nav-tabs-large > li.active > a:focus {
	color: #000;
}


/*** --- Attendance --- ***/
.form-attendance .form-actions {
	text-align: center;
}
.form-attendance .form-actions .btn-large {
	padding-left: 30px;
	padding-right: 30px;
}

/* Table */
.table-attendance {
	width: auto;
	margin-bottom: 30px;
}
.table-attendance thead th {
	background: #FFF;
	text-align: center;
}
.table-attendance thead th.table-attendance-hightlight {
	background-color: #f5f5ff;
}
.table-attendance-student td {
	vertical-align: middle;
}
.table-attendance th.table-attendance-index,
.table-attendance td.table-attendance-index {
	width: 20px;
	text-align: center;
}
.table-attendance-name,
.table-attendance thead th.table-attendance-name {
	text-align: left;
	width: 265px;
	white-space: nowrap;
}
.table-attendance tbody tr:hover td {
	background-color: #f5f5ff;
}
.table-attendance td.table-attendance-item {
	padding: 0;
}
.table-attendance td.table-attendance-item label {
	display: block;
	padding: 14px 22px;
	margin: 0;
	line-height: 0;
	text-align: center;
	opacity: 0;
}
.table-attendance_tests td.table-attendance-item label {
	opacity: 1;
	padding: 0;
}
.table-attendance td.table-attendance-item label:hover {
	opacity: 1;
}
.table-attendance td.table-attendance-item label input {
	margin: 0;
}
.table-attendance_tests td.table-attendance-item label input {
	width: 40px;
	padding: 8px 4px;
	text-align: center !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}
.table-attendance td.table-attendance-item_select label {
	position: relative;
	opacity: 1;
	line-height: 1;
}
.table-attendance td.table-attendance-item_select label select {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	min-width: 100px;
	opacity: 0;
	font-size: 16px;
	padding: 10px;
}
.table-attendance-item-text {
	display: inline-block;
	min-width: 1em;
}

/* Color */
.table-attendance tbody td.table-attendance-item_true { background: #eeffee; }
.table-attendance tbody tr:hover td.table-attendance-item_true { background: #e3fbe3; }
.table-attendance tbody td.table-attendance-item_false { background: #ffeeee; }
.table-attendance tbody tr:hover td.table-attendance-item_false { background: #fbe3e3; }
.table-attendance tbody td.table-attendance-item_danger { background: #ffe9cc; }
.table-attendance tbody tr:hover td.table-attendance-item_danger { background: #ffe2bb; }


/*** --- BC --- ***/
.breadcrumbs
{
	position: relative;
	font-size: 13px;
	background: #fafafa;
	border-bottom: 1px solid #f2f2f2;
	box-shadow: 0 5px 10px #FFF;
}

.breadcrumbs-content
{
	font-size: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

.breadcrumbs-fixed {
	/*position: fixed;*/
	z-index: 1029;
}
.breadcrumbs .breadcrumb {
	margin: 0 auto;
	padding: 5px 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.view-breadcrumbs__item-link {
  font-weight: normal;
  text-decoration: none;
}

/*** --- Loading Div's' --- ***/
#loading{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.1);
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 10%;
}
.loading-4 {
	background-color: rgba(0, 0, 0, 0.1);
	background-image: url("images/loading.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: none;
	height: 40%;
	position: absolute;
	width: 40%;
	z-index: 9999;
}

/*** --- Modal Form --- ***/
.modal-form  {
	width: 1000px;
	margin-left: -500px;
}
.modal-form .form-object {
	padding: 30px;
	margin: 0;
}
.modal-form .form-object .form-actions {
	padding-left: 310px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: -30px;
	border-radius: 0 0 6px 6px;
}


/*** --- Desk --- ***/
.desk {
	padding-top: 60px;
}
.desk__heading__note {
	margin-left: 1.5em;
	opacity: 0.75;
}
.desk__sections {
	width: 100%;
	box-sizing: border-box;
}
.desk__item {
	width: 50%;
	vertical-align: top;
	border: 2px solid #eaeaea;
	box-sizing: border-box;
	padding: 40px;
}
.desk__item:last-child {
	border-right: none;
}
.desk__item_single {
	width: 100%;
}
.desk__item h3 {
	margin: 0 0 0.7em;
	padding: 0;
}
.desk__item .pagination {
	margin-bottom: 0;
}
.desk__item__refresh {
	float: right;
	margin-top: 5px;
}

.ui-dialog /*button, .ui-dialog .ui-dialog-buttonpane button*/
{
	font-size: 0.8em !important;
}
.ui-dialog button, .ui-dialog .ui-dialog-buttonpane button
{
	font-size: 0.9em !important;
}

.dialogTable
{
	/* margin: auto; таблица по центру окна*/
}

.dialogTable td, .dialogTable th
{
	padding-left: 10px;
}

.textRight 
{
	text-align: right !important;
}

a
{
	cursor: pointer;
}


body
{
	font-size: 14px;
}

body > header.navbar-fixed-top
{
	padding: 0;
}

body > header.navbar-fixed-top a i,
body > header .logout i,
body > footer nav i
{
	font-style: normal;
	font-weight: 900;
}

body > header.navbar-fixed-top td
{
	padding: 0;
}

.menu-view__list {
  font-size: inherit;
}

.menu-view__list_0
{
	width: 100%;
	display: flex;
	flex-direction: row;
}

body > footer
{
	border-top: 1px solid #CCC;
}

body > header.navbar-fixed-top .container .logout
{
	position: absolute;
	right: .3rem;
  top: .7rem;
	color: slategray;
}

body > header.navbar-fixed-top .navbar-nav .nav-item:nth-child(2)
{
	border-left: none;
}

.hiddenElement
{
	display: none;
}

.menu-view {
  padding: 0;
  width: 100%;
  align-items: stretch;
}

.menu-view__item_0 {
  flex-grow: 1;
  display: flex;
  height: 100%;
}

.menu-view__item-link_0,
.menu-view__item-no-link_0
{
	align-items: center;
  justify-content: center;
	font-size: 14px;
	display: flex;
	margin: 0;
	white-space: nowrap;
  flex-grow: 1;
  color: rgba(0, 0, 0, .55);
}

.menu-view__item-link_0 > *,
.menu-view__item-no-link_0 > * {
  margin: .5rem .1rem;
}

@media (max-width: 1600px)
{	
	body > header.navbar-fixed-top > .container
	{
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		max-width: none;
	}
	
	.breadcrumbs-content.container
	{
		max-width: none;
		padding: 0;
	}
	
	body > header.navbar-fixed-top .container
	{
		margin-left: 0;
		padding-left: 0;
		margin-right: 0;
		padding-right: 0;
	}
	
	body > header.navbar-fixed-top .navbar-nav
	{
		width: auto;
	}
}

@media (max-width: 1250px)
{
	body > header.navbar-fixed-top > .container a
	{
		font-size: small;
		padding-left: 0.2em;
		padding-right: 0.2em;
	}
}

@media (max-width: 1050px)
{
	.menu-view__item-link_0,
  .menu-view__item-no-link_0
	{
		display: flex;
		flex-direction: column;
	}

  .menu-view__item-link_0 > *,
  .menu-view__item-no-link_0 > * {
    margin-bottom: 0;
    margin-top: 0;
  }
	
	body > header.navbar-fixed-top .container a.logout
	{
		right: 0;
	}
}

@media (max-width: 800px)
{	
	body > header.navbar-fixed-top .navbar-nav
	{
		flex-grow: 1;
		margin-right: 3em;
	}
	
	body > header.navbar-fixed-top .container a
	{
		font-size: large;
		flex-grow: 1;
	}
	
	body > header.navbar-fixed-top .container a span
	{
		display: none;
	}
	
	body > header.navbar-fixed-top .container a.logout
	{
		padding-right: .5em;
		padding-left: .5em;
	}
}

@media print
{
	body > header.navbar-fixed-top,
	body > footer.footer
	{
		display: none;
  }
  
  .keo-portal__body {
    overflow: visible;
  }
}