body {
  font-weight: 300;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default.active,
.open > .dropdown-toggle.btn.btn-default {
  color: #eeeeee;
  background-color: #1c3e95;
  border-color: #1c3e95;
}
label {
  font-weight: 400;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
th {
  font-weight: 400;
}
.header-icon {
  font-size: 130px;
  margin-top: 20px;
}
.jumbotron h1 span {
  font-weight: 700;
  text-transform: uppercase;
}
.form-signin {
  padding: 15px;
  margin-top: 0px;
  border: 1px solid #ccc;
  position: relative;
}
.form-signin .form-signin-heading {
  margin-bottom: 10px;
  position: absolute;
  background: #ffffff;
  top: -19px;
  left: 20px;
  margin: 0;
  padding: 0 5px;
}
.form-signin .checkbox {
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: normal;
}
.navbar-brand span {
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-text .glyphicon {
  margin-right: 5px;
  color: #d5d5d5;
}
.logout .glyphicon {
  margin: 0 5px 0 10px;
  color: #d5d5d5;
}
.cabinet-content-wrapper {
  padding-top: 60px;
}
.sidebar {
  margin-top: 36px;
}
.sidebar .nav {
  background-color: #e6e6e6;
}
.sidebar .nav a {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.user-page footer {
  margin-top: 19.5px;
}
.co-author-module {
  position: relative;
}
.remove-co-author {
  color: #777777;
  font-size: 24px;
  position: absolute;
  top: -30px;
  right: -30px;
}
.remove-co-author:hover,
.remove-co-author:focus {
  text-decoration: none;
  color: #555555;
}
.wizard-steps-nav li a {
  font-size: 23px;
  font-weight: 400;
  color: #eeeeee;
  background-color: #ffffff !important;
  border-bottom: 1px solid #eeeeee;
}
.wizard-steps-nav li.active a,
.wizard-steps-nav li.complete a {
  background-color: #ffffff;
  color: #2450c0 !important;
  border-bottom: 1px solid #2450c0;
}
.wizard-form {
  position: relative;
}
.wizard-form .tab-pane {
  position: relative;
  min-height: 200px;
}
.wizard-footer-nav {
  width: 100%;
  position: absolute;
  bottom: -50px;
  left: 0;
}
.error_message {
  color: #a94442;
}
#list_first_page {
  padding-left: 0px;
  padding-right: 0px;
}
.footer {
  width: 100%;
  margin-top: 60px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #F0F0F0;
  position: relative;
  bottom: 0px;
}
.nav > li > a {
  padding-left: 12px;
  padding-right: 12px;
}
.margin-top {
  margin-top: 20px;
}
.position_top {
  z-index: 100;
  position: relative;
}

#jumbotron_white_r {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
#jumbotron_link_AK {
  position: absolute;
  left: 70%;
  top: 18%;
  width: 13%;
  height: 33%;
  background-color: transparent;
}
#jumbotron_link_EKA {
  position: absolute;
  left: 87%;
  top: 18%;
  width: 8.6%;
  height: 33%;
  background-color: transparent;
}
#jumbotron_link_main {
  position: absolute;
  left: 15%;
  top: 18%;
  width: 40%;
  height: 60%;
  background-color: transparent;
}
.menu_top {
  font-size: 13px;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (max-width: 1190px) {
    #jumbotron_link_AK {
        left: 70%;
        width: 12%;
    }
    #jumbotron_link_EKA {
        left: 85%;
        width: 10%;
    }
}