@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900,400italic,700italic,900italic');
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.legenda-title {
  display: block;
  color: #f9921c;
  font-weight: bold;
  margin-bottom: 0.6em;
  background: url('/admit/img/legenda-help.gif') no-repeat left center;
  min-height: 13px;
  padding-left: 20px;
}
.form table tbody tr.message-unread td,
.form table tbody tr.message-unread th {
  font-weight: bold;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  background: #f2f2f2;
  /*min-width: 960px;*/
  font-size: 16px;
}
#wrapper {
  width: 100%;
  min-height: 100%;
}
a {
  color: #4d93d2;
}
#menu {
  width: 22.5%;
  max-width: 270px;
  min-height: 100%;
  float: left;
  box-shadow: silver 2px -2px 10px;
  background: #ffffff;
  transition: 300ms;
}
.etk-menu-inactive #menu {
  /*width: 65px;*/
  width:0;
  min-width: 0;
  overflow: hidden;
  position: absolute;
}
.etk-menu-inactive #menu .menu-title,
.etk-menu-inactive #menu .menu-tree-icon,
.etk-menu-inactive #menu .menu-item-inner > ul,
.etk-menu-inactive #menu .menu-user-info-content,
.etk-menu-inactive #menu #footer {
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  max-height: 0;
  transition-delay: 0s;
  padding: 0;
  margin: 0;
}
#menu .menu-title,
#menu .menu-tree-icon,
#menu .menu-item-inner > ul,
#menu .menu-user-info-content,
#menu #footer {
  opacity: 1;
  visibility: visible;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  transition: visibility 0s ease 150ms, opacity 100ms ease 150ms, max-width 0s ease 150ms, max-height 0s ease 150ms, padding 0s ease 150ms, margin 0s ease 150ms;
}
#menu .menu-user-info {
  font-size: 0.8em;
  min-height: 7em;
  overflow: hidden;
}
#menu .menu-user-info img {
  width:44px;
  float: left;
  margin: 2px 10px 10px 0;
  position: relative;
  left: -4px;
}
#menu .menu-user-info .menu-block-inner {
  padding: 20px;
}
#menu .menu-items a {
  text-decoration: none;
  color: #000;
  position: relative;
}
#menu .menu-items ul {
  list-style: none;
  padding: 0;
}
#menu .menu-items > ul > li {
  border-left: 10px solid silver;
}
#menu .menu-items > ul > li > .menu-item-inner {
  border-bottom: 1px solid #f2f2f2;
}
#menu .menu-items > ul > li:first-child > .menu-item-inner {
  border-top: 1px solid #f2f2f2;
}
#menu .menu-tree-icon {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 9px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 18px;
}
#menu .menu-item-inner > a {
  font-size: 87.5%;
  padding-left: 7px;
  text-transform: uppercase;
}
#menu .menu-item-inner > a .menu-icon {
  min-height: 46px;
  /*line-height: 46px;*/
}
#menu .menu-item-inner > a .menu-icon img {
  padding: 2px 0;
  height:42px;
}
#menu .menu-item-inner > a .menu-title {
  vertical-align: middle;
  display: inline-block;
}
#menu .menu-item-inner > a:hover,
#menu .menu-item-inner > a:focus,
#menu .menu-item-inner > a.active {
  background-color: #f2f2f2;
}
#menu .menu-item-inner > a .menu-tree-icon {
  background-image: url('/admit/img/menu-1uroven_right.png');
}
#menu .menu-items > ul > li.menu-item-open > .menu-item-inner > a .menu-tree-icon {
  background-image: url('/admit/img/menu-1uroven_continue.png');
}
#menu .menu-item-inner > ul a {
  color: #666666;
}
#menu .menu-item-inner > ul a .menu-tree-icon {
  background-image: url('/admit/img/menu-2uroven_right.png');
  top: 0.7em;
}
#menu .menu-item-inner > ul li.menu-item-open a .menu-tree-icon {
  background-image: url('/admit/img/menu-2uroven_continue.png');
}
#menu .menu-item-inner > ul {
  font-size: 0.8em;
  margin-left: 64px;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 2;
}
#menu .menu-item-inner > ul > li > ul {
  margin-left: 1.2em;
  padding-right: 8px;
}
#menu .menu-icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 14px;
}
#menu .menu-items a {
  display: block;
}
#menu .menu-items > ul li:nth-child(1) {
  border-left-color: #4052A0;
}
#menu .menu-items > ul li:nth-child(2) {
  border-left-color: #ACC90D;
}
#menu .menu-items > ul li:nth-child(3) {
  border-left-color: #EF9A9A;
}
#menu .menu-items > ul li:nth-child(4) {
  border-left-color: #FCBF0E;
}
#menu .menu-items > ul li:nth-child(5) {
  border-left-color: #546E7A;
}
#menu .menu-items > ul li:nth-child(6) {
  border-left-color: #754594;
}
#menu .menu-items > ul li:nth-child(7) {
  border-left-color: #e51943;
}
#menu .menu-item-divider {
  border: 1px solid #dddddd;
  border-width: 1px 0 0;
  display: block;
  height: 1px;
  margin: 3px 0 0 0;
}
.js .menu-item-inner ul {
  display: none;
}
.js .menu-items li.menu-item-open > ul,
.js .menu-items li.menu-item-open > div > ul {
  display: block;
}
#header {
  height: 60px;
  background: #65a2d8;
  overflow: hidden;
  font-size: 0.8em;
  color: #fff;
  position: relative;
  z-index: 10;
}
#header .header-block {
  display: block;
  float: left;
}
#header a {
  color: inherit;
}
#header .header-block-helper {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#header .header-left {
  float: left;
  overflow: hidden;
}
#header .header-right {
  float: right;
  overflow: hidden;
}
#header .header-logo {
  width: 22.5%;
  max-width: 270px;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 0px 10px;
  transition: 300ms;
}
#header .header-logo a {
  display: block;
  background: #5c9cd6;
  text-align: center;
  vertical-align: middle;
  /*line-height: 60px;*/
  text-decoration: none;
  height: 60px;
}
.etk-menu-inactive #header .header-logo {
  width: 65px;
  min-width: 0;
  box-shadow: none;
  overflow: hidden;
}
.etk-menu-inactive #header .header-logo a {
  background-image: url('/admit/img/logo-just4web-zeme.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color:inherit;
}
.etk-menu-inactive #header .header-logo img {
  display: none;
}
#header .header-logo img {
  width:300px;
  max-width: 180px;
  height: auto;
  vertical-align: middle;
}
#header .header-switch-menu a {
  width: 40px;
  height: 60px;
  padding: 0 10px 0 12px;
  display: block;
  text-align: center;
  /*line-height: 60px;*/
}
#header .header-switch-menu a img {
  vertical-align: middle;
  display: inline-block;
}
.etk-menu-inactive #header .header-switch-menu a {
  padding: 0 10px 0 10px;
}
#header .header-search {
  width: 220px;
}
#header .header-search form {
  display: block;
  padding-top: 13px;
  width: 100%;
  margin: 0;
  vertical-align: middle;
}
#header .header-search input {
  width: 100%;
  background: #fff;
  border: none;
  padding: 7px 10px;
  font-size: 16px;
}
#header .header-school {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 40px;
  padding-right: 40px;
}
#header .header-school span {
  font-size: 125%;
  line-height: 60px;
}
#header .header-user-info {
  min-height: 60px;
  line-height: 60px;
}
#header .header-user-info-block {
  float: left;
  padding: 5px 10px;
  vertical-align: middle;
  line-height: 1.3;
  text-align: right;
}
#header .header-user-info-icon {
  width: 40px;
  line-height: 60px;
  float: left;
}
#header .header-user-info-icon img {
  width:44px;
  padding-top: 6px;
  display: inline-block;
  /*vertical-align: middle;*/
}
#content {
  overflow: hidden;
}
.etk-menu-inactive #content {
  display:block;
  box-sizing: border-box;
  /*padding-left: 65px;*/
  padding-left:0;
}
#content #content-inner {
  padding: 2em;
  margin: 0 auto;
  /*max-width: 980px;*/
}
#content .content-title {
  border-radius: 2px 2px 0 0;
  background: #e6e6e6;
  display: inline-block;
  padding: 10px 15px;
  margin: 0 10px;
}
#content .content-title img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}
#content .content-title h1 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  display: inline;
  text-transform: uppercase;
  vertical-align: middle;
}
#content .content-block {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  overflow: auto;
}
#content .content-block-inner {
  padding: 2em;
}
#content .content-block-inner + .content-block-inner--datagrid {
  padding-top: 0;
  padding-bottom: 1em;
}
#content .flash-messages + .content-block-inner {
  padding-top: 0;
}
#content p {
  margin:.5em 0 1em 0;
}
#content p:last-child {
  margin-bottom: 0;
}
#content p:first-child {
  margin-top: 0;
}
#content h2:last-child,
#content h3:last-child,
#content h4:last-child,
#content h5:last-child,
#content h6:last-child {
  margin-bottom: 0;
}
#content h2:first-child,
#content h3:first-child,
#content h4:first-child,
#content h5:first-child,
#content h6:first-child {
  margin-top: 0;
}
#footer {
  clear: both;
}
#footer-inner {
  padding: 15px;
  text-align: center;
}
#footer #footer-inner .manual-button {
  background: #5c9cd6;
  display: inline-block;
  padding: 1em 10px;
  color: #fff;
  text-decoration: none;
  line-height: 24px;
  font-size: 80%;
  text-transform: uppercase;
  margin-bottom: 1em;
}
#footer #footer-inner .manual-button img {
  vertical-align: middle;
  margin-right: 0.8em;
}
#footer #footer-inner .footer-muted {
  font-size: 70%;
  color: gray;
}
.table {
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #e5e5e5;
}
.table th,
.table td {
  border: 1px solid #e5e5e5;
  border-width: 0 1px 1px 0;
  padding: 8px 15px;
}
.table th:last-child,
.table td:last-child,
.table-no-border .table th,
.table-no-border .table td,
.table th.table-no-border,
.table td.table-no-border {
  border-right: none;
}
.table th.table-cell-border,
.table td.table-cell-border {
  border-right: 1px solid #e5e5e5;
}
.table tbody tr:nth-child(odd) {
  background: #f2f2f2;
}
.table tbody tr:nth-child(odd) td.table-no-background,
.table tbody tr:nth-child(odd) th.table-no-background {
  background: #fff;
}
.table thead th,
.table tfoot th,
.table thead td,
.table tfoot td {
  text-align: center;
  font-size: 87.5%;
  color: #606060;
  padding-top: 18px;
  padding-bottom: 18px;
}
.table thead th a,
.table tfoot th a,
.table thead td a,
.table tfoot td a {
  color: inherit;
}
.table thead th.active,
.table tfoot th.active,
.table thead td.active,
.table tfoot td.active {
  color: #000000;
}
.table thead th.table-normal-padding,
.table tbody th.table-normal-padding,
.table tfoot th.table-normal-padding,
.table thead td.table-normal-padding,
.table tbody td.table-normal-padding,
.table tfoot td.table-normal-padding {
  padding-top: 8px;
  padding-bottom: 8px;
}
.table tbody th.table-normal-padding,
.table tbody td.table-normal-padding {
  padding-left: 8px;
  padding-right: 8px;
}
.table tfoot th,
.table tfoot td {
  text-align: left;
}
.table:last-child {
  margin-bottom: 1em;
}
.table:first-child {
  margin-top: 1em;
}
.datagrid .table {
    margin-top: 0;
}
.button {
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  padding: 8px 10px;
  margin-bottom: 0.5em;
  padding: 8px 28px;
  margin-right: 15px;
  font-weight: bold;
  text-decoration: none;
}
.button:last-child {
  margin-bottom: 0;
}
.button:last-child {
  margin-right: 0;
}
.button.button-success {
  color: #23b574;
  border-color: #23b574;
}
.button.button-warning {
  color: #ed1b24;
  border-color: #ed1b24;
}
.icon-button {
  vertical-align: middle;
  display: inline-block;
  margin: 0 6px 3px 0;
}
.icon-button img {
  max-width: 20px;
  height: auto;
}
.toolbar-button {
  color: #5c9cd6;
  font-weight: bold;
  font-size: 1.25em;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0;
}
.toolbar-button img {
  max-width: 35px;
  max-height: 35px;
  height: auto;
  vertical-align: middle;
  margin-right: 0.2em;
}
.toolbar-button span {
  text-decoration: underline;
  vertical-align: middle;
}
.toolbar {
  margin-top: 1em;
  margin-bottom: 1em;
}
.toolbar:last-child {
  margin-bottom: 0;
}
.toolbar:first-child {
  margin-top: 0;
}
.sorting-button {
  text-decoration: none;
}
.sorting-button span {
  text-decoration: underline;
  display: inline-block;
}
.sorting-button img {
  max-width: 15px;
}
.flash,
.div_warning {
  margin-bottom: 1em;
  padding: 16px;
  border-radius: 2px;
  display: block;
  font-weight: bold;
  color: #0088e4;
  border: 1px solid #0088e4;
  box-sizing: border-box;
}
.flash.success,
.div_warning.success {
  color: #23b574;
  border-color: #23b574;
  background: url('/admit/img/yes2.png') no-repeat 16px 9px;
  min-height: 32px;
  min-width: 32px;
  padding-left: 60px;
}
.flash.error,
.div_warning.error {
  color: #ed0841;
  border-color: #ed0841;
  background: url('/admit/img/no2.png') no-repeat 16px 9px;
  min-height: 32px;
  min-width: 32px;
  padding-left: 60px;
}
.flash.warning,
.div_warning.warning {
  color: #e99200;
  border-color: #e99200;
}
.flash:last-child,
.div_warning:last-child {
  margin-bottom: 0;
}
.content-block > .flash,
.content-block > .div_warning {
  margin: 2em 2em 0;
}
.content-block > .flash:last-child,
.content-block > .div_warning:last-child {
  margin-bottom: 2em;
}
.error {
  color: #ed0841;
  font-weight: bold;
}
.paginator {
  margin-top: 1em;
  margin-bottom: 1em;
}
.paginator:first-child {
  margin-top: 0;
}
.paginator:last-child {
  margin-bottom: 0;
}
.paginator .paginator-button {
  color: #878787;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  font-weight: normal;
  font-size: 90%;
  text-align: center;
  text-decoration: none;
  padding: 5px 8px;
  line-height: 1;
  display: inline-block;
}
.paginator .paginator-button:hover {
  color: #000000;
  background-color: #ededed;
}
.paginator .paginator-active {
  color: #000000;
  background-color: #ededed;
  font-weight: bold;
}
.paginator .paginator-left,
.paginator .paginator-right {
  background-color: #f5f5f5;
  color: #757575;
}
.form {
  margin-bottom: 1em;
}
.form:last-child,
.form.form-no-margin {
  margin-bottom: 0;
}
.form input,
.form select,
.form textarea,
.form button {
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  padding: 8px 10px;
  margin-bottom: 0.5em;
}
.form input:last-child,
.form select:last-child,
.form textarea:last-child,
.form button:last-child {
  margin-bottom: 0;
}
.form textarea {
  width: 100%;
}
.form input[type="submit"],
.form input[type="reset"],
.form input[type="button"],
.form button {
  padding: 8px 28px;
  margin-right: 15px;
  font-weight: bold;
  text-decoration: none;
}
.form input[type="submit"]:last-child,
.form input[type="reset"]:last-child,
.form input[type="button"]:last-child,
.form button:last-child {
  margin-right: 0;
}
.form input[type="submit"].button-success,
.form input[type="reset"].button-success,
.form input[type="button"].button-success,
.form button.button-success {
  color: #23b574;
  border-color: #23b574;
}
.form input[type="submit"].button-warning,
.form input[type="reset"].button-warning,
.form input[type="button"].button-warning,
.form button.button-warning {
  color: #ed1b24;
  border-color: #ed1b24;
}
.form fieldset {
  border: 1px solid #e6e6e6;
  margin: 1em 0;
  border-radius: 2px;
  padding: 4em 2em 1em;
  position: relative;
}
.form fieldset:first-child {
  margin-top: 0;
}
.form fieldset:last-child {
  margin-bottom: 0;
}
.form legend {
  font-weight: bold;
  font-size: 125%;
  display: block;
  position: absolute;
  top: 0.8em;
  padding-top: 0.4em;
  margin-bottom: 1em;
  color: #323232;
  line-height: 1;
}
.form table tbody th,
.form table tbody td {
  text-align: left;
  font-weight: normal;
}
.form .required,
.form .compulsory {
  color: red;
}
.form .table {
  margin-top: 0;
}
.form .table:last-child {
  margin-bottom: 0;
}
.form .select2-container {
  text-align: left;
  /* bug fix */
}
.form .select2-container--default .select2-selection--single {
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  padding: 8px 10px;
  margin-bottom: 0.5em;
  display: block;
  border-radius: 0;
  height: auto;
}
.form .select2-container--default .select2-selection--single:last-child {
  margin-bottom: 0;
}
.form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: inherit;
  padding-left: 4px;
}
.form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #000;
}
.form .select2.select2-container.select2-container--default {
  max-width: 100%;
  width: 100% !important;
}
.form .form-buttons,
.form-normal table > tbody > tr:last-child > td,
.form-normal table > tbody > tr:last-child > th {
  padding-top: 1em;
}
.form--admin td {
    font
}
.calendar-toolbar {
  overflow: hidden;
  margin-bottom: 1em;
  text-align: center;
}
.calendar-toolbar:last-child {
  margin-bottom: 0;
}
.calendar-toolbar a {
  color: #000;
  text-decoration: none;
}
.calendar-toolbar .calendar-toolbar-left {
  float: left;
  padding: 10px 20px 10px 0;
  width: 33%;
  text-align: left;
}
.calendar-toolbar .calendar-toolbar-right {
  float: right;
  padding: 10px 0 10px 20px;
  width: 33%;
  text-align: right;
}
.calendar-toolbar .calendar-toolbar-content {
  display: inline-block;
  padding: 8px 20px;
}
.calendar-toolbar .calendar-toolbar-content img {
  vertical-align: middle;
  padding: 0;
}
.calendar-toolbar .calendar-toolbar-content .calendar-date {
  vertical-align: middle;
  display: inline-block;
  margin-right: 24px;
  text-transform: uppercase;
}
.calendar-toolbar .calendar-toolbar-content-border {
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
}
.page_class_book {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 1em;
}
.page_class_book img {
  display: inline-block;
  margin-bottom: 0.2em;
}
.page_class_book a {
  color: #000;
  text-decoration: none;
  display: block;
}
.classbook-writing-teacher-sign {
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  padding: 8px;
  text-align: center;
}
.classbook-writing-table {
  border-bottom: none;
  margin-bottom: 1em;
}
.classbook-writing-form td,
.classbook-writing-form th {
  border-bottom: none;
  padding: 8px;
}
.classbook-writing-green {
  padding-top: 0;
  line-height: 1em;
  vertical-align: top;
}
.classbook-absence-table tbody td,
.classbook-absence-table tbody th {
  padding: 0;
}
.classbook-absence-table tbody .classbook-absence-table-student {
  padding: 8px 15px;
  font-size: 87.5%;
}
.classbook-absence-table select,
.classbook-absence-table input[type="text"] {
  width: 100%;
  border: none;
  background-color: transparent;
}
.classbook-absence-table select {
  height: 100%;
  font-size: 75%;
  padding: 0;
  padding-left: 2px;
}
.classbook-absence-table option {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.classbook-absence-table tr.classbook-absence-table-duplic span {
  display: inline-block;
  padding-right: 0.5em;
}
.classbook-absence-table tr.classbook-absence-table-duplic select {
  width: auto;
  height: auto;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  font-size: inherit;
}
.classbook-absence-table tr.classbook-absence-table-duplic td {
  padding: 1em;
}
.groupbook-performance-table tbody td,
.groupbook-performance-table tbody th {
  width: 8%;
  padding: 4px;
}
.groupbook-performance-table tbody td input[type="text"],
.groupbook-performance-table tbody th input[type="text"] {
  width: 45px;
  display: inline-block;
  margin: 0;
  font-size: 87.5%;
  padding-left: 4px;
  padding-right: 4px;
}
.groupbook-performance-table tbody td .icon-button,
.groupbook-performance-table tbody th .icon-button {
  margin: 0;
  vertical-align: middle;
}
.groupbook-performance-table .groupbook-performance-student {
  width: 15%;
}
.form .groupbook-performance-table tbody td,
.form .groupbook-performance-table tbody th {
  text-align: center;
}
.form .groupbook-performance-table tbody td.groupbook-performance-save,
.form .groupbook-performance-table tbody th.groupbook-performance-save,
.form .groupbook-performance-table tbody td.groupbook-performance-student,
.form .groupbook-performance-table tbody th.groupbook-performance-student {
  text-align: left;
  padding: 8px 15px;
}
.module-timetable .rh-timetable-control {
  margin: 0 10px 0 0;
}
.rh-timetable-control td,
.rh-timetable-control th {
  empty-cells: show;
}
.rh-timetable-control .subject {
  color: blue;
}
.rh-timetable-control .note {
  color: gray;
  font-weight: normal;
  text-align: left;
}
.rh-timetable-control th.note {
  color: black;
}
.rh-timetable-control .table tbody th {
  min-width: 30px;
  text-align: center;
}
.rh-timetable-control .teacher,
.rh-timetable-control .teacher a {
  color: green;
}
.rh-timetable-control .class,
.rh-timetable-control .class a {
  color: #000;
}
.rh-timetable-control .classroom,
.rh-timetable-control .classroom a {
  color: red;
}
.rh-timetable-control .rh-timetable-control-lesson .note {
  display: block;
}
.rh-timetable-control .table {
  border: 1px solid #e5e5e5;
  border-width: 1px 1px 0;
  margin: 1em auto;
  width: auto;
}
.rh-timetable-control select,
.rh-timetable-control-filter-date a {
  margin-right: 1em;
}
.rh-timetable-control .rh-timetable-control-card-label {
  margin-right: 0.4em;
}
.rh-timetable-control .error {
  color: red;
  text-align: center;
  padding: 2em 1em;
  font-weight: bold;
}
.rh-timetable-control td {
  vertical-align: top;
}
.rh-timetable-control .teacher.rh-lesson-disabled,
.rh-timetable-control .subject.rh-lesson-disabled,
.rh-timetable-control .class.rh-lesson-disabled {
  text-decoration: line-through;
}
.rh-timetable-control-supply {
  border-top: 1px solid silver;
  margin-top: 1em;
  padding-top: 1em;
}
.rh-timetable-control-lesson {
  margin-bottom: 1em;
}



.rs-page-login #content {
  max-width: 600px;
  margin: 0 auto;
}
.rs-page-login .form table,
.rs-page-login .form select,
.rs-page-login .form input[type="password"],
.rs-page-login .form input[type="text"] {
  width: 100%;
}



