@charset "UTF-8";
.statementsLE .buttons {
  display: flex;
}

.accordion-button {
  background-color: #4e86ef;
  color: #fff;
}

table.table1c tbody:hover {
  background-color: #e7eaeb;
}

body.authPage {
  background-color: #76bcff;
}

#referenceModal div.result {
  overflow-x: auto;
}

/*@media screen and (max-width: 1500px) {
	#referenceModal table tr{
		display: block;
	}
	#referenceModal table tr{
		margin-bottom: 30px;
	}
	#referenceModal table th, #referenceModal table td{
		display: block;
		text-align: center;
	}
}*/
.table thead th {
  text-align: center;
  vertical-align: middle;
}

.lineOrder:hover {
  background-color: #eeebe1;
}

.modal-xxl {
  max-width: calc(100% - 10px);
}

[type=checkbox_file_element] small {
  margin-top: -16px;
  /*padding-right: 20px;*/
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 25px;
  height: 25px;
  background-position: 50%;
  background-color: rgba(0, 0, 0, 0.53);
  background-size: 70%;
  border-radius: 50%;
}

.carousel-control-prev-icon {
  background-position: 35%;
}

div.youtube_video {
  background-color: #000;
  width: 100%;
  padding: 3px;
}

div.youtube_video iframe {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  height: 50vh;
}

@media screen and (max-width: 600px) {
  div.youtube_video iframe {
    height: 56vw;
  }
}
.carousel-item .bgitem {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

div.box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0062af;
  z-index: 1100;
}

div.box a.closeButton {
  position: absolute;
  top: 0px;
  right: 14px;
  color: #fff;
  font-size: 12px;
}

div.box iframe {
  border: 0;
  background: #fff;
  position: absolute;
  top: 20px;
  width: 100%;
  height: calc(100% - 20px);
}

a.fas, a.fa {
  margin: 0 3px;
}

a.fa:hover, a.fas:hover {
  text-decoration: none;
}

.feedbackModerMsg {
  position: relative;
  z-index: 0;
}

.feedbackModerMsg:hover {
  z-index: 1;
}

.feedbackModerMsg .commentPreview {
  display: none;
  position: absolute;
  top: 30px;
  left: 300px;
  opacity: 0.9;
  box-shadow: 0px 4px 15px -5px #000;
}

.feedbackModerMsg:hover .commentPreview {
  display: block;
}

.feedbackWindow .feedbacks {
  background-color: #fff;
  width: 100%;
  max-width: 960px;
  min-height: 100%;
  margin: 0 auto;
  padding: 1em;
}

.abitIn1C img {
  max-height: 28px;
  margin: -10px 0;
}

.userScansWindow .fileCard {
  width: 15rem;
  background-color: #fff;
  height: 15rem;
  margin: 1rem;
  border-radius: 9px;
  padding: 1rem;
  text-align: center;
  font-size: 0.6rem;
  float: left;
  display: table;
}

.userScansWindow .fileCard .cell {
  display: table-cell;
  vertical-align: middle;
}

.userScansWindow .fileCard img {
  max-width: 11rem;
  max-height: 11rem;
}

/*.userScansWindow .fileCard .fname{

}*/
.userScansButton {
  position: fixed;
  top: 1rem;
  right: 1rem;
  border: 0;
  background-color: #007bff;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0px 4px 13px -6px #000;
  opacity: 0.5;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
}

.userScansButton:hover {
  opacity: 1;
}

.feedbackButtonModer {
  position: fixed;
  top: 4rem;
  right: 1rem;
  border: 0;
  background-color: #46b700;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0px 4px 13px -6px #000;
  opacity: 0.5;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
}

.feedbackButtonModer:hover {
  opacity: 1;
}

.feedbackWindow {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.8509803922);
  z-index: 100;
  padding: 1rem;
}

.userScansWindow {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.8509803922);
  z-index: 100;
  padding: 1rem;
}

.userScansWindow h3 {
  color: #fff;
  clear: both;
}

.userScansWindow .close, .feedbackWindow .close {
  color: #ffffff;
  font-size: 3em;
  text-shadow: 0 0 black;
  position: fixed;
  top: 0rem;
  right: 1rem;
}

