* {
    box-sizing: border-box;
}

html, body {
    padding: 0px;
    margin: 0px;
    height:100%;

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.hidden {
	position: absolute;
	left: -1000%;
	top: -1000%;
	height: 0;
	width: 0;
	pointer-events: none;
	opacity: 0;
}

nav {
    position: fixed;
    left: 10px;
    top: 10px;
    bottom: 10px;

    border-radius: 10px;
    background: rgb(247,113,67);
    background: linear-gradient(0deg, rgba(247,113,67,1) 0%, rgba(119,41,83,1) 100%); 
    -webkit-box-shadow: 13px 12px 6px -8px rgba(0,0,0,0.57); 
    box-shadow: 13px 12px 6px -8px rgba(0,0,0,0.57);

    overflow-y: auto;
}

nav ul {
    padding: 0px;
    margin: 0px;
}

nav ul li {
    list-style-type:none;
}

nav ul li img {
    width: 40px;
    margin: 15px;
}

.subnav {
    position: fixed;
    top: 0px;
    right: 0px;
}

.subnav_item {
    float: right;
    font-weight: bold;
    margin: 20px;
}

.subnav_item a {
    color: #333333;
}

main {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 100px;
    overflow:auto;
}

a {
    color: rgba(119,41,83,1);
    text-decoration: none;
}

.box {
    border-radius: 10px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 13px 12px 6px -8px rgba(0,0,0,0.57); 
    box-shadow: 13px 12px 6px -8px rgba(0,0,0,0.57);
    margin: 10px;
    padding: 10px;
    width: fit-content;
    block-size: fit-content;
    float:left;
}

.center_div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spacer {
    width: 100%;
    float:left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
}

main {
    overflow-y: auto;
}

main h1 {
    font-size: 25px;
    margin-left: 10px;
}

button {
    padding: 10px;
    border: 1px solid #bbbbbb;
    background-color: #dddddd;
    border-radius: 10px;
    width: 125px;
    margin: 10px;
}

button:hover {
    background-color: #bbbbbb;
}

main label {
    margin: 10px;
}

input[type=text] {
    padding: 10px;
    border: none; 
    border-bottom: 1px solid #bbbbbb;
    width: 100%;
    box-sizing:border-box;
}

input[type=password] {
    padding: 10px;
    border: none; 
    border-bottom: 1px solid #bbbbbb;
    margin-left: 10px;
}

input[type=search] {
    padding: 10px;
    border: none; 
    border-bottom: 1px solid #bbbbbb;
}

select {
    padding: 10px;
    border: 1px solid #bbbbbb;
    background-color: #dddddd;
    border-radius: 10px;
    width: 125px;
}

.select_label {
    width: 100%;
    font-weight: bold;
    font-size: smaller;
    color:#555555;
    text-align: left;
    padding: 5px;

}

.center_object {
    margin: auto;
}

.multiselect_ul {
    list-style-type: none;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    margin: 0px;
    padding: 0px;
}

.multiselect_ul li {
    height: 35px;
    width: 100%;
}

.multiselect_ul li img {
    float:left;
    margin-right: 5px;
}

.multiselect_ul li label {
    text-align: left;
    float: left;
    font-size: 20px;
}

.multiselect_ul li input {
    width: 20px;
    height: 20px;
    float:right;
}

main div table {
    border-collapse:collapse;
    border-radius: 10px;
    float:left;
}

main div table tr {
    border-radius: 10px;
}

main div table tr th {
    padding: 10px;
    text-align: left;
}
main div table tr td {
    padding: 10px;
}

.row_icon {
    height: 20px;
}

body #overlay {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.7);
    display: none;
    overflow:auto;
}

body #overlay #menu {
    background-color: #ffffff;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, -50%);
    display: none;
    width: 550px;
}

body #overlay #menu .menu_button {
    position: relative;
    z-index: 99;
}

.negative_button {
    border: 1px solid #C7162B;
    background-color: #C7162B;
    color: white;
}

.negative_button:hover {
    background-color: #ED3146;
}

body #overlay #menu .menu_content {
    float: left;
    width: 100%;
}

#menu_buttons {
    float:left;
    width:100%;
    padding-top: 20px;
}

body #overlay #menu h1 {
    width: 100%;
    float: left;
}

body #overlay #menu span {
    width: 100%;
    float: left;
}

.icon_small {
    height: 30px;
    border-radius: 5px;
}

/* Policy page */
.policy_button {
    width: 31px;
    height: 31px;
    font-size: 16pt;
    padding: 0px;
    margin-left: 10px;
    float: none;
}

/* Special pages with single div Page */
.single_div {
    margin: 0px;
    max-width: 300px;
    padding: 0px;
}

.single_div h1 {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: rgb(247,113,67);
    background: linear-gradient(90deg, rgba(247,113,67,1) 0%, rgba(119,41,83,1) 100%);
    text-align: center;
    color: white;
    margin: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.single_div input {
    width: 80%;
    margin: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-weight: bold;
    color: #555555;
}

.single_div button {
    width: 40%;
    margin: 20px;
    margin-left: 30%;
}

.single_div div {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: black;
}

.single_div .err {
    background: red;
    color: white;
}

 #errs .succ {
    background: green;
    color: white;
}

