html {
    min-height: 100%;
    position: relative;
}
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
}
header {
    background-color: #3B8686;
    height: 60px;
    text-align: center;
    z-index: 100;
    position: relative;
    /*min-width: 700px;*/
}
#header-right {
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 10px 10px 0 0;
}
#menu-section {
    background-color: #367777;
    padding-bottom: 30px;
    margin: 0;
    -webkit-transition: .2s linear;
    -moz-transition:.2s linear;
    transition: .2s linear;
    position: relative;
}
#feedback-container {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    width: 320px;
    padding-left: 10px;
    border-left: 1px solid #fff;
}
#feedback-container>a {
    text-decoration: none;
}
#feedback-field {
    resize: none;
    height: 150px;
    width: 100%;
    padding: 6px 4px;
    border: 2px solid #6c7979;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 5px;
}
#feedback-submit {
    background-color: #f7803c;
    border: 1px solid #f7803c;
    border-radius: 3px;
    font-size: 16px;
    padding: 6px 18px;
    color: white;
    cursor: pointer;
}
#feedback-response {
    background-color: #3c7777;
    padding: 7px;
    border-radius: 3px;
}
#menu-list {
    margin-left: 15px;
}
.menu-item {
    text-decoration: none;
    color: black;
    font-size: 20px;
    background-color: white;
    border-radius: 4px;
    border: 4px solid white;
    margin-top: 10px;
    display: block;
    width: 300px;
    transition: .3s linear;
    box-shadow: 0px 0px 2px black;
}
.menu-item:hover {
    background-color: #00AAE5;
    border: 9px solid #00AAE5;
    color: white;
    transition: .3s linear;
}
.menu-item i {
    width: 20px;
    padding: 0 10px;
    border-right: 1px solid #cecece;
}
.menu-item:hover i {
    border-color: #fff;
}

.fa-bars, .fa-sign-out {
    color: white;
    margin-top: 12px;
}
.fa-bars {
    margin-left: 15px;
    float: left;
}
#menu-button {
    font-size: 35px;
    cursor: pointer;
}
#menu-button-button {
    transition: .1s linear;
}
.title {
    color: white;
    font-size: 27px;
    text-decoration: none;
}
.school {
    position: absolute;
    top: 18px;
    color: white;
    left: 100px;
    text-align: left;
    width: 340px;
}
.sign-out {
    color: white;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
}
#message-button {
    color: white;
    outline: none;
    border: none;
    background: none;
    cursor:pointer;
    margin: 0 30px 0 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}
#message-button-count {
    position: absolute;
    background: #ffffff;
    color: #3b8686;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto Mono';
    right: -5px;
    top: -5px;
}
#message-button-count.marked {
    background-color: #ca4844;
    color: #fff;
}
hr {
    border: 0;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #fff;
}    
#main-page-content {
    margin-top: -322px;
    margin-bottom: 60px;
    transition: .2s linear;
}
footer {
    height: 40px;
    background-color: #3B8686;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow:hidden;
    color: white;
    font-size: 16px;
    z-index: 100;
}
#footer-content {
    padding: 10px;
}
.bug-report {
    color: white;
    float: right;
    text-decoration: none;
    border: none;
    outline: none;
    background-color: inherit;
    cursor: pointer;
}
.new-input-group-title, .edit-input-group-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#darken-layer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#darken-layer-shade {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(62, 62, 62, 0.7);
    z-index: -1;
}
.btn {
    /*box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);*/
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
.btn-disabled {
    background-color: #888888 !important;
    border-color: #888 !important;
    cursor: default !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2) !important;
}
.btn-green {
    text-shadow: 0 1px 0 #357546;
    line-height: 1.42857143;
    color: #fff;
    background-color: #3b864f;
    border: 1px solid #3b824e;
}
.btn-green:hover {
    background-color: #357746;
    border-color: #336f43;
}
.btn-teal {
    text-shadow: 0 1px 0 #275f5f;
    line-height: 1.42857143;
    color: #fff;
    background-color: #3b8686;
    border: 1px solid #387f7f;
}
.btn-teal:hover {
    background-color: #357373;
    border-color: #316f6f;    
}
.btn-red {
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    line-height: 1.42857143;
    color: #fff;
    background-color: #d9534f;
    border: 1px solid #d43f3a;
}
.btn-red:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}
.fixed {
    top: 0;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    left: 50%;
    transform: translateX(-50%);
    max-height: 85%;
}
@media (max-width: 940px) {
    .school {
        display: none;
    }
}
@media (max-width: 720px) {
    #feedback-container {
        position: static;
        border: none;
        padding-left: 15px;
        margin-top: 30px;
        display: none;
    }
}
.info-message-warning {
    border-radius: 3px;
    margin-top: 10px;
    background-color: #ffca51;
    padding: 5px;
    box-shadow: 0px 2px 0px 0px rgb(228 178 66);
}
.info-message-warning i {
    float: left;
    padding-right: 10px;
}
