﻿html {
    position: relative;
    min-height: 100%;
}


.redbackground {
    background-color: #BB0000;
    color: white;
}

.validation-summary-errors {
    color: red;
}


.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;
}



p {
    font-size: 16px;
}

h4 {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
}

.navbar-default {
    background-color: #BB0000;
    border-color: #BB0000;
    border-radius: 0px;
    height: 61px;
}

.navbar-nav {
    margin: 5px;
}

.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: #666666;
}

footer {
    /*padding-left: 15px;
    padding-right: 15px;*/
    bottom: 0;
    text-align: center;
    height: 100px;
}

.btn {
    background-color: #bb0000;
    color: white;
}

.k-upload-button {
    background-color: #bb0000 !important;
    color: white !important;
}


.navbar-brand {
    margin-top: -45px;
}

.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;
}

.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;
}

a {
    color: #bb0000;
}

    a:hover {
        color: #bb0000;
    }

td > a {
    color: #bb0000 !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-collapse {
        background-color: #666666;
        border-top: unset;
    }

    .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-family: $pagefont;
    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;
}

.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-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;
}
