/*
 THEME COLORS
 */
.mainClearColor {
    background-color:transparent !important
}
.mainColor {
    background-color:#1e90ff;
}

/* ******** MENU BAR ************* */
.galleryRow{
    width: 100%;
    height: 412px;
    justify-content: center;
    display: flex;

}
.iconColor{
    fill:black;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  height:100%;
}

td {
  border: 0px solid #000
  vertical-align: top;

}
#menuColumn {
    width:45px;
    height:100%;
}
#pageColumn{
    width:auto;
    height: 100%;
}
.mainColorSelected {
    background-color: #0077ea;
}

.menuimageholder {
    position: absolute;
    cursor: pointer;
    overflow:hidden;
    width:45px;
    height:45px;
}

#expandHolder {
    top:0px;
    left:5px;
    position: absolute;
}

#menuHome{
    top:35px;
}
#menuProperties{
    top:80px;
}
#menuManagers{
    top:130px;
}
#menuDues{
    top:180px;
}
#menuProjects{
    top:230px;
}
#menuViolations{
    top:280px;
}
#menuCalendar{
    top:330px;
}
#menuNotices{
    top:380px;
}
#menuMessaging{
    top:430px;
}
#menuFiles{
    top:480px;
}
#menuVendors{
    top:530px;
}
#menuSettings{
    top:580px;
}

/* ********************************** */

#app-foundation{
    background-color:#696969;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
body {

    height: 100%;
    margin: 0;
}

#loginWindow {
    position: absolute;
    top:  50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:500px;
    height:400px;
    background-color:white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    overflow: hidden;
}

/*#backgroundVideo {
    object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}*/

#loginForm{
    position: fixed;
    height: 200px;
    width: 500px;
}

#passwordForm {
    left:501px;
    position: fixed;
    height: 200px;
    width: 500px;
    background-color:pink;
}


.whiteText {
    color:white !important;
}

.menuColor {
    background:white;
}
/*#emailField {
    position: absolute;
left: 45px;
    top: 60px;
    height: 30px;
    width:400px;
    background-color: white;
}*/
#passwordField {
    position: absolute;
    left: 20px;
    top: 60px;
    height: 30px;
    width:400px;
}

/*.inputField {

    
    outline: none;
    -webkit-box-shadow: none;
    border: transparent;
}*/

.inputField {
  outline: 0;
  border-width: 0 0 2px;
  border-color: rgba(30,79,152,1);
}
.inputField:focus {
  border-color: rgba(0,0,0,1);
}

/* ************* PAGE *********** */
#pageBase {
    /*position:absolute;*/
    top:0px;
    width:100%;
    height:100%;
    background-color:white;
}
.disable-select{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

html, body {
    max-width: 100%;
    height:100%;
    overflow-x: hidden;
}