/* GENERAL */
body {
    background-color: rgb(255, 255, 255);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 15px;
    font-family: Arial;
    color: #164564;
    margin: 0px;
    padding-bottom: 50px;
}

textarea {
    border: 1px solid rgb(180, 180, 180);
    border-radius: 2px;
    font-size: 14px;
    font-family: Helvetica;
    color: #164564;
    padding: 5px;
}

textarea:focus {
    border: 1px solid #206594;
    outline: none;
}

hr {
    border: none;
    height: 1px;
    background-color: rgb(180, 180, 180);
}

a {
    color: #164564;
    text-decoration: none;
}

a:hover {
    color: #206594;
}

table th {
    font-size: 15px;
}

table td {
    font-size: 15px;
}

select {
    overflow-y: auto;
    width: 200px;
}

input[type="date"] {
    padding: 7px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

input::-webkit-datetime-edit-day-field:focus,
input::-webkit-datetime-edit-month-field:focus,
input::-webkit-datetime-edit-year-field:focus {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    outline: none;
}

.hidden {
    display: none;
}

/* FORM FIELDS */
input.hour-field {
    margin: 5px;
    transform: scale(1.2);
    font-family: Helvetica;
}

/* FORMS */

form {
    margin: 0px;
}

.form-text-field {
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* BUTTONS */

.standard-button {
    border-radius: 3px;
    background: rgb(93, 131, 187);
    padding: 6px;
    border: 1px solid rgb(68, 95, 151);
    color:rgb(255, 255, 255);
    font-size:14px;
    cursor: pointer;
}

.standard-button-big {
    font-size: 15;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}

.small-button {
    border-radius: 3px;
    background: rgb(93, 131, 187);
    padding: 4px;
    border: 1px solid rgb(68, 95, 151);
    color:rgb(255, 255, 255);
    font-size:13px;
    cursor: pointer;
}

.small-button:hover {
    background: rgb(68, 95, 151);
    color:rgb(255, 255, 255);
}

.small-grey-button {
    border-radius: 3px;
    background: rgb(175, 175, 175);
    padding: 4px;
    border: 1px solid rgb(125, 125, 125);
    color:rgb(255, 255, 255);
    font-size:13px;
    cursor: pointer;
}

.small-red-button {
    border-radius: 3px;
    padding: 4px;
    background-color: rgb(177, 71, 71);
    border: 1px solid rgb(129, 48, 48);
    color:rgb(255, 255, 255);
    font-size:13px;
    cursor: pointer;
}

.small-button-button:hover {
    background: rgb(125, 125, 125);
    color:rgb(255, 255, 255);
}

.small-inactive-button {
    border-radius: 3px;
    background: rgb(175, 175, 175);
    padding: 4px;
    border: 1px solid rgb(150, 150, 150);
    color:rgb(225, 225, 225);
    font-size:13px;
}

.standard-button:hover {
    background: rgb(68, 95, 151);
    color:rgb(255, 255, 255);
}

.grey-button {
    border-radius: 3px;
    background: rgb(175, 175, 175);
    padding: 6px;
    border: 1px solid rgb(125, 125, 125);
    color:rgb(255, 255, 255);
    font-size:14px;
    cursor: pointer;
}

.grey-button:hover {
    background: rgb(125, 125, 125);
    color:rgb(255, 255, 255);
}

.green-button {
    border-radius: 3px;
    padding: 6px;
    background-color: rgb(101, 175, 95);
    border: 1px solid rgb(30, 136, 20);
    color:rgb(255, 255, 255);
    font-size:14px;
    cursor: pointer;
}

.green-button:hover {
    background-color: rgb(30, 136, 20);
    color:rgb(255, 255, 255);
}

.red-button {
    border-radius: 3px;
    padding: 6px;
    background-color: rgb(177, 71, 71);
    border: 1px solid rgb(129, 48, 48);
    color:rgb(255, 255, 255);
    font-size:14px;
    cursor: pointer;
}

.red-button:hover {
    background-color: rgb(129, 48, 48);
    color:rgb(255, 255, 255);
}

.inactive-button {
    border-radius: 3px;
    background: rgb(175, 175, 175);
    padding: 6px;
    border: 1px solid rgb(150, 150, 150);
    color:rgb(225, 225, 225);
    font-size:15px;
}

.round-button {
    border-radius: 30%;
    background: rgb(93, 131, 187);
    border: 1px solid rgb(68, 95, 151);
    color:rgb(255, 255, 255);
    font-size:13px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.removal-button {
    padding: 2px 7px 2px 7px;
    border-radius: 50%;
    border: none;
    background: rgb(175, 175, 175);
    color:rgb(255, 255, 255);
    font-size:14px;
    cursor: pointer;
}

.removal-button:hover {
    background: rgb(200, 200, 200);
    color:rgb(255, 255, 255);
}

.search-bar {
    height: 25px;
}

.content {
    margin-top: 30px;
    width: 62.5%;
    max-width: 1200px;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    margin: 20px;
    margin-left: 0px;
    font-weight: bold;
    font-size: 21px;
}

.block-title {
    font-size: 17px;
    font-weight: bold;
}

/* COLUMNS */

.column {
    float: left;
    width: 50%;
}
  
.multi-column {
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
}

.row:after {
content: "";
display: table;
clear: both;
}

/* PANEL */

.panel {
    background-color: rgb(225, 225, 225);
    border-radius: 2px;
    border: 1px solid rgb(180, 180, 180);
    width: 80%;
    padding: 30px;
    padding-top: 15px;
}

.half-panel {
    background-color: rgb(225, 225, 225);
    border-radius: 2px;
    border: 1px solid rgb(180, 180, 180);
    width: 40%;
    padding: 30px;
    padding-top: 15px;
    margin: 30px;
}

.fitted-panel {
    background-color: rgb(225, 225, 225);
    border-radius: 2px;
    border: 1px solid rgb(180, 180, 180);
    width: fit-content;
    padding: 15px;
    padding-bottom: 0px;
}

.info-panel {
    width: fit-content;
}

.info-panel-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid rgb(180, 180, 180);
    background-color: rgb(240, 240, 240);
    padding: 10px;
    padding-bottom: 6px;
}

.info-panel-header button {
    border-radius: 3px;
    background: rgb(93, 131, 187);
    border: 1px solid rgb(68, 95, 151);
    color:rgb(255, 255, 255);
    font-size:13px;
    float: right;
    cursor: pointer;
}

.info-panel-header a {
    border-radius: 3px;
    background: rgb(93, 131, 187);
    border: 1px solid rgb(68, 95, 151);
    color:rgb(255, 255, 255);
    font-size:13px;
    float: right;
}

.info-panel-body {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid rgb(180, 180, 180);
    background-color: rgb(255, 255, 255);
    border-top: none;
    padding: 10px;
    line-height: 1.4;
}

.form-panel {
    width: fit-content;
}

.form-panel-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid rgb(180, 180, 180);
    background-color: rgb(225, 225, 225);
    font-weight: bold;
    font-size: 17px;
    padding: 10px;
    padding-bottom: 6px;
}

.form-panel-header .panel-button {
    border-radius: 3px;
    background: rgb(93, 131, 187);
    border: 1px solid rgb(68, 95, 151);
    color:rgb(255, 255, 255);
    font-size:13px;
    float: right;
    padding: 2px;
    font-weight: normal;
}

.form-panel-header-large {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid rgb(180, 180, 180);
    background-color: rgb(225, 225, 225);
    font-weight: bold;
    font-size: 17px;
    overflow: hidden;
    margin-top: 20px;
}

.form-panel-header-large .title {
    padding: 10px;
    padding-bottom: 6px;
    float: left;
    border-collapse: collapse;
    overflow: hidden;
}

.form-panel-header-large .link {
    background: rgb(93, 131, 187);
    border-left: 1px solid rgb(180, 180, 180);
    color:rgb(255, 255, 255);
    font-size:17px;
    text-decoration: none;
    float: right;
    margin: 0px;
    align-self: center;
    font-weight: 100;
    padding: 10px;
    padding-bottom: 6px;
}

.form-panel-header-large .link:hover {
    background: rgb(68, 95, 151);
    color:rgb(255, 255, 255);
}

.form-panel-body {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid rgb(180, 180, 180);
    background-color: rgb(240, 240, 240);
    border-top: none;
    padding: 10px;
}

.form-panel-body-continued {
    border: 1px solid rgb(180, 180, 180);
    border-bottom: none;
    background-color: rgb(240, 240, 240);
    border-top: none;
    padding: 10px;
}

.form-panel-splitter {
    border: 1px solid rgb(180, 180, 180);
    background-color: rgb(225, 225, 225);
    font-weight: bold;
    font-size: 17px;
    padding: 10px;
    padding-bottom: 6px;
}

.form-panel-body .block-title {
    font-size: 15px;
}

.headless-form-panel {
    border-radius: 3px;
    border: 1px solid rgb(180, 180, 180);
    background-color: rgb(240, 240, 240);
    padding: 15px;
}

/* MESSAGES */
.messages li{
    list-style-type: none;  
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 7px;
    width: fit-content;
    color: white;
    margin: 5px auto 5px auto;
}
.closebutton-white {
    color: white;
    float: right;
    line-height: 19px;
    font-size: 22px;
    cursor: pointer;
  }

.messages .success {
    background-color: #4fb47c;
}

.messages .error {
    background-color: #da6955;
}

.messages .warning {
    background-color: #f7ce5e;
}

/* STATUSSES */
.status-badge {
    border-radius: 4px;
    width: fit-content;
    padding: 4px;
    font-size: 14px;
    color: white;
    white-space: nowrap;
}

.status-badge-small {
    border-radius: 3px;
    width: fit-content;
    padding: 2px;
    font-size: 12px;
    color: white;
    white-space: nowrap;
    margin: auto;
    display: block;
    font-weight: normal !important;
}

.status-badge-new {
    background-color: rgb(225, 225, 225);
    border: 1px solid rgb(200,200,200);
    color:rgb(125, 125, 125)
}

.status-badge-entered {
    background-color: rgb(150, 150, 150);
    border: 1px solid rgb(125,125,125);
}

.status-badge-submitted {
    background-color: rgb(93, 131, 187);
    border: 1px solid rgb(68, 95, 151);
}

.status-badge-approved {
    background-color: rgb(101, 175, 95);
    border: 1px solid rgb(30, 136, 20);
}

.status-badge-rejected {
    background-color: rgb(177, 71, 71);
    border: 1px solid rgb(129, 48, 48);
}

.status-badge-mixed {
    background-color: #f7ce5e;
    border: 1px solid #be972c;
    color:#2c2c2c;
}

.warning-label {
    background-color: #fdc322;
    padding: 2px 4px 2px 4px;
    font-size: 12px;
    font-weight: bold;
    color:#ffffff;
}

.info-area {
    cursor: pointer;
    z-index: 1999;
    padding: 10px 12px 10px 15px;
}

.info-icon {
    border-radius: 50%;
    background: grey;
    height: 18px; 
    width: 18px;
    color:white;
    text-align:center;
    align-items: center;
    font-size: 17px;
    display:inline-block;
    cursor: pointer;
}
  
.info-box {
    display: none;
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(93, 131, 187);
    border-radius: 3px;
    position: absolute;
    left: 0; 
    right: 0;
    margin-left: auto; 
    margin-right: auto; 
    width: fit-content;
    z-index: 2000;
    top: 30%;
    padding: 20px;
    padding-left: 30px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
    font-weight: 100;
    font-size: 15px;
}

.info-box br {
    display: block;
}

.info-box a {
    color: #164564;
    text-decoration: none;
    background-color: transparent;
    border: none;
    padding: none;
}

.info-icon:hover{
    background-color: rgb(93, 131, 187);
}

.info-area:hover .info-box {
    display: block;
}

.info-area:hover .info-icon {
    background-color: #206594;
}
/* NAVBAR */
.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: rgb(235, 235, 235);
    border-bottom: 1px solid #206594;
    font-size: 16px;
    z-index: 100;
    height: 46px;
    overflow: hidden;
}

