﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

.body-iframe {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="password"] {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.modal-vertical-centered {
    transform: translate(0, 50%) !important;
    -ms-transform: translate(0, 50%) !important; /* IE 9 */
    -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}

.grid-header-set th {
    padding: 8px
}

.grid-header-set td {
    padding-left:   8px;
    padding-right:  8px;
    padding-top:    2px;
    padding-bottom: 2px;
}

.table-header-wordwrap {
    width: 100%;
}


.table-header-wordwrap th {
    word-break: break-all;
}


.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-brand {
  color: #2e2f6a;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #2e2f6a;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #2e2f6a;
}
.navbar-default .navbar-nav > li > a {
  color: #2e2f6a;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #2e2f6a;
  background-color: transparent;
}

.navbar-inverse {
  background-color: #2e2f6a;
  border-color: #2e2f6a;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #ffffff;
  background-color: #e60c80;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #1e1f4a;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #1e1f4a;
  color: #ffffff;
}

.dropdown-menu > li > a {
      color: #2e2f6a;
}

.dropdown-menu > li > a:hover {
  color: #ffffff;
  background-color: #e60c80;
}

.dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #2e2f6a;
}


.GridPager{
   padding:2px;
   margin:2% auto;
   
   
}
.GridPager a{
      text-decoration:none;

           display: block;
        font-weight: bold;
        margin:auto 1%;
        text-align: center;
        text-decoration: none;
        padding:5px 10px 5px 10px;
     
}
/*Wenn die Maus drüber ist*/
.GridPager a:hover{
    background-color:#1e1f4a;
    color:#fff;
}
/*Ausgewähltes Item*/
.GridPager span{
    background-color:#e60c80;
    color:#fff; margin:auto 1%;
     -o-box-shadow:1px 1px 1px #111;
      -moz-box-shadow:1px 1px 1px #111;
      -webkit-box-shadow:1px 1px 1px #111;
      box-shadow:1px 1px 1px #111;
    padding:5px 10px 5px 10px;
}

.scrollable-menu {
    height: auto;
    max-height: 540px;
    overflow-x: hidden;
}

.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

.navbar .nav > li {
  z-index: 199;
}

.modal-header {
    background-color:#f5f5f5;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    border-bottom-color:#c5c5c5;
}

.modal-footer {
    background-color:#f5f5f5;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
    border-top-color:#c5c5c5;
}

.legend-expandpanel {
    margin-left: 15px;
    width: calc(100% - 30px);
}

.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li.active > a,
.nav-tabs.nav-justified > li.active > a:hover, 
.nav-tabs.nav-justified > li.active > a:focus

{
    border-width: 2px;
    font-size: 18px;
    border-radius: 6px 6px 0 0;
    padding: 8px 35px;
}

.nav-tabs {
    margin-bottom: 20px;
}


.react-fetcher {
    position: absolute;
    width: 100%;
    height: 100%;
}

.react-fetcher-image,
.react-fetcher-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.react-fetcher-image {
    background-color: rgba(255,255,255,0.5);
    z-index: 200;
    display: none;
    align-items: center;
    justify-content: center;
}

.react-fetcher-image > img {
    width: 48px;
    height: 48px;
}


.gs-resize-handle-both {
    background-position: 12px 12px !important;
}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
