﻿/*
    styles.css
    Styles that are global to the application.
*/

/*troubleshooting*/
/*.cell {
    border: 1px dashed red;
}

.grid-x {
    border: 1px dashed green;
}

.grid-margin-x {
    border: 1px dashed yellow;
}

.grid-padding-y {
    border: 1px dashed blue;
}

div {
    border: 1px solid turquoise;
}*/

/*
    Master
*/
#contentCells {
    padding-left: 10px;
}

#mainBodyContentCell {
    
}

/* Header */
header {
    background: #1F9ED9;
    color: white;
    padding: 10px;
}


.headerTitle {
    margin-bottom: 0px;
    padding: 0px;
    display: inline-block;
}

#districtSelectionGrid {
    margin-top: 10px;
}

#districtSelectionContainer {
    margin-left: 5px;
}

#districtSelectionContainer span {
    display: block;
}

.gradeDropDownList {
    width: auto;
}


/*
    Sidebar Navigation
*/
aside {
    height: 100%;
    background-color: #424a5d;
}

#navContainer {
    max-width: 150px;
}

#navContainer ul li a {
    color: white;
}

.sidebarPanel {
    margin: 0px;
    padding: 0px;
}

/*
    Content
*/
#contentFooterCell {
    overflow: scroll;
}