Current File : /home/users/kundensystem/www/assets/css/custom.css
.multi_lang img{
    width: 22px;
}
.alert {
    color: red;
    font-weight: 600;
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #007aff;
    border-color: #007aff;
    cursor: default;
}
.pagination-here {
    display: inline-block;
    margin-bottom: 0px;
}
.ad_data {
    border: 1px solid lightgray;
    margin: 0px 0px 20px 0px;
    padding: 10px;
}
.bannerimg{
    max-width: 100%;
}
.border_top {
    border-top: 1px solid lightgray;
}
.flex-between {
    justify-content: space-between;
    align-items: center;
}
.responsive_table {
    padding: 0px 15px;
    overflow: auto;
}
.captcha-container {
    border: 1px #d9d6d6 solid;
    border-radius: 5px;
    padding: 2px;
    display: flex;
    justify-content: space-between;
    width: 320px;
    margin: 0px auto;
}
#captchCode {
    width: 210px;
    height: 70px;
    background: url(../img/captcha.png);
    font-size: 41px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 12px;
    color: #96b3e7;
    cursor: pointer;
}
#captchaInput {
    font-size: 20px;
    border: none !important;
    width: 100px;
    padding: 7px 10px;
    outline: none;
}
.changeUrlModalLink {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 20px;
}
#licenceMain .container{
    width: 600px;
    max-width: 100%;
}
/* ========= cookie banner ===================== */
.padding13-20 {
    padding: 13px 20px;
}    
.padding20 {
    padding: 20px;
}    
.align-center {
    display: flex;
    align-items: center;
}
.spaceBetween {
    display: flex;
    justify-content: space-between;
}
.myCheck {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-top: 18px;
    margin-top: -8px;
    margin-right: 5px;
    white-space: nowrap;
    cursor: pointer;
}

.myCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.myCheck:hover input~.checkmark {
    background-color: #ccc;
}

.myCheck input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.myCheck input:checked~.checkmark:after {
    display: block;
}

.myCheck .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.fontBold {
    font-weight: 600 !important;
}
@media (max-width: 540px) {
    .mobileNone{
        display: none;
    }
}