.py-btn {
    padding: 12px;
}

.hour-holiday {
    color: white;
    cursor: pointer;
}

.hour-holiday:hover {
    background-color: #119be0;
    color: white;
}

.hr-white {
    border-top: 1px dashed white;
}

.hr-black {
    border-top: 1px dashed black;
    margin: 10px 0 16px 0;
}

.about-cs {
    color: #212529;
    background-color: #e6e6e6;
}

.about-cs:hover, .badge-gaw:focus {
    color: #212529;
    background-color: #cccccc;
}

.bg-biwako {
    background-color: #28acee;
}

.btn-biwako {
    color: white;
    background-color: #28acee;
    border-color: #28acee;
}

.btn-biwako:hover {
    color: white;
    background-color: #119be0;
    border-color: #1091d2;
}

.btn-biwako:focus, .btn-biwako.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 172, 238, 0.5);
}

.btn-biwako.disabled, .btn-biwako:disabled {
    color: white;
    background-color: #28acee;
    border-color: #28acee;
}

.btn-biwako:not(:disabled):not(.disabled):active, .btn-biwako:not(:disabled):not(.disabled).active, .show > .btn-biwako.dropdown-toggle {
    color: white;
    background-color: #1091d2;
    border-color: #0f87c4;
}

.btn-biwako:not(:disabled):not(.disabled):active:focus, .btn-biwako:not(:disabled):not(.disabled).active:focus, .show > .btn-biwako.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 172, 238, 0.5);
}

.btn-outline-biwako {
    color: #28acee;
    background-color: transparent;
    border-color: #28acee;
}

.btn-outline-biwako:hover {
    color: white;
    background-color: #28acee;
    border-color: #28acee;
}

.btn-outline-biwako:focus, .btn-outline-biwako.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 172, 238, 0.5);
}

.btn-outline-biwako.disabled, .btn-outline-biwako:disabled {
    color: #28acee;
    background-color: transparent;
}

.btn-outline-biwako:not(:disabled):not(.disabled):active, .btn-outline-biwako:not(:disabled):not(.disabled).active, .show > .btn-outline-biwako.dropdown-toggle {
    color: white;
    background-color: #28acee;
    border-color: #28acee;
}

.btn-outline-biwako:not(:disabled):not(.disabled):active:focus, .btn-outline-biwako:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-biwako.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 172, 238, 0.5);
}

.btn-gray {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn-gray:hover {
    color: #212529;
    background-color: #d4d4d4;
    border-color: #cccccc;
}

.btn-gray:focus, .btn-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
    color: #212529;
    background-color: #cccccc;
    border-color: #c4c4c4;
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.btn-outline-gray {
    color: #e6e6e6;
    background-color: transparent;
    border-color: #e6e6e6;
}

.btn-outline-gray:hover {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #e6e6e6;
    background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.btn-white {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white:hover {
    color: #212529;
    background-color: #ededed;
    border-color: #e5e5e5;
}

.btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #dddddd;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #ffffff;
    background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
