

.form .MuiDrawer-paper.MuiDrawer-paperAnchorRight {
    max-width: 1200px;
    width: 70%;
    min-width: 600px;
}

.MuiTextField-root {
    min-height: 40px
}


.MuiDataGrid-iconSeparator {
    display: none !important;
}


.MuiDataGrid-row:last-child  .MuiDataGrid-cell {
    border-width: 0 !important;
}


.MuiDataGrid-footerContainer {
    border-top-width: 0 !important;
    background-color: #f0f0f0
}


#owner-root-app {
    background-color: #fff;
 
}

#side-menu {
    background: linear-gradient(180deg, #F64040 0%, #F9682E 100%);
    width: 64px;
}


th {
    text-align: left;    
    background-color: #fefefe;
    padding: 10px 0px;
    font-size: 14px;
    color: #777
}

thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 30;
    background-color: #fefefe;
} 


table {
    border-collapse:collapse
}

table tbody td {
    border-bottom: 1px solid #ddd;
    padding: 8px 2px
}

table tbody tr:last-child td {
    border-bottom-width: 0
}



#app-root {
    display: flex;
    flex: 1 1 100%;
    height: 100vh;
}

html,
body {
    height: 100%; 
    font-family: Roboto !important
}



@media screen and (min-width: 2400px) {
    body {
        background-color: #777;
    }

    #owner-root-app {
        border-radius: 12px;
        margin: 12px;
    }

    #side-menu {
        border-radius: 12px 0px 0px 12px;
    }
}
 
body {
    overflow: hidden;
    max-width: 2400px;
    margin: auto;
}
/* These styles make the root element full-height */
#root {
    display: flex;
    height: 100%;
}



#login-page {
    background-image: url(space-min.png);
    background-repeat: no-repeat;
    background-position: left center;
    
}


#login-window {
    background: linear-gradient(180deg, #F64040 0%, #F9682E 100%);
    border-radius: 12px;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /*-webkit-box-shadow: 0 0 0 30px #747474 inset !important;*/
}









.steps-wrapper .step-header {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fafafa;
    border: 1px solid #e4e4e4;
}

    .steps-wrapper .step-header .header-text {
        font-weight: 600;
        color: #252525;
    }

.steps-wrapper .step-item {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e4e4e4;
    border-top-width: 0;
}




/*input, textarea {
    border-style: solid;
    outline: none
}

.ck-editor__editable {
    min-height: 240px !important;
}


.Toastify {
    white-space: pre;
}*/