﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbarh {
    background-color: #83c107; // kind af green
}

#Container {
    background: url(../images/CommandCenterLoginBkgnd.png) no-repeat 0 0;
    height: 512px;
    left: 50%;
    margin-left: -338px;
    margin-top: -256px;
    position: absolute;
    top: 50%;
    width: 677px;
    z-index: 100;
}

#LoginArea {
    background-color: #fff;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -59px;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 100%;
}

#Branding {
    background: #4d4f53 url(../images/CommandCenterLogo.png) no-repeat 50% 50%;
    height: 25px;
    line-height: 25px;
    position: absolute;
    width: 100%;
}

#SubBranding {
    background: url(../images/GridstreamLogo.png) no-repeat 50% 34px;
    height: 94px;
    left: 0;
    position: absolute;
    top: 25px;
    width: 265px;
}

#LoginControls {
    height: 94px;
    position: absolute;
    right: 0;
    top: 27px;
    width: 412px;
}

#UserLabel,
#PasswordLabel {
    clear: left;
    display: block;
    float: left;
    font-size: 10pt;
    height: 21px;
    line-height: 21px;
    margin-top: 5px;
    min-width: 120px;
    padding-right: 6px;
    text-align: left;
}

#LoginName,
#Password {
    clear: none;
    display: block;
    float: left;
    font-size: 10pt;
    margin-top: 5px;
    width: 280px;
}

#UserLabel,
#LoginName {

}

#LoginButton {
    clear: left;
    display: block;
    float: left;
    height: 22px;
    margin-top: 10px;
    min-width: 67px;
}

#LoginButton a:link,
#LoginButton a:visited {
        background: #7ab800 url(../images/triangle-button.png) no-repeat 100% 100%;
        color: #fff;
        display: block;
        font-size: 10pt;
        height: 22px;
        line-height: 20px;
        margin-left: 126px;
        min-width: 67px;
        padding: 0 6px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
 }

 #LoginButton a:hover {
        background-color: #91d018;
 }

 #LoginButton a:active {
        background-color: #689d00;
 }

#AppTitle {
  cursor: pointer;
  float: left;
  font-family: 'Arial', sans-serif;
  font-size: 1.9em;
  font-weight: normal;
  margin: 0.1em 0.34em 0 0.34em;
  text-shadow: 0 0 0.37em #282828;
}
