﻿
/********** Layout **********/

html {
    font-family: Roboto,Helvetica,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: #722283 !important;
}

body.menuActive {
    overflow: hidden;
    height: 100vh;
}

#loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#loading {
    padding: 2rem;
    background: #722283;
    border-radius: 30px;
}

    #loading img {
        max-width: 250px;
        margin-bottom: 2rem;
    }

    #loading i {
        font-size: 2rem;
        color: #fff !important;
    }

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: Poppins,Helvetica,sans-serif;
    font-weight: 900;
    margin: 0 0 1.5rem 0;
}

i {
    color: #722283 !important;
}

a {
    color: #007bff !important;
}

#HRTop {
    background: #c1d119;
    padding: 0;
    margin: 0;
    height: 40px;
    position: relative;
    z-index: 9;
    line-height: 1;
    font-family: Poppins,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 600;
    align-items: center;
    display: flex;
    position: relative;
}

    #HRTop a {
        color: #722283 !important;
    }

    #HRTop .HRContainer {
        font-size: 1.1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1.5rem;
        width: 100%;
    }

#TopBtns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#HRTop .topBtn {
    padding: 7px 10px;
    font-size: 10px;
    color: #fff !important;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    font-family: Poppins,Helvetica,sans-serif;
    text-transform: none;
    transition: all .2s ease-in;
    background: #722283;
    margin-left: 0.5rem;
}

    #HRTop .topBtn a {
        color: #fff !important;
    }

.topBtn:hover {
    zoom: 1.1;
}

#HCMenu {
    display: flex;
    align-items: center;
}

    #HCMenu a {
        font-size: .9rem;
        font-weight: 600;
        color: #f3f3f3 !important;
        display: block;
        line-height: 1;
        z-index: 22;
        text-transform: none;
        position: relative;
        padding: 30px 15px 30px 15px;
        font-family: Poppins,Helvetica,sans-serif;
    }

#logo2 {
    display: none;
}

.HRContainer {
    max-width: 1140px;
    margin: auto;
    padding: 1rem 1.5rem;
    display: block;
}

.angled-divider {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    pointer-events: none;
}

#HRHeader {
    background: #722283;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}

    #HRHeader .HRContainer {
        display: flex;
        align-content: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
        padding-bottom: 0;
    }

        #HRHeader .HRContainer img {
            display: block;
            height: 80px;
        }

.angled-divider.primary .shape-fill {
    fill: #722283;
}

.angled-divider.top svg {
    transform: rotateY(180deg);
}


@media (min-width: 768px) {
    .angled-divider svg {
        height: 50px;
    }
}

.angled-divider svg {
    position: relative;
    display: block;
    width: 100%;
    height: 25px;
}

#HRMain {
    padding-top: 60px;
    background: #fff;
    position: relative;
    z-index: 1;
}

#HRFooter {
    background: #722283;
    color: #fff;
    font-size: 1.1rem;
    padding-top: 50px;
    line-height: 1.8;
    margin-top: 50px;
    margin-top: 30px;
}

    #HRFooter ul {
        margin-left: 0;
        padding-left: 0;
    }

    #HRFooter li {
        position: relative;
        list-style-type: none;
        padding-left: 15px;
    }

        #HRFooter li a {
            color: #fff !important;
        }

        #HRFooter li:before {
            font-family: FontAwesome;
            display: inline-block;
            line-height: 1;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            position: absolute;
            content: "\f0da";
        }

    #HRFooter i {
        color: #fff !important;
        font-family: FontAwesome;
        display: inline-block;
    }

.subMenu {
    padding: 60px 30px 30px 30px;
    width: 100%;
    color: #722283;
    background: #c1d119;
    max-width: 1140px;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 28px;
}

    .subMenu a {
        flex-basis: 31%;
        padding: 30px 20px;
        margin: 0 1% 20px 1%;
        border-radius: 5px;
        background: #722283;
        text-align: center;
        text-transform: none;
        color: #fff !important;
        font-size: 1rem;
        font-weight: 600;
        font-family: Poppins,Helvetica;
    }

        .subMenu a:hover {
            background: #f7941e;
        }

.subMenuWrapper {
    position: absolute;
    top: calc(100% - 27px);
    right: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    margin: auto;
    display: none;
    background: none;
    height: 406px;
}

