﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.nav {
    display:block;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.btn-round {
    border: 1px solid;
}
.center{
    align-items: center;
    justify-content: center;
    display: flex;
}
.tile_count {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.tile_count  a{
    margin: 10px auto;
    align-self: center;
}

#pieChart{
    max-width: 100%;
}

.title {
    text-transform: uppercase;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    display: flex;
}

#menu_toggle{
    display: flex;
    padding: 22.85px 0;
}
#menu_toggle i{
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
#menu_toggle span {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 18px;
    white-space: nowrap;
}
#sidebar-menu, .menu_section {
    height: 87%;
}
.nav.side-menu {
    position: relative;
    height: 100%;
}

.bottom {
    margin: 20px;
    margin-top: auto;
    position: absolute;
    bottom: 0;
}
.bottom li {
    position: relative;
    display: block;
    cursor: pointer;
}

.div-between {
    display: flex;
    justify-content: space-between;
    width: 100%;
}



/*Login*/
body.login-page {
        background-color: #f3fcfe;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto;
    height: 100vh;
}

.div-logins {
    text-align: center;
    border: 1px solid;
    border-radius: 16px;
    padding: 30px;
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    margin: auto;
}
.div-logins input.form-control {
    display: inline;
}
.div-logins button{
    background-color: #1f6191
}

.transparent {
    background: transparent;
}

.av-layout {
    display: inline-block;
}
.av-layout .Jurong_West {
    background: #fff;
    padding: 10px;
    visibility: hidden;
    margin: -22px;
}

@media only screen and (max-width: 768px) {
    .av-layout {
        display : none;
    }
}
.activeVisitors {
    background-repeat: no-repeat !important;
    background-size: contain;
    height: 100%;
    width: 97%;
    object-fit: cover;
    margin: auto;
    display: block;
    position: absolute
}

.av-layout {
    width: 100%;
    height: 100%;
    flex-direction: column-reverse;
    display: flex;
    align-items: center;    
    position: absolute;
}
.click-behind {
    align-items: end;
}
.Jurong_West_Click {
/*    height: 100px;*/
    width: 100%;
    z-index: 1;
}
    .Jurong_West_Click[data-floor=\31st_Floor] {
        height: 24%;
        z-index: 1;
    }

    .Jurong_West_Click[data-floor=\32nd_Floor] {
        height: 17%;
        z-index: 1;
    }

    .Jurong_West_Click[data-floor=\33rd_Floor] {
        height: 8%;
        z-index: 1;
    }
    .Jurong_West_Click[data-floor=\34th_Floor] {
        height: 8%;
        z-index: 1;
    }
    .Jurong_West_Click[data-floor=\35th_Floor] {
        height: 8%;
        z-index: 1;
    }
    .Jurong_West_Click[data-floor=\36th_Floor] {
        height: 8%;
        z-index: 1;
    }

    .Jurong_West_Click[data-floor=\37th_Floor] {
        height: 8%;
        z-index: 1;
    }

    .Jurong_West_Click[data-floor=\38th_Floor] {
        height: 8%;
        z-index: 1;
    }

.btn-is-a {
    color: #5A738E;
    font-size: 13px;
}


.pagination-container {
    align-items: center;
    justify-content: center;
    display: flex;
}
    .pagination-container li {
        padding: 5px;
        margin: 5px;
    }
.pagination-container li.active {
    background-color: #5A738E;
    color: #fff;
}