th {
	background-color: #ccc;
}
thead > tr {
  background-color: #ccc;
}
#calendar {
	height: 100%;
}

.alert {
    position: fixed;
    top: 60px;
    left: 25%;
    width: 50%;
    text-align: center;
    font: 20px Georgia;
    color: #5C5C5C;
    background: #F2FFED;
    padding: 10px;
    z-index: 999;
}

.icon-success {
    color: ##4EB55B;
    font-size: 1.5em;
}
.icon-error {
    color: #B51B16;
    font-size: 1.3em;
} 
.glyphicon {
    font-size: 1.3em;
}
.icon-fire {
    color: #B51B16;
    font-size: 1.5em;
}   
.icon-send {
    color: #337ab7;
    font-size: 1.5em;
}

textarea {
    width: 100%;
    resize: vertical;
}

.inactive {
    text-decoration: line-through;
    background-color: #eedbdb !important;
}

.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }
/****************************************/
.navigate {
    background-color: rebeccapurple;
    color: white;
    border-color: #adadad;
}

/****************************************/
.border{
    border: 1px solid gray;
}

.graylight {
    background-color: #e4e4e4;
}

.gray {
    background-color: #e4e4e4;
}

.graydark {
    background-color: #9c9c9c;
}
/****************************************/
.dynamicTile .col-sm-2.col-xs-4{
    padding:5px;
}

.dynamicTile .col-sm-4.col-xs-8{
    padding:5px;
}
/****************************************/
.accPage {
    width: 500px;
        display: none; 
}

div.accContainer section
{
    position: relative;
    display: flex;
    float: left;
    padding: 0px 7px 0 0px;
    /*width: 2em;
    height: 12em;*/
    margin: 0.5em 0 0.5em 0.5em;
    color: #333;
    /*background-color: #333;*/
    overflow: hidden;
    border-radius: 3px;

}

.rotate {


    transform: rotate(-90deg);
    transform-origin: left top
    -ms-transform: rotate(-90deg);
    -ms-transform-origin:right top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin:right top;
    position: absolute; 
}
.abschnitt {
    float: left;
    padding-left: 5px;
}
.abschnitt.title {
    /*width: 4em; */
    background-color: #E5E4E2;
    padding: 8px;
    min-height: 500px;
    text-align: right;

}
.abschnitt.title h3 {
    width: 400px;
    margin-left: -390px;


}
.accPage h2 {
margin-top: 9px;
}


.dropdown-menu>li>a {
    line-height: 2.228571 !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center !important;
    padding: 6px 0 !important;
    font-size: 12px !important;
    line-height: 1.428571429 !important;
    border-radius: 15px !important;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 14px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
  border-radius: 25px !important;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px !important;
  font-size: 24px !important;
  line-height: 1.33 !important;
  border-radius: 35px !important;
}

/****************************************/

.spinner{
    position:fixed;
    z-index:99;/* make higher than whatever is on the page */
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    background:#000;
    width:100%;
    height:100%;
    opacity: 0.4;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  top: 40%;

}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.btn-group{
  padding-right:10px;
}
.selected{
  background-color: #eaffee !important;
}
.today{
  background-color: #cff7bd;
}
.yesterday{
  background-color: #ffb2b2;
}

.pagination{
      margin: 0px 10px 0px 0px !important;
}