﻿body {
}

.validationDate {
    font-size: 15px;
    padding-top: 2px;

}

.validationDescription {

    
}

.validationMessage {
    position: relative;
    float: right;   
    width: 90%;
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    padding-bottom: 15px;
}

.messageIconError {
    color: rgb(183, 10, 10);
    font-size: 20px!important;
    position: relative;
    margin-top: 13px;
    float: left;
    height: 100%;
    width: 38px;

    text-align: left;

}

.messageIconWarning {
    color: rgb(51, 51, 51);
     margin-top: 20px;
font-size: 20px!important;
     position: relative;
    float: left;
    height: 100%;
   width: 20px;
    text-align: center;
}

.popover {
  position: fixed;
    background-color: white;
  top: 0;
    left: 0px;
    height: auto;
    width: auto;
  z-index: 1060;
  display: none;
    max-width: 800px;
    max-height: 800px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 10px;
-webkit-box-shadow: 0px 0px 29px -2px rgba(0,0,0,0.49);
-moz-box-shadow: 0px 0px 29px -2px rgba(0,0,0,0.49);
box-shadow: 0px 0px 29px -2px rgba(0,0,0,0.49);
}

.leftImportant {
    left: 10px !important;
}

.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -30px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
    color: black;
  font-weight: normal;
  line-height: 18px;
  background-color: rgb(254, 231, 227);
    border-bottom: none;
    font-weight: bold;
}
.popover-content {
  /*padding: 9px 9px;*/
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;

}
.popover > .arrow {
  border-width: 11px;
    left: 21%;

}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);

  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: whitesmoke;
  border-bottom-width: 0;

}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;

}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: whitesmoke;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: rgb(254, 231, 227);
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: rgb(254, 231, 227);
}


.popover-content {

    /*min-height: 400px;
    max-height: 100px;*/
    overflow-y: auto;
    overflow-x: hidden;
    height: 500px!important;
    width: 600px!important;
   

}

.popover-content ul {
    padding: 8px;
    max-width: 750px;
    padding-right: 20px;
}

    .popover-content ul li {
        display: table;
        width: 100%;
        float:left;
        margin-bottom:12px;
    }

.popover-content ul li span:first-child {
    margin-top: 0px;
    display: block;
    position: relative;
    font-weight: bold;

}

/*.popover-content ul li:before {
    
    content: "\f071";
    font-family: FontAwesome;
    font-size: 19px;
    color:  #b80a0a;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    top: 0;
}*/



/*Seite für Smartphone/Tablet Nicht Landscape*/
@media (max-width: 768px) {

    .popover-content {
    width: 100%!important;
    height: 200px!important;
    overflow-y: auto;
    overflow-x: hidden;
   
   

}


}