/* bis hier aktualisiert mit neuem Design */

.info{color:green;}
.wrap {
  min-height: 100%;
  height: auto;
}

.wrap>.page {
background-color:white;
min-height: 100%;
height: auto;
}


.jumbotron {
  text-align: center;margin-left:130px;margin-right:145px;padding:15px; background-color: white;
}


.jumbotron .btn {
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*"\e113"*/ "\e151";
}

a.desc:after {
  content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

  .centerDiv{float:center;margin:auto;width:400px;}

#feedback { 
  height: 104px; 
  width: 104px; 
  position: fixed; 
  top: 40%; 
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg); 
  -o-transform: rotate(-90deg); 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback span { 
  display: block; 
  background: #40ac46; 
  height: 35px; 
  width: 120px; 
  padding: 8px 16px;
  color: #fff; 
  text-decoration: none; 
  border: thin solid grey;
  border-left: solid 1px #333;
  border-right: solid 1px #fff;
}

#feedback span:hover { 
  background: #06c; 
  cursor:pointer;
}
#feedbackdiv{display:none;}

.browser hr{width:90%;padding-left:0;margin-left:0;margin:auto; border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #06c , rgba(0, 0, 0, 0));}

.alert{width:400px;margin:auto;}

#server_warning{
       color: black;
       font-size: 1.2em;
       text-align: center;
       background-color: red;
}