.navbar .icon-overlay {
    position: absolute;
    z-index: 101;
    top: 5px;
    left: 41px;
    background-color: #206594;
    color: rgb(255,255,255);
    font-size: 12px;
    border-radius: 3px;
    padding: 1px 3px 1px 3px;
    text-align: right;
}

.navbar .inactive {
    background-color: rgb(200, 200, 200);
}

.navbar .item-left {
    cursor: pointer;
    float: left;
    display: inline;
    padding: 14px 14px;
    text-align: center;
    text-decoration: none;
    border-bottom: none;
}

.navbar .logo-left {
    cursor: pointer;
    float: left;
    display: inline;
    text-align: center;
    text-decoration: none;
    border-bottom: none;
    padding-right: 5px;
}

.navbar .logo-left img {
    height: 36px;
    padding: 5px;
}

.navbar .icon-left {
    cursor: pointer;
    float: left;
    display: inline;
    text-align: center;
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.navbar .mail-icon {
    height: 30px;
    width: auto;
    padding: 8px 16px 8px 16px;
}

.navbar .item-right {
    cursor: pointer;
    float: right;
    display: inline;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
    border-bottom: none;
}

.navbar select {
    color: #164564;
    border: none;
    width: fit-content;
}

.navbar .dropdown {
    float: left;
    display: inline;
  }
  
.navbar .dropdown .dropdown-button {
    font-size: 16px;  
    border: none;
    outline: none;
    color: #164564;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    cursor: pointer;
}

.navbar .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(235, 235, 235);
    min-width: 160px;
    box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.2);
    z-index: 1001;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    float: none;
    color: #164564;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.navbar *:hover:not(.active, .dropdown-content, .no-hover) {
    background-color: rgb(200, 200, 200);
}

