﻿body {
    font-family: sans-serif;
    font-size: 12px;
    margin: 0;
}

.hidden {
    display: none;
}

a {
    cursor: pointer;
    color: #000B80;
}

.title {
    padding: 10px 0 7px 120px;
    font-size: 20px;
    float: left;
}

.lastUpload {
    font-size: .6em;
    padding-left: 10px;
}

.version {
    font-size: 8px;
    float: right;
    padding-top: 25px;
    margin-right: 1em;
}

.links {
    float: right;
    padding: 5px 20px 0 0;
    margin-top: 15px;
}

.InnerFrame {
    width: 100%;
}

.schoolList, .archivedSchoolList {
    clear: both;
    margin-left: 10px;
    padding-bottom: 15px;
    display: inline-block;
}

.schoolList {
    float: left;
}

#archivedDate {
    padding-left: 25px;
}


#requestGridPanel, #pnlUpdateGrid, #archivedGridPanel {
    margin-left: 10px;
}

#pnlConfirm {
    font-size: 14pt;
    margin: 0 auto;
    display: block;
    clear: both;
    width: 50%;
    padding: 5px;
    border: 1px solid #404040;
    background-color: #fffaeb;
}

.gvButton {
    text-decoration: none;
    background-color: #EEEEEE;
    color: #404040;
    padding: 2px 6px 2px 6px;
    border: 1px solid #404040;
    text-decoration: none;
    padding: 3px;
    width: auto;
}

.gridView {
    border: 1px solid #404040;
    border-collapse: collapse;
    text-align: center;
}

    .gridView tr th {
        border-bottom: none;
        background-color: #E2E2E2;
    }

    .gridView tr td {
        border-bottom: none;
        border-top: none;
        border-left: 1px solid black;
        border-right: 1px solid black;
    }

    .gridView td.buttons input, .gvButton {
        clear: both;
        float: left;
        margin: 3px;
        width: 75px;
    }

.rowHasChange {
    color: #000000;
    background-color: #ffc0cb;
    border: 1px solid black;
}

.ErrorMessage {
    font-size: 20px;
    color: Red;
    font-weight: bold;
}

    .ErrorMessage#errorOutput {
        display: block;
        clear: both;
        padding-left: 5px;
    }

.movable .ErrorMessage {
    font-size: 1em;
}

.headerbar {
    background-color: #404040;
    height: 40px;
    border-bottom-style: groove;
    border-bottom-color: #808080;
    color: #ffffff;
}

a.gridExcelButton {
    background: url(Images/excel.png) left center no-repeat;
    background-size: 25px 24px;
    padding-left: 28px;
    height: 30px;
}

.locationInfo {
    float: left;
    clear: right;
    display: block;
    margin-left: 150px;
}

    .locationInfo > span {
        clear: both;
        display: block;
        font-weight: bold;
    }

    .locationInfo a {
        background: url(Images/Save.png) left center no-repeat;
        padding-left: 28px;
        height: 30px;
    }

    .locationInfo .locationNotes {
        display: inline-block;
        margin-top: 3px;
        margin-bottom: 25px;
        margin-left: -12px;
    }

        .locationInfo .locationNotes span:first-of-type {
            font-weight: bold;
        }

