/* read-only - compiled from less */
ul {
  list-style-type: none;
}
.admin-mode-container {
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  padding: 3px;
  line-height: 40px;
  width: 100%;
  text-align: center;
}
ul {
  list-style-type: none;
}
.navbar-nomargin {
  margin: 0;
}
table.table > tbody > tr > td {
  vertical-align: middle;
}
.clikable-element {
  cursor: pointer;
}
.table > tbody > tr.clikable-element:hover {
  background: #BBDEFB;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.open > a,
.nav-tabs > li.open > .nav-tabs > li:hover {
  background-color: #0F9D58 !important;
  border: 0 none !important;
  color: #ffffff !important;
  font-weight: 500;
}
.panel-heading {
  font-weight: bold;
}
input.datepicker-attached[readonly] {
  cursor: pointer;
}
.modal-content .modal-header {
  padding: 15px;
}
.help-block {
  position: absolute;
  color: #737373;
  display: block;
  margin-bottom: 1px;
  margin-top: 1px;
  min-width: 340px;
  z-index: 2;
}
body .ui-tooltip {
  border-width: 1px;
}
.ui-tooltip {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-widget {
  font-family: inherit;
  font-size: 1.0em;
}
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px;
}
.ui-widget-content {
  border: 1px solid #000;
  background: #fff;
  color: inherit;
}
.login-form-box {
  margin: auto;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 500px) {
  .login-form-box {
    width: 400px;
  }
}
@media screen and (min-height: 500px) {
  .login-form-box {
    margin-top: 100px;
  }
}
#page-messages {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 10px;
  text-transform: uppercase;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 99%;
  z-index: 10;
}
