.bg-image {
    background-image: url("../../../graphics/bg-image.jpg");
    background-repeat: repeat;
}
.bg-liblue {
    background-color: #ccdcf378 !important;
}
.accordion-body{
	border:1px solid #ebebeb;
	background-color:#d6dcf32b;
}
.hlight {
	font-weight: bolder;
}
/*
img {
    pointer-events: none;
}
 */
/*###################### MODAL START ########################*/
.engine-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding: 10px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    font-size: 12px;
}

.closeModal {
    color: #ff0000;
}

.ox-comment {
    background-color: #99d1d5;
    padding: 10px;
    color: #000;
    border-bottom: 1px solid #008b95;
}
/*###################### MODAL END ########################*/
.cursorPointer { cursor:pointer;}
.cursorDefault { cursor: default;}

/*###################### Layer START ########################*/
.box_show_data {
    display: none;
    position:absolute;
    overflow:hidden;
    left:0;
    bottom:0px;
    min-height:20px;
    width:100%;
    background-color:#000000;
    opacity:0.7;
    color:#FFFFFF;
    font-weight:bold;
    font-size:11px;
    z-index:5;
}
.box_show_data a {
    color:#FFFFFF;
    text-decoration:underline;
}
.box_show_data a:hover {
    color:#FFFFFF;
    text-decoration: underline;
}
/*###################### Layer END ########################*/

/*###################### Counter Start ########################*/
.counter {
    text-align: center;
}
.counter-count {
    font-size: 18px;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.counter-title {
    sfont-size: 24px;
    color: #000000;
    sline-height: 34px;
}
/*###################### Counter End ########################*/

/*###################### Side nav start ########################*/
.sisdev-sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #343a40;
    overflow-x: hidden;
    transition: 0.5s;
    opacity: 0.9;
    padding-top: 40px;
}

.sisdev-sidenav a {
    padding: 8px;
    text-decoration: none;
    font-size: 12px;
    color: #f0f0f0;
    display: block;
    transition: 0.3s;
}

.sisdev-sidenav a:hover {
    color: #f1f1f1;
}

.sisdev-closebtn {
    position: absolute;
    top: 10px;
    right: 14px;
}
/*###################### Side nav end ########################*/

.showOnlineDot {
    display: block;
    position: absolute;
    right: 5px;
    top: 1px;
}

/*###################### Map Start ########################*/
#lk_map {
    background-image: url(/layout/graphics/landkarte.gif);
    width:600px;
    height:776px;
    position:relative;
    text-align:left;
    background-size: contain;
    background-repeat: no-repeat;
}
#lk_inf {
    display:none;
    position: absolute;
    sbackground-color:#fffefe;
    z-index:1;
    padding:0px;
    sborder:1px solid #aaa;
}
#lk_map a {
    background-repeat: no-repeat;
    position: absolute;
    text-decoration: underline;
    font-size: 11px;
    overflow:hidden;
}
#lk_inf a {
    position: static;
}
.lk_v {
    width:10px;
    height:10px;
    background-image: url(/layout/graphics/p2.gif);
    background-position: 3px 3px;
}
.lk_w {
    width:10px;
    height:10px;
    background-image: url(/layout/graphics/p4.gif);
    background-position: 0px 0px;
}

.lk_f{
    background-color:#262626;
    text-align:center;
    width:50%;
    word-wrap:break-word !important;
}
.lk_f a{
    color:#88abff;
    text-decoration:none !important;
    word-wrap:break-word !important;
}
.lk_f a:hover{
    color:#88abff;
    text-decoration:none !important;
}
.lk_f a:link{
    color:#88abff;
    text-decoration:none !important;
}
.lk_f a:visited{
    color:#88abff;
    text-decoration:none !important;
}
.lk_f a:active{
    color:#88abff;
    text-decoration:none !important;
}
.lk_f a:focus{
    color:#88abff;
    text-decoration:none !important;
}

.lk_z{
    background-color:#e0e0e0;
    color:#000000;
    font-weight:bold;
    font-size:10px;
}

/*######*/
#map {
    width: 100%;
    height: 700px;
    background-color: grey;
}


/*###################### Map End   ########################*/



.hideElement {
    display: none;
}


