


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

body { overflow-y: scroll !important; }

html, body {
    background-color: #ccc;
    background-image: url(../../../image/bg_pattern.gif);
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: 0 0;
    padding-top: 24px;
    font-family: 'Open Sans', sans-serif !important;
    }

.container { /* Bootstrap Container */
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 6px #ccd;
    padding-top: 24px;
    border-radius: 8px;
    width: 1420px !important;
}

main {min-height: 620px;}
small {font-size: 9px;}
sup {
    vertical-align: super;
    font-size: smaller;
	color: red;
}

output {
  display: inline !important;
}

.blur {color: transparent; text-shadow: 0 0 5px rgba(0,0,0,0.9);}
.red {color:#D71920} /* Luenebote red: #D71920 */
.green {color: #5CB85C}
.orange{color: darkorange}
.gray {color: #76787B}


.form-login {
    background-color:#fafafa;
    padding: 24px;
    border-radius: 8px;
    border:1px solid #ddd;
    box-shadow:0 1px 0 #aaa;
    margin: 42px auto;
    width: 30%;
    min-width: 250px;
}

.form-login h4 {
 padding-bottom:10px;
 text-align: center;
 color: #787A7D;
}

.form-control {
    border-radius: 6px;
}

.page-header {
    padding-left: 12px;
    color: #787A7D !important;
}


.navbar-inverse {
    color: #fff;
    border-color: #333;
    background-color:#76787B !important;
    box-shadow: inset 0 0 10px #666;
}

.navbar-inverse a {
    color: #fff !important;
}


.navbar-nav  .active::after {
  content: "";
  position: absolute;
  margin-left: -12px;
  left: 50%;
  bottom: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #D71920;
}

/* Dropdown menue */
.dropdown-menu {
    background: #D71920;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background: #D71920;
    background: linear-gradient(#921116, #D71920);

}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background: #921116;
    background: linear-gradient(#921116, #D71920);

}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #921116;
}


.table > tbody > tr > td, .table > thead > tr > th  {
    vertical-align: middle !important;
    border-right: 0;
    border-left: 0;
}

/* Table Head Style */
.table > thead {
    color: #D71920;
    background-color: #F2DEDE;
    text-shadow: 1px 1px #fff;
 }

.well {
    background: #76787B;
    background: linear-gradient(#848484, #76787B);
    color: #fff !important}

/* Loading */
#loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000 !important;
  background-color: rgba(255,255,255,0.7);
}

#loading > .ani {
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #337AB7;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;

}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* 2 Spalten Form-Tabelle */
.table-form tbody tr td:first-child {
	text-align: right;
	font-weight: bolder;
	font-size: 14px;
	color: #333;
	width: 24%;
    }

.table-form td {
    border: none !important;
}

.data td {width: 30%}
.data td:nth-child(3), .data td:nth-child(1) {
    text-align: right;
	font-weight: bolder;
	font-size: 14px;
	color: #333;
    width: 20%;
}



.panel-body {
    /*min-height: 460px;*/
    overflow-y: scroll;
}
.panel-footer {
    text-align: right;
}
.panel {
    position: relative;
    z-index: 100 !important;
    margin-bottom: 32px;
}
.panel-footer::after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 6px;
    right: 6px;
    height: 30px;
    border-radius: 40%;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
    z-index: -1;
}



/* Important part */

.modal-body{
    height: 420px;
    overflow-y: scroll;
}
.modal-header{
  background-color: #337AB7;
  color: white;
}
.modal-open { /* prevent shift effect */
    padding-right: 0px !important;
}

/*  Crop Box CSS */
.imageBox {
    position: relative;
    height: 360px;
    width: 360px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}

.imageBox .thumbBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 260px;
    margin-top: -130px;
    margin-left: -130px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.4);
    background: none repeat scroll 0% 0% transparent;
}

.no-background:hover {
    background: #787A7D !important;

}

/* history CSS */
.media {
    box-shadow: 2px 2px 2px #ddd;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 12px;
    margin: 0 0 30px 0 !important;
    background-image: url(../../../image/bg_pattern.gif);
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: 0 300px;
}
.media-body {
    padding: 10px 16px;
    border-left: 1px solid #ccc;
    background: #F5F5F5;

}
.media-left {
    width: 20% !important;
    text-align: center !important;
}

.media-left .user_name {
    display: inline-block;
    font-size: 12px;
    font-variant-caps: small-caps;
    color: #000;
}

.media-body .date_added {
    display: block;
    color: #337AB7;
    font-size: 11px;
    font-family: arial;
    margin-bottom: 10px;
}

.media-object { /* thumbnail */
    display: inline-block;
    text-align: center;
    margin: 0 auto 8px auto;
}

.fix-button-width {
    width: 38px !important;
}

/* header -> user image */
.img-circle {
    border: 1px solid #888 !important;
}

a:focus,
a:active,
a:hover {
  text-decoration: none !important;
}
