
div.login{
    position : relative;
    top : 50px;
}
td.login{
    background-color: #CCDDEE;
    text-align : left;
}
table.login{
    border: 1px solid;
    background-color: #CCDDEE;
}

td.DisplayDeficiencies{
    border: 1px solid;
    text-align : center;
}

div.DisplayDeficiencies{
    width:100%;
}

table.DisplayDeficiencies{
    width:80%;
}

table.DisplayDef{
    border: 1px solid;
    width:80%;
}

/* Single */
div.DisplayDeficiency{
    width:768px;
}

.DisplayDeficiency{
    background-color:#AABBCC;
    width:768px;
}

td.DisplayDeficiency{
    border: 1px solid;
}
table.DisplayDeficiency{
    width:650px;
    background-color : #333333;
    border: 1px solid;
}

table.MainMenu{
    display: flex;
    justify-content : center;
}

.mainbody{
    background-color : #AABBCC;
    z-index : -1;
}

option.floorselect{
    width:400px;
}
select.floorselect{
    width:400px;
    text-align-last:center;
}

div.MainMenu{
    left : 50%;
    width : 1280px;
}

.Page{
    background-color: #DDD;
    padding-left : 1rem;
    font-size : 30px;
    font-weight :  bold;
}
select.Page{
    width:400px;
    text-align:center;
}

select.floorselect{
        background-color: #DDD;
    padding-left : 1rem;
    font-size : 30px;
    font-weight :  bold;
}
.MainAlerts{
    position: fixed;
  inset: 0px;
  width: 768px;
  height: 1024px;
  max-width: 100vw;
  max-height: 100dvh;
  margin: auto;
  z-index:3;
  display:none;
/*
    position: fixed;
    display: none;
    height : 90%;
    width: 1024px;
    left : 20%;
    right : 0;
    z-index :3;
    top : 25%;
    justify-content : center; */
    /*
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    display:none;
    z-index : 3;
    height : 60%;
    width : 60%;
    padding: 0px 0px 0px 0px; */
    /*margin:0; */
}

tr.comments{
    background-color:#CCCCCC;
    height : 10px;
}

table.comments{
    background-color:#CCCCCC;
    width:640px;
}
.commentsbody{
    background-color:#EEEEEE;
}

table.ChangeConfirmation{
    width:500px;
    height:400px;
    background-color: #EEEEEE;
    border: 1px,solid;
    box-shadow: 10px 10px 5px #333333;
}
th.ChangeConfirmation{
    
}

div.ChangeConfirmation{
    width:600px;
    height:500px
}

iframe.displaydeficiency{
    width: 100%;
    height: 70%;
    border: 1px,solid;
    box-shadow: 10px 10px 5px #333333;
}

iframe.confirmchange{
    width: 600px;
    height: 500px;
}


textarea {
    max-width : 450px;
    max-height : 200px;
    min-width : 450px;
    min-height : 200px;
    resize: none;
}

.statusslider{
    width:50px;
}

.closed{
    background-color : #AACCAA;
}

.waiting{
    background-color : #FDE992;
}

.update{
    background-color : #CC00CC;
}

.open{
    background-color : #DD9999;
}