/* Space out content a bit */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

#envi_logo { height:30px; margin-top: -5px }
#loginBox {
  background:transparent url(images/brushedsteel_rc.png) no-repeat scroll 0 0;
  border:0 none;
  font-family:verdana;
  font-size:12px;
  height:200px;
  padding-left:25px;
  padding-top: 1.5em;
  margin-top: 1.5em;
  width:500px;  
}

#loginBox td {
  vertical-align: middle;
  padding-right:10px
}

.loginTitle {
    font-family: verdana;
    font-size: 1.7em;
    font-weight: bold;
    height: 2.5em;
    margin-bottom: 1.5em;
}

/* Tooltips für Sparkline */
.jqstooltip { 
 background-color: #c6e5f6 !important;
 font-size: 11px !important; 
 padding: 5px !important; 
 color: black !important; 
 overflow: auto !important; 
 text-align: center !important;  
 border-color: #CCCCCC !important; 
 max-width: 400px !important; 
 max-height: 400px !important; 
 width: 125px !important; 
 height: 25px !important; 
}

.jqsfield { 
 font-size: 10px !important; 
 color: black !important; /*set the text color here */
}

div .eventsparkline {
    background: lightgrey;
    font-size: 12px;
    height: 50px;
    width: 100px;
}

/* für Formulare mit File-Upload */
#browsebutton {background-color: white;}
#my-file-selector { display: none;}
div .fileupload {
    margin-left: 2.0em;
    margin-top: 2.0em;
    padding: 0.5em;
    background-color: #F0F0F0;
}

/* Für Bootstrap 3 callouts */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.modal-backdrop, 
.modal-backdrop.fade.in{
opacity: 1 !important;
filter: alpha(opacity=100) !important;
background: #fff;
}