ul.moderatorStatements li {
  padding-left: 2rem;
}

.card-body.moderatorStatements {
  background-color: #fff;
}

.fixed_scans {
  border: 2px solid transparent;
}

.modal-content.dropfile, .fixed_scans.dropfile {
  border: 2px dashed #248eff;
  box-shadow: 0px 1px 23px 4px #fff;
}

/*.inputClean .input-group-text{
	padding: 0 8px;
}*/
.moderUsersList a.state0 {
  color: #3e51ff;
}

.moderUsersList a.state1 {
  color: #ffd13b;
}

.moderUsersList a.state2 {
  color: #62c511;
}

.moderUsersList a.state3 {
  color: #ff3600;
}

.moderUsersList a.state4 {
  color: #ececec;
}

.header_nav {
  background-color: rgb(42, 69, 156);
  padding: 8px 16px;
  margin-top: 12px;
}

.header_nav a {
  display: inline-block;
  color: white;
  text-decoration: none;
}

.header_nav_delimeter {
  display: inline-block;
  background-color: white;
  width: 1px;
  height: 11px;
  margin: 0px 16px;
}

header {
  margin-bottom: 24px;
}

.header_logo {
  margin-left: 25px;
  margin-top: 10px;
  cursor: pointer;
  max-width: 125px;
  width: 125px;
  height: 125px;
  background-size: contain;
  background-repeat: no-repeat;
}

.header_menu_logo {
  display: none;
}

.header_menu_icon {
  display: none;
}

.header_title_1 {
  text-align: center;
  padding-top: 32px;
  padding-right: 25%;
  font-size: 28px;
  color: white;
  text-transform: uppercase;
}

.header_title_2 {
  text-align: center;
  padding-top: 0px;
  padding-right: 25%;
  font-size: 32px;
  color: white;
  text-transform: uppercase;
}

.header_top {
  background-color: rgb(42, 69, 156);
  min-height: 125px;
  position: relative;
}

.header_top_left {
  display: inline-block;
  width: 20%;
  /*float: left;*/
}

.header_top_right {
  display: inline-block;
  min-height: 134px;
  width: 80%;
  /*float: right;*/
}

.header_middle {
  background-color: rgb(255, 150, 32);
  height: 20px;
}

.header_bottom {
  background-color: rgb(42, 69, 156);
  /*height: 80px;*/
}

.header_menu {
  padding-top: 14px;
  text-align: justify;
  padding-left: 1%;
  padding-right: 1%;
}

.header_menu:after {
  display: inline-block;
  width: 100%;
  content: "";
}

.header_menu a {
  position: relative;
}

.header_menu .span {
  position: absolute;
  width: 0px;
  height: 0px;
  border: 8px solid white;
  border-radius: 50%;
  top: 1px;
  left: 12px;
}

.header_menu .span:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -3px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #3150a6;
}

.header_menu button {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  /* background-image: url(/img/arrow.svg); */
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 10px 50%;
  padding-left: 36px;
  padding-right: 12px;
  height: 50px;
  max-width: 250px;
  min-width: 110px;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  border-style: solid;
  border-radius: 4px;
  color: white;
  background-color: hsl(226, 58%, 42%);
  border-color: rgb(100, 113, 228);
  box-shadow: 0px 3px 12px -5px rgb(0, 0, 0);
  position: relative;
  border-width: 1px;
}

.header_menu a button:before {
  position: absolute;
  top: -2px;
  left: 8px;
  font-size: 34px;
  font-weight: 400;
  transition: all linear 0.2s;
}

@keyframes numericMenu {
  0% {
    top: -2px;
  }
  40% {
    top: -10px;
  }
  100% {
    top: -2px;
  }
}
.header_menu a:hover button:before {
  color: #ff9620;
  transform: scale(1.3);
  animation-duration: 0.4s;
  animation-name: numericMenu;
}

.header_menu a:nth-child(1) button:not(.profile):before {
  content: "1";
}

.header_menu a:nth-child(2) button:not(.profile):before {
  content: "2";
}

