#side-menu .nav-second-level .fa {
  display: none;
}
.navbar #login-form {
  display: none;
}
.navbar-static-top {
  height: 60px;
}
.full-content {
  padding-top: 0;
}
.full-content .ibox {
  border-top: 4px solid #e7eaec;
  margin-bottom: .313em;
}
.full-content .left-module .ibox {
  border-top: none;
}
#system-message-container #system-message {
  margin-bottom: 0;
}
#system-message-container #system-message .alert {
  margin: 1.55em 0.75em 0 0.75em;
}

/*OZ doplneni*/
.jumbotron {
  border-radius: 6px;
  padding: 10px;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

.form-control2 {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 2px 2px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

