﻿
body {
    background-image:url('/img/loading.gif');
    background-position:center 240px;
    background-repeat:no-repeat;
}

.CG_Label
{
    float:left;
}
.Validator {
    color: Red; 
    margin: 0px 0px 0px 5px;
}
        
#modalview-login-button,
#modalview-reg-button,
#modalview-open-button {
    display: block;
    text-align: center;
    margin: .6em .8em 0;
    font-size: 1.2em;
}
#modalview-open-button {
    margin: 0 3em;
    padding: .5em;
}

input {
    border:1px solid black !Important;
    padding:0.3em !Important;
}
select {
    border:1px solid black !Important;
    padding:0.3em !Important;
}
textarea {
    border:1px solid black !Important;
    background-color:transparent;
    resize: none;
}
.km-tabstrip
{
    font-size:1.2em !important;
    /*display:block !important;*/
}           
.km-group-title {
    height:40px !important;
    text-transform:none !important;
    text-indent:0 !important;
}
.km-header,.km-footer
{
    background-color:#f5f5f5 !important;
}
li {
    padding-left:.5em !important;
    border:1px solid lightgray !Important;
    border-bottom:0px !Important;
    border-left:0px !Important;
    border-right:0px !Important;
}
.km-list:not(.km-virtual-list) > li:first-child {
    border-top: 0 none !Important;
}
.km-list > .km-load-more + li {
    border-top: 0 none !Important;
}
.km-split-content > .km-pane {
    border-right: 1px solid #d9d9d9 !Important;
}
#fair {
    /*-webkit-mask-box-image: url('img/Capture.PNG') !important;    .km-icon*/
    background-image: url('/img/messe.PNG');
    background-repeat: no-repeat;
    background-position: center top;
}

 .km-button {
    white-space:nowrap;           
}


.addr-list div {
    line-height:1.5 !important;
}

#modalview-adressen {
    height: 410px;
}
.k-maskedtextbox {
    position: absolute;
    top: 17px;
    right: 0;
}
.k-icon {
    position: absolute;
    top: 9px;
    right: 17px;
}

@media (max-width: 676px) {
    .k-animation-container {
        width: 100% !important;
    }
    body {
        background-image: none;
    }
    .k-animation-container, .km-modalview {
        height: 100% !important;
    }
}