.parentMenu {
    display: block;
    z-index: 999;
}

    .parentMenu:hover > .subMenuWrapper {
        display: block;
    }

#HCMenu .uk-icon-chevron-down {
    position: absolute;
    bottom: 10px;
    color: #fff !important;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 12px;
}

#HRHeader .HRContainer:before {
    content: ' ';
    position: absolute;
    right: -105px;
    bottom: -50px;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 60px solid #722283;
    clear: both;
    z-index: 999999;
    pointer-events: none;
}

#menuToggle {
    display: none;
}

    #menuToggle:hover {
        cursor: pointer;
    }

.launchItem {
    padding: 1rem;
}

.uk-button:hover i {
    color: #039ee1 !important;
}

.bookButton.uk-button:hover i {
    color: #fff !important;
}

.bookButton:hover {
    background: #039ee1 !important;
}

.progressPanel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

#viewBookingGrid input,
#viewBookingGrid select {
    background: #fff !important;
}

.GroupThree .bookButton,
.GroupFour .bookButton,
.GroupSeven .bookButton,
.GroupSix .bookButton {
    padding-right: 0 !important;
}

.GroupThree #keyText,
.GroupFour #keyText,
.GroupSix #keyText,
.GroupSeven #keyText{
    display: none;
}

.GroupThree .bookButton .spaceNum,
.GroupFour .bookButton .spaceNum,
    .GroupSix .bookButton .spaceNum,
    .GroupSeven .bookButton .spaceNum{
        display: none;
    }



/********** Pre Login **********/

.postLogin {
    display: none !important;
}

/********** Post Login **********/

.LOGGEDIN .postLogin {
    display: block !important; /*or whatever display property you need*/
}

.LOGGEDIN .preLogin {
    display: none !important;
}


/********** Responsive **********/

@media (min-width:1600px) {
}

@media (max-width: 1400px) {
    #ezTop img {
        max-height: none !important;
        image-rendering: -webkit-optimize-contrast;
    }
}

@media (max-width:1370px) {
    #HRHeader .HRContainer:before {
        display: none;
    }
}

@media (max-width:959px) {
    .uk-button {
        font-size: 14px;
    }

    #HRHeader .HRContainer {
        display: block;
        padding-bottom: 1rem;
    }

    .menuActive #HRHeader .HRContainer {
        display: flex;
    }

    #HRHeader .HRContainer:before {
        display: none;
    }

    #HCMenu {
        display: none;
        position: fixed;
        top: 130px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        background: #c1d119;
        flex-direction: column;
    }

        #HCMenu a {
            display: block;
            color: rgb(114, 34, 131) !important;
            cursor: pointer;
            display: block;
            font-family: Poppins, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: 600;
            border-bottom: 1px solid rgba(255,255,255,.2) !important;
            padding: 1rem;
        }

    .menuActive #HRHeader {
        background: #c1d119 !important;
    }

    .menuActive #logo2 {
        display: block;
    }

    .menuActive #logo1 {
        display: none;
    }

    .menuActive #HCMenu {
        display: block;
    }

    .menuActive #menuToggle .uk-icon-navicon {
        display: none;
    }

    .menuActive #menuToggle .uk-icon-close {
        display: block !important;
        color: rgb(114, 34, 131) !important;
        padding: 5px 10px;
        border: 4px solid rgb(114, 34, 131) !important;
    }

    .menuActive #HCMenu .uk-icon-chevron-down {
        display: none;
    }

    .menuActive .angled-divider {
        display: none;
    }

    #menuToggle {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

        #menuToggle i {
            color: #fff !important;
            font-size: 2rem;
        }

    #logo1, #logo2 {
        height: calc(80px - 20px);
        margin: 0;
        position: absolute;
        left: 15px;
        top: 20px;
        z-index: 26;
    }

        #logo1 img, #logo2 img {
            height: 90% !important;
            width: auto;
        }
}

@media (max-width:767px) {
    .loginPage #ezMainInner {
        padding: 0;
    }
}

@media (max-width:479px) {

#TopBtns .topBtn {
    margin-top:0.5rem;

}
    

    #HRTop {
        height:auto !important;
        padding-bottom:0.5rem;
    }
    
    .HRContainer {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .uk-panel-box h2:first-of-type {
        font-size: 1rem;
    }
}
