* {
    margin: 0;
    padding: 0;
}

html,
body {
    min-height: 100%;
    padding: 0;
    margin: 0;
}

#wrapper {
    padding: 110px 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#menu {
    margin-top: -110px;
    height: 110px;
}

#content {
    min-height: 100%;
    padding-top: 20px;
}

.table-fixed tbody {
    display: block;
    height: 250px;
    overflow-y: auto;
    table-layout: fixed;
}

.table-fixed thead,
.table-fixed tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-fixed tbody::-webkit-scrollbar {
    width: 18px;
}

.table-fixed tbody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0.25rem;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0.25rem;
}

.table-fixed tbody::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 0.25rem;
    background: #343a40;
    border: 1px solid #454d55;
}

.table-fixed tbody::-webkit-scrollbar-thumb:hover {
    background: #454d55;
}

.table-fixed tbody::-webkit-scrollbar-thumb:window-inactive {
    background: #aaaaaa;
}

table#wl.table-fixed tbody,
table#bl.table-fixed tbody,
table#al.table-fixed tbody {
    height: 500px;
}

.alert {
    padding: 5px 15px;
    font-size: 13.5px;
    margin-bottom: 10px;
}

#cameras img {
    width: 100%;
}

button.text-success:hover {
    color: #19692c !important;
}

button.text-dark:hover {
    color: #121416 !important;
}

footer {
    margin-top: 45px;
    height: 65px;
}

footer a {
    color: white;
}

@media (max-width: 768px) {
    #navbarMenu {
        z-index: 1;
        position: absolute;
        padding: 10px;
        background-color: #343a40 !important;
    }
}

#message {
    z-index: 100;
    position: fixed;
}

#expired-time {
    z-index: 100;
    color: white;
    position: fixed;
    right: 30px;
    padding: 10px 10px 10px 20px;
    margin-top: 10px;
    border-radius: 5px;
}

#expired-time .row {
    height: 30px;
}

#expired-time .col {
    align-self: center;
}

iframe {
    overflow-x: hidden;
    overflow-y: hidden;
    display: block;
    width: 100%;
    height: 100%;
}

#plateTracking #id_plate {
    width: 100px;
}

input[type="datetime-local"] {
    width: 210px !important;
}

.alert-bubble {
    float: right;
    position: relative;
    top: -10px;
    border-radius: 50%;
    padding: 2px 10px;
    font-weight: 500;
}

#alerts {
    position: absolute;
    right: 10px;
}

.welcome {
    background: url(../img/login_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 800px;
}

.api-version {
    bottom: 150px;
}

.index footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
}

.btn-full-parking {
    width: 7rem;
    height: auto;
}

#btn-fullfree{
    display: none;
}

#chk-block{
    padding-top: 0.5rem;
    display: none;
}