.header_menu a:nth-child(3) button:not(.profile):before {
  content: "3";
}

.header_menu a:nth-child(4) button:not(.profile):before {
  content: "4";
}

.header_menu a:nth-child(5) button:not(.profile):before {
  content: "5";
}

.header_menu a:nth-child(6) button:not(.profile):before {
  content: "6";
}

.header_menu button.exit:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 14px;
  width: 30px;
  height: 30px;
  /*background-image: url(/img/sign-out-option.svg);*/
  background-size: contain;
  transition: all linear 0.2s;
}

.header_menu a:nth-child(7):hover button:after {
  transform: scale(1.3);
}

.header_menu button:hover {
  /*transform: scale(1.1, 1.1);*/
  cursor: pointer;
}

.header_menu button.header_login {
  background-image: none;
  padding-left: 12px;
}

.header_menu button.header_login span {
  color: rgb(255, 150, 32);
}

.header_menu button.header_login span.exit {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 0px;
}

html, body {
  height: 100%;
}

.container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

/*footer{
	min-height: 100px;
}*/
.footer_link {
  color: lightgrey;
  text-decoration: none;
}

.footer_link:hover {
  color: white;
  cursor: pointer;
}

.footer_main {
  /*min-height: 136px;
  padding: 16px 32px;*/
  background-color: #004d8a;
  /*background-color: rgb(42, 69, 156);*/
  /*background-color: rgb(36, 62, 147);*/
}

.footer_title {
  text-align: left;
  font-size: 28px;
  color: lightgrey;
}

.footer_menu {
  padding-top: 0px;
  text-align: justify;
  padding-left: 1%;
  padding-right: 1%;
}

.footer_menu:after {
  display: inline-block;
  width: 100%;
  content: "";
}

address {
  padding-top: 32px;
  font-style: normal;
  color: lightgrey;
}

.footer_desktop {
  display: block;
}

.footer_mobile {
  display: none;
}

.header_menu a.active button {
  border: 1px solid #ff9620;
  background-color: #b56000;
}

.header_menu a.active button:before {
  color: #fff;
  transform: scale(1.3);
  animation-duration: 0.4s;
}

#errorMessage .modal-content {
  border: 1px solid rgba(255, 0, 0, 0.56);
}

#errorMessage .modal-content span.close {
  color: #f00;
}

.socialLogin > * {
  margin: 0px auto;
}

.ulogin-buttons-container > div {
  border-radius: 10px;
}

#uLogin {
  max-height: 34px;
}

button.btn.header_accordion {
  color: #fff;
}

button.btn.header_accordion:hover {
  color: #ff9620;
}

.accordion > .card > .card-header {
  background-color: #2a459c;
}

.accordion.locked > .card > .card-header {
  background-color: #9aa0b5;
}

.accordion.submited > .card > .card-header {
  background-color: #63a072;
}

button.burger {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

button.profile div.photo {
  width: 50px;
  height: 50px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0;
  margin-left: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  border: 1px solid #6471e4;
  position: absolute;
  top: -1px;
  left: 0px;
}

.header_menu button.header_login.profile {
  padding-left: 55px;
}

.ui-datepicker {
  background-color: #1f83af;
}

.ui-widget-header {
  border: 1px solid #17759e;
  background: #1f83af;
  color: #ffffff;
  font-weight: 300;
}

select.ui-datepicker-year {
  background-color: #1d9bd2;
  border: 1px solid #076892;
  border-radius: 4px;
  color: #fff;
}

.ui-datepicker th {
  color: #fff;
}

.ui-widget-content .ui-state-default, .ui-state-default {
  border: 1px solid #0b5271;
  background: #1a698c;
  font-weight: normal;
  color: #ffffff;
  transition: transform linear 0.1s;
}

.ui-widget-content .ui-state-active, .ui-state-active {
  background-color: #25a6e4;
}

.ui-widget-content .ui-state-default:hover, .ui-state-defaul:hover {
  background-color: #00a1e8;
  border: 1px solid #00a1e8;
  box-shadow: 0px 1px 7px 0px #053d56;
  transform: scale(1.1);
}

.ui-datepicker .ui-state-hover {
  border: 0px;
  background: #44c6ff;
}

.ui-widget.ui-widget-content {
  border: 1px solid #305363;
  box-shadow: 0px 6px 15px -4px #000;
}

.ui-state-default {
  border-radius: 6px;
}

.navbar.topNav {
  padding: 0;
}

.navbar.topNav ul {
  width: 100%;
}

nav.mainMenu {
  background-color: #464646;
  width: 100%;
}

nav.mainMenu a.nav-link {
  color: #ffffff;
}

nav.mainMenu .active a.nav-link {
  color: #dca200;
}

nav.mainMenu a.nav-link:hover {
  color: #ffba1e;
}

nav.mainMenu a {
  transition: all linear 0.2s;
}

/*nav.mainMenu:hover a{
	filter: blur(1px);
}*/
/*nav.mainMenu:hover a:hover{
	filter: blur(0px);
}*/
a.link_profile {
  position: relative;
}

a.link_profile .photo {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: -11px 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.43);
}

