﻿.body 
{
    height: 100%;
    width: 100;
    margin:0;
    padding:0;
}

.container
{
    position: relative;
    height: auto;
    height: 100%;
    min-height: 100%;
    margin: 0,auto;
}

.content
{
    padding: 1em 1em 5em;
    text-align: center;
    margin-top: 3%;
}

.footer
{
    position: fixed;
    bottom:0;
    width: 100%;
    text-align: center;
    background-color: #e3f2fd;
}

.username
{
    position: relative;
    font-size: 1.2em;
}

.error
{
    color: Red;
}

.dorm
{
    font-weight: bold;
    font-size:2em;
}

.txtuser
{
    margin-left: 1%;
}

.txtpw
{
    margin-left: 1.3%;
}

.lbl
{
    vertical-align:middle;
}

.lbldorm
{
    position: relative;
    font-size: 1.2em;
    margin-left: 30px;
}

.lblchangepw
{
    font-size: 1.2em;
}

.txtchangepw
{
    margin-left: 1%;
}

.dgvBuilding
{
    text-align: center;
    margin-top: 3%;
    /*width: 100%;
    overflow:scroll;
    height: 50%;    
    */
}

.calendarIcon
{
    background: #FFFFFF url(Images/calendar.png) no-repeat 4px 4px;
    padding: 4px 4px 4px 22px;
    height: 18px;
}

.headerstyle
{
    text-align: center;
}

.spacing
{
    margin-top: 3%;
}

.FixedHeader 
{
    position: absolute;
}     
        
fieldset.scheduler-border 
{
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border
{
        font-size: 1.2em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:58px;
        padding:0 10px;
        height: 20px;
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: medium;
}

.PointClass
{
    cursor: pointer;
}

.panel
{
    min-height: 30%;
}


@media screen and (max-width: 600px) {
  div.example {
    font-size: 30px;
  }
}
