﻿
.cke_contents {
    min-height: 50vh !important;
}

.cl {
    outline: 1px solid blue;
}

.site-outline-dark {
    outline: 1px solid #bdc3c7 !important;
}

div.dropdown-menu.open {
    max-height: 1px !important;
    overflow: hidden;
}

ul.dropdown-menu.inner {
    max-height: 1px !important;
    overflow-y: auto;
}

body, html {
    height: 100%;
    margin: 0;
}

body, html {
    height: 100%;
    margin: 0;
}
.table-wrapper {
    max-height: 250px;
    overflow: auto;
    display: inline-block;
}

.spinner {
    width: 80px;
    height: 80px;
    /*border: 2px solid #4A586D;
  border-top:3px solid #061D46;
  border-radius: 100% !important;*/

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*animation: spin 1s infinite linear;*/
    z-index: 9999;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#overlay {
    height: 100%;
    width: 100%;
    background: rgba(245, 246, 250,1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.bg {
    /* The image used */
    background: linear-gradient(to bottom, rgba(235, 240, 240,0.7) 0%, rgba(30,51,107,0.9) 100%), url(../assets/img/landingimage.jpg);
    /*background-image: url(../assets/img/landingimage.jpg);*/
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
nav{
    transition: 0.6s;
}
#navmenu ul li a {
    color: white;
}
.homenav {
    background: transparent;
}

nav.scroll-active {
    background-color: white;
    box-shadow: 0px 1px 1rem rgba(0,0,0,1);
    color: black;
}

nav.scroll-active #navmenu ul li a {
    color:black;
}

.bg h1{
    font-size: 3.25rem;
}

hr.divider {
    height: 0.2rem;
    max-width: 3.25rem;
    margin: 1.5rem auto;
    background-color: #f6b93b;
    opacity: 1;
}

hr.divider-light {
    background-color: #fff;
}

.btn-primary2,
.btn-primary2:hover,
.btn-primary2:active,
.btn-primary2:visited,
.btn-primary2:focus {
    background-color: #F6B93B ;
    border-color: #F6B93B ;
    color:white;
}

#about.page-section {
    padding: 8rem 0;
    background: #F6B93B;
}

#services.page-section {
    padding: 8rem 0;
}

.font-logo {
    font-size: 60px;
}

#contact.page-section {
    padding: 8rem 0;
    background-color: #2F3F6F;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inner {
    display: table;
    margin: 0 auto;
}

.gradient-custom-2 {
    background: rgb(51,77,208);
    background: linear-gradient(22deg, rgba(51,77,208,1) 0%, rgba(0,212,255,1) 100%);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#idpictureparent {
    max-width: 280px;
    height: 300px;
    overflow: hidden;
    /* Magic */
    display: flex;
    align-items: center; /* vertical */
    justify-content: center; /* horizontal */
    outline: 1px solid #dfe6e9;
}

@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}

@media screen and (max-width: 991px) {
    .homenav {
        background: white;
    }
    .bg {
        margin-top: 0px;
    }
    #navmenu ul li a {
        color: black;
    }
    div.right {
        display: none;
    }
}

/*BOOKING FEATURE CSS*/

/*UPDATE REO BAGUIO CLASSROOM 07112023*/
.diagonal-transform {
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
}
.rotatetextaisle {
    width: 35px;
    font-size: 0.9em;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0;
}
.flex-data-B {
    min-width: 25px;
    min-height: 15px;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    margin: 0.5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 13px;
    display: flex;
    justify-content: center;
}
.flex-data-B-hidden {
    width: 25px;
    min-height: 23px;
    padding: 0px;
    margin: 0px;
    margin: 0.5px;
    border-radius: 3px;
    font-size: 13px;
    display: flex;
    justify-content: center;
}

