﻿@import 'floating-labels.css';
@import 'typography.css';

html {
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden;
}

body {
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden;
}

#blazor-error-ui {
    display: none;
    padding: .75rem 1.25rem;
    position: fixed;
    width: 30vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    color: #856404;
    background-color: #fff3cd;
}

    #blazor-error-ui > div {
        padding: 1rem 0 .3rem 0;
    }

    #blazor-error-ui .reload {
        padding: .5rem;
        color: #212529;
        background-color: #ffc107;
        text-decoration: none;
    }

.navbar {
    width: 100%;
    justify-content: space-between;
    flex-grow: unset;
    align-items: center;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.announcement {
    width: 80%;
    max-width: 820px;
    min-width: 320px;
    margin: 0 auto;
    padding: 48px 0px;
}

.bg-theme {
    background: linear-gradient(to bottom, #0c770338, transparent);
}

.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.clickable-div {
    background: rgba(0,0,0,0.7);
    cursor: pointer;
    width: 190px;
    height: 60px;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

    .clickable-div p {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: white;
        margin: 0;
    }

    .clickable-div:hover {
        background: rgba(0,0,0,1);
    }

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.box-shadow-3d {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.teg-tooltip {
    width: 50%;
}

.k-drawer-content {
    height: 100%;
    overflow: auto;
    padding: 20px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 767.98px) {
    .k-window-title {
        font-size: 0.8rem !important;
        line-height: 0.8rem !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .k-drawer-content {
        padding: 20px 8px;
        padding-bottom: 80px;
    }
}
/* The grid container - the wrapper to specify the css grid */
.page-grid__container {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: auto;
    height: 100vh;
}
/* the main area is 100vh - headerHeight - footerHeight */
.k-drawer-container {
    height: calc(100vh - 128px);
    overflow-x: auto;
}

.main-container {
    height: calc(100vh - 128px);
    overflow: auto;
    padding: 20px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

/*loader page load*/
@keyframes grow {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.8)
    }
}

.loader {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader_logo {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: auto;
}

.loader_component {
    display: flex;
    justify-content: center;
}

.loader_dot {
    width: 16px;
    height: 16px;
    background-color: #c9e165;
    border-radius: 50%;
    animation: 1s ease-in-out 0s infinite alternate none running grow;
    margin: 12px;
}

.dot2 {
    animation-delay: 0.3s;
}

.dot3 {
    animation-delay: 0.6s;
}
/* approved button styles for the requests page */
.approved-disabled .approved-btn {
    pointer-events: none;
    opacity: 0.65;
}

.large-icons .k-icon {
    font-size: 80px !important;
}

.k-notification-group.admin-registration-notification,
.k-notification-group.notification-container {
    z-index: 1000;
    bottom: 80px;
    right: 20px;
}

.demo-notification {
    z-index: 1000;
}

@media (max-width: 767px) {
    .hide-nav-mobile {
        display: none;
    }
}

[aria-sort="none"] .k-column-title::after {
    content: "\e020";
    width: 1em;
    height: 1em;
    outline: 0;
    font-size: 16px;
    font-family: "WebComponentsIcons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-decoration: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #007bff;
}

.i-col-green {
    color: #006400;
}

.i-col-red {
    color: red;
}

.schedule-list {
    width: 100%;
    font-size: 0.9em;
}

    .schedule-list tr td {
        padding: 5px 20px 5px 0;
    }

        .schedule-list tr td:last-child {
            padding: 5px 0;
            text-align: right;
        }

    .schedule-list tr:hover .schedule-society {
        border-left: 5px solid #0c770338;
    }

    .schedule-list tr:hover td {
        background: #0c770338;
    }

        .schedule-list tr:hover td .i-col-green {
            color: #006400;
        }

    .schedule-list .schedule-society {
        margin: 3px 0;
        padding: 2px 10px;
        border-left: 5px solid #CFCFCF;
        -webkit-transition: all .25s linear;
        -moz-transition: all .25s linear;
        -o-transition: all .25s linear;
        -ms-transition: all .25s linear;
        transition: all .25s linear;
    }

        .schedule-list .schedule-society .schedule-society-name {
            color: #004A5B;
            font-size: 1.2em;
            font-weight: 600;
            text-align: left;
        }

.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    padding: 0.15rem 0.75rem;
}

.k-dropdown-operator.k-picker-md .k-input-button {
    padding: 0.15em;
}

.k-icon-button.k-button-md {
    padding: 0.15em;
}

.summary-container {
    max-width: 1200px;
    min-width: 1200px;
}

.summary-detail-body {
    display: grid; /* sets the div as a grid container */
    grid-template-columns: repeat(3, 1fr); /* creates 3 columns with equal width */
    grid-auto-rows: 1fr; /* sets the height of each row to 1 fraction unit */
}

    .summary-detail-body p {
        padding: 1rem;
        display: flex;
        flex-direction: column;
    }

        .summary-detail-body p span {
            font-weight: 700;
        }

@media only screen and (max-width: 767.98px) {
    .summary-container {
        max-width: 100%;
        min-width: 100%;
    }

    .summary-detail-body {
        display: grid; /* sets the div as a grid container */
        grid-template-columns: repeat(2, 1fr); /* creates 3 columns with equal width */
        grid-auto-rows: 1fr; /* sets the height of each row to 1 fraction unit */
    }
}