@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Roboto:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

body {
    margin: 0;
    padding: 0;

}
.logo {
    font-family: "Lobster";
    font-size: 46px;
    color: #65aaf1;
    padding: 16px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.red-btn {
    background: #dc5b5b  !important;
    border: 1px solid #2b2929  !important;
}

.green-btn {
    background: #6cbd6c  !important;
    border: 1px solid #2b2929  !important;
}
.green-btn:hover{
    background: #7bc77b !important;
}
.red-btn:hover{
    background: #d16262 !important;
}


#headerForm\:loginBtn {
    padding-right: 30px;
    font-family: "Roboto";
    position: relative;
    font-size: 17px;
    top: 6px;
}
.main-content {
    width: calc(100% - 230px);
    margin-left: 229px;
    padding: 14px;
    padding-top: 6px;
}

body .ui-datatable thead th {
    background: #273240;
    color: rgba(255, 255, 255, 0.87);
    padding: 1rem 1rem;
    border: 1px solid #304562;
    border-width: 0 0 1px 0;
    text-align: left;
    box-sizing: content-box;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

body .ui-datatable .ui-datatable-data > tr {
    background: #273240;
    color: rgba(255, 255, 255, 0.87);
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0px;
    display: flex;
    align-items: center;
    font-family: "Roboto";
}
header * {
    display: inline;
}

header li {
    margin: 20px;
}



.surface-card {
    background-color: #333e4c !important;
}

div#headerForm\:topRightBtns {
    position: relative;
    top: 56px;
}
html {
    background: #273240 !important;
    height: 100%;
    color: #e8e8e8;
    font-family: Roboto;

} 
.userNameWrapper {
    width: 200px;
    z-index: 2;
    position: relative;
    color: #90caf9;
    font-size: 22px;
    height: 120px;
    border: solid 1px;
    text-align: center;
    border-radius: 6%;
    margin: auto;
}

.sidenav {
    height: 100%;
    width: 220px;
    position: fixed;
    z-index: 1;
    left: 0;
    background-color: #232d3a;
    overflow-x: hidden;
}
/* The navigation menu links */
.sidenav a {
    padding: 12px 8px 9px 16px;
    text-decoration: none;
    font-size: 18px;
    color: #bdbdbd;
    display: block;
    padding-left: 20px;
    font-family: "Tomorrow";
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
    background: #1d2733;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


body .ui-divider.ui-divider-horizontal {
    margin: 4px;
    padding: 0 1rem;
}