﻿html {
    position: relative;
    min-height: 100%;
}

.navbar-default .navbar-nav > li > a {
    color: white !important;
    
}

.redbackground {
    background-color: #BB0000;
    color: white;
}

.validation-summary-errors {
    color: red;
}


.k-checkbox:checked + .k-checkbox-label:active:before, .k-checkbox:checked:active + .k-checkbox-label:before {
    box-shadow: 0 0 2px 0 #BB0000;
    border-color: #BB0000;
    -webkit-box-shadow: 0 0 2px 0 #BB0000;
}

.k-checkbox:checked {
    color: #BB0000 !important;
    border-color: #BB0000;
}

.k-checkbox:focus + .k-checkbox-label:before, .k-checkbox:focus + .k-checkbox-label:hover:before {
    box-shadow: 0 0 2px 0 #BB0000;
    border-color: #BB0000;
    -webkit-box-shadow: 0 0 2px 0 #BB0000;
}

.k-checkbox-label:before {
    color: #BB0000 !important;
}



p {
    font-size: 16px;
}

li {
    font-size: 16px;
}

h4 {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}



.navbar-default {
    background-color: #BB0000;
    border-color: #BB0000;
    border-radius: 0px;
}

    .navbar-default .navbar-nav > li > a {
        color: white;
    }

.dropdown-menu {
    background-color: #666666;
}

    .dropdown-menu > li > a {
        color: white;
    }



        .dropdown-menu > li > a:hover {
            color: black !important;
            background-color: transparent !important;
        }


.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: black !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: black !important;
    background-color: transparent !important;
}

.nav > li > span {
    position: relative;
    display: block;
    color: white;
    padding: 10px 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dropdown open {
    background-color: #666666;
}

.header {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #A8ADB4;
    top: 0px;
    left: 0px;
    text-align: right;
    padding-right: 20px;
    background-color: #bb0000;
}

footer {
    text-align: center;
}

.btn {
    background-color: #bb0000;
    color: white;
}

.btn .k-icon
{
    color:white !important;
}

.k-upload-button {
    background-color: #bb0000 !important;
    color: white !important;
}


.navbar {
    margin-bottom: 20px;
}

.navbar-toggler {
    border: 1px solid black;
}

.open > a {
    background-color: #666666;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.form-clear {
    border: none;
    box-shadow: none;
}

.card {
    box-shadow: 0 3px 7px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22);
    position: relative;
    display: webkit box;
    display: flex;
    display: webkit flex;
    display: ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin: 15px;
    padding: 10px;
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*padding: 1.25rem;*/
    min-height: 95px;
}

.selected {
    border: 1px solid green;
}


.top-buffer {
    margin-bottom: 30px;
}



.k-window > div.k-popup-edit-form {
    padding: 16px !important;
}