.confoot1 {
display:none;
margin:1em;
}
.confoot2 {
display:none;
margin:1em;
}
.confoot2 a {
text-decoration:none;
}
.confoot2 a img {
margin-right:5px;
}
.confoot2 a span {
position:relative;
bottom:5px;
}

.content-left {
clear:both;
float:left;
width:50%;
min-width:240px;
}
.content-right {
float:right;
width:50%;
min-width:240px;
}
iframe.youtube {
width:450px;
height:253px;
border: 1px solid #e6e6e6;
border-radius: 2px;
overflow: auto;
}
.youtube-container {
position:relative;
width:100%;
height:0;
padding-bottom:56.25%;
}
.youtube-video {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border: 1px solid #e6e6e6;
border-radius: 2px;
}
.phone {
display:inline-block;
width:17px;
height:17px;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAFOUlEQVR42uyZbVBUZRTHf7susioCqwIig6SOIiKYlvhuTwo6k1qO6dgY9GIvVqaN1Ycmsy86U1OWyYzOlGnNGNo4memMlaR5EmtinNQCTM1BS5A0WER8QRS2D17w3mXvvbsm+KF9vtz7POfcc/57nvP2POvwcWeH404DcBK2QBjA/90HXMGzipNoPCQQTU/i6E4UUXQGGrnEReo5h5c6zuHlgmq+rRaQznjoTRLJJJJMD3rgoQtu3LiA6zTQwBXO48XLaao4TSVV1KrG/wBAnCTQn8EMYRB3kYgnJH9p5jxVnOI4RzhGOVVmNmkDQOJJ5R6Gk84AYm/TRtdRThkH+YVj6qwpAMlkFhMZSlw7+lw1pRSxTR3yAyAJrCCPyA5y/UY28YaqbAUgaWwlrYPj7wQPq9/A4UPiKWLQHUgBJ5mgKl3AezbqG7lEHXVUUE0dF7nCZRpo4BrXaQKcuOiMm0i60YVuxNCTZGKJ1vKE2ejHB8xx7L2XYpsAW8dSGmhkGDF4qFF7LDLGffTGSz2HicDNMhbZWGG8i1zb+M6iRjVLOsUAFGIBgCU8BMAIdYh6ybLdhjwnY22Z0kkDsrXZFUveFuoUkIHcbSt7jJPEIOpFCjBdm1235L2mPR8AkoII63iXpZu0ZguJa7VUlnxCJxO+JiZob6MkiWDKjNOFl3gbpr84zmy6arNknghCcCSPsJUmU6gt45KToyakBsrYyEJGM4xyngs5yp/iDDmU2nAdc7GdmYYlL79zgGIOUa60HZXpZJoIuIoPd0BKGjPUVpnAcl60ALDDsTeaw/TDRwW/UkwxZepMm+jew6Q29a2Q3ZRSC8QylElMxePHs5+Jygcyg1UMCKi+gkyHD8kmg/0cVfUmySWbQhyGzLiWfHXSjyuFRSz0s8Y09TWAxLGSxwKInqc223ZE4mAf43UL5cxXP5jwjmM9qbqFA4xVWtjKPN6lj4F9hVoWTFeca1B/nGy9eokU3W9WP5JDiY575M2IUZsYwxetlHpeUsuC6AmlFwdJ1jmoUpoCSWQeOfQHTvI9BapCW0+lSNfSVDFC/a2T9zTL6cR2VqvSoJpSWc983XSB+khbz+Ntg0HP8rraoNEe51MdpUDlGiT2oUnfllkCkDls0U0PM/LGjsoLrAnA/rJapbWzPzNSX3DUZ7d0MpIBfmrWa+pHsCrgB+/IaADVzDrDer6k3gIAiaLA0J5eZZf2ttSkfrh4U27I+xZ9SHvYLJ7QLfAxo/waqFMAkkSO6Tf3kwJAJcYsMZwN0ikkAJLPXP+spSXmNLqbAnAzRNuESj/KzIBeYwZAVgZopVqOWVGWYRNj2rYskNVBApDVvBKAs6Uc11gCOKc9A1lpsawVpw0A6SobWRxQdIqW847wj6n6C5QBSAR9A9KfZ5N0twAgA9lFronwZAYDqBq+NAXwlaoCoL/mjG3HXAplsAkAieBzQ973D7IHtbe3Wg2NXyexvNXl3KZyRrNFXz+cBjAe6x5HogHUnzxKXRvqRfLUCQDpxjOWcjz6Rs3oA9Ydb19e0yrbbrLZZ6D9xJQbtR941aT9uKnFF/h4HkkJA22a7pktasTBZHIYhIM/2M13LRcQMpmdNu34KdLV5VsDAF5mq70W9WMc22zvFwwAQr2m68EOedZU/ZPsDPV6w0WoI4oPZRbvI/orKIlgIkuY1q7XdLoxlamUSRElVOOjFxmMJ6Pd7wnbHFnTw3fFYQC3H4CrQ3S6zFXW0pPmdlbvoNYMQBPfkNDuAJxU64te+E+rMIAwgDCAfwcAdNiIw/hYNgcAAAAASUVORK5CYII=");
background-size:17px 17px;
background-repeat:no-repeat;
line-height:100%;
margin-right:5px;
}
#content h2 {
margin:1.5em 0 0.5em 0;
font-size:1.3em;
color:#65a2d8;
}
#content h3 {
clear:both;
margin:1.5em 0 0.5em 0;
}
#content p {
line-height:1.5em;
}
#content ul {
line-height:2em;
}
.cleaner {
clear:both;
}
.radius {
border:1px solid #e6e6e6;
border-radius:2px;
margin-right:2px;
}
.youtube-container.hide {
display:none;
}
h3 a {
color:#462702;
text-decoration:none;
}
.screen {
width:55%;
}
.p_margin {
float:left;
width:45%;
padding:0 1em;
/*font-weight:bold;*/
}
.epodinput {
width:100%;
}
.br {
clear:both;
width:94%;
}
.required {
color:#C12346;
}
input, textarea {
padding:7px 10px;
resize: none;
}
input[type=submit],
.greenbutton {
background:#33af73;
border:1px solid #33af73;
color:#fff;
}
.mess_info {
color: #23b574;
border:2px solid #23b574;
background: url('/admit/img/design/yes2.png') no-repeat 16px 9px;
min-height: 32px;
min-width: 32px;
padding-left: 60px;
padding-top:15px;
}
.mess_error {
color: #ed0841;
border:2px solid #ed0841;
background: url('/admit/img/design/no2.png') no-repeat 16px 9px;
min-height: 32px;
min-width: 32px;
padding-left: 60px;
padding-top:15px;
}
.button-formular {
background:#95CA28;
text-align:center;
}
.button-formular a {
display:block;
padding:1em 3em;
color:white;
text-decoration:none;
text-transform:uppercase;
}


