﻿* {
    font-family: 'Source Sans Pro',Tahoma,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #111;
}

body {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 400;
}

h1, h2, h3 {
    padding: 10px 0 20px 0;
    margin: 0;
}

h1 {
    font-size: 32px;
    line-height: 32px;
}

h2 {
    font-size: 22px;
    padding: 10px 0 10px 0;
}

h3 {
    font-size: 18px;
}

h4, h5 {
    padding: 10px 0 10px 0;
    margin: 0;
}

h4 {
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

a, a:hover, a:focus {
    text-decoration: none;
}

b {
    font-weight: bold;
}

img {
    border: 0;
}

i {
    color: inherit;
}

form {
    padding: 0;
    margin: 0;
}

#loading {
    display: none;
    background: url('../resources/images/loading.gif') no-repeat center center #fff;
    height: 100%;
    left: 0;
    opacity: 0.85;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

/* Bootstrap overrides */
button,
input,
textarea,
select {
    color: #111;
    font-family: 'Source Sans Pro',Tahoma,Arial;
    border: 1px solid #AAA;
    font-size: 16px;
}

    input[type=text],
    input[type=password],
    textarea,
    select {
    }

        select option {
            background: #fff;
            color: #333;
        }

input, textarea {
    padding: 10px 8px !important;
    margin: 0;
}

    input.k-input, textarea.k-input {
        margin: 0;
        padding: 3px 3px !important;
    }

select {
    padding: 10px 5px !important;
    margin: 0;
}

button {
    padding: 10px 20px 10px 20px;
    margin: 0;
}

.field-validation-error,
.field-validation-error span {
    color: #ff0000;
}

body.red .field-validation-error,
body.red .field-validation-error span {
    color: #ffee00;
}

.btn {
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 20px 10px 20px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
    background-color: #ccc;
    color: #333;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
    background-color: #000;
    color: #fff;
}

.btn-red,
.btn-red:hover,
.btn-red:focus {
    background-color: #D11241;
    color: #fff;
}

label {
    font-weight: 400;
}

.label {
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    padding: 4px;
}

    .label.smaller {
        font-size: 13px;
        padding: 2px 4px;
    }

.form-group {
    margin-bottom: 20px;
}

    .form-group:after {
        content: '';
        clear: both;
    }

    .form-group .control-label {
        text-align: left;
        font-weight: 400;
        margin-bottom: 2px;
    }

    .form-group .control {
        text-align: left;
        padding-right: 30%;
    }
    .form-group .row .control {
        text-align: left;
        padding-right: 0%;
    }

        .form-group .control.action {
            padding-top: 10px;
        }

    .form-group .form-control {
        color: #111;
        font-family: 'Source Sans Pro',Tahoma,Arial;
        border: 1px solid #AAA;
        font-size: 16px;
        border-radius: 0;
        box-shadow: none;
        height: auto;
        padding: 10px;
    }

.modal-content {
    border-radius: 0;
}

.validation-summary-errors {
    background: #a52a2a;
    padding: 15px 10px;
    margin: 0 0 30px 0;
}

    .validation-summary-errors ul {
        color: #000;
        padding: 0 10px;
        margin: 0;
    }

        .validation-summary-errors ul li {
            color: #fff;
            list-style: none;
            padding: 0;
        }

.force-word-wrap {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.text-underline {
    text-decoration: underline;
}

.datepicker th.datepicker-switch {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .form-group .control {
        padding-right: 0;
    }
}

.w100 {
    width: 100%;
}

.nmg {
    margin: 0;
}

.mg {
    margin: 15px;
}

.mgl {
    margin-left: 15px;
}

.mgr {
    margin-right: 15px;
}

.mgt {
    margin-top: 15px;
}

.mgb {
    margin-bottom: 15px;
}

.mg-sm {
    margin: 5px;
}

.mgl-sm {
    margin-left: 5px;
}

.mgr-sm {
    margin-right: 5px;
}

.mgt-sm {
    margin-top: 5px;
}

.mgb-sm {
    margin-bottom: 5px;
}

.mg-lg {
    margin: 30px;
}

.mgl-lg {
    margin-left: 30px;
}

.mgr-lg {
    margin-right: 30px;
}

.mgt-lg {
    margin-top: 30px;
}

.mgb-lg {
    margin-bottom: 30px;
}

.npd {
    padding: 0;
}

.pd {
    padding: 15px;
}

.pdl {
    padding-left: 15px;
}

.pdr {
    padding-right: 15px;
}

.pdt {
    padding-top: 15px;
}

.pdb {
    padding-bottom: 15px;
}

.pd-sm {
    padding: 5px;
}

.pdl-sm {
    padding-left: 5px;
}

.pdr-sm {
    padding-right: 5px;
}

.pdt-sm {
    padding-top: 5px;
}

.pdb-sm {
    padding-bottom: 5px;
}

.pd-lg {
    padding: 30px;
}

.pdl-lg {
    padding-left: 30px;
}

.pdr-lg {
    padding-right: 30px;
}

.pdt-lg {
    padding-top: 30px;
}

.pdb-lg {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .block-xs {
        display: block;
        width: 100%;
    }
}

.topnav {
    background: #eee;
    color: #ffffff;
}

    .topnav .logo {
        float: left;
        margin: 10px 0 15px 0;
    }

        .topnav .logo img {
            height: 60px;
        }

    .topnav ul {
        float: right;
        list-style-type: none;
        padding: 0;
        margin: 25px 0 0 0;
    }

        .topnav ul li {
            float: left;
            list-style: none;
            line-height: 30px;
            padding: 0;
            margin: 0;
        }

            .topnav ul li.text {
                padding: 0 20px 0 0;
            }

            .topnav ul li a {
                display: block;
                line-height: 30px;
                color: #333;
                padding: 0;
                margin: 0 0 0 30px;
            }

                .topnav ul li a i {
                    display: block;
                    font-size: 30px;
                    color: #333;
                }

@media (max-width: 480px) {
    .topnav {
        background: #333;
        padding: 0 10px;
    }

        .topnav .logo {
            display: block;
            float: none;
            text-align: center;
            padding: 5px 0;
        }

        .topnav ul {
            display: block;
            float: none;
            background: #000;
            height: 48px;
            margin: 0 -10px;
        }

            .topnav ul li {
                width: 25%;
            }

                .topnav ul li a {
                    display: block;
                    line-height: 48px;
                    text-align: center;
                    padding: 0 6px;
                    margin: 0 1px 0 1px;
                }
}

.sidenav {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    margin: 0 0 0 15px;
}

    .sidenav ul {
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .sidenav ul li {
            display: block;
            list-style: none;
            line-height: 40px;
            border-bottom: 1px solid #ccc;
            padding: 0;
            margin: 0;
        }

            .sidenav ul li:last-child {
                border-bottom: none;
            }

            .sidenav ul li a {
                display: block;
                line-height: 40px;
                color: #333;
                text-align: right;
                padding: 0 15px 0 0;
            }

@media (max-width: 480px) {
    .sidenav {
        display: none;
    }
}

.main {
    position: relative;
    padding: 30px 0;
}

    .main .container {
        position: relative;
    }

    .main .leftpad {
        border-left: 1px solid #ccc;
        min-height: 500px;
        padding: 0 0 20px 2%;
        margin: 0 0 0 160px;
    }

@media (max-width: 767px) {
    .main .leftpad {
        border-left: 0;
        padding: 0 0 20px 0;
        margin: 0 0 0 0;
    }
}

.loginbox {
    width: 460px;
    margin: 40px auto 0 auto;
}

    .loginbox .logo {
        text-align: center;
        padding: 0 0 20px 0;
    }

        .loginbox .logo img {
            height: 60px;
        }

    .loginbox .login-content {
        border: 1px solid #ccc;
        padding: 20px;
    }

    .loginbox .form-group .control {
        padding-right: 0;
    }

@media (max-width: 480px) {
    .loginbox {
        width: 100%;
        margin: 20px 0 0 0;
    }
}

.variant {
    border: 1px solid #ccc;
    margin: 0 0 30px 0;
    padding: 0 10px 10px 10px;
}

    .variant h3 {
        background: #eee;
        padding: 10px;
        margin: 0 -10px 20px -10px;
    }

.k-editor .k-raw-content,
.k-editor-dialog .k-editor-textarea {
    font-family: Tahoma,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #111;
}

.dashboard {
    margin: 0 -7px;
}

    .dashboard .dashitem {
        float: left;
        width: 14.285%;
        padding: 0 7px;
        margin: 0 0 20px 0;
    }

    .dashboard h4 {
        border: 1px solid #ccc;
        background: #eee;
        padding: 8px 6px;
        margin: 0;
    }

    .dashboard .dashrow {
        border: 1px solid #ccc;
        border-top: 0;
        padding: 8px 6px;
    }

.grid-btn {
    padding: 5px 8px;
    margin: 0 5px 0 0;
}

.report-participant {
    position: relative;
    padding: 10px 0;
}

    .report-participant .rank {
        position: absolute;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 25px;
        font-size: 30px;
        font-weight: 400;
        background: #ccc;
        color: #111;
    }

    .report-participant .results {
        border: 1px solid #ccc;
        margin: 0 0 0 70px;
    }

    .report-participant.solo .results {
        margin: 0;
    }

    .report-participant .results .stats {
        border-bottom: 1px solid #ccc;
        background: #f6f6f6;
        padding: 13px 10px;
        margin: 0;
    }

    .report-participant .results .chart {
        padding: 10px;
        margin: 0;
    }

.dash-focus {
    display: block;
    border: 1px solid #ccc;
    background: #f6f6f6;
    color: #222;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    padding: 10px;
    margin: 0 0 10px 0;
}

    .dash-focus span {
        display: block;
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        padding: 10px 0 0 0;
    }

.dash-label {
    line-height: 44px;
    font-weight: 300;
}

div.google-visualization-tooltip {
    width: 170px !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    position: absolute !important;
    box-shadow: none !important;
}

    div.google-visualization-tooltip * {
        font-family: 'Source Sans Pro', Arial, sans-serif !important;
        font-size: 16px !important;
        line-height: 16px !important;
    }

.session-bar {
    position: relative;
    padding: 0 0 0 1px;
}

    .session-bar div {
        float: left;
        width: 16.66%;
        padding: 0 1px 0 0;
    }

        .session-bar div span {
            display: block;
            text-align: center;
            line-height: 24px;
            height: 24px;
            background: #f3f3f3;
        }

        .session-bar div.text span {
            background: #fff;
        }

.bar-1 .cell-1 span,
.bar-2 .cell-1 span,
.bar-3 .cell-1 span,
.bar-4 .cell-1 span,
.bar-5 .cell-1 span {
    background: #009900;
}

.bar-2 .cell-2 span,
.bar-3 .cell-2 span,
.bar-4 .cell-2 span,
.bar-5 .cell-2 span {
    background: #009900;
}

.bar-3 .cell-3 span,
.bar-4 .cell-3 span,
.bar-5 .cell-3 span {
    background: #009900;
}

.bar-4 .cell-4 span,
.bar-5 .cell-4 span {
    background: #009900;
}

.bar-5 .cell-5 span {
    background: #009900;
}

.autohide {
    text-align: center;
    vertical-align: middle;
}

.k-grid td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
}
span.teacher-input {
    color: #fbe900;
    margin-left: 10px;
}
.input-date-icon {
    border: 1px solid #AAA;
    border-left: 1px solid transparent;
}