﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
h2{
    font-size:14px!important;
    font-weight:bold!important;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
    transition: 0.3s;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
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 .65rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Source Sans Pro',Arial, Helvetica, Sans-Serif;
    font-size: 14px;
}

.headerTitle {
    font-size: 35px;
}

.headerlogowrap {
    text-align: right;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

.footer-inner {
    padding: 16px 0 12px 0;
}

.footerright {
    float: left;
    width: 70%;
    text-align: right;
}

    .footerright p.small {
        font-size: 12px;
        margin: 0;
    }

.footerright {
    color: #ccc;
}

    .footerright a {
        color: #ccc;
    }

        .footerright a:hover {
            color: #00a0f6;
        }

/* Styles for Navigation */

.navbar-nav {
    margin-left: -13px !important;
}

    .navbar-nav a {
        color: #333333 !important;
    }

        .navbar-nav a:hover {
            color: #FF5733 !important;
        }

.dropdown-menu {
    font-size: 14px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-light .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

/* Styles for Navigation */

.grdEvents {
    width: 100%
}

    .grdEvents a:hover {
        color: #00a0f6;
    }

    .grdEvents table {
        border-collapse: collapse;
        width: 100%;
    }

    .grdEvents th, td {
        text-align: left;
        padding: 8px;
    }

    .grdEvents tr:nth-child(even) {
        background-color: #f7f7f7;
    }

    .grdEvents th {
        border-width: 1px 0px 1px 0px;
        border-style: solid;
        border-color: #ddd;
    }

    .grdEvents tr {
        word-break: break-word;
    }

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.col-form-label {
    padding-left: 0px !important;
}

.form-group.required .col-form-label:after {
    content: "*";
    color: red;
}

.btn-primary {
    transition: all 0.2s ease 0s;
    ml-n10p border-width: 0px 0px 3px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #CCC;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    outline: 0px none;
    width: 9em;
    background-color: #F15A25;
    color: #FFF;
    border-bottom: 3px solid #CCC;
    height: 40px;
}

    .btn-primary:hover {
        background-color: #933716;
        border-bottom: 3px solid #CCC;
        color: #FFF;
    }

    .btn-primary:disabled {
        opacity: 0.65;
        cursor: not-allowed;
    }

input[type="checkbox"] {
    width: 22px;
    cursor: pointer;
}

.btn-link {
    font-size: 14px;
    padding: 0 !important;
    vertical-align: unset;
    color: #0366d6;
    background: unset !important;
    border: unset !important;
    text-decoration: none;
}

    .btn-link:hover {
        text-decoration: none;
    }

.attend-input-seperator {
    max-width: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.attend-label-error {
    font-weight: bold;
    color: red;
}

.attend-label {
    max-width: 120px;
    padding-right: 0px;
}

.w-10 {
    width: 10% !important;
}

.text-red {
    color: red !important;
}

.text-green {
    color: green !important;
}

.custom-select {
    font-size: 14px !important;
}

.ldr-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 500000;
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 10px;
}

.ldr-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    animation-delay: 1s;
    padding-top: 25%;
}

.ldr-message {
    color: $white;
    text-align: center;
    font-family: Fabrikat-Regular;
    letter-spacing: 1.4px;
}

.ldr-item {
    width: 10px;
    height: 10px;
    background: #f583a1;
    border-radius: 50%;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50%, 75% {
        transform: scale(2.5);
    }

    78%, 100% {
        opacity: 0;
    }
}

.ldr-item:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    transition: 0.5s all ease;
    transform: scale(1);
}

.ldr-item-1 {
    background-color: #fff9f4;
}

    .ldr-item-1:before {
        background-color: #fff9f4;
        animation-delay: 200ms;
    }

.ldr-item-2 {
    background-color: #fef2e9;
}

    .ldr-item-2:before {
        background-color: #fef2e9;
        animation-delay: 400ms;
    }

.ldr-item-3 {
    background-color: #fde6d4;
}

    .ldr-item-3:before {
        background-color: #fde6d4;
        animation-delay: 600ms;
    }

.ldr-item-4 {
    background-color: #fbcea9;
}

    .ldr-item-4:before {
        background-color: #fbcea9;
        animation-delay: 800ms;
    }

.ldr-item-5 {
    background-color: #f9b57e;
}

    .ldr-item-5:before {
        background-color: #f9b57e;
        animation-delay: 1000ms;
    }

.ldr-item-6 {
    background-color: #f79c53;
}

    .ldr-item-6:before {
        background-color: #f79c53;
        animation-delay: 1200ms;
    }

.ldr-item-7 {
    background-color: #f68428;
}

    .ldr-item-7:before {
        background-color: #f68428;
        animation-delay: 1400ms;
    }

.w-18 {
    width: 18% !important;
}
.aprlcode {
    text-align: right;
    margin-bottom: 2px;
    margin-top: 5px;
}
.btn-primary:disabled {
    background-color: #e9ecef;
    border-color: #e9ecef;
}