.menumenu {
  position: fixed;
  width: 400px;
  background-color: rgba(0, 0, 0, 0.86);
  z-index: 100;
  max-width: 100%;
  height: 100vh;
  top: 0px;
  left: -440px;
  transition: left linear 0.3s;
  overflow: scroll;
}

.menumenu::-webkit-scrollbar {
  width: 0px;
}

.menumenu.show {
  box-shadow: 6px 0px 47px 20px rgba(0, 0, 0, 0.46);
  left: 0px;
}

.menumenu .closeMenu {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  background-color: transparent;
  border: 0;
  color: #fff;
  line-height: 1;
}

.menumenu ul {
  margin: 50px 20px 0px 50px;
  padding: 0;
}

.menumenu ul li {
  list-style: none;
}

.menumenu ul li a {
  color: #ffffff;
  font-weight: 490;
  font-size: 20px;
}

header .row {
  margin-right: 0px;
  margin-left: 0px;
}

.mobileMenuLine {
  height: 40px;
  position: relative;
  background-color: #7d2923;
  text-align: right;
  display: none;
}

div.pagenator {
  text-align: center;
}

div.pagenator nav {
  display: inline-block;
}

ul.sorting .list-group-item {
  padding: 0 1.25rem;
}

ul.sorting input {
  padding: 0px 10px;
  height: 24px;
}

ul.sorting span.input-group-text {
  padding: 0 5px;
  line-height: 1;
  height: 2rem;
}

.hiddenBlock {
  display: none;
}

.frame1 {
  border: 1px solid #a4aeb9;
  padding: 10px;
  border-radius: 5px;
}

