﻿/*
    ===================================================================================================

    PACE - Global Site CSS for Pace

    ===================================================================================================

*/

/*  
    ---------------------------------------------------------------------------------------------------

    Common CSS Classes

    ---------------------------------------------------------------------------------------------------
*/

/*  Padding Classes */
.pad-t8 {
    padding-top: 8px;
}
.pad-b8 {
    padding-bottom: 8px;
}
.pad-l8 {
    padding-left: 8px;
}
.pad-r8 {
    padding-right: 8px;
}
.pad-a8 {
    padding: 8px;
}

/*  Margin Classes */
.margin-t8 {
    margin-top: 8px;
}
.margin-b8 {
    margin-bottom: 8px;
}
.margin-l8 {
    margin-left: 8px;
}
.margin-r8 {
    margin-right: 8px;
}
.margin-a8 {
    margin: 8px;
}

/*  Text Classes */
.text-ellipses {
    overflow: hidden;
    text-overflow: ellipsis;
}

.cursor-pointer {
    cursor: pointer;
}

/*
    ---------------------------------------------------------------------------------------------------
    
    FlexBox Styles
    
    ---------------------------------------------------------------------------------------------------
*/
.flexBox {
    display: flex;
}

.flex {
    display: flex;
}

.flexwrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-justify-start {
    justify-content: flex-start;
}

.flex-justify-center {
    justify-content: center;
}


/*
    ---------------------------------------------------------------------------------------------------
    
    Opaqueness Setting
    
    ---------------------------------------------------------------------------------------------------
*/
.opaque30 {
    opacity: 0.3;
}


/*
    ---------------------------------------------------------------------------------------------------
    
    Community Page Template Styling

    ---------------------------------------------------------------------------------------------------
*/

.blueHighlightText {
    color: #0ca5ed;
}

#SpacerLeft {
    background-color: rgb(96,96,96);
}

.person-navbar {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 250px;
}

.main-content {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1000px;
    overflow-y: auto;
}

.main-content-body {
    min-height: 400px;
    overflow-y: auto;
}

.spacer {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 800px;
}

.header-border {
    border: 0.5px solid lightgrey;
    margin-top: 5px;
    margin-bottom: 24px;
    margin-left: -50px;
}

.header-icon {
    color: rgb(245,245,245);
    position: absolute;
    left: 15px;
    top: 5px;
    z-index: -1;
    transform: rotate(-15deg);
}

/*
    ---------------------------------------------------------------------------------------------------
    
    Media Queries

    ---------------------------------------------------------------------------------------------------
*/


/*
    ---------------------------------------------------------------------------------------------------
    
    Telerik Styles

    ---------------------------------------------------------------------------------------------------
*/
.k-grid td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .k-grid td:hover {
        text-overflow: initial;
        overflow: visible;
        white-space: normal;
    }

    /* Profile */



.k-checkbox-label {
    font-weight: normal;
}

.k-checkbox-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.profile-image {
    height: 150px;
    width: 150px;
    border-radius: 75px;
    object-fit: cover;
    border: 2px solid #ededed;
}

.profile-edit-image-container {
    position: absolute;
    bottom: 0px;
    right: 10px;
    height: 32px;
    width: 32px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 16px;
    border: 2px solid #ededed;
    cursor: pointer;
}

