/***********************************************************************************************
 *
 *
 *  Created:    06.10.2016
 *  Authors:    Juraj Juhas
 *
 *  Copyright (c) 2016, IBL Software Engineering spol. s r. o., <escrow@iblsoft.com>.
 *  All rights reserved. Unauthorized use, modification or redistribution is prohibited.
 *
 ***********************************************************************************************/
body {
  padding-top: 80px;
}

.navbar-header {
  min-height: 60px;
}

.navbar-nav {
  margin-top: 15px;
}

.navbar-collapse {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-collapse li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

textarea {
  font-family: "Courier New" !important;
}

.font-size-larger {
  font-size: 1.4em;
}

.validation-error {
  color: #8a6d3b;
  overflow: hidden;
  margin-top: 0.3em;
}

.vertical-space {
  margin-top: 5px;
  margin-bottom: 5px;
}
