﻿body {
    font-size: 14px;
    position: relative;
}

.btn {
    text-decoration: none;
}

.btn-default {
    background-color: rgba(211,211,211,0.8);
    background-image: none;
    border: 0;
}

    .btn-default:hover {
        background-color: rgba(211,211,211,1);
        border: 0;
    }


.btn-yellow {
    background: rgba(255,205,3,0.8);
    color: #000;
}

    .btn-yellow:hover {
        background: rgba(255,205,3,1);
    }


.btn-red {
    background: rgba(221,26,33,0.8);
    color: #fff !important;
}

    .btn-red:hover {
        background: rgba(221,26,33,1);
    }

.btn-light-blue {
    background: rgba(0,163,218,0.8);
    color: #fff !important;
}

    .btn-light-blue:hover {
        background: rgba(0,163,218,1)
    }

.btn-blue {
    background: rgba(0,108,182,0.8);
    color: #fff !important;
}

    .btn-blue:hover {
        background: rgba(0,108,182,1);
    }

.btn-green {
    background: rgba(0,175,77,0.8);
    color: #fff !important;
    outline: 0;
    border: 0;
}

    .btn-green:hover {
        background: rgba(0,175,77,1);
    }

.btn-orange {
    background: rgba(245, 125, 32, 0.8);
    color: #fff !important;
    outline: 0;
    border: 0;
}

    .btn-orange:hover {
        background: rgba(245, 125, 32, 1);
    }

.link-green {
    color: rgba(85,163,124,1);
}
    .link-green:hover {
        color: rgba(85,163,124,0.9);
    }

.link-red {
    color: rgba(177,41,65,1);
}

    .link-red:hover {
        color: rgba(177,41,65,0.9);
    }

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xl {
    padding: 20px 16px;
    font-size: 20px;
    min-width: 350px;
    margin-bottom: 25px;
}

#no-access-container {
    position:relative;
    z-index:1;
}

.progress-bar {
    transition-duration: 1s;
    width: 0
}

.text-black-25 {
    color: rgba(0,0,0,.25) !important;
}


.print-area p {
    min-height:31px;
}

#no-access-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.75);
    z-index: 2;
    cursor: pointer;
}

#FormGroupLegoLocation {
    border-left:1px solid #e0e0e0;
    padding-left:0.75em;
}

.opacity-25 {
    opacity: 0.25;
}


.notification-warning {
    border: 1px solid #ffc107;
}

.form-inline {
    margin-bottom:15px;
}

label {
    color: #000;
    font-weight: 600;
}

.timeselect:after {
    display: block;
}

.timeselect, .ageselect, .numberselect {
    width: 70px !important;
    display: inline;
}



.progress-bar {
    transition-duration: 1s;
    width: 0;
}


#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 50px;
    background: rgba(225,225,225,1);
    color: #333;
    font-size:20px;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

    #back-to-top:hover {
        background: rgba(225,225,225,0.8);
    }

    #back-to-top.show {
        opacity: 1;
    }

/*
.alert-static {
    display: flex;
    flex-direction: row;
}
    .alert-static i {
        margin-right: 10px;
    }

.alert div,
.alert span {
}
    */


.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 2em;
    /*background-color:#fff;*/
    z-index: 999;
    margin-left: -15px;
}
    .sticky:before,
    .sticky:after {
        content: '';
        display: table;
    }


.sticky > .nav-pills .nav-link.active {
    color: #000;
    background-color: #f8f9fa;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent !important;
    border-color: #dee2e6 #dee2e6 #f8f9fa !important;
}


.validation-summary-errors {
    position: relative;
    padding: .75rem 1.25rem 0.2rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}


/* Custom checkbox design */

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 30px;
        height: 25px;
        display: inline-block;
        line-height: 25px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -25px;
    }

