/*
Hellblau #d9f0fa
Dunkelblau #009ddb
Hell-Hellblau #ecf7fc
*/

html, body {
  height:100%;
}

body {
  overflow-y: scroll;
}

.print-button {
    margin-left: 20px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

form.form-horizontal {
    margin-bottom: 20px;
}

#left-side h4 {
  color: #009ddb;
  border: 0px;
  font-size: 1.5em;
  line-height: 30px;
}

a, h1 {
  color: #009ddb;
}

h2, h3, h4 {
  color: #777;
}

h4 .glyphicon {
    font-size: 0.8em;
    margin-left: 10px;
}

.blue-box {
  background-color: #d9f0fa;
  padding: 20px 20px;
}

.entity .meta {
    margin-bottom: 10px;
}

.entity .meta ul,
.entity .tags ul {
    list-style-type: none;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    background: none;
}

.entity .meta ul  li {
    display: inline-block;
    margin-right: 5px;
}

.entity .meta .options .button {
    margin-left: 5px;
}

.entity .meta .options .button:hover,
.entity .meta .options .button:focus {
    text-decoration: none;
}

.entity .meta .options .button:hover .glyphicon {
    color: #777;
}

.entity .alert {
    margin-top: 25px;
}
.entity .alert  h3,
.entity .alert  h4 {
    margin: 0px 0px 5px 0px;
    color: #fff;
}

.entity .alert  a {
    color: #fff;
}


.macro h1 {
    margin-top: 5px;    
}

.macro .macro-paginate {
    margin-top: 20px;
}

.macro .description {
    font-weight: bold;
}

.macro .glyphicon {
    color: #009ddb;
}

.macro .source .glyphicon {
    color: inherit;
    font-size: 0.8em;
    margin-left: 10px;
}

.macro .source .glyphicon:before {
    content:"\e259";
}

.macro .source .collapsed .glyphicon:before {
    content:"\e258";
}

.macro .section {
    margin-bottom: 25px;
}

.macro .source code,
.macro .source pre {
  background: none;
  display: block;
  background-color: #d9f0fa;
  padding: 20px 20px;
  border: 0px;
  border-radius: 0;
}

.macro .comments {
    border-bottom: 1px solid #777;
}

.macro .comments .comment {
    padding: 15px 0;
    border-top: 1px solid #777; 
}

.macro .comments h4 {
    margin-bottom: 15px;    
}

.history .table td {
    vertical-align: top;
    color: #777;
}

.category h4 {
    padding: 5px 0px;
}

.typo3-widget-paginator {
    list-style-type: none;
    margin: 20px 0px;
    padding-left: 0px;
}

.typo3-widget-paginator li {
    display: inline-block;
    background-color: #009ddb;
    color: #fff;
    padding: 5px;
}

.typo3-widget-paginator li a {
    color: #fff;
    display: block;
    padding: 5px;
}

.typo3-widget-paginator li.current {
    background-color: #d9f0fa;
    color: #777;
    padding: 10px;
}

.flashmessages {
    list-style-type: none;
    padding: 0px 15px;
    margin-bottom: 20px;
}

.flashmessages .flashmessages-ok {
    background-color: #d9f0fa;
    padding: 10px;
}

.panel>.list-group .list-group-item.obsolete {
    background-color: #e0e0e0;
}

.sorting {
    margin-bottom: 15px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    top: -2px;
}

.navbar-form .checkbox label,
.navbar-form .radio label {
    margin-top: 10px;
    margin-left: 15px;
}

#visualization {
    position: relative;
    height: 87%;
    min-height: 600px;
    border: 1px solid #d9f0fa;
}

.vizualization-filter {
    max-width: 200px;
}

#loadingBar {
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color:rgba(200,200,200,0.8);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity:1;
}

#text {
    position:absolute;
    top:4px;
    left:528px;
    width:30px;
    height:50px;
    margin:auto auto auto auto;
    font-size:22px;
    color: #000000;
}

div.outerBorder {
    position:relative;
    top:400px;
    width:600px;
    height:44px;
    margin:auto auto auto auto;
    border: 3px solid #009ddb;
    background: rgb(252,252,252); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    border-radius:72px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

#border {
    position:absolute;
    top:10px;
    left:10px;
    width:500px;
    height:23px;
    margin:auto auto auto auto;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    border-radius:10px;
}

#bar {
    position:absolute;
    top:0px;
    left:0px;
    width:20px;
    height:20px;
    margin:auto auto auto auto;
    border-radius:11px;
    border: 2px solid rgba(30,30,30,0.05);
    background: #009ddb;
    box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
}

/* HELPER */
.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 4px;
}

.mt-2 {
    margin-top: 8px;
}

.mt-3 {
    margin-top: 16px;
}

.mt-4 {
    margin-top: 24px;
}

.mt-5 {
    margin-top: 32px;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 4px;
}

.mr-2 {
    margin-right: 8px;
}

.mr-3 {
    margin-right: 16px;
}

.mr-4 {
    margin-right: 24px;
}

.mr-5 {
    margin-right: 32px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 4px;
}

.mb-2 {
    margin-bottom: 8px;
}

.mb-3 {
    margin-bottom: 16px;
}

.mb-4 {
    margin-bottom: 24px;
}

.mb-5 {
    margin-bottom: 32px;
}

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 4px;
}

.ml-2 {
    margin-left: 8px;
}

.ml-3 {
    margin-left: 16px;
}

.ml-4 {
    margin-left: 24px;
}

.ml-5 {
    margin-left: 32px;
}