.dialog_user_pic {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.border_radius_5{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.own_circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.dimmed {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}


#diamond {
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-bottom-color: white;
    position: relative;
    top: -50px;
}
#diamond:after {
    content: '';
    position: absolute;
    left: -50px;
    top: 50px;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-top-color: white;
}

#rectangle {
    width: 140px;
    height: 30px;
    background: white;
    transform: rotate(45deg);
    color: #0e0e0e;
    font-size: 14px;
    text-align: center;


}

.fileSizeBadge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}


/*###################### OX-MODAL END ########################*/
/*
.debug-window {
    display: block;
    position: relative;
    top: 0;
    background-color: #000000;
    color: #2ecc71;
    height: 300px;
    overflow: scroll;
    font-size: 12px;
}

.header-line {
    border: 2px solid #676767;
}

.table td {
    padding: 0.5rem;
}

.showElement{
    display: block;
}


.header-text {
    font-size: 13px;
}
.item-text {
    font-size: 12px;
}

.textarea-container {
    position: relative;
}
.textarea-container textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.textarea-container i {
    position: absolute;
    top: 2px;
    right: 3px;
}

.overrideTableCellBorder td {
    border: 0 !important;
}
*/
.redcross{
    position: absolute;
    right: 6px;
    top: -16px;
    color: red !important;
    width: 21px;
    height: 20px;
}
.redcross i{
    display: block;
    margin: 3px -3px !important;
}



.paymentPlan{text-align:center}
.paymentPlan .pricingTable-header{padding:30px 0;background:#4d4d4d;position:relative;transition:all .3s ease 0s}
.paymentPlan:hover .pricingTable-header{background:#09b2c6}
.paymentPlan .pricingTable-header:after,.paymentPlan .pricingTable-header:before{content:"";width:16px;height:16px;border-radius:50%;border:1px solid #d9d9d8;position:absolute;bottom:12px}
.paymentPlan .pricingTable-header:before{left:40px}
.paymentPlan .pricingTable-header:after{right:40px}
.paymentPlan .heading{font-size:20px;color:#fff;text-transform:uppercase;letter-spacing:2px;margin-top:0}
.paymentPlan .price-value{display:inline-block;position:relative;font-size:55px;font-weight:700;color:#09b1c5;transition:all .3s ease 0s}
.paymentPlan:hover .price-value{color:#fff}
.paymentPlan .currency{font-size:30px;font-weight:700;position:absolute;top:6px;left:-19px}
.paymentPlan .month{font-size:16px;color:#fff;position:absolute;bottom:15px;right:-30px;text-transform:uppercase}
.paymentPlan .pricing-content{padding-top:50px;background:#fff;position:relative}
.paymentPlan .pricing-content:after,.paymentPlan .pricing-content:before{content:"";width:16px;height:16px;border-radius:50%;border:1px solid #7c7c7c;position:absolute;top:12px}
.paymentPlan .pricing-content:before{left:40px}
.paymentPlan .pricing-content:after{right:40px}
.paymentPlan .pricing-content ul{padding:0 20px;margin:0;list-style:none}
.paymentPlan .pricing-content ul:after,.paymentPlan .pricing-content ul:before{content:"";width:8px;height:46px;border-radius:3px;background:linear-gradient(to bottom,#818282 50%,#727373 50%);position:absolute;top:-22px;z-index:1;box-shadow:0 0 5px #707070;transition:all .3s ease 0s}
.paymentPlan:hover .pricing-content ul:after,.paymentPlan:hover .pricing-content ul:before{background:linear-gradient(to bottom,#40c4db 50%,#34bacc 50%)}
.paymentPlan .pricing-content ul:before{left:44px}
.paymentPlan .pricing-content ul:after{right:44px}
.paymentPlan .pricing-content ul li{font-size:15px;font-weight:700;color:#777473;padding:10px 0;border-bottom:1px solid #d9d9d8}
.paymentPlan .pricing-content ul li:last-child{border-bottom:none}
.paymentPlan .read{display:inline-block;font-size:16px;color:#fff;text-transform:uppercase;background:#d9d9d8;padding:8px 25px;margin:30px 0;transition:all .3s ease 0s}
.paymentPlan .read:hover{text-decoration:none}
.paymentPlan:hover .read{background:#09b1c5}
@media screen and (max-width:990px){.paymentPlan{margin-bottom:25px}
}