@media (max-width: 767px) {
    .navbar-brand {
        height: 61px;
        padding: 0px 15px;
        margin-top: 0px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

    .welcome {
        display: none;
    }

    .navbar {
        border: unset;
        z-index: 9999;
    }


    .navbar-brand > img {
        height: 56px;
        width: 50px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
}


.headerTitle {
    color: white;
    font-size: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    position: relative;
    display: block;
}

.hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #eeeeee;
}


/*.box {
    border: solid 1px black;
}*/

.btn:hover, .btn:focus {
    color: white;
    outline: none;
}


.initialBox {
    display: inline-block !important;
    width: 75px !important;
}




.pagetitle {
    font-family: $pagefont;
    font-size: 16px;
    font-weight: bold;
}

/* Titles on pages with no navbars */
.titlewrapper-nonavbar {
    font-weight: bold;
    background-color: #f9f9f9;
    padding: 10px;
    /* Push it down from the top so that the adminbar doesn't cover it */
    padding-top: 40px;
}

.titlewrapper {
    font-family: $pagefont;
    font-weight: bold;
    width: 100%;
    color: #f9f9f9;
    background-color: #333;
    margin: 0 auto;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}


.RadGrid_Bootstrap .rgPagerCell .rgNumPart a.rgCurrentPage {
    background-color: #bb0000 !important;
    border-color: #bb0000 !important;
}

.btn {
    background-color: #bb0000 !important;
    color: white !important;
}

.ruButton .ruBrowse {
    background-color: #bb0000 !important;
    color: white !important;
}

.k-pager-wrap .k-link:hover {
    color: #666666;
}

.k-link {
    color: #bb0000 !important;
}

    .k-link:hover {
        color: #bb0000 !important;
    }

.btn:focus {
    border-color: #666666 !important;
    outline-color: #666666 !important;
    box-shadow: 0 0 7px 0 #666666 !important;
}

/*.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #BB0000;
}*/

.RadUpload_Bootstrap .ruSelectWrap .ruButton {
    background-color: #bb0000 !important;
    color: white !important;
}

.list-group-item {
    border: none !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: white !important;
}

:focus {
    outline: none !important;
    outline-color: none !important;
    outline-style: none !important;
    outline-width: 1px !important;
    border-color: #666666 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #666666 !important;
}
.k-multiselect-wrap.k-state-focused, .k-state-focused > .k-multiselect-wrap {
    border-color: #666666 !important;
    box-shadow: 0 0 7px 0 #666666;
}

.k-multiselect-wrap .k-input {
    box-shadow: none !important;
}

.k-multiselect.k-header.k-state-focused {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #666666 !important;
}

.RadButton_Bootstrap {
    color: white !important;
}

.k-button:focus {
    border-color: #BB0000 !important;
    outline-color: #BB0000 !important;
    box-shadow: 0 0 7px 0 #BB0000 !important;
}

.k-multiselect .k-button {
    background-color: #bb0000 !important;
    border-color: #666666 !important;
    color: white !important;
}

.k-popup .k-list .k-state-focused {
    -webkit-box-shadow: inset 0 0 2px 0 #666666, inset 0 0 7px 0 #666666 !important;
    box-shadow: inset 0 0 2px 0 #666666, inset 0 0 7px 0 #666666 !important;
}

.k-state-focused {
    border-color: #666666 !important;
}


.k-state-selected {
    background-color: #bb0000 !important;
    border-color: #666666 !important;
    color: white !important;
}

.btn-clear {
    background-color: unset;
    border: 1px solid black;
    color: black;
}


.top-buffer {
    margin-top: 20px;
}

.panel-heading {
    background-color: #BB0000 !important;
    border-color: #666666 !important;
    color: white !important;
}

/* Sticky footer styles
-------------------------------------------------- */
* {
    margin: 0;
}





.navbar-fixed-bottom {
    background-color: white;
}




/*kendo check box settings*/


.k-checkbox-label:active:before, .k-checkbox:active + .k-checkbox-label:before {
    box-shadow: 0 0 2px 0 #BB0000;
    border-color: #BB0000;
    -webkit-box-shadow: 0 0 2px 0 #BB0000;
}

.k-checkbox:checked + .k-checkbox-label:active:before, .k-checkbox:checked:active + .k-checkbox-label:before {
    box-shadow: 0 0 2px 0 #BB0000;
    border-color: #BB0000;
    -webkit-box-shadow: 0 0 2px 0 #BB0000;
}

.k-checkbox:checked {
    color: #BB0000 !important;
    border-color: #BB0000;
}

.k-checkbox:focus + .k-checkbox-label:before, .k-checkbox:focus + .k-checkbox-label:hover:before {
    box-shadow: 0 0 2px 0 #BB0000;
    border-color: #BB0000;
    -webkit-box-shadow: 0 0 2px 0 #BB0000;
}

.k-checkbox-label:before {
    color: #BB0000 !important;
    border-color: black !important;
}

.k-checkbox:checked + .k-checkbox-label:before {
    border-color: black !important;
}

/*End check box settings*/



.k-list > .k-state-focused.k-state-selected, .k-listview > .k-state-focused.k-state-selected, .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
    box-shadow: none !important;
}

.k-listview > .k-state-focused.k-state-selected, .k-state-selected td.k-state-focused, td.k-state-focused.k-state-selected {
    box-shadow: none !important;
}

.k-grid-content {
    min-height: 50px;
}

.k-grid-norecords {
    min-height: 50px;
    line-height: 50px;
}

.k-link:link {
    color: #666666 !important;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: unset !important;
}

.k-i-arrow-w:before {
    color: black;
}

.k-i-arrow-e:before {
    color: black;
}

.k-i-seek-e:before {
    color: black;
}

.k-i-seek-w:before {
    color: black;
}


.form-group.required .control-label:after {
    content: "*";
    color: red;
}

p.k-reset {
    width: 100%;
}

div.k-window-content {
    overflow: unset !important;
}

.k-tabstrip:focus {
    box-shadow: none !important;
}

a {
    color: #bb0000 !important;
}

    a:hover {
        color: #666666 !important;
    }



/*.k-link {
    color: #bb0000 !important;
}

    .k-link:hover {
        color: #666666 !important;
    }*/

.color_animation {
    color: white !important;
}

    .color_animation:hover {
        color: black !important;
    }

a.btn:hover {
    color: white !important;
}

li {
    padding-bottom: 10px;
}

.hrReservation {
    border-top: 3px solid #BB0000;
}

.top-buffer-small {
    margin-top: 10px;
}

.k-dropdown {
    width: 100%;
}

.k-datepicker {
    width: 100%;
}