.icon_facebook, .icon_youtube {
display:none;
}
.soc {
display:inline-block;
width:32px;
height:31px;
background-image:url('/admit/img/design/social-icons.png');
background-size:130px 62px;
}

.facebook {
background-position:-32px 0px;
}
.facebook:hover {
background-position:-32px 29px;
}
.youtube {
background-position:-99px 0px;
}
.youtube:hover {
background-position:-99px 29px;
}

/* tabs */
.mytab {}
.mytab li {display:inline;margin:0 0 0 20px;}
.mytab .active a {color:black;text-decoration:none;}
.lang_tab {display:none;}
.lang_tab table {width:100%;}
.active {display:block;}
/* tabs end */

.icon_file img {
width:20px;
}
.insert {
width: 100%;
}
.insert td,
.insert th {
vertical-align:middle;
}

.h3_warning {
font-weight:normal;
color:red;
}

.tr_legend td {
text-align:center;
font-weight:bold;
color:#606060;
}
.tr_legend td a {
color:#606060;
}
fieldset {
border:2px solid #e5e5e5;
}
.bn {
width:16px;
margin:0.1em 0.5em;
}
.active_tr {
background:#ffffee !important;
}
.info_low {
font-size:90%;
color:#606060;
}
td,
th {
    font: 10pt Helvetica, Arial, sans-serif;
    vertical-align: top;
}
/* dropzone */
.dropzone {
    border-radius: 4px;
    border-color: #D9E4FF;
}
.dropzone .dz-preview .dz-image {
    border-radius: 4px;
}
/*  */
.etk-icon {
    display: inline-block;
    max-width: 16px;
    vertical-align: middle;
    margin: 1px;
}
.admin-alert {
    display: block;
    background: #ed0841;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 87.5%;
}
.form--admin {
}
.form--admin th {
    width: 12.5em;
}
.form--admin input[type=text] {
    width: 100%;
    max-width: 50em;
}
.datagrid__filters {
    display: flex;
    flex-wrap: wrap;
}