.bottom-bar {
    position: fixed;
    bottom: 0;
    overflow: hidden;
    background-color: rgb(235, 235, 235);
    border-top: 1px solid rgb(220, 220, 220);
    width: 100%;
    font-size: 14px;
    padding: 10px;
    padding-bottom: 15px;
}

.bottom-bar-content {
    width: 50%;
    max-width: 960px;
    min-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* INFO BLOCK */
.info-block {
    border: 1px solid #164564;
    margin-bottom: 10px;
    min-width: 500px;
    max-width: 700px;
    background-color: rgb(245, 245, 245);
}

.info-block .top-bar {
    background-color: rgb(230, 230, 230);
    font-weight: bold;
    width: 100%;
    height: 50px;
}

.info-block .top-bar * {
    padding: 15px;
    display: inline;
    float: left;
}

.info-block .top-bar a {
    background-color: rgb(200, 200, 200);
    border: none;
    font-size: 16px;
    color: #164564;
    float: right;
    height: 20px;
}

.info-block .top-bar a:hover {
    background-color: rgb(185, 185, 185);
    cursor: pointer;
}


/* TIME SHEET */
.timesheet-block {
    margin: 0px;
}

/* tab bar */

.old-tab-bar {
    border-collapse: collapse;
    font-size: 0;
    height: 70px;
    position: relative;
}

.old-tab-bar select {
    height: 25px;
}

.old-tab-bar .tab-button {
    border: 1px solid #164564;
    background-color: rgb(225, 225, 225);
    text-align: center;
    font-size: 18px;
    color: #164564;
    cursor: pointer;
    height: 100%;
}

.old-tab-bar .active{
    font-weight: bold;
    background-color: rgb(93, 131, 187) !important;
    color: rgb(255, 255, 255) !important;
}

/* new tab bar */

.tab-bar {
    border-collapse: collapse;
    height: 70px;
}

.tab-bar select {
    height: 25px;
}

.tab-bar .tab-button {
    border: 1px solid #164564;
    background-color: rgb(225, 225, 225);
    text-align: center;
    font-size: 15px;
    color: #164564;
    cursor: pointer;
    height: 70px;
    width: 175px;
    position: absolute;
}

.tab-bar .active{
    font-weight: bold;
    background-color: rgb(93, 131, 187) !important;
    color: rgb(255, 255, 255) !important;
}


/* TIMESHEET TABLE */
.timesheet-table {
    border-collapse: collapse;
}

.timesheet-table td, .timesheet-table th {
    border: 1px solid #164564;
    text-align: center;
    padding: 8px;
    width: 80px;
}

.timesheet-table th {
    font-family: Helvetica;
}

.timesheet-table tr{
    background-color: rgb(225, 225, 225);
}

/* COMPACT ENTRY TABLE */

.compact-entry-table {
    background-color: rgb(235, 235, 235);
    border-collapse: collapse;
    text-align: left;
}

.compact-entry-table tr {
    border-top: 1px solid rgb(180, 180, 180);
}

.compact-entry-table td {
    padding: 5px;
    border: 1px solid rgb(180, 180, 180);
}

.compact-entry-table th {
    padding: 5px;
    border: 1px solid rgb(180, 180, 180);
}

.compact-entry-table tr:nth-child(even) {
    background-color: rgb(245, 245, 245);
}

/* ALL PROJECTS COST TABLE */
.all-projects-cost-table {
    background-color: rgb(235, 235, 235);
    border-collapse: collapse;
}

.all-projects-cost-table th {
    padding: 5px;
    border: 1px solid rgb(180, 180, 180);
    text-align: center;
    white-space: nowrap;
}

.all-projects-cost-table td {
    padding: 5px;
    border: 1px solid rgb(180, 180, 180);
    text-align: right;
    white-space: nowrap;
}

.all-projects-cost-table .lighter {
    background-color: rgb(245, 245, 245);
}

/* OPEN TABLE */

.info-bar {
    background-color: rgb(235, 235, 235);
    border: 1px solid rgb(180, 180, 180);
    width: fit-content;
    padding: 10px;
    margin-bottom: 3px;
    border-collapse: collapse;
}

.open-table {
    background-color: rgb(245, 245, 245);
    border-collapse: collapse;
    text-align: center;
}

.open-table th {
    border-top: 1px solid rgb(180, 180, 180);
    padding: 10px;
    padding-right: 20px;
}

.open-table th:first-child {
    border-left: 1px solid rgb(180, 180, 180);
}

.open-table th:last-child {
    border-right: 1px solid rgb(180, 180, 180);
}

.open-table tr:nth-child(even) {
    background-color: rgb(250, 250, 250);
}

.open-table td {
    border-bottom: 1px solid rgb(180, 180, 180);
    border-top: 1px solid rgb(180, 180, 180);
    padding: 10px;
    padding-right: 20px;
}

.open-table td:first-child {
    border-left: 1px solid rgb(180, 180, 180);
}

.open-table td:last-child {
    border-right: 1px solid rgb(180, 180, 180);
}

.open-table .selector {
    border: 1px solid rgb(180, 180, 180);
}

.overview-table td:first-child {
    border-right: 1px solid rgb(180, 180, 180);
}

.hours-overview-table td:first-child {
    text-align: right;
    padding-right: 100px;
    padding-left: 30px;
}

.hours-overview-table td:not(:first-child) {
    width: 100px;
}

/* BORDERLESS TABLE */

.borderless-table {
    border-collapse: collapse;
    text-align: center;
}

.borderless-table td {
    border-top: 1px solid rgb(180, 180, 180);
    padding: 7px;
    padding-right: 20px;
    padding-left: 20px;
}

.table-gap {
    border-top: none !important;
    border-bottom: none !important;
    border-right: 1px solid rgb(180, 180, 180);
    border-left: 1px solid rgb(180, 180, 180);
    background-color: rgb(255, 255, 255) !important;
}

.user-table {
    text-align: left;
}

.user-table td{
    padding-right: 50px;
}

.user-table td:last-child{
    padding-right: 20px;
}

.bank-info-table {
    width:100%;
    border-collapse: collapse;
}

.bank-info-table td:nth-child(1) {
    width:15%;
    padding-left: 10px;
}

.bank-info-table td:nth-child(3) {
    width:20%;
}

.info-table {
    padding: 10px;
}

.info-table td {
    white-space: nowrap;
}

.info-table tr td:first-child {
    padding-right: 10px;
    text-align: right;
}

.info-table tr td:last-child {
    font-weight: bold;
}

.form-table {
    padding: 10px;
}

.form-table td {
    white-space: nowrap;
    padding-bottom: 5px;
}

.form-table tr td:first-child {
    padding-right: 5px;
    text-align: right;
}

.login-form-table {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-form-table td:first-child {
    text-align: right;
    font-weight: bold;
}

.login-form-table td {
    padding: 5px;
}

.form-hint {
    font-size: 12px;
    color: #555555;
}

.form-help {
    font-size: 15px;
    color: #666666;
}

/* AJAX SEARCH */
.ajax-wrapper {
    position: relative;
}

.ajax-results-list {
    position: absolute;
    border-radius: 2px;
    left: 0;
    top: 27px;
    overflow: hidden;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    border: none;
    padding: 7px;
    box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.2);
}

.confirmation-window {
    display: none;
    background-color: rgb(255, 255, 255);
    border: 4px solid rgb(93, 131, 187);
    border-radius: 7px;
    position: absolute;
    left: 0; 
    right: 0;
    margin-left: auto; 
    margin-right: auto; 
    width: fit-content;
    z-index: 2000;
    top: 30%;
    padding: 20px;
    padding-left: 30px;
}

#greyout {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.loading-icon {
    position: fixed;
    z-index: 2000;
    display: none;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
    text-align: center;
}