label.css-label {
    background-image: url(../images/css-checkbox-v3.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.status-invited {
    background-color: #ffffe6;
}

.status-accepted {
    background-color: #90ee90;
}
.status-declined {
    background-color: #F08080;
}

ul li {
    margin-bottom: 0.5em;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.75;
}


.breadcrumb {
    padding: 0 !important;
    background-color: transparent !important;
    font-size:90%;
}


    /* HELPER CLASSES */
    .inner {
    padding-top: 120px;
    padding-bottom: 120px;
}

.inner-md {
    padding-top: 100px;
    padding-bottom: 100px;
}

.inner-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner-top {
    padding-top: 120px;
}

.inner-top-md {
    padding-top: 100px;
}

.inner-top-sm {
    padding-top: 80px;
}

.inner-top-xs {
    padding-top: 40px;
}

.inner-bottom {
    padding-bottom: 120px;
}

.inner-bottom-md {
    padding-bottom: 100px;
}

.inner-bottom-sm {
    padding-bottom: 80px;
}

.inner-bottom-xs {
    padding-bottom: 40px;
}

.inner-left {
    padding-left: 75px;
}

.inner-left-md {
    padding-left: 60px;
}

.inner-left-sm {
    padding-left: 45px;
}

.inner-left-xs {
    padding-left: 30px;
}

.inner-right {
    padding-right: 75px;
}

.inner-right-md {
    padding-right: 60px;
}

.inner-right-sm {
    padding-right: 45px;
}

.inner-right-xs {
    padding-right: 30px;
}

.outer {
    margin-top: 120px;
    margin-bottom: 120px;
}

.outer-md {
    margin-top: 100px;
    margin-bottom: 100px;
}

.outer-sm {
    margin-top: 80px;
    margin-bottom: 80px;
}

.outer-xs {
    margin-top: 40px;
    margin-bottom: 40px;
}

.outer-top {
    margin-top: 120px;
}

.outer-top-md {
    margin-top: 100px;
}

.outer-top-sm {
    margin-top: 80px;
}

.outer-top-xs {
    margin-top: 40px;
}

.outer-top-xxs {
    margin-top: 20px;
}

.outer-bottom {
    margin-bottom: 120px;
}

.outer-bottom-md {
    margin-bottom: 100px;
}

.outer-bottom-sm {
    margin-bottom: 80px;
}

.outer-bottom-xs {
    margin-bottom: 40px;
}

.outer-bottom-xxs {
    margin-bottom: 10px;
}

.inner {
    padding-top: 120px;
    padding-bottom: 120px;
}

.inner-md {
    padding-top: 100px;
    padding-bottom: 100px;
}

.inner-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner-top {
    padding-top: 120px;
}

.inner-top-md {
    padding-top: 100px;
}

.inner-top-sm {
    padding-top: 80px;
}

.inner-top-xs {
    padding-top: 40px;
}

.inner-bottom {
    padding-bottom: 120px;
}

.inner-bottom-md {
    padding-bottom: 100px;
}

.inner-bottom-sm {
    padding-bottom: 80px;
}

.inner-bottom-xs {
    padding-bottom: 40px;
}

.inner-left {
    padding-left: 75px;
}

.inner-left-md {
    padding-left: 60px;
}

.inner-left-sm {
    padding-left: 45px;
}

.inner-left-xs {
    padding-left: 30px;
}

.inner-right {
    padding-right: 75px;
}

.inner-right-md {
    padding-right: 60px;
}

.inner-right-sm {
    padding-right: 45px;
}

.inner-right-xs {
    padding-right: 30px;
}

.outer {
    margin-top: 120px;
    margin-bottom: 120px;
}

.outer-md {
    margin-top: 100px;
    margin-bottom: 100px;
}

.outer-sm {
    margin-top: 80px;
    margin-bottom: 80px;
}

.outer-xs {
    margin-top: 40px;
    margin-bottom: 40px;
}

.outer-top {
    margin-top: 120px;
}

.outer-top-md {
    margin-top: 100px;
}

.outer-top-sm {
    margin-top: 80px;
}

.outer-top-xs {
    margin-top: 40px;
}

.outer-bottom {
    margin-bottom: 120px;
}

.outer-bottom-md {
    margin-bottom: 100px;
}

.outer-bottom-sm {
    margin-bottom: 80px;
}

.outer-bottom-xs {
    margin-bottom: 40px;
}

.no-margins {
    margin:0 !important;
}


@media (max-width: 767px) {

    .inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .inner-md {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .inner-sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .inner-xs {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .inner-top {
        padding-top: 80px;
    }

    .inner-top-md {
        padding-top: 65px;
    }

    .inner-top-sm {
        padding-top: 50px;
    }

    .inner-top-xs {
        padding-top: 40px;
    }

    .inner-bottom {
        padding-bottom: 80px;
    }

    .inner-bottom-md {
        padding-bottom: 65px;
    }

    .inner-bottom-sm {
        padding-bottom: 50px;
    }

    .inner-bottom-xs {
        padding-bottom: 40px;
    }
}



/* Tables
-------------------------------------------------- */

table {
    box-sizing: border-box;
}

td, th {
}

.clickable-row, .clickable-row-fancybox {
    transition: all 0.1s;
}

    .clickable-row:hover, .clickable-row-fancybox:hover{
        cursor: pointer;
        background-color: rgba(0,123,255,.05) !important;
        box-shadow: 0;
        -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        /*border-left: 2px solid #007bff !important;*/
    }
    
    .clickable-row td:first-child, .clickable-row-fancybox td:first-child {
        border-left: 2px solid transparent !important;
    }

    .clickable-row:hover td:first-child, .clickable-row-fancybox:hover td:first-child {
        border-left: 2px solid #007bff !important;
    }



.table-hover tr .link-green, .table-hover tr .link-red {
    opacity: 0.1;
}

.table-hover tr:hover .link-green, .table-hover tr:hover .link-red {
    opacity: 1;
}

#example i:hover {
    cursor:pointer;
}


/* FancyBox
    -------------------------------------------------- */
.fancybox-stage .container {
    vertical-align:top;
}

.fancybox-button {
    height:60px !important;
    width:60px !important;
}


/* Step Form
    -------------------------------------------------- */


#stepForm h4 {
    font-size:2rem;
    font-weight:400 !important;
}


.playday-location-option {
    width: 100%;
    padding: 1em 1em 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    color: #000;
    display:block;
    background-color:#fff;
}
    .playday-location-option:hover {
        background-color: rgba(0,123,255,.10) !important;
        text-decoration: none;
        color: #000;
    }
    .playday-location-option.active {
        border: 1px solid rgba(0,123,255,1);
        background-color: rgba(0,123,255,.10) !important;
        text-decoration: none;
        color: #000;
    }

    .playday-location-option img {
        max-height:100px;
        max-width:100px;
    }

/* Spinner
    -------------------------------------------------- */
#loading {
    position: absolute; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.9); /* Black background with opacity */
    z-index: 9998; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.spinner {
    position: absolute;
    left: 50%;
    top: 200px;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
    z-index:9999;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}