﻿.center-body {
    width: 80%;
    min-width: 300px;
    min-height: 300px;
    margin: auto;
}

input.main-mini {
    width: 50px;
}

div.main-div
{
    background: url("/Content/Images/Main-bg.jpg");
    background-position-x: left;
    background-position-y: top;
    background-size: 80%;
    background-origin: border-box;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    bottom: 25px;
    top: 45px;
}

body {
    color: white;
}

#site-intro {
    width: 40%;
    background: rgba(0,0,0, 0.3);
    padding: 15px;
    color: white;
    border-radius: 5px;
    margin: 20px;
}

    #site-intro h2 {
        color: white;
    }

#right-pane {
    width: 20%;
    position: fixed;
    top: 45px;
    right: 0;
    bottom: 0;
    z-index: 100;
    overflow-y: scroll;
    overflow-x: hidden;
    background: white;
}

    #right-pane .list-title {
        font-size: 0.9vw;
    }

#footer {
    position: fixed;
    width: 100%;
    display: block;
    bottom: 0;
    font-size: small;
    background: #0094ff;
    height: 25px;
    left: 0;
}

    #footer a {
        color: white;
        text-decoration: underline;
        padding: 5px;
    }

#home-page-tiles {
    
    bottom: 0;
    left: 3%;
}

.element a, .element a:hover {
    color: white;
}

#gs-side-pane {
    position: absolute;
    left: 0;
    width: 20%;
}

.side-pane {
    position: absolute;
    left: 0;
    width: 20%;
    font-family:'Segoe UI';
}

.subject-content {
    position: absolute;
    left: 20%;
    right: 0;
    bottom: 4%;
    top: 45px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px;
    color: black;
    font-family:'Segoe UI';
}

#gs-header .element:hover,
#gs-header .element-menu > li:hover {
    background-color: #c50c0c;
    color: #ffffff;
}
.logo_img
{
    padding: 0 5px;
    margin: -9px 0 0;
    float: left;
}

h1.h1norm
{
    font-family:"Segoe UI_","Open Sans",Verdana,Arial,Helvetica,sans-serif;
    font-style:normal;
    font-weight:normal;
    margin:0;
    padding:0;
    color:#ffffff;
    letter-spacing:0;
    line-height:0;
    display:inline;
    font-size:1.4rem;
}

#perm-notification
{
    position:fixed;
    right:0;
    top:45px;
    z-index:1000;
}

#perm-notification2
{
    position:fixed;
    right:0;
    top:45px;
    z-index:1000;
}