.datagrid__filter-inputs {
    margin-right: 1em;
}

.datagrid__filter-input {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
}

.datagrid__filter-label {
    /*font-weight: bold;*/
    /*flex: 1;*/
    max-width: 10em;
    padding: 0.25em 0.5em;
    vertical-align: middle;
}

.datagrid__filter-control {
    /*flex: 2;*/
}

.datagrid__filter-buttons {
    text-align: right;
}
.label {
    font-size: 87.5%;
    background: gray;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1;
    display: inline-block;
    padding: 0.25em 0.5em;
}
.label--info {
    /*background: #65a2d8;*/
    background: #4793d5;
}
.label--warning {
/*    background: #d5bc47;*/
    background: #be9f19;
}
@media only screen and (max-width: 960px) {
  #menu {
    width: 100%;
    max-width: none;
  }
  #header .header-logo {
    box-shadow: none;
    width: 65px;
  }
  #header .header-logo a {
    background-image: url('../img/logo-just4web-zeme.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
  }
  #header .header-logo img {
    display: none;
  }
  #header .header-right {
    padding-left: 20px;
  }
  #content {
    display: none;
  }
  #content #content-inner {
    padding: 1em;
  }
  .rs-page-login #content,
  .etk-menu-loaded #content,
  .etk-menu-inactive #content {
    display: block;
    padding-left: 0;
  }
  .rs-page-login #menu,
  .etk-menu-loaded #menu,
  .etk-menu-inactive #menu {
    width: 0;
    overflow: hidden;
  }
  .paginator .paginator-button {
    min-width: 30px;
    line-height: 30px;
    margin-bottom: 2px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 800px) {
  #header .header-school {
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 12px;
  }
  #header .header-school span {
    line-height: normal;
  }
}
@media only screen and (max-width: 680px) {
  #header .header-search {
    display: none;
  }
  #header .header-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 450px) {
  .rs-page-login .form table,
  .rs-page-login .form table tbody,
  .rs-page-login .form table thead,
  .rs-page-login .form table tfoot,
  .rs-page-login .form table tr,
  .rs-page-login .form table td,
  .rs-page-login .form table th {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .rs-page-login .form table th {
    padding-top: 0.5em;
  }
  .rs-page-login .form table tr:first-child th {
    padding-top: 0;
  }
  .rs-page-login .form select,
  .rs-page-login .form input {
    width: 100% !important;
  }
  .rs-page-login #content .content-block-inner {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 450px) {
  #header .header-left {
    float: right;
  }
  #header .header-right {
    clear: both;
  }
}
.etk-page-student #header .header-school {
  clear: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
}
.etk-page-student #header .header-school span {
  line-height: 60px;
}
@media only screen and (max-width: 680px) {
  .etk-page-student #header .header-school {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 680px) {
  .etk-page-student #header .header-school {
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 12px;
  }
  .etk-page-student #header .header-school span {
    line-height: normal;
  }
}
@media only screen and (max-width: 510px) {
  .etk-page-student #header .header-right {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .etk-page-student #header .header-right .header-user-info {
    float: right;
  }
  .etk-page-student .header-year-switch {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .etk-page-student #header {
    position: relative;
  }
  .etk-page-student #header .header-left {
    float: right;
  }
  .etk-page-student #header .header-right {
    clear: both;
  }
  .etk-page-student #header .header-user-info-icon img {
    padding-top: 0;
  }
  .etk-page-student #header .header-user-info-block {
    padding-top: 4px;
    padding-right: 0;
  }
  .etk-page-student #header .header-school {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 15px;
    margin-left: 65px;
    margin-right: 65px;
  }
  .etk-page-student .header-year-switch {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 380px) {
  .etk-page-student #header .header-user-info-block {
    margin-left: 40px;
    float: none;
  }
  .etk-page-student #header .header-right .header-block {
    max-width: 50%;
  }
}
@media only screen and (max-width: 320px) {
  .etk-page-student #header .header-right .header-block {
    max-width: none;
    float: none;
    display: block;
    width: 100%;
    padding: 0 0 0.75em 0;
  }
  .etk-page-student #header .header-user-info {
    min-height: 0;
  }
  .etk-page-student .header-year-switch {
    padding: 0;
  }
  .etk-page-student .header-year-switch select {
    width: 100%;
  }
}
@media only screen and (max-width: 280px) {
  .etk-page-student #header .header-school {
    padding-left: 0;
    padding-right: 0;
  }
}
