 
.form-container{
    position: absolute;
    top: 10vh;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #000000;
    
}


.form-container-reset{
    position: absolute;
    top: 10vh;
    background: #ffe7ba;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #000000;
    
}


.main-form-order{
    position: absolute;
    top: 3vh;
    width: 90%;
    background:rgb(231, 231, 231);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #000000;
    
}

.main-portal{
    position: absolute;
    top: 5vh;
    width: 90%;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #000000;
}

.main-edit-order{
    position: absolute;
    top: 3vh;
    width: 90%;
    background:lightyellow;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #000000;
}
.form-container-clients{
        position: absolute;
        top: 5vh;
        width: 50%;
        background:rgb(231, 231, 231);
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px #000000;    
    
}

.form-container-discharge{
    position: absolute;
    top: 3vh;
    width: 90%;
    background:rgb(238, 235, 235);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #000000;    
 
}


.form-body-status
{
    position: absolute;
    top: 3vh;
    width: 90%;
    background:white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #000000;    
 
}
.form-container-hospice
{
    position: absolute;
    top: 3vh;
    width: 98%;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #000000;
}

.form-container-add-hospice
{
    position: absolute;
    top: 3vh;
    background:rgb(238, 235, 235);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #000000;    
}

.form-container-delete-hospice
{
        position: absolute;
        top: 3vh;
        background:rgb(238, 235, 235);
        padding: 30px;
        border-radius: 5px;
        box-shadow: 0px 0px 10px 0px #000000;    
}

.form-container-add-account
{
    position: absolute;
    top: 3vh;
    width: 60%;       
    background:rgb(238, 235, 235);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #000000;    
}
.form-container-edit-account
{
    position: absolute;
    top: 3vh;
    width: 60%;       
    background:lightyellow;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #000000;    
}
.form-container-delete-account
{
    position: absolute;
    top: 3vh;
    width: 60%;       
    background:rgb(238, 235, 235);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #000000;  
}


.form-container-edit-hospice
{
    position: absolute;
    top: 3vh;
    background:lightyellow;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #000000;    
}

.main-delete-order{
    position: absolute;
    top: 3vh;
    width: 90%;
    background:rgb(223, 222, 222);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #000000;
    
}

.main-form-tracking{
    width: 600px;
    margin: 10% auto;
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
    padding: 10px;
    
    min-height: 100px;
    width: 100vw;
    background: white;
    border-radius: 5px;        
}

.centerlogo{
    display: block;
    size: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;   
}

.table-background{
    background: cornsilk;
    background-color: ghostwhite;
}
.img-portal{
    margin-right: auto;
    width: 40px;
}

.body-login{
    background: rgb(233, 234, 235);
}

.body-portal{
        background: grey;
        margin: 3%;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }            

img.logout{
    height: 60px;
    width: 60px;   
    margin-top: 5%;
}
img.order{
    height: 60px;    
    width: 60px;
    margin-top: 5%;
}

.btn-text{
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.body-order{
    background: white;

}    

.body-hospice{
    background: white;

}    

.webgrid-table-hidden
{
    display: none;
}
  
 