a.saveButton, a.deleteButton.fas {
  font-size: 20px;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .header_title_1 {
    font-size: 20px;
    padding-top: 24px;
  }
  .header_menu button {
    max-width: 140px;
  }
}
@media screen and (max-width: 990px) {
  .header_title_1 {
    font-size: 20px;
    padding-top: 24px;
  }
  .header_logo {
    margin-left: 8px;
    margin-top: 7px;
    cursor: pointer;
  }
  .header_title_1 {
    font-size: 15px;
    padding-top: 18px;
  }
  .header_title_2 {
    text-align: center;
    padding-top: 0px;
    padding-right: 25%;
    font-size: 20px;
  }
  .header_menu a button:before {
    display: none;
  }
  button.burger {
    display: block;
    width: 20px;
    height: 25px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 5px 10px;
    transition: all linear 0.25s;
    outline: 0;
    z-index: 1;
    right: 0px;
  }
  button.burger div {
    width: 100%;
    background: #fff;
    height: 16%;
    top: 0px;
    left: 0;
    position: absolute;
    border-radius: 6px;
    transition: all linear 0.25s;
    cursor: pointer;
  }
  button.burger:before {
    content: " ";
    display: block;
    width: 100%;
    background: #fff;
    height: 16%;
    bottom: 0px;
    left: 0;
    position: absolute;
    border-radius: 6px;
    transition: all linear 0.25s;
    cursor: pointer;
  }
  button.burger:after {
    content: " ";
    display: block;
    width: 100%;
    background: #fff;
    height: 12%;
    bottom: 44%;
    position: absolute;
    border-radius: 6px;
    transition: all linear 0.25s;
    left: 0%;
    cursor: pointer;
  }
  /*button.burger.show:after{
  	width: 0;
  	left: 50%;
  }
  button.burger.show div{
  	transform: rotate(45deg) translate(11px, 11px);
  }
  button.burger.show:before{
  	transform: rotate(-45deg) translate(7px, -6px);
  }*/
  button.burger.show {
    right: calc(50% - 10px);
  }
  button.burger.show div {
    top: -7px;
  }
  button.burger.show:after {
    transform: rotate(180deg);
    left: 20%;
    width: 60%;
    background-color: #ff9800;
  }
  button.burger.show:before {
    bottom: -7px;
  }
  header {
    position: relative;
  }
  .header_menu button {
    display: block;
    text-decoration: none;
    overflow: hidden;
    padding-left: 2rem;
    padding-right: 0;
    height: auto;
    max-width: 100%;
    min-width: auto;
    font-size: 1rem;
    text-align: left;
    /*vertical-align: middle;*/
    border-style: none;
    border-radius: 0;
    color: white;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    position: relative;
    border-width: 0;
  }
  .header_menu a.active button {
    text-decoration: underline;
    color: #ff9620;
    background-color: transparent;
    border-color: transparent;
    font-weight: 600;
  }
  .header_menu button.header_login {
    background-image: none;
    padding-left: 2rem;
  }
  .header_menu button.header_login span.exit {
    color: #fff;
    font-size: 30px;
    position: relative;
    right: 0px;
    top: 4px;
  }
  .header_nav {
    background-color: rgb(42, 69, 156);
    padding: 1rem 2rem 1rem 2rem;
    margin-top: 0px;
  }
  .header_nav a {
    display: block;
    color: white;
    text-decoration: none;
  }
  .header_nav_delimeter {
    display: none;
  }
  .header_menu {
    padding-top: 1rem;
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
  }
  .header_menu:after {
    display: none;
  }
  button.profile div.photo {
    width: 25px;
    height: 25px;
    display: block;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    border: 1px solid #6471e4;
    position: absolute;
    top: 0px;
    left: 24px;
    border-radius: 50%;
  }
  a.language {
    top: 60px;
  }
  header .logo_block, header .col-1 {
    display: none;
  }
  header .header_title {
    flex: none;
    max-width: 100%;
    padding: 0 0 10px 0;
  }
  header .mainMenu, .topNav {
    display: none;
  }
  .mobileMenuLine {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .predments.table {
    font-size: 12px;
  }
  .predments.table .deleteEGE {
    font-size: 0;
    padding: 0px 6px 2px 6px;
    border-radius: 50%;
  }
  .predments.table .deleteEGE:after {
    content: "×";
    font-size: 12px;
  }
  .rektor-photo {
    display: none;
  }
  .socialLogin {
    transform: scale(0.8);
    position: relative;
    left: 24px;
  }
  .ulogin-dropdown-button {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fileCategory .deleteButton {
    margin-top: 0px;
  }
  .iLK_universal {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .header_logo {
    /*display:none;*/
    max-width: 50px;
    max-height: 50px;
  }
  .header_top_right {
    display: block;
    width: 100%;
    float: none;
  }
  .header_title_1 {
    padding-right: 0;
    padding-top: 60px;
  }
  .header_title_2 {
    padding-right: 0;
  }
  a.language {
    top: 13px;
    right: 64px;
  }
}
header .logo_block {
  text-align: center;
}

header .logo_block img {
  max-width: 100%;
  text-align: center;
  padding: 10px;
}

header .header_title {
  text-align: center;
}

header .header_title > div {
  width: 100%;
}

header .header_title .h_title_1 {
  font-size: 1.5em;
  line-height: 1.2;
  color: #7d2923;
  text-transform: uppercase;
}

header .header_title .h_title_2 {
  font-size: 2em;
  line-height: 1.2;
  color: #38100d;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */