﻿@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700,400|Raleway:500,600,700);
body {
  padding-top: 100px;
  padding-bottom: 15px;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  color: #333;
  /*background:url(Images/bgr-pattern.png);*/
  background: #EAF0EA;
}
footer {
  padding: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
}
.page-title {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: #0A8E36 1px solid;
  color: #636363;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  margin-top: 80px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
.navbar.navbar-default {
  box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.6);
  background-color: #fff;
  color: #333;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
.navbar-brand {
  height: 75px;
  padding: 15px;
}
.navbar-brand img {
  max-height: 100%;
  max-width: 100%;
}
.navbar-nav {
  /* height: 75px; */
}
.navbar-nav > li {
  height: 75px;
  line-height: 75px;
}
.navbar-nav > li > a {
  padding: 0 15px;
  line-height: inherit;
}
.nav > .navbar-nav > li > a {
  padding: 0 15px;
}
.navbar-toggle {
  margin: 0;
  padding: 25px;
  height: 75px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar-toggle .icon-bar {
  width: 25px;
  height: 3px;
  background-color: #0A8E36;
  border-radius: 5px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}
input.no-max-width,
select.no-max-width,
textarea.no-max-width {
  max-width: initial;
}
fieldset {
  border: 1px solid #ccc;
  padding: 1em;
  margin-bottom: 2em;
  margin-top: 2em;
  /*background-color: #F5F5F5;*/
}
legend {
  width: auto;
  display: inline-block;
  border: none;
  padding: 0.5em 0.8em;
  margin-bottom: 0;
  font-size: 18px;
  /*background-color: #0A8E36;*/
  border-radius: 2em;
  /*color: #FFF;*/
  /*min-width:5em;
    text-align:center;*/
  font-family: 'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
}
fieldset hr {
  border-top-color: #999;
}
.form-control {
  border: 1px solid #A4A8A7;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: 0 0 5px #0A8E36;
  border: 1px solid #0A8E36;
}
h5 {
  font-weight: bold;
}
.log-status-icon {
  font-size: 2rem;
}
.cursor-pointer {
  cursor: pointer;
}
/*Searchfield*/
.searchField {
  position: relative;
}
.searchResultContainer {
  position: relative;
}
.searchResults {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.8);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.searchResults li {
  padding: 0.5em;
}
.searchResults li:not(:last-child) {
  border-bottom: solid #CCC 1px;
}
.searchResults li:hover {
  background-color: rgba(10, 142, 54, 0.15);
  cursor: pointer;
}
.file-dropzone {
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.file-dropzone.over {
  box-shadow: 0 0 3px 0 #0A8E36;
  background: rgba(66, 139, 202, 0.11);
  border-color: #0A8E36;
}
.off-screen {
  position: fixed;
  top: -2000px;
}
.softwareVersionInput {
  display: inline-block;
}
.softwareVersionEditor:only-of-type .softwareVersionEditorRemove {
  display: none;
}
.softwareVersionEditorUnRemove {
  display: none;
}
.softwareVersionEditor.deleted {
  display: inline-block;
}
.startup-code label {
  font-weight: bold;
}
li.startup-code.used {
  opacity: 0.6;
}
.startup-code.used label {
  text-decoration: line-through;
}
/* General */
.margin-20 {
  margin-top: 20px;
}
.CommentArea {
  min-height: 100px;
  min-width: 100%;
}
.addCommentButton {
  margin-top: 5px;
  margin-bottom: 15px;
}
.hideCommentButton {
  display: none;
}
.showCommentButton {
  display: block;
}
.editComment {
  display: none;
}
.editableComment {
  margin-bottom: 15px;
}
.readComment {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.7rem;
}
.editCommentInline {
  display: inline;
}
.readOnlyComment {
  margin-bottom: 0px;
}
.dateTimeSize {
  font-size: 1rem;
}
.activex {
  background-color: green !important;
  color: white !important;
}
.loader {
  font-size: 50px !important;
}
.loaderContainer {
  background-color: #fff;
  text-align: center;
  height: 300px;
  padding-bottom: 150px;
  padding-top: 100px;
}
searchButton {
  position: relative;
  bottom: 1px;
}
.button {
    background-color: #ecf0f1;
    border: none;
    color: white;
    padding: 12px 24px;
    display: block;
    overflow: hidden;
    border-width: 0;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    background-color: #007A2F;
    transition: background-color .3s;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    width: 250px;
}
.loader-icon {
    margin-left: -12px;
    margin-right: 8px;
}
.user-container {
    margin-bottom: 10px;
}
.info-box {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: #f7f7f7;
}
.icon-margin {
    margin-right: 5px;
}
.center {
    text-align: center;
}