﻿body {
    text-align: center;
    background: #b7e4fe;
    color: #0884c7;
    font-size: 16px;
    font-weight: bold;
    font-family: 'dinbold';
}
#main {
    text-align: center;
}
.txtBox, .txtBox:hover, .txtBox:active {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #0884c7;
}
table {
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}
.fc_btn {
    height: 50px;
    width: 150px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #306ca8;
    border: 2px solid #0884c7;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #1981B9, #036FA9);
    font-size: 16px;
    font-weight: bold;
}
.fc_btn:hover {
        background-color: #b7e4fe;
        background-image: linear-gradient(to bottom, #1981B9, #b7e4fe);
}
.lbl_success {
    color: green;
}
.fc_ddl {
    height: 50px;
    width: 200px;
    border-radius: 5px;
    border: 2px solid #0884c7;
}
h1 {
    font-size: 30px;
    font-family: 'dinbold', arial;
}
input[type="checkbox"] {
    display: none;
}
    input[type="checkbox"] + label::before {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        border: 2px solid #0884c7;
        background-color: #fff;
        display: block;
        content: "";
        float: left;
        margin-right: 5px;
}
input[type="checkbox"]:checked + label::before {
        box-shadow: inset 0px 0px 0px 3px #fff;
        background-color: #0884c7;
}
.timeChange{
    display:none;
}
#cbl_KursOrt{
    min-width:270px;
}