﻿body {
    background-color: #eeeeee;
    overflow: hidden;
    overflow-y: auto;
    height: auto!important;
}
#bkd{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.body-content{
    background-color: #eeeeee;
}
#topLogoContainer{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 313px;
    margin-bottom: 5vh;
    margin-top: 5vh;
}
#topLogo{
    vertical-align: middle;
    width: 313px;
}

#chooseArea, #locArea{
    display: none;
}
.index-form{
  display: block!important;
  width: 100%!important;
  height: 45px!important;
  padding: 6px 43px!important;
  line-height: 1.428571429!important;
  color: #555555!important;
  vertical-align: middle!important;
  background-color: #ffffff!important;
  border: 1px solid #cccccc!important;
  border-radius: 6px!important;
  box-sizing:  inherit!important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)!important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)!important;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s!important;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s!important;
    font-size: 20px!important;
}

#usr{
    background: url(/AppImages/user-icon.png) no-repeat scroll 7px 7px;
}
#pwd{
    background: url(/AppImages/password-icon.png) no-repeat scroll 7px 7px;
}
#org{
    background: url(/AppImages/org-icon.png) no-repeat scroll 7px 7px;
        margin-bottom: 32.36px;
}
.index-btn{

    color: white!important;
    height: 45px;
    line-height: 10px;
    width: 338px!important;
    padding-left: 29px;
    padding-right: 29px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
}
#mainContainer{
    text-align: center;
    margin-bottom: 100px;
}
#formArea{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 4px 10px -1px #C8C8C8!important;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    overflow: auto;

}

.index-label{
    color: black!important;
    font-size: 14px;
}
#footer{
    position: absolute;
    float: left;
    color: gray;
    width: 100%;
    bottom:0;
    left: 10px;
}
#footerText{
    display: inline;
    vertical-align: bottom;
}
#spotlightImg{
    opacity: 0.7;
    width: 200px;
    position: absolute;
    display: inline;
    right: 30px;
    bottom: 5px;
}
#titleContent{
    font-size: 30px;
    font-weight: 700;
    width: 417px; 
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
}
.app{
    height: 45px!important;
    font-size: 20px;
    line-height: 20px;
    background-color: white;
    color: #999999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    width: 338px;
    border-radius: 6px!important;
    border: 1px solid #999999;
    box-shadow: 0 4px 10px -1px #C8C8C8!important;
    outline: none !important;
     -webkit-transition : 100ms ease-out; 
     -moz-transition : 100ms ease-out;
     -o-transition : 100ms ease-out;
}

.app:hover {
    background-color: #eeeeee;
    cursor: pointer;
}

.selected, .selected:hover{
    background-color: #3661b0; 
    color: white;
    
}
.return-to-login{
    cursor: pointer;
}
#undoContainer{
    cursor: pointer;
    height: 24px;
    font-size: 14px;
    font-weight: normal;
}
#undoContainer:hover{
    color: blue;
}
.return-text{
    height: 24px;
    line-height: 24px;
    float: left;
}
.undo-icon{
    float: left;
}
#appSubmitButton{
    margin-top: 16px;
}
#loginError{
    text-align: center;
    color: red;
    font-size: 18px;
    margin-top: 15px;
}