.transparent-table td {
    padding-right: 10px;
}

.panel-hr {
    border-bottom: 1px solid rgb(180, 180, 180);
    margin-left: -15px;
    margin-right: -15px;
}

.open-button-bar * {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.open-button-bar *:last-child {
    margin-right: 10px;
}

.open-button-bar {
    border: 1px solid rgb(180, 180, 180);
    background-color: rgb(240, 240, 240);
    border-radius: 2px;
    width: fit-content;
}

/* PAGINATION */

.pagination {
    display: inline-block;
  }
  
  .pagination a {
    color: #164564;
    background-color: rgb(245, 245, 245);
    float: left;
    padding: 6px 13px;
    text-decoration: none;
    border: 1px solid rgb(180, 180, 180);
  }
  
  .pagination a.active {
    background-color: rgb(93, 131, 187);
    color: white;
    border: 1px solid rgb(68, 95, 151);
  }
  
  .pagination span {
    color: #164564;
    background-color: rgb(240, 240, 240);
    float: left;
    padding: 6px 13px;
    text-decoration: none;
    border: 1px solid rgb(180, 180, 180);
  }

  .pagination a:hover:not(.active) {background-color: #ddd;}
  
  .pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .inner-panel {
    background-color: rgb(250, 250, 250);
    border-radius: 2px;
    border: 1px solid rgb(180, 180, 180);
    width: fit-content;
    margin: 5px;
  }

  .button-row {
    padding: 5px;
  }
  
  .toggle-box {
    border-radius: 5px;
    border: 1px dashed rgb(180, 180, 180);
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(250, 250, 250);
  }

  .hidden-entry {
    display: none;
  }

  .hidden-placeholder {
    display: block;
  }