.k-widget.k-tooltip-validation.k-invalid-msg {
    position: absolute;
    top: 100%;
    left: 0;
}

.required {
    font-weight: bold;
}

.accept, .status {
    padding-left: 90px;
}

input.valid {
    color: green;
}

input.invalid {
    color: red;
}

span.k-tooltip {
    margin-left: 6px;
}

.k-invalid {
    border: 1px solid red !important;
}


/*.k-valid {
    border: 1px solid green;
}*/



/* Center the loader */

#cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1001;
    width: 100%;
    height: 100%;
    display: none;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #666666;
    border-radius: 50%;
    border-top: 16px solid #BB0000;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.k-widget.k-tooltip-validation {
    display: none !important;
}
/* Customize the label (the container) */
.containerCheckBox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .containerCheckBox input {
        position: absolute;
        opacity: 0;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/*.containerCheckBox:hover input ~ .checkmark {
        background-color: #ccc;
    }*/

/* When the radio button is checked, add a blue background */
.containerCheckBox input:checked ~ .checkmark {
    background-color: #BB0000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerCheckBox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerCheckBox .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


div.k-window-content {
    overflow: unset;
}

.k-icon {
    cursor: pointer;
}

.k-notification {
    border: 0;
}
/* Error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

.wrong-pass {
    width: 300px;
    height: 100px;
}

    .wrong-pass h3 {
        font-size: 1em;
        padding: 32px 10px 5px;
    }

    .wrong-pass img {
        float: left;
        margin: 30px 15px 30px 30px;
    }

/* Success template */
.k-notification-upload-success.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}

.upload-success {
    width: 240px;
    height: 100px;
    padding: 0 30px;
    line-height: 100px;
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}

    .upload-success h3 {
        font-size: 1.7em;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
    }

    .upload-success img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }


/* reset everything to the default box model */

/**, :before, :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/

/* set a border-box model only to elements that need it */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.k-datetimepicker {
    display: block !important;
}

.k-event {
    background-color: #bb0000;
    border-color: #666666;
}

.k-primary {
    border-color: rgb(204,204,204);
}

    .k-primary:active {
        border-color: rgb(204,204,204);
    }

    .k-primary:hover {
        border-color: rgb(204,204,204);
    }




.hasOrders {
    background-color: #bb0000;
    height: 100%;
}

.blackOut {
    background-color: black;
    height: 100%;
}

.blackOutMonthCalendar {
    background-color: black;
    color: white !important;
}

.hasOrders p {
    margin: 0;
}


.booked {
    background-color: #bb0000;
    color: white !important;
}

.available {
}

.notAvailable {
    background-color: #f5f5f5;
}

.k-scheduler-edit-form label + input {
    margin-left: 0em;
}

.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-textbox:focus {
    box-shadow: 0 0 7px 0 #666666 !important;
}


.logo-print {
    display: list-item;
    list-style-image: url(/Images/Athletics-Primary-3Color-100.png);
    list-style-position: inside;
}

.nav-dropdown {
    color: white !important;
}

    .nav-dropdown:hover {
        background-color: #BB0000 !important;
        color: black !important;
    }


.no-border {
    border: 0 !important;
    box-shadow: none !important;
}


.panel-heading {
    background-color: #666666 !important;
    color: white !important;
}


.panel {
    position: relative;
    display: webkit box;
    display: flex;
    display: webkit flex;
    display: ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

    /* Using panels to display blog date */
    .panel.date {
        margin: 0px;
        width: 60px;
        text-align: center;
    }

        .panel.date .month {
            padding: 2px 0px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .panel.date .day {
            padding: 3px 0px;
            font-weight: 700;
            font-size: 1.5em;
        }



.k-event-template
{
    font-size:10px !important;
}

.k-overflow-container .k-primary, .k-primary {
    background-color: #BB0000;
}

    .k-primary:hover {
        box-shadow: 0 0 7px 0 #BB0000;
        background-color: #BB0000;
        outline-color: #BB0000;
        border-color: #BB0000;
    }

    .k-primary:active {
        box-shadow: 0 0 7px 0 #BB0000;
        background-color: #BB0000;
        outline-color: #BB0000;
        border-color: #BB0000;
    }


.contactnote {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.3em;
    white-space: nowrap;
}

    .contactnote.auto-height {
        height: auto;
        white-space: normal;
    }

    .pointer{
        cursor:pointer;
    }

.center
{
    text-align:center;
}

.required:after {
    color: red;
    content: " *";
}

.k-maskedtextbox {
    border: none;
}

.k-event {
    background-color: #BB0000;
    border-color: #666666;
}

.k-link:link {
    color: #666666;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
    background-color: #666666;
    border-color: #BB0000;
}

.k-scheduler-monthview .k-scheduler-table td {
    height: 9em;
}