body {
    font-family: "Lato", sans-serif;
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 100;
}

.container {
    position: relative;
    width: 350px;
    height: 250px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.checkbox_image {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.button-15 {
    background-image: linear-gradient(#42A1EC, #0070C9);
    border: 1px solid #0077CC;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    direction: ltr;
    display: block;
    font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.47059;
    min-width: 200px;
    min-height: 50px;
    overflow: visible;
    padding: 4px 15px;
    text-align: center;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}

.button-15_check {
    background-image: linear-gradient(#42A1EC, #0070C9);
    border: 1px solid #0077CC;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    direction: ltr;
    display: block;
    font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.47059;
    min-width: 30px;
    overflow: visible;
    padding: 1px 15px;
    text-align: center;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}

.fill {
    display: flex;
    width: 95%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

.containerTable {
    width: 100%;
    border: none;
    table-layout: fixed;
    background-color: #f7fafc;
}

.contentTable {
    width: 100%;
    border: none;
    table-layout: fixed;
    background-color: #ffffff;
    color: black;
    font-size: 20px;
    font-weight: 400;
    align-content: left;
    padding-left: 10px;
    margin: 0 auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: center;
}

.certificate {
    background: url(../img/icon.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -0 -background-size: cover;
    border: 5px solid;
    border-radius: 10px;
    border-color: #ffffff;
    box-shadow: 0 10px 6px -3px #535559;;
    display: table;
    margin: 0 auto;
    padding-top: 20px;
    height: 400px;
    width: 700px;
    vertical-align: middle;
}

.certSpan {
    color: #4b576b;
    font-size: 18px;
    font-weight: 400;
}

.boxList {
    font-size: 16px;
    border-radius: 25px;
    width: 60%;
    height: 110px;
    margin: 10px;
    padding: 10px;
    background: #e1e5f7;
}

.mapTable th, td {
    padding: 5px;
    vertical-align: top;
}

.radioTitle {
    color: #184290;
    font-size: 25px;
    font-weight: 400;
    display: inline-block;
    width: 1000px;
}

.radioAnswer {
    color: #4b576b;
    font-size: 20px;
    font-weight: 400;
    width: 1000px;
    padding: 10px 10px;
    display: inline;
}

fieldset {
    display: inline-grid;
    line-height: 1.5;
    width: 1000px;
}

.check {
    font-size: 20px;
    border-radius: 5px;
    margin: auto;
    padding: 2px;
    color: #184290;
    text-align: center;
    justify-content: cnter;
    align-items: center;
    vertical-align: center;
}


.boxLoc {
    font-size: 20px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    margin: auto;
    padding-top: 4px;
    color: #fff;
    text-align: center;
    justify-content: cnter;
    align-items: center;
    vertical-align: center;
    background: #184290;
}

.textLoc {
    margin: auto;
    height: 30px;
    padding-top: 7px;
    vertical-align: center;
}

.boxPark {
    font-size: 20px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    margin: auto;
    padding: 2px;
    color: #fff;
    text-align: center;
    justify-content: cnter;
    align-items: center;
    vertical-align: center;
    background: #2a76b7;
}

.percentageDIV {

    border-radius: 5px;
    background-color: #fff;
    width: 95%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: left;
}

.buttonDIV {

    background-color: #f7fafc;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.verifyDIV {
    background-color: #f7fafc;
    color: black;
    width: 95%;
    height: 30px;
    font-size: 20px;
    font-weight: 400;
    align-content: left;
    padding-left: 10px;
    margin: 0 auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: center;
}

.headerText {
    font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.47059;
    min-width: 30px;
    overflow: visible;
    padding: 4px 25px;
    text-align: center;
    vertical-align: baseline;
    color: #4b576b;
}

.button-15:disabled {
    cursor: default;
    opacity: .3;
}

.button-15:hover {
    background-image: linear-gradient(#51A9EE, #147BCD);
    border-color: #1482D0;
    text-decoration: none;
}

.button-15:active {
    background-image: linear-gradient(#3D94D9, #0067B9);
    border-color: #006DBC;
    outline: none;
}

.button-15:focus {
    box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
    outline: none;
}

.emrVehicle {
    background-color: green;
    color: white;
    display: block;
    height: 25px;
    line-height: 25px;
    width: 58px;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
}

.emptySlot {
    background-color: white;
    color: white;
    display: block;
    height: 25px;
    line-height: 25px;
    width: 58px;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
}

.emrVehicle:hover {
    color: white;
}

.swtVehicle {
    background-color: purple;
    color: white;
    display: block;
    height: 25px;
    line-height: 25px;
    width: 58px;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
}

.swtVehicle:hover {
    color: white;
}

.capacityTable {
    border: none;
    table-layout: fixed;
}

.ExchangeLoc {
    text-align: center;
    white-space: nowrap;
    transform-origin: 50% 50%;
    transform: rotate(270deg);
    width: 30px;
}

.capacityDiv {
    width: 40px;
    height: 25px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.capacityDivTitle {
    table-layout: fixed;
    width: 70px;
    height: 25px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.capacityHeaderDiv {
    width: 58px;
    height: 25px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background: #184290;
    color: white;
}

.capacityHeaderDivTitle {
    width: 70px;
    height: 25px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: grey;
    color: white;
}

.minimiseNav {
    height: 100%;
    width: 1px;
    position: fixed;
    top: 60;
    z-index: 99;
    left: 20;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
}

.minimiseNav a {
    padding: 6px 6px 6px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
}

.minimiseNav a:hover {
    color: #f1f1f1;
}

.sidenav_button {
    height: 100%;
    width: 20px;
    position: fixed;
    top: 60;
    z-index: 99;
    left: 0;
    background-color: black;
    overflow-x: hidden;
    padding-top: 20px;
}

.sidenav {
    height: 100%;
    width: 180px;
    position: fixed;
    top: 60;
    z-index: 99;
    left: 20;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
}

.sidenav a {
    padding: 6px 6px 6px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.currentLink {
    color: #f1f1f1;
}

.main {
    margin-left: 208px;
    padding-top: 40;
}

.expandMain {
    margin-left: 25px;
    padding-top: 40;
}


@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.logo_img {
    width: 200px;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}


.navbar-custom {
    position: fixed;
    top: 10;
    left: 220;
    z-index: 99;
}

.navbar-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 98;
    background-color: #f0f0f4;
}

.navbar {
    padding-left: 10px;
    padding-right: 10px;
}

.custom-title {
    position: fixed;
    top: 0;
    right: 35;
    z-index: 99;
}

.nav-colour {
    color: #1e448f;
}

.nav-admin {
    position: fixed;
    top: 15;
    right: 20;
}

.nav-version {
    position: fixed;
    top: 20;
    right: 34;
    list-style-type: none;
}

.gridview .selected, .gridview tbody .selected {
    background-color: #6ccbfb;
    color: #fff;
}

.thumbnail {
    max-width: 200px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 1rem;
    grid-auto-rows: 300px;
    grid-auto-flow: dense;
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.gallery li {
    /*   overflow: hidden; */
}

.gallery li figure {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.wide {
    grid-column: span 2;
}

.tall {
    grid-row: span 2;
}

.img-gallery {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Hover effect specific styles */

/* Filter effect */

.gallery.filter img {
    transition: filter .3s ease-in-out;
    filter: grayscale(100%);
}

.gallery.filter img:hover {
    filter: none;
}

/* Zoom in-out effect */
.gallery.zoom li {
    overflow: hidden;
}

.gallery.zoom img {
    transform: scale(1);
    transition: transform .3s ease-in-out;
}

.gallery.zoom img:hover {
    transform: scale(1.2);
}

/* caption effect */

.gallery.caption-1 figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    margin: 1rem;
    text-align: center;
    display: grid;
    align-content: center;
    opacity: 0;
    transform: scale(.95);
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    pointer-events: none;
}

.gallery.caption-1 figure h1 {
    margin: 0;
    font-size: 21px;
    color: rgba(0, 0, 0, .75);
}

.gallery.caption-1 figure p {
    font-size: 13px;
    font-style: italic;
    color: rgba(0, 0, 0, .4);
}

.gallery.caption-1 figure:hover figcaption {
    opacity: .9;
    transform: scale(1)
}

/* caption 2 */

.gallery.caption-2 img {
    filter: invert(25%);
    transform: scale(1.2);
    transition: all .3s ease-in-out;
}

.gallery.caption-2 figure {
    overflow: hidden;
}

.gallery.caption-2 figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-content: end;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    padding-left: 2rem;
    transform: translate3d(0, 1rem, 0);
    opacity: 0;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    pointer-event: none;
}

.gallery.caption-2 figure h1 {
    margin: 0;
    font-size: 21px;
}

.gallery.caption-2 figure p {
    font-size: 13px;
    margin-bottom: 2rem;
}

.gallery.caption-2 figure:hover img {
    filter: none;
    transform: scale(1);
}

.gallery.caption-2 figure:hover figcaption {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* Caption 3 */
.gallery.caption-3 li figure {
    overflow: hidden;
}

.gallery.caption-3 li img {
    transform: scale(1.2);
    transition: transform .3s ease-in-out;
}

.gallery.caption-3 figure figcaption {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    display: grid;
    align-content: center;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    transform: scale(1.2);
    transotion: all .3s ease-in-out;
    pointer-event: none;
}

.gallery.caption-3 figure h1,
.gallery.caption-3 figure p {
    opacity: 0;
    transition: all .4s;
}

.gallery.caption-3 figure h1 {
    margin: 0;
    font-size: 21px;
    transform: translate3d(0, -1rem, 0);
}

.gallery.caption-3 figure p {
    font-size: 13px;
    transform: translate3d(0, 1rem, 0);
}

.gallery.caption-3 figure:hover img {
    filter: grayscale(100%);
    transform: scale(1);
}

.gallery.caption-3 figure:hover figcaption {
    transform: scale(1);
}

.gallery.caption-3 figure:hover h1,
.gallery.caption-3 figure:hover p {
    opacity: 1;
    transform: scale(1);
}


input[type=file] {
    text-align: center;
    background-color: #1e438f;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

input[type=button] {
    border-radius: 5px;
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

input[type=text] {
    border-radius: 5px;
    padding: 5px;
    width: 30%;
}

input[type=email] {
    border-radius: 5px;
    padding: 5px;
    width: 30%;
}

textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

tbody tr.selected td {
    background-color: #FFEFC6;
}

div.new_row {
    padding-top: 6px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 6px;
    padding-left: 30px;
}

fieldset {
    margin: 0;
    padding: 1px;
    width: 100%;
    border: 0px;
}

label, select {

}

label.aligned {
    padding-left: 20px;
    display: block;
    float: left;
    width: 90px;
    color: #666666;
}

.submit-row {
    background: white url(../images/nav-bg.gif) repeat-x scroll 0pt 100%;
    border: 1px solid #CCCCCC;
    margin: 5px 0pt;
    padding: 5px 7px;
    text-align: right;
    margin-top: 10px;
}

.new-submit-row {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
}

ul li { padding: 5px 0px; }