.gridButtons {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

    .gridButtons ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .gridButtons ul li {
            float: left;
            background-color: #d3d3d3;
            border: 1px solid #708090;
            height: 30px;
            padding: 0 5px;
        }

            .gridButtons ul li a {
                text-decoration: none;
                font: 1.2em normal "sans-serif";
                vertical-align: middle;
                height: 30px;
                display: table-cell;
                color: #000B80;
            }

                .gridButtons ul li a:hover {
                    color: #0000ff;
                }

            .gridButtons ul li.gridWarning {
                font: 1.2em normal "sans-serif";
                height: 30px;
                border: none;
                background-color: transparent;
            }

                .gridButtons ul li.gridWarning img, .gridButtons ul li.gridWarning span {
                    padding-top: 10px;
                    float: left;
                    display: inline-block;
                }

                .gridButtons ul li.gridWarning span {
                    padding-left: 3px;
                }



.navbutton {
    display: inline;
    width: 120px;
    font-size: 15px;
    background-color: #404040;
    text-align: center;
    padding: 5px;
    float: left;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
}

    .navButton:link {
        color: #FFFFFF;
    }

    .navButton:active {
        color: #FFFFFF;
    }

    .navButton:visited {
        color: #FFFFFF;
    }


.navbutton_selected {
    background-color: #cccccc;
}

.navbutton:hover {
    background-color: #cccccc;
    cursor: pointer;
    color: #FFFFFF;
}

.loginDiv {
    border: 1px solid #000;
    background-color: #E2E2E2;
    padding: 2em 3em 2em 3em;
    margin-left: 25%;
    margin-top: 10%;
    margin-bottom: 10%;
    float: left;
}

.loginTable tr td {
    margin: 0 auto;
    padding: 4px;
}

.valignSubDiv {
    clear: both;
    padding: 3px 2em 3px 1em;
}

.aButton {
    padding: 2px 3px 2px 3px;
}

.BlueStatusBar {
    background-color: #2366ff;
}

.GreenStatusBar {
    background-color: #2ABF2A;
}

.RedStatusBar {
    background-color: #BF2A2A;
}

.YellowStatusBar {
    background-color: #ffff00;
}

.OrangeStatusBar {
    background-color: #ffa500;
}

.DefaultRow {
    background-color: transparent;
}

.difField {
    color: black;
    background-color: #BF752A;
}

.changedField {
    float: right;
    text-decoration: line-through;
    padding: 2px;
    color: #E2E2E2;
}

.AlternatingRow {
    background-color: #E2E2E2;
}

.GoBack {
    color: red;
    padding-bottom: 10px;
}

.userLocations {
    clear: both;
    height: 350px;
    width: 200px;
    overflow-y: scroll;
    border-style: solid;
    border-width: thin;
    border-color: #C0C0C0;
    background-color: #F2F3F7;
}

.longField {
    text-wrap: normal;
}

.savedNote {
    position: fixed;
    right: 0px;
    border: 1px solid grey;
    padding: 1em .5em 1em .5em;
    background-color: #75BF2A;
    z-index: -1;
}

.leftFloat {
    float: left;
}

.tableFooter {
    border-top: 1px solid black;
    text-align: center;
    font-weight: bold;
}

.SubmitBlurb {
    clear: both;
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.AnnoyingBox {
    margin:0 auto;
    display: none;
    padding-top: 75px;
    line-height: 30px;
    left: 33%;
    height: 150px;
    width: 350px;
    position: fixed;
    z-index: 100;
    background-color: #75BF2A;
    border: 1px solid black;
    text-align: center;
    font-size: large;
}

.hiddenButton {
    z-index: -1;
    height: 0px;
    width: 0px;
    opacity: 0;
}

.saveButton {
    height: 20px;
    width: 20px;
    background: url(./Images/Save.png) no-repeat;
    border: none;
}

.helpLink {
    float: right;
}

.movable {
    padding-left: 150px;
    font-size: 1em;
}

    .movable input {
        margin: 3px;
    }

    .movable #lblMax, .movable #lblMin {
        display: inline-block;
        width: 25px;
        text-align: right;
    }

#lbMovable {
    height: 300px;
    margin: 0 0 5px 35px;
    width: 150px;
    display: block;
}

.movableMin, .movableMax {
    width: 100%;
    clear: both;
}

.movable #txtMovableMax, .movable #txtMovableMin {
    width: 100px;
}

.movableButtons {
    margin-left: 32px;
}

#lblMovable {
    margin-left: 35px;
}

input[type="radio"], input[type="checkbox"] {
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 5px;
    margin-right: 2px;
    height: 1em;
    width: 1em;
}

input[disabled='disabled'],
a[disabled='disabled'],
a[disabled='disabled']:hover,
li a[disabled='disabled'],
li a[disabled='disabled']:hover {
    color: #a9a9a9 !important;
}



.macColumn {
    white-space: nowrap;
}

#headergvSchool, #headerVoip_Data, #headergvSchool + div, #headerVoip_Data + div {
    width: auto !important;
}