.flex-data-B-per-desk {
    display: flex;
    margin-top: 10px;
    margin-bottom: 7px;
    max-height: 15px;
    border-radius: 3px;
    outline: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 7px;
    height:23px;
}
@media (min-width:1375px) and (max-width:1499px) {
    .leftseatblock {
        margin-left: 100px !important;
    }
    .leftseatblock2 {
        margin-left: 100px !important;
    }

    .leftseatblockboardimage > img {
        margin-left: 230px;
    }

    .leftseatblockboardimage {
        width: 980px;
    }
}
@media (max-width:1375px) {
    .leftseatblock {
        margin-left: 100px !important;
    }

    .leftseatblock2 {
        margin-left: 100px !important;
    }

    .leftseatblock2 {
        margin-left: 100px !important;
    }

    .leftseatblockboardimage > img {
        margin-left:300px;
    }

    .leftseatblockboardimage {
        width: 900px;
    }
}
@media (max-width:1250px) {
    .leftseatblock {
        margin-left: 100px !important;
    }

    .leftseatblock2 {
        margin-left: 100px !important;
    }

    .leftseatblockboardimage > img {
        margin-left: 110px;
    }

    .leftseatblockboardimage {
        width: 980px;
    }
}

@media (max-width:1200px) {
    .leftseatblock {
        margin-left: 100px !important;
    }

    .leftseatblock2 {
        margin-left: 100px !important;
    }

    .leftseatblockboardimage > img {
        height:auto;
    }

    .leftseatblockboardimage {
        width: 980px;
    }
}
/*@media (max-width: 1374px) {
    .leftseatblock {
        margin-left: 0px !important;
    }

    .leftseatblockboardimage > img {*/
        /*margin-left: 230px;*/
    /*}

    .leftseatblockboardimage {*/
        /*width: 980px;
        */
    /*}
}*/

/*UPDATE REO BAGUIO CLASSROOM 07112023*/
.base-scroll {
    overflow: auto;
}

.flex-container {
    display: flex;
    display: -ms-flexbox;
    text-align: center;
}

.flex-item {
    cursor: pointer;
    padding: 0px;
    border: 1px solid #ccc;
    margin: 0px;
    min-width: 62px;
    margin: 3px;
    border-radius: 3px;
}

.flex-item-beta {
    cursor: pointer;
    padding: 0px;
    border: 1px solid #ccc;
    margin: 0px;
    min-width: 30px;
    margin: 3px;
    border-radius: 3px;
}


/*NEW SEATING DESIGN*/
.clearfix:after {
    content: " "; 
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.seat-wrapper {
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
.flex-block {
    display: inline-block;
}
.flex-body {
    display: flex;
    text-align: center;
}
.flex-data {
    min-width: 60px;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    margin: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.flex-data-beta {
    min-width: 30px;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    margin: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.availableseat {
    background-color: #f5f6fa !important;
}

.notavailableseat {
    background-color: #7f8c8d !important;
    border: 0px;
}

.selectedseat {
    background-color: #2ecc71 !important;
    color: #ecf0f1;
    border: 0px;
}

.takenseat {
    background-color: #e74c3c !important;
    color: #ecf0f1;
    border: 0px;
}

.reservedseat {
    background-color: #3498db !important;
    color: #ecf0f1;
    border: 0px;
}

.legendbase {
    display: inline-block;
    min-width: 105px;
    width: 10%;
}

.legend {
    padding: 0px;
    border: 1px solid #ccc;
    margin: 0px;
    margin: 3px;
    border-radius: 3px;
    height: 30px;
}

.legendavailable {
    background-color: #f5f6fa;
    outline: 1px solid #dcdde1;
    border: none;
}

.legendnotavailable {
    background-color: #7f8c8d;
    border: none;
}

.legendselected {
    background-color: #2ecc71;
    border: none;
}

.legendtaken {
    background-color: #e74c3c;
    border: none;
}

.legendreserved {
    background-color: #3498db;
    border: none;
}

.aisledata {
    text-orientation: upright;
    height: 28px;
    letter-spacing: 20px;
}


/*======================================*/
.glowthis {
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: black;
    color: #ffffff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 5px #eeeeee, 0 0 10px #e8b0b0, 0 0 15px #e08484, 0 0 20px #d95757, 0 0 25px #ad2a2a, 0 0 30px #910f0f;
    }
    /*to {
        text-shadow: 0 0 20px #eeeeee, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }*/
}

/*======================================*/

@font-face {
    font-family: "ManttuldaPhilliph";
    src: url('../assets/fonts/ManttuldaPhilliph.ttf') format('truetype');
}

tr.dragging {
    opacity: 0.5;
}