﻿@font-face {
    font-family: Avenir;
    src: url("../fonts/AvenirNextLTPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: Avenir;
    font-weight: bold !important;
    src: url("../fonts/AvenirNextLTPro-Bold_0.otf") format("opentype");
}

html {
    height: 100%;
}

body {
    background-color: white;
    height: 100%;
    font-family: Avenir !important;
    overscroll-behavior-x: none;
    font-size: 1.4em;
}

img, video {
    width: auto;
    max-width: 100%;
    height: auto;
}

.full-height {
    height: 100%;
}

.row {
    margin: 0 !important;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.pad-10 {
    padding: 10px;
}

.pad-top-5 {
    padding-top: 5px;
}


.pad-top-10 {
    padding-top: 10px;
}

.pad-top-15 {
    padding-top: 15px;
}

.pad-top-20 {
    padding-top: 20px;
}

.pad-top-25 {
    padding-top: 25px;
}

.pad-top-30 {
    padding-top: 30px;
}

.pad-top-40 {
    padding-top: 40px;
}

.pad-top-50 {
    padding-top: 50px;
}

.pad-top-100 {
    padding-top: 100px;
}

.pad-bot-50 {
    padding-bottom: 50px;
}

.pad-bot-100 {
    padding-bottom: 100px;
}

.font-xlarge {
    font-size: x-large;
}

.font-label {
    font-size: 1.4em;
}

.primary-color {
    background-color: #7ea2af;
}

.color-blue {
    color: #7ea2af;
}

.color-black {
    color: #000000;
}

.color-white {
    color: #ffffff;
}

/*.font-bold {
font-weight:bold;
}*/


.center-align {
    text-align: center;
}

.right-align {
    float: right;
}

.menu-icon img {
    height: 40px;
    padding: 5px;
}

.disp-none {
    display: none;
}

.menu-item {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

    .menu-item ul li {
        list-style-type: none;
        font-size: larger;
        padding: 10px;
    }

        .menu-item ul li a {
            color: white;
        }

    .menu-item ul {
        padding: 30px;
    }


.ver-line li {
    display: flex;
    flex-flow: row;
    min-height: 60px;
    position: relative;
}

.ver-line span.line {
    position: absolute;
    height: 100%;
    border: 2px solid #7ea2af;
    top: 10px;
    left: 5.5px;
}


.ver-line span.number {
    margin-right: 20px;
    margin-top: 7px;
    text-align: center;
    width: 15px;
    height: 15px;
    background-color: #7ea2af;
    border-radius: 50%;
    z-index: 1;
    cursor:pointer;
}

.ver-line .blob {
    padding-top: 3px;
}

    .ver-line .blob a {
        font-size: 1.4em;
    }


.hor-line {
    display: flex;
    padding: 0;
}

    .hor-line li {
        display: flex;
        flex-flow: row;
        min-height: 30px;
        position: relative;
    }

    .hor-line span.line {
        position: absolute;
        border: 2px solid #7ea2af;
        top: 8.5px;
        left: 14px;
    }

    .hor-line .blob {
        position: relative;
        left: -40px;
        top: 15px;
        padding-top: 5px;
    }

    .hor-line span.number {
        margin-right: 20px;
        margin-top: 2px;
        text-align: center;
        width: 15px;
        height: 15px;
        border: 1px solid #7ea2af;
        border-radius: 50%;
        z-index: 1;
    }


    .hor-line span.selected {
        background-color: #7ea2af;
    }

.bullet-list li:last-child span.line {
    display: none;
}

.edu-tile {
    width: 95%;
    height: 120px;
}

.report-tile {
    height: 80px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.ui-loader {
    display: none;
}

.fa {
    color: #7ea2af;
    font-size: 3em !important;
}

.heading {
    color: #7ea2af;
    font-size: 1.7em;
}

.btn-default, .btn-default:focus {
    color: white;
    background-color: #7ea2af;
}

.required {
    color:red;
}