.primary-info {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.profile-header {
    display: flex;
    align-items: center;
    padding: 0px 40px 20px 20px;
}

.profile-body {
    display: flex;
    flex-wrap: wrap;
    background-color: #f3f3f6;
    width: 100%;
}
.scrollable-container {
    min-height: calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    overflow: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.scrollable-container::-webkit-scrollbar {
    display: none;
}
.scrollable-container-center {
    overflow: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    flex-grow: 1;
}

.scrollable-container-center::-webkit-scrollbar {
    display: none;
}

.profile-left-column {
    flex-shrink: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    box-shadow: 0px 2px 2px lightgrey;
}

.profile-center-column {
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

.profile-right-column {
    flex-shrink: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0px 2px 2px lightgrey;
}

.profile-responsive-column {
    display: flex;
    flex-direction: row;
}

.profile-card {
    margin-bottom: 10px;
}

.profile-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.profile-card-footer {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-top: 10px;
}

.profile-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.profile-row-title {
    font-size: 0.9em;
    padding-right: 60px;
}

.profile-row-info {
    font-size: 0.9em;
    text-align: right;
}

.profile-tooltip-icon {
    color: #0ca5ed;
}

.my-info {
}

.preference-saved {
    color: #1ab394;
    font-weight: normal;
}

.info-row {
    display: flex;
    align-items: center;
}

.info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.primary-color {
    color: #0ca5ed;
}

.horizontal-divider {
    height: 0px;
    width: 100%;
    border-bottom: 1px solid #ededed;
    margin: 10px 20px;
}

.vertical-divider {
    height: 40px;
    width: 0px;
    border-left: 1px solid #ededed;
    margin: 0px 10px;
}

.clickable {
    cursor: pointer;
}

.profile-icon {
    font-size: 0.9em;
    padding-right: 5px;
}

.event-image-responsive {
    height: 10vw;
    min-height: 150px;
    object-fit: contain;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pace-main-content {
    position: relative;
    min-height: calc(100vh-60px);
    background-color: white;
}

.column-header {
    font-weight: bold;
    font-size: 1.4em;
    padding: 15px 0px 5px 0px;
}

.column-subheader {
    font-size: 0.9em;
    padding: 0px 0px 20px 0px;
}

.profile-event-card {
    border-radius: 5px;
    width: 100%;
    height: 10vw;
    min-width: 300px;
    min-height: 150px;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: white;
    box-shadow: 0px 2px 2px lightgrey;
    display: flex;
}

.event-card-body {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}
.event-card-column-left {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.event-card-column-right {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}
.event-card-name {
    font-size: 1.2em;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.event-card-price {
    font-size: 1.2em;
    font-weight: bold;
}
.event-card-description {
    font-size: 0.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.event-card-time {
    font-size: 0.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.remove-child-inheritance {
}

.events-body {
    display: flex;
    flex-wrap: wrap;
    background-color: #f3f3f6;
    width: 100%;
}

.login-container {
    display: flex;
    flex-wrap: wrap;
}

.text-danger {
    font-size: 0.8em;
}

.registration-body {
    display: flex;
    flex-wrap: nowrap;
}

.registration-left-column {
    max-width: 350px;
}

.registration-right-column {
    max-width: 350px;
}

.register-row {
    display: flex;
    flex-grow: 1;
    padding-bottom: 10px;
}

.item-spacer {
    width: 5px;
}

.registration-label {
    font-weight: bold;
    font-size: 0.9em;
}

.registration-vertical-divider {
    border-left: 1px solid #ededed;
    margin: 20px;
}
.hv-br {
    min-height: 20px;
    min-width: 20px;
}

.main-event-card {
    border-radius: 5px;
    width: 100%;
    height: 10vw;
    min-height: 150px;
    min-width: 300px;
    margin-bottom: 10px;
    background-color: white;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    display: flex;
    cursor: pointer;
}

.main-event-card-non-responsive {
    display: flex;
    align-items: stretch;
    border-radius: 5px;
    width: 100%;
    min-height: 150px;
    min-width: 300px;
    margin-bottom: 10px;
    background-color: white;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    border-left: 0px solid #0ca5ed;
    cursor: pointer;
    transition: border-left 300ms;
}

.main-event-card:hover > .event-hover-bar {
    border-left: 10px solid #0ca5ed;
}

.profile-event-card:hover > .event-hover-bar {
    border-left: 10px solid #0ca5ed;
}
.main-event-card-non-responsive:hover > .event-hover-bar {
    border-left: 10px solid #0ca5ed;
}

.event-hover-bar {
    min-width: 10px;
    height: 10vw;
    min-height: 150px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    z-index: 5;
    border-left: 0px solid #0ca5ed;
    transition: 300ms;
}

@media (max-width:875px) { /* Mobile */
    .hide-mobile {
        display: none;
    }
    .flex-mobile {
        display: flex;
    }
    .row-mobile {
        flex-direction: row;
    }
    .column-mobile {
        flex-direction: column;
    }
    .align-center-mobile {
        align-items: center;
    }

    .justify-center-mobile {
        justify-content: center;
    }
    .search-bar {
        flex: 2;
    }
    .shrink-padding-mobile {
        padding: 20px !important;
    }
    .events-right-column {
        position: absolute;
        z-index: 5;
        right: -500px;
        flex-direction: column;
        height: calc(100vh - 60px);
        transition: 300ms;
    }
    .pace-navbar-header {
        max-height: 65px;
    }
    .pace-header {
        min-width: 100vw;
        max-height: 65px;
    }
    .pace-header-container {
        min-width: 100vw;
        max-height: 45px;
    }
    .pace-header-image {
        height: 40px;
    }
    .registration-body {
        flex-direction: column;
    }
    .login-container {
        flex-direction: column-reverse;
    }
    .profile-body {
        flex-direction: column;
    }
    .event-card-description {
        -webkit-line-clamp: 2;
    }
    .profile-left-column {
        order: 1;
    }
    .profile-right-column {
        order: 2;
    }
    .profile-center-column-container {
        order: 3;
    }
    .registration-vertical-divider {
        display: none;
    }
    .mobile-sandwich-menu {
        display: flex;
    }
    .right-header-image {
        display: none;
    }
    .keep-width {
        min-width: calc(100vw - 60px);
    }
    .filter-left {
        width: 100%;
    }
    .filter-left-special {
        width: calc(100vw - 97px) !important;
    }
}


@media (min-width:875px) and (max-width:1300px) { /* Tablet */
    .hide-tablet {
        display: none;
    }
    .flex-tablet {
        display: flex;
    }
    .row-tablet {
        flex-direction: row;
    }
    .column-tablet {
        flex-direction: column !important;
    }
    .align-center-tablet {
        align-items: center;
    }
    .shrink-padding-tablet {
        padding: 20px !important;
    }

    .justify-center-tablet {
        justify-content: center;
    }
    .search-bar {
        flex: 2;
    }
    .events-right-column {
        position: absolute;
        z-index: 5;
        right: -500px;
        flex-direction: column;
        height: calc(100vh - 60px);
        transition: 300ms;
    }
    .login-container {
        flex-direction: column-reverse;
    }
    .profile-body {
        flex-wrap: wrap;
    }
    .event-card-description {
        -webkit-line-clamp: 2;
    }
    .profile-left-column {
        order: 1;
        flex: 2 1 auto;
    }
    .profile-right-column {
        order: 2;
    }
    .profile-center-column-container {
        order: 3;
    }
    .mobile-sandwich-menu {
        display: none;
    }
    .filter-left {
        width: 30vw;
        min-width: 250px !important;
    }
    .filter-left-special {
        width: calc(30vw - 57px) !important;
        min-width: 199px !important;
    }
    .profile-row-title {
        padding-right: 20px;
    }
    .remove-style-tablet {
        margin-bottom: 0px !important;
        margin-right: 20px !important;
    }
}

@media (min-width:1300px) { /* Desktop */
    .hide-desktop {
        display: none;
    }
    .flex-desktop {
        display: flex;
    }
    .row-desktop {
        flex-direction: row;
    }
    .column-desktop {
        flex-direction: column;
    }
    .align-center-desktop {
        align-items: center;
    }
    .justify-center-desktop {
        justify-content: center;
    }
    .events-right-column {
        flex-direction: column;
        height: calc(100vh - 60px);
    }
    .login-right-column {
        min-height: calc(100vh - 60px);
    }
    .login-container {
        flex-wrap: nowrap;
    }
    .profile-body{
        flex-wrap: nowrap;
    }
    .events-body {
        flex-wrap: nowrap;
    }
    .event-card-description {
        -webkit-line-clamp: 3;
    }
    .profile-left-column {
        height: calc(100vh - 60px);
    }
    .profile-right-column {
        height: calc(100vh - 60px);
    }
    .scrollable-container-center {
        max-height: calc(100vh - 60px);
    }
    .mobile-sandwich-menu {
        display: none;
    }
}