﻿

/*@font-face {
    font-family: 'vladimir';
    src: url('../css/vladimir.ttf') format('truetype');
}*/

/* 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. */
body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}


.note-box {
    max-height: 400px;
    overflow-y: scroll;
    background-color: #eaeaea;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px !important;
}

main {
    padding-top: 20px;
}

footer {
    width: 75%;
    margin: 0 auto;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #ffffff;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}

h4 {
    margin: 25px 10px;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* zoom input checkboxes*/
.double {
    zoom: 2;
    transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
}


#global-alert {
    margin: 0px;
    width: 100%;
}

.alert {
    margin: 15px 15px;
}

.btn-default {
    background-color: #4295d1;
    color: #fff;
    font-weight: 500;
    min-width: 155px;
    text-transform: uppercase;
}

.control-label {
    font-weight: 600;
}

.form-check-input {
    position: inherit;
    margin-left: 0px;
}

.k-grid tbody .k-button {
    min-width: 35px;
}

.k-grid .k-header .k-button {
    background-color: #4295d1;
    border-color: #4295d1;
}

.nav-tabs {
    margin-bottom: 20px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.fade.in {
    opacity: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.container {
    max-width: 100%;
    padding: 0px;
    background-color: #fff;
    width: 85%;
}

.form-group {
    min-height: 5px;
}

.footer-container {
    max-width: 100%;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
}

.k-switch-label-off, .k-switch-label-on {
    display:initial;
}
.k-switch {
    width:8em;
}

.k-tabstrip .k-tabstrip-items .k-state-active .k-link {
    color: #052732;
    border-color: #052732;
}

.k-tabstrip .k-tabstrip-items .k-state-active {
    border-color: #052732;
}

.k-header {
    background-color: #eaeaea;
    border-color: #eaeaea;
}

    .k-header.k-grid-toolbar {
        border-color: #eaeaea;
    }

.panel {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dadada;
    /* WHY?
	+ .panel {
		margin-top: 35px;
	}*/;
}

.panel-heading {
    background: #efefef;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #DADADA;
    padding: 18px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
}

    .panel-heading.bg-primary {
        background: #CCC;
        color: #FFF;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-secondary {
        background: #E36159;
        color: #FFF;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-tertiary {
        background: #2BAAB1;
        color: #FFF;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-quartenary {
        background: #734BA9;
        color: #FFF;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-success {
        background: #47a447;
        color: #FFF;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-warning {
        background: #ed9c28;
        color: #FFF;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-danger {
        background: #d2322d;
        color: #FFF;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-info {
        background: #5bc0de;
        color: #FFF;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-dark {
        background: #171717;
        color: #FFF;
        border-bottom: 0 none;
        border-right: 0 none;
    }

    .panel-heading.bg-white {
        background: #fff;
        border-bottom: 0 none;
        border-right: 0 none;
    }

.panel-actions {
    right: 15px;
    position: absolute;
    top: 15px;
}

    .panel-actions a,
    .panel-actions .panel-action {
        background-color: transparent;
        border-radius: 2px;
        color: #B4B4B4;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        width: 24px;
    }

        .panel-actions a:hover,
        .panel-actions .panel-action:hover {
            background-color: #eeeeee;
            color: #B4B4B4;
            text-decoration: none;
        }

        .panel-actions a, .panel-actions a:focus, .panel-actions a:hover, .panel-actions a:active, .panel-actions a:visited,
        .panel-actions .panel-action,
        .panel-actions .panel-action:focus,
        .panel-actions .panel-action:hover,
        .panel-actions .panel-action:active,
        .panel-actions .panel-action:visited {
            outline: none !important;
            text-decoration: none !important;
        }

.panel-title {
    color: #33353F;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-transform: none;
}

.panel-subtitle {
    color: #808697;
    font-size: 12px;
    line-height: 1.2em;
    margin: 7px 0 0;
    padding: 0;
}

.panel-body {
    background: #fdfdfd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 20px 15px;
}

.panel-body-nopadding {
    padding: 0;
}

.panel-heading + .panel-body {
    border-radius: 0 0 5px 5px;
}

.panel-footer {
    border-radius: 0 0 5px 5px;
    margin-top: -5px;
    padding: 20px 15px;
}

.panel-footer-btn-group {
    display: table;
    width: 100%;
    padding: 0;
}

    .panel-footer-btn-group a {
        background-color: #f5f5f5;
        display: table-cell;
        width: 1%;
        border-left: 1px solid #ddd;
        padding: 10px 15px;
        text-decoration: none;
    }

        .panel-footer-btn-group a:hover {
            background-color: #f0f0f0;
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
        }

        .panel-footer-btn-group a:first-child {
            border-left: none;
        }

.panel-body.bg-primary {
    background: #CCC;
    color: #FFF;
}

.panel-body.bg-secondary {
    background: #E36159;
    color: #FFF;
}

.panel-body.bg-tertiary {
    background: #2BAAB1;
    color: #FFF;
}

.panel-body.bg-quartenary {
    background: #734BA9;
    color: #FFF;
}

.panel-body.bg-success {
    background: #47a447;
    color: #FFF;
}

.panel-body.bg-warning {
    background: #ed9c28;
    color: #FFF;
}

.panel-body.bg-danger {
    background: #d2322d;
    color: #FFF;
}

.panel-body.bg-info {
    background: #5bc0de;
    color: #FFF;
}

.panel-body.bg-dark {
    background: #171717;
    color: #FFF;
}

.student-notes {
    list-style: none;
}

    .student-notes li {
        margin-top: 15px;
        border-bottom: 1px solid #dadada;
        padding: 10px 10px 10px 0;
    }

.modal-title {
    margin: 0!important;
    line-height: 1.5!important;
    font-size: 1rem!important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;
        margin: 7.75rem auto;
    }
}

.stateLetter p {
    margin-bottom: 0px;
}

.upcoming-classes-table {
    background-color: #e8e8e8;
    width: 100%;
    color: #383d41;
}

    .upcoming-classes-table th {
        text-align: inherit;
        font-size: 1.2em;
        text-transform: uppercase;
        padding: 5px 10px;
        border: 1px solid #ccc;
    }

    .upcoming-classes-table tr td ul {
        margin-bottom: 0px;
        padding: 0px;
    }

        .upcoming-classes-table tr td ul li {
            background-color: #e3eef4;
        }