﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Roboto);

html * {
    font-family: 'Roboto', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    padding-top: 78px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 400px;
}

.navbtns {
    width: 100%;
    z-index: 1000;
    background: white;
    border: 1px solid #CCCCCC;
    padding: 8px;
    margin: 0px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}


/* 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 padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}


.cursorpoint {
    cursor: pointer;
    opacity: 1;
}

    .cursorpoint:hover {
        cursor: pointer;
        opacity: .8;
    }

.whitetext {
    color: white;
}

a.whitetext {
    color: white;
}

    a.whitetext:hover {
        color: #dddddd;
    }

/*margins*/

.margin10 {
    margin: 10px;
}

.margin10topbot {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin10top {
    margin-top: 10px;
}

.margin10bot {
    margin-bottom: 10px;
}

/*end margins*/
/*textbox widths*/

.tbfull {
    width: 100%;
}

.tb50 {
    width: 50px !important;
}

.tb75 {
    width: 75px !important;
}

.tb85 {
    width: 85px !important;
}

.tb100 {
    width: 100px !important;
}

.tb150 {
    width: 150px;
}

.tb200 {
    width: 200px;
}

.tb300 {
    width: 300px;
}

.tb400 {
    width: 400px;
}

.tb500 {
    width: 500px;
}

.tb700 {
    width: 700px;
}

/*end textbox widths*/

.td3 {
    font-weight: bold;
    padding: 2px;
}

.td1 {
    padding: 2px;
}

.td2 {
    padding: 2px;
    background: #EFEFEF;
}

.grade {
    width: 50px;
}

.impersonation{
    margin-bottom: 0px !important;
    opacity: .8;
}

@media only screen and (min-width: 600px) {

    .modal-xlg {
        width: 600px;
    }
}

@media only screen and (min-width: 900px) {

    .modal-xlg {
        width: 900px;
    }
}

@media only screen and (min-width: 1024px) {

    .modal-xlg {
        width: 1024px;
    }
}

@media only screen and (max-width: 480px) {
    .modal-scroll {
        max-height: 100%;
        overflow-y: auto;
        position: fixed;
    }
}


@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

.printarea {
    display: none;
}


@media print {
    body *:not(.printarea) {
        display: none;
    }

    .printarea * {
        display: block;
    }
}

/*File Upload*/

.fileupload {
    display: block;
    background-color: #F7FBFB;
    padding: 10px;
    border: 4px solid #CCCCCC;
    width: 98%;
    height: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
    border-radius: 5px;
}

.fileuploadhover {
    border: 4px dashed green;
}

/*End File Upload*/
