@font-face {
    font-family: 'Geist';
    src: url('/Content/fonts/Geist[wght].woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

.float-left {
  float: left !important;
  content: "remove me again";
}
.float-right {
  float: right !important;
}
.whole {
  width: 100% !important;
}
.half-width {
  width: 50%;
}
.width-left {
  width: 33%;
}
.clear {
  clear: both;
}
a:hover {
  text-decoration: underline;
}

.center-td {
  text-align: center;
}
h3.box-header {
  clear: both;
}
td.reason-column select,
td.reason-column option {
  width: 180px !important;
}

.consolidation-in-progress.marquee {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f00;
  color: #ff0;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  display: none;
}
.form-with-paye-and-ltd-payrate-controls .item.conert-paye-to-ltd-payate .currency-symbol {
  display: none;
}
.form-with-paye-and-ltd-payrate-controls .item.conert-paye-to-ltd-payate input[type=text] {
  width: 70px;
}
.form-with-paye-and-ltd-payrate-controls .item.conert-paye-to-ltd-payate .ltd-label {
  margin-left: 20px;
}
html,
body {
  height: 100%;
}

table.dashboard-container-table > tbody > tr > td:first-child {
  padding-right: 24px;
  width: 50%;
}
*.side-bar {
  width: 220px;
  margin: 16px 0 8px 8px;
  background: #fff;
  border: 1px solid #e6e0e0;
  border-radius: 12px;
  overflow: hidden;
  padding: 8px 0;
}
.content-area {
    min-height: 500px;
}

.content-area-content {
  padding: 16px;
  height: 100%;
}
body.login-page .content-area-content {
    padding: 0;
}
body.login-page *.side-bar{
    margin-top: 0;
}

body.no-side-menu .side-bar {
    display: none;
}
body.no-side-menu .website-banner .menu-module,
body.no-side-menu .content-area {
  margin: 0;
}
.timesheet-input-column {
  white-space: nowrap;
}
.timesheet-input-column input[type="text"] {
  width: 50px;
}
.leftbox,
.rightbox {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.leftbox .item .label {
  width: 150px;
}

.rightbox .item .label {
  width: 150px;
}
div.search .item {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  gap: 4px;
}

span.search-body {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 16px;
}
    span.search-body .buttons {
        grid-column: 1 / -1;
        text-align: right;
    }
div.search .item .label {
    width: 150px;
    flex-shrink: 0;
}


.list-timesheet .list {
  clear: both;
  font-size: 12px;
}
    .list-timesheet .list table {
        border: 1px solid #C1CACB;
    }
    .list-timesheet .list th {
        font-size: 13px;
    }
    .list-timesheet .list th,
    .list-timesheet .list td {
        padding: 8px 16px;
        border-bottom: 1px solid #C1CACB;
    }
.application-time-offset {
    padding: var(--nova-spacing-close, 12px) var(--nova-spacing-near, 16px);
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    border-radius: var(--nova-radii-component-user-feedback, 8px);
    background: var(--nova-color-critical-secondary, #FDF2F2);
    color: var(--nova-color-critical-accent, #4F0808);
    font-family: "Geist", sans-serif;
    font-size: var(--global-typography-fontsize-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 8px 8px 0px 8px;
}
.website-footer {
  clear: both;
}
.logout-button {
  color: #fff;
  margin: 0;
  padding: 12px;
  position: relative;
  top: -2px;
  right: -3px;
  text-transform: uppercase;
}
.logout-button:hover {
  color: #fff;
  text-decoration: none;
}
body.login-page .website-banner,
body.login-page .ignore-footer .website-footer {
    display: none !important;
}
body.login-page .main-body {
    height: stretch;
}

.ignore-footer .website-footer {
    display: none;
}

.login-page-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
}

h3.box-header {
  clear: right;
}
.timesheet-list-search {
  width: 630px;
}
.timesheet-list-search .item {
  width: 100% !important;
}
.timesheet-list-search .item .label {
  width: 200px !important;
}
.timesheet-list-search .item .input {
  float: left;
}
.timesheet-list-search .item .input .textbox {
  width: 300px;
}
.timesheet-list-search .search-body .buttons {
  margin-top: -32px !important;
}
.awr-list .grid th {
  white-space: nowrap;
}
.scrollable-list {
  display: block;
  width: 100%;
  overflow-x: scroll;
}
.nav-right {
  float: right;
  display: none;
}
.nav-left {
    float: left;
    display: none;
}
.floatfix {
  clear: both;
}
div.search .panel .item {
  display: block;
  width: 90% !important;
}
.candidate-profiles-menu {
  margin-top: 20px !important;
}

.search .search-body .item.leftbox .label {
  width: 260px;
}

.search .search-body .item.leftbox .input a {
  vertical-align: -webkit-baseline-middle;
}

.search .search-body .item.rightbox .label {
  width: 150px;
}
.search .search-body .item.rightbox input.textbox {
  min-width: 100px;
}
.search .search-body .item.fullwidth {
    grid-column: 1 / -1;
}
.search .search-body .item.fullwidth > .input {
  overflow-x: auto;
}
.search .search-body .item.fullwidth td {
  vertical-align: middle;
  white-space: nowrap;
}
.search .search-body .item.fullwidth td label {
  vertical-align: inherit;
}
.search .search-body .item.fullwidth td input {
  vertical-align: middle;
}

.width-auto {
  width: auto;
}
.float-left {
  float: left !important;
  content: "remove me again";
}
.float-right {
  float: right !important;
}
.whole {
  width: 100% !important;
}
.half-width {
  width: 50%;
}
.width-left {
  width: 33%;
}
.clear {
  clear: both;
}
a:hover {
  text-decoration: underline;
}

/*input[type="submit"] {
  padding: 10px 20px;
  font-family: "Geist", sans-serif;
  font-style: normal !important;
  font-weight: bold;
  font-size: 13px;
  margin: 0 5px;
}*/

body {
  font-family: "Geist", sans-serif;
  font-style: normal !important;
  font-weight: normal;
  font-size: 13px;
}
/*.search .buttons input {
  float: right;
  position: relative;
  top: -8px;
}*/
.center-td {
  text-align: center;
}
h3.box-header {
  clear: both;
}
td.reason-column select,
td.reason-column option {
  width: 180px !important;
}

.consolidation-in-progress.marquee {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f00;
  color: #ff0;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  display: none;
}
.form-with-paye-and-ltd-payrate-controls .item.conert-paye-to-ltd-payate .currency-symbol {
  display: none;
}
.form-with-paye-and-ltd-payrate-controls .item.conert-paye-to-ltd-payate input[type=text] {
  width: 70px;
}
.form-with-paye-and-ltd-payrate-controls .item.conert-paye-to-ltd-payate .ltd-label {
  margin-left: 20px;
}
.menu-float-left {
  position: relative;
  left: -30px;
  display: block;
}
.website-banner .menu-module {
  height: 52px;
  margin: 0px;
  font-family: "Geist", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
  white-space: nowrap;
  min-width: 1280px;
}

.website-banner .menu-module .item {
    display: flex;
    height: 32px;
    align-items: center;
}

.website-banner .menu-module .item a {
    color: #fff;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.website-banner .menu-module .item a:hover {
    background-color: #185956;
    text-decoration: none;
}
    .website-banner .menu-module .item a:focus-visible {
        text-decoration: none;
        background-color: #185956;
        box-shadow: 0 0 0 1px #0f4146, 0 0 0 3px #d3e4d6;
    }

.website-banner .menu-module .item a:active {
    background-color: #002d2d;
    text-decoration: none;
}

.website-banner .menu-module .selected .item a {
    background-color: #d3e4d6;
    color: #002D2D;
    border-radius: 8px;
}
    .website-banner .menu-module .selected .item a:hover {
        background-color: #d3e4d6;
        color: #002D2D;
        border-radius: 8px;
    }
    .website-banner .menu-module .selected .item a:hover {
        background-color: #d3e4d6;
        color: #002D2D;
        border-radius: 8px;
        box-shadow: 0 0 0 1px #0f4146, 0 0 0 3px #d3e4d6;
    }

    /*SECOND TOP MENU START*/
.second-top-menu {
    margin-bottom: 8px;
}
.second-top-menu:not(:has(h2)) {
    margin-bottom: 0;
    margin-top: 8px;
}
.second-top-menu > div {
    overflow-y: unset !important;
}
.second-top-menu .menu-module {
    margin: 0px;
    font-family: "Geist", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0 8px;
    border-bottom: 1px solid #e0e6e6;
}

.second-top-menu .menu-module > span {
    position: relative;
}
    .second-top-menu .menu-module > span::after {
        content: "";
        position: absolute;
        height: 60%;
        width: 1px;
        background-color: #e0e6e6;
        right: -1px;
        top: 6px
    }

    .second-top-menu .menu-module > span:last-child::after {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        background-color: transparent;
        right: 6px;
    }

.second-top-menu .menu-module .item {
    display: flex;
    align-items: center;
}

.second-top-menu .menu-module .item a {
    color: #002D2D;
    padding: 8px 12px;
    display: flex;
    align-items: center;
}

.second-top-menu .menu-module .item a:hover {
    background-color: transparent;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #8dc9c4;
}
.second-top-menu .menu-module .item a:focus-visible {
    outline: 2px solid #14716d;
    outline-offset: -2px;
    text-decoration: none;
}


    .second-top-menu .menu-module .selected .item a {
        box-shadow: inset 0 -2px 0 0 #0f4146;
        font-weight: 600;
    }
    .second-top-menu .menu-module .selected .item a:hover {
        text-decoration: none;
    }

/*THIRD TOP MENU START*/
.third-top-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.third-top-menu .menu-module {
    margin: 0px 12px;
    font-family: "Geist", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    background-color: #f5f7fa;
    padding: 4px;
    border-radius: 8px;
}

.content-area-content .third-top-menu .menu-module {
    margin: 0;
}

.third-top-menu .menu-module > span {
    position: relative;
}
    .third-top-menu .menu-module > span::after {
        content: "";
        position: absolute;
        height: 60%;
        width: 1px;
        background-color: #e0e6e6;
        right: -1px;
        top: 6px
    }
    .third-top-menu .menu-module > span:last-child::after,
    .third-top-menu .menu-module > span.selected::after,
    .third-top-menu .menu-module > span:has( + .selected)::after {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        background-color: transparent;
        right: 0;
        top: 6px
    }

.third-top-menu .menu-module .item {
  display: flex;
  height: 32px;
  align-items: center;
}

.third-top-menu .menu-module .item a {
    color: #151d1e;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.third-top-menu .menu-module .item a:hover {
    background-color: #e0e6e6;
    text-decoration: none;
}

    .third-top-menu .menu-module .item a:focus-visible {
        outline: 2px solid #14716d;
        outline-offset: -2px;
        text-decoration: none;
    }

.third-top-menu .menu-module .selected .item a {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
    font-weight: 500;
}

/*-------------------------------*/




.website-banner {
  margin: 8px 8px 0 8px;
}

.website-banner .menu-module {
  background-color: #0F4146;
  display: flex;
  align-items: center;
  gap: 2px;
  border-radius: 12px;
}

.website-banner .menu-module .header-branding {
  display: flex;
  align-items: center;
  margin: 8px 8px 8px 12px;
  border-right: 1px solid #14716D;
}

.website-banner .menu-module .header-branding .header-logo {
  border-right: 1px solid #14716D;
  display: flex;
  align-items: center;
}

.website-banner .menu-module .header-branding .header-logo img {
  margin-right: 8px;
}

.website-banner .menu-module .header-branding .header-title {
  margin-left: 8px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.website-banner .menu-module .header-branding .header-version,
.website-banner .menu-module .header-branding .header-title label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.website-banner .menu-module .header-notifications {
        margin-right: 8px;
        display: flex;
        align-items: center;
        margin-left: auto;
        gap: 8px;
    }

.header-notification-number-wrapper {
    display: flex;
    height: 28px;
    border-radius: 8px;
    padding: 4px;
}
    .header-notification-number-wrapper:hover,
    .header-notification-wrapper:hover {
        background-color: #185956;
    }
    .header-notification-number-wrapper:focus-visible,
    .header-notification-wrapper:focus-visible {
        background-color: #185956;
        box-shadow: 0 0 0 1px #0f4146, 0 0 0 3px #d3e4d6;
    }
    .header-notification-number-wrapper:active,
    .header-notification-wrapper:active {
        background-color: #002d2d;
    }

.header-notification-wrapper {
    display: flex;
    height: 28px;
    width: 28px;
    border-radius: 8px;
    padding: 4px;
}

.website-banner .menu-module .header-notifications .header-notification-wrapper .header-notification-logo {
    display: flex;
    align-items: center;
    position: relative;
}

.website-banner .menu-module .header-notifications .header-notification-logo {
  display: flex;
  align-items: center;
  position: relative;
}

.website-banner .menu-module .header-notifications .header-notification-logo-number {
    font-size: 10px;
    color: #fff;
    align-self: flex-start;
}

.header-global-actions {
    position: relative;
}

.website-banner .menu-module .header-notifications .header-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #e7f4eb;
    border: 1px solid #002d2d;
    box-shadow: 0 0 0 4px #185956;
    cursor: pointer;
    color: #002d2d;
    font-family: "Geist", sans-serif;
    font-size: 12px;
    line-height: 120%;
    font-weight: 600;
    width: 24px;
    height: 24px;
}

    .website-banner .menu-module .header-notifications .header-profile:hover {
        color: #000;
        border: 1px solid #000;
        box-shadow: 0 0 0 4px #185956;
    }

    .website-banner .menu-module .header-notifications .header-profile:focus-visible {
        box-shadow: 0 0 0 4px #185956, 0 0 0 6px #d3e4d6; 
    }

.website-banner .menu-module .header-notifications .header-profile label {
  display: flex;
  align-items: center;
  border-radius: 36px;
  padding: 4px;
  gap: 4px;
}



.website-banner .menu-module .header-branding .header-version {
  margin-right: 8px;
  
  border-radius: 8px;
  border: 2px solid #ffffff;
  padding: 4px;
}
/*----SIDE BAR-----------*/

.side-bar .menu-module {
  display: flex;
  flex-direction: column;
}
    .side-bar .menu-module .item a {
        font-family: "Geist", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: #151D1E;
        padding: 8px 8px 8px 16px;
        display: block;
        background-color: #fff;
    }
        .side-bar .menu-module .item a:hover {
            text-decoration: none;
            background-color: #f6fafa;
        }
        .side-bar .menu-module .item a:focus-visible {
            outline: 2px solid #14716d;
            outline-offset: -2px;
            text-decoration: none;
        }
.side-bar .menu-module .selected .item a {
  position: relative;
  background-color: #f6fafa;
  color: #14716d;
  font-weight: 600;
}
    .side-bar .menu-module .selected .item a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        background-color: #14716d;
        height: 100%;
    }
    .side-bar .menu-module .selected .item a:hover {
        text-decoration: none;
        background-color: #e0e6e6;
    }
    .side-bar .menu-module .selected .item a:focus-visible {
        outline: 2px solid #14716d;
        outline-offset: -2px;
        text-decoration: none;
    }

/*---------SUBMENU---------------*/
.submenu {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 8px;
    border-bottom: 1px solid #e0e6e6;
    margin-bottom: 8px;
}

.submenu > span {
    position: relative;
}

.submenu > span::after {
    content: "";
    position: absolute;
    height: 60%;
    width: 1px;
    background-color: #e0e6e6;
    right: 0;
    top: 6px
}

.submenu > span:last-child::after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    background-color: transparent;
    right: 6px;
}
.submenu .item {
  display: flex;
  align-items: center;
}
.submenu .item a {
    color: #002D2D;
    padding: 8px 12px;
    display: flex;
    align-items: center;
}
.submenu .item a:hover {
    background-color: transparent;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #8dc9c4;
}
.submenu .selected .item a {
    box-shadow: inset 0 -2px 0 0 #0f4146;
    font-weight: 600;
}
.submenu .selected .item a:hover {
  text-decoration: none;
}
/*----------------SUBMENU END----------------------*/

.second-top-menu .menu-witout-content-above {
  margin-top: 2px;
}

.profile-menu {
    position: absolute;
    top: 38px;
    right: 0px;
    min-width: 167px;
    padding: 8px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    display: none;
    gap: 2px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12);
    z-index: 1000;
}

    .profile-menu.open {
        display: flex;
    }

.profile-menu-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
    border-radius: 8px;
    padding: 8px;
    color: rgba(0, 0, 0, 0.62);
    font-family: "Geist", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.profile-menu-item {
    display: flex;
    padding: 8px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    color: #151D1E;
    cursor: pointer;
}

    .profile-menu-item:hover {
        background-color: #ebf7f5;
    }

    .profile-menu-item:active {
        background-color: #d4ece7;
    }

    .profile-menu-item a:hover {
        color: #151D1E;
        text-decoration: none;
    }

    .profile-menu-item a,
    .profile-menu-item input[type="submit"] {
        flex: 1 0 0;
        font-family: "Geist", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 18.2px */
        color: #000;
    }


.profile-menu-item-separator {
    display: flex;
    padding: 0 8px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    height: 1px;
    background: #C1CACB;
}

.app-name {
    color: var(--nova-color-static-white, #FFF);
    font-family: "Geist", sans-serif;
    font-size: var(--global-typography-fontsize-14, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
html *,
body * {
    box-sizing: border-box;
}
body {
    height: 100%;
    overflow: hidden;
    font-family: "Geist", sans-serif;
    font-style: normal !important;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.24;
}

body form {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
.no-side-menu .main-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.main-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.login-page .side-bar {
    display: none;
}

.content-area {
    flex: 1 0 0%;
    overflow: auto;
}
.content-area-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

input[type="submit"][value="Invite user to system"], input[type="submit"][value="Mark as unavailable"] {
    margin-right: 4px !important;
}

input[type="submit"][value="Add note"], input[type="submit"][value="Add internal note"] {
    margin-bottom: 8px !important;
}

.list > div {
    width: 100%;
    height: 100%;
    overflow: auto;
}

   .module {
        width: 100%;
    }
.module > div {
    width: 100%;
}
.form-body {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.form-body > span {
    width: 100%;
}

span.item-body {
    display: flex;
    align-items: center;
    width: 100%;
}

span.item-body:has(table) {
    align-items: start;
}
    .content-area-content:has(.submenu) {
        position: relative;
        overflow: hidden;
    }
        .content-area-content:has(.submenu) .rld-module-scroll {
            height: 100%;
            overflow-y: auto;
        }

.float-left {
    float: left !important;
    content: "remove me again";
}

.float-right {
    float: right !important;
}

.whole {
    width: 100% !important;
}

.half-width {
    width: 50%;
}

.width-left {
    width: 33%;
}

.clear {
    clear: both;
}

    a:hover {
        text-decoration: underline;
    }

    a:focus-visible {
        text-decoration: underline;
    }

h2 {
    line-height: 140%;
    padding: 8px 12px;
    color: #151d1e;
    font-family: "Geist", sans-serif;
    font-style: normal !important;
    font-weight: bold;
    font-size: 24px;
}

h2:has(input) input {
    margin-right: 8px;
}

.search .buttons input {
    float: right;
    position: relative;
}

.center-td {
    text-align: center;
}

h3.box-header {
    clear: both;
}

td.reason-column select,
td.reason-column option {
    width: 180px !important;
}

.consolidation-in-progress.marquee {
    display: none;
    overflow: hidden;
    padding: var(--nova-spacing-close, 12px) var(--nova-spacing-near, 16px);
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    border-radius: var(--nova-radii-component-user-feedback, 8px);
    background: var(--nova-color-critical-secondary, #FDF2F2);
    color: var(--nova-color-critical-accent, #4F0808);
    font-family: "Geist", sans-serif;
    font-size: var(--global-typography-fontsize-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 8px 8px 0px 8px;
}

.form-with-paye-and-ltd-payrate-controls .item.conert-paye-to-ltd-payate .currency-symbol {
    display: none;
}

.form-with-paye-and-ltd-payrate-controls .item.conert-paye-to-ltd-payate input[type=text] {
    width: 70px;
}

.form-with-paye-and-ltd-payrate-controls .item.conert-paye-to-ltd-payate .ltd-label {
    margin-left: 20px;
}

.float-left {
    float: left !important;
    content: "remove me again";
}

.float-right {
    float: right !important;
}

.whole {
    width: 100% !important;
}

.half-width {
    width: 50%;
}

.width-left {
    width: 33%;
}

.clear {
    clear: both;
}

a {
    color: #1F4CB3;
}

    a:hover {
        text-decoration: underline;
    }

h3 {
    padding: 8px 0;
    font-family: "Geist", sans-serif;
    font-style: normal !important;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

.rld-header-with-actions,
.rld-header-title-wrapper,
.rld-header-actions-wrapper {
    display: flex;
    align-items: center;
}
.rld-header-with-actions {
    justify-content: space-between;
    padding: 2px 0;
    width: 100%;
}
.rld-title-wrapper,
.rld-header-actions-wrapper {
    gap: 8px;
    padding: 0 8px;
}

.dashboard .rld-header-with-actions {
    margin-bottom: 8px;
}

.columns-filter > a.select-columns,
.rld-button-secondary {
    display: flex;
    cursor: pointer;
    padding: 8px 12px;
    border: 1px solid #1F4CB3;
    color: #1F4CB3;
    border-radius: 8px;
    min-height: 36px;
    align-items: center;
    white-space: nowrap;
}
    .columns-filter > a.select-columns:hover,
    .rld-button-secondary:hover {
        border: 1px solid #1e5edb;
        color: #1e5edb;
        text-decoration: none;
    }
    .columns-filter > a.select-columns:active,
    .rld-button-secondary:active {
        border: 1px solid #1F4CB3;
        background: rgba(147, 205, 253, 0.16);
        color: #1F4CB3;
        text-decoration: none;
    }
    .columns-filter > a.select-columns:focus-visible,
    .rld-button-secondary:focus-visible {
        border: 1px solid #1e5edb;
        color: #1e5edb;
        text-decoration: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 2px #1F4CB3;
    }

.center-td {
    text-align: center;
}

h3.box-header {
    clear: both;
}

body form .website-banner .logo {
    height: 55px;
}

body form .website-banner .title {
    position: relative;
    top: -4px;
}

.website-banner h2 {
    font-size: 13px;
    margin: 0;
    padding: 0 15px;
}

    .website-banner h2 input {
        position: relative;
        top: -5px;
        right: -12px;
        font-size: 12px;
        float: none;
    }

.content-area-content h2 {
    font-size: 20px;
    padding: 8px 0;
}

.rld-margin-top-small {
    margin-top: 8px;
}

.defaultModal iframe {
    border-radius: var(--nova-radii-component-modal, 8px);
}

div.search {
    border: 0;
}
.grid tbody tr th,
table tr.header-row th {
    background: #ffffff;
    color: #515757;
    font-family: "Geist", sans-serif;
    font-style: normal !important;
    font-weight: 600;
    vertical-align: middle;
    padding: 16px;
}

    table tr.header-row th a {
        color: #515757;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
    }

    table tr.header-row th a:focus-visible {
        outline: 2px solid #14716d;
        outline-offset: 2px;
    }

.grid_block .alt td {
    background-color: #F6FAFA;
}
.grid_block td {
    background-color: #fff;
}

.grid td a {
    width: 100%;
    display: inline-block;
}

    .grid td a:hover {
        background-color: transparent;
    }

.website-footer {
    min-height: 60px;
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    padding: var(--nova-spacing-near, 16px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: rgba(0, 0, 0, 0.62);
}

.login-page-wrapper .website-footer {
    color: rgba(255, 255, 255, 0.67);
}

    .website-footer .right {
        float: right;
    }

.form {
    min-height: 50px;
}

.form .buttons input {
    margin-bottom: 8px;
}

.ponumber-column input {
    width: 60px;
}

.orderid-column input {
    width: 30px;
}

.orderid-column input.textbox {
    width: 40px;
}

.approved-column {
    text-align: center;
}

.invoiced-column {
    text-align: center;
}

.is-bankholiday {
    border-color: #f00 !important;
}

.timesheet-input-column {
    white-space: nowrap;
}

    .timesheet-input-column input {
        text-align: center;
    }

        .timesheet-input-column input[type="text"] {
            width: 34px;
            padding: 0px;
        }

.row-adjusted td {
    background-color: #fffbeb;
}

.row-historic td {
    background-color: #fdf2f2;
}

.row-cancelled td {
    background-color: #f2f2fd;
}

.invalid-timesheet-value {
    border-color: #f00 !important;
    background-color: #f00 !important;
}

td span[class^="awr-"] {
    white-space: nowrap;
    width: 100%;
}

.awr-green {
    color: #008000;
}

.awr-red {
    color: #f00;
}

.awr-black {
    color: #000;
}

.waterMark {
    color: #c8c8c8;
}

.dashboard .box {
    width: 49%;
    height: 320px;
    margin-bottom: 10px;
}

.dashboard h2 {
    font-size: 24px;
}

.dashboard .three-columns td {
    width: 33%;
}

.dashboard .pager {
    display: none;
}

.timesheet-notes-notifications .pager {
    display: table-row;
}

.left-login {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    background: var(--Muted-Teal-800, #0F4146);
}

.rld-product-brand {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    gap: 0.75rem;
    min-height: 14vh;
    margin: 0 auto;
    padding: 1rem;
}

.right-login {
    display: flex;
    flex-direction: column;
    flex: 0 1 36vw;
    align-items: center;
    justify-content: center;
    width: 600px;
    min-width: 420px;
    max-width: 750px;
    height: 100%;

}

.rld-login-form {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    min-height: 120px;
    justify-content: center;
    padding: 0 40px;
    width: 100%;
    max-width: 480px;
    min-width: 376px;
    gap: 24px;
}

.rld-login-text-wrapper {
    width: 100%;
    margin-bottom: 40px;
}

.rld-login-text-wrapper > h2 {
    align-self: stretch;
    color: #1A1A1A;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

.rld-login-form-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.rld-recaptcha-wrapper,
.rld-login-form-buttons {
    display: flex;
    align-items: start;
    width: 100%;
}

.rld-login-form-buttons {
    align-items: center;
}

.login-page-text {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.login-page-logo {
    display: flex;
    height: 50px;
    align-items: center;
}

body.login-page h2 {

}

.box-with-header {
    width: 60%;
}

body.login-page .module {
    height: 60%;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.login-page .module div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.text-textbox {
    color: #151D1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.rld-login-form-input-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px;
}

.forgot-links {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 8px;
}
.divider {
    width: 1px;
    height: 16px;
    color: var(--nova-surfaces-color-workspace-border, #E0E6E6);
}

body.login-page input[type="submit"] {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

#app-version {
    font-size:  13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
}

.login-box {
    width: 100%;
    display: block;
    padding: 20px 0 0 20px;
}

    .login-box .item .label {
        width: 100px;
    }

.form-body .login-box .item .label + .input {
    margin-left: 100px;
}

.login-buttons {
    display: block;
    padding-top: 20px;
    padding-right: 35px;
    margin: 5px;
    width: 510px;
}

#gentle-alert-info-bar {
    position: fixed;
    top: 56px;
    right: 16px;
    z-index: 9999;
    min-width: 260px;
    max-width: 360px;
    padding: 16px;
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    border: 1px solid #e0e6e6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: start;
    gap: 24px;
    opacity: 0;
    transform: translateY(20px);
    animation: sliderIn 0.3s ease-out forwards;
}

@keyframes sliderIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#gentle-alert-info-bar #gentle-alert-message {
    display: flex;
    flex-grow: 1;
    width: 100%;
}
#gentle-alert-info-bar a {
    background-color: #1f4cb3;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
}
#gentle-alert-info-bar a:hover {
    background-color: #1e5edb;
}
#gentle-alert-info-bar a:active {
    background-color: #1e428a;
}

.rld-alert {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
}
.rld-alert.rld-alert-info {
    background-color: #eaf9fb;
    border: 1px solid #b2e8ef;
    color: #112e3b;
}
.rld-alert.rld-alert-warning {
    background-color: #fffbeb;
    border: 1px solid #ffeb9e;
    color: #4a1c02;
}
.stdhours {
    min-width: 160px;
}

.non-stdhours {
    min-width: 110px;
}

option {
    border: none;
}

.dashboard-select {
    width: 50%;
}

    .dashboard-select .label {
        width: 40% !important;
    }

    .dashboard-select .input {
        margin-left: 40% !important;
        width: 30% !important;
    }

        .dashboard-select .input select {
            width: 99% !important;
        }

.settings-module h2 {
    clear: right;
}



.dashboard td > a {
    width: 100%;
    display: inline-block;
}

.dashboard-calculator td {
    width: auto;
}


.view-module {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.candidate-user-banner {
    margin-top: -30px;
}

    .candidate-user-banner p {
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        background-color: #f2f2f2;
        color: black;
        margin: 10px 0 0 0;
    }

        .candidate-user-banner p input {
            padding: 0 0 0 0;
            margin: 0 0 0 0;
            background: none;
        }

            .candidate-user-banner p input:hover {
                background: none;
                text-decoration: underline;
            }

.booking-status-label {
    display: none;
    font-size: 14px;
    background-color: #f6fafa;
    border: 1px solid #889192;
    padding: 2px 4px;
    color: #333b3b;
    font-weight: normal;
    border-radius: 4px;
    text-transform: none;
}

p.admin-report-note {
    width: 50%;
}

p.save-changes {
    padding: 5px;
}

.search .search-body .item .input > span {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.search .search-body .item .input input[type=radio] {
    vertical-align: sub;
}


input.client-update-all-rates {
    margin-left: 210px;
}

.timesheet-module .form .form-body div.item > span.item-body > div.input {
    margin-left: 60px;
}


.AutoComplete {
    width: 100%;
}



.timesheet-module .search .search-body div.item {
    clear: left;
    float: left;
    width: 50%;
}

    .timesheet-module .search .search-body div.item > div.label {
        width: 150px;
    }

    .timesheet-module .search .search-body div.item > div.input {
        float: left;
        width: 62.4%;
    }

        .timesheet-module .search .search-body div.item > div.input > input {
            width: 100%;
        }

            .timesheet-module .search .search-body div.item > div.input > input table td input {
                width: 13px;
            }

.timesheet-module .search .search-body .buttons {
    margin-top: -32px !important;
}

.timesheet-list td.wide-column,
.list-timesheet td.wide-column {
    width: 210px;
}


    .timesheet-list .search .search-body div.item.leftbox > div.label,
    .list-timesheet .search .search-body div.item.leftbox > div.label {
        width: 150px;
    }


        .timesheet-list .search .search-body div.item.leftbox > div.input > input,
        .list-timesheet .search .search-body div.item.leftbox > div.input > input {
            width: 100%;
        }

            .timesheet-list .search .search-body div.item.leftbox > div.input > input table td input,
            .list-timesheet .search .search-body div.item.leftbox > div.input > input table td input {
                width: 13px;
            }

        .timesheet-list .search .search-body div.item.leftbox > div.input > span > input,
        .list-timesheet .search .search-body div.item.leftbox > div.input > span > input {
            width: 100%;
        }

            .timesheet-list .search .search-body div.item.leftbox > div.input > span > input table td input,
            .list-timesheet .search .search-body div.item.leftbox > div.input > span > input table td input {
                width: 13px;
            }

.timesheets-status-report .search .search-body div.item.leftbox .label {
    width: 150px;
}

.timesheets-status-report .search .search-body div.item.leftbox > .input > span > input {
    width: 100%;
}

.timesheets-status-report .search .search-body div.item.fullwidth .label {
    width: 150px;
}


.form .item.extra-height {
    height: 35px;
}

h2 input,
h3 input,
h4 input {
    float: right;
}

.list {
    width: 100%;
}

.list > div {
    width: 100%;
    height: 100%;
    overflow: auto;
}

    .booking-template-instance-shift-list .list .grid input[type="text"][name$="PayRate"],
    .booking-template-instance-shift-list .list .grid input[type="text"][name$="AgencyMargin"] {
        width: 35px;
    }

.input-small-column input[type="text"] {
    width: 35px;
}

.centralise-icons .list .grid tr td.icon-column,
th.icon-column {
    text-align: center;
}

.quasi-booking-list td.slot-column {
    padding: 0;
    text-align: center;
}

.quasi-booking-list .completed,
.quasi-booking-list .vacant,
.quasi-booking-list .cancelled {
    position: relative;
    min-width: 70px;
    height: 100%;
    padding: 11px;
    padding-top: 13px;
    padding-bottom: 12px;
    box-sizing: border-box;
    color: white;
}

@media (min-width: 1650px) {
    .quasi-booking-list .completed,
    .quasi-booking-list .vacant,
    .quasi-booking-list .cancelled {
        min-width: 100px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.quasi-booking-list .completed {
    background: #00D27F;
}

.quasi-booking-list .vacant {
    background: #C83636;
}

.quasi-booking-list .cancelled {
    background: black;
}

.quasi-booking-list .add-extra-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.select-columns {
    z-index: 200;
}
    .select-columns span.columns-filter-buttons {
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: end;
        padding: 16px;
    }


.hide-search-section .search {
    display: none;
}

div.form .form-body .item .item-body div.no-whole {
    width: 260px !important;
    float: left;
}

.view-candidate {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 8px 12px;
}

.view-candidate .buttons {
    width: unset;
}

.rld-title-wrapper {
    display: flex;
    flex-direction: column;
}

.view-candidate h2 {
    padding: 0;
}

.display-inline .item-body .input table {
    display: inline;
}

.radio-buttons input {
    vertical-align: -webkit-baseline-middle;
}

.full-module .form .item select,
.full-module .form .item input[type="password"],
.full-module .form .item input[type="text"],
.full-module .form .item textarea {
    width: 100%;
}

.inline-block-fields fieldset {
    width: unset;
}

    .inline-block-fields fieldset legend {
        color: #333;
        font-weight: normal;
        display: inline-block;
        float: left;
        margin: 0;
        width: 260px;
        padding: 2px 0;
    }

    .inline-block-fields fieldset .item {
        display: inline-block;
        float: left;
        margin-left: 0;
        margin-right: 5px;
    }

        .inline-block-fields fieldset .item .item-body {
            display: block;
        }

            .inline-block-fields fieldset .item .item-body .label {
                width: auto;
                float: right;
                display: inline-block;
            }

            .inline-block-fields fieldset .item .item-body .input {
                margin-left: 0;
                float: left;
                display: inline-block;
            }

.long-width-label .label {
    width: auto;
    margin-right: 30px;
}

.background-task-buttons {
    text-align: unset;
    width: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: start;
}

    .background-task-buttons input {
        margin: 5px;
    }

/* Legend for Timesheet pages */
.legend {
    list-style: none !important;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
}

    .legend li {
        display: flex;
        align-items: center;
        gap: 8px;
        list-style: none !important;
    }

    .legend span {
        border-radius: 2px;
        width: 16px;
        height: 16px;
    }
    /* colors */
    .legend .timesheet-red {
        background-color: #ffdede;
        border: 1px solid #f5baba;
    }

    .legend .timesheet-yellow {
        background-color: #fdf0bb;
        border: 1px solid #ffc57f;
    }

    .legend .timesheet-gray {
        background-color: #ececec;
        border: 1px solid #C1CACB;
    }

    .legend .timesheet-purple {
        background-color: #cacafd;
        border: 1px solid #a59bd0;
    }

.disabled-download-button {
    color: #888; /* Gray text color */   
    cursor: not-allowed; /* Change cursor to 'not-allowed' */
    display: inline-block; /* Make it an inline-block so it doesn't take up the full width */
    opacity: 0.7; /* Set opacity to make it look disabled */   
}

.message-label {
    color: #ff0000;
    font-size: 14px;
    text-align: left;
    margin: 10px 0 5px 5px;
    display: block;
    max-width: 90%;
}

.info-message {
    color: #1766a0;
    border-radius: 6px;
    padding: 9px;
    margin: 10px 0 10px 0;
    font-size: 14px;
    font-family: "Geist", sans-serif;
    display: inline-block;
    max-width: 90%;
    background: #eaf4fd;
}

.width-auto {
    width: auto;
}

.star {
    display: flex;
    align-items: center;
}

.buttonhide:hover {
    cursor: pointer;
}

.impersonation-bar {
    display: flex;
    padding-top: var(--nova-spacing-tight, 8px);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.impersonation-bar-content {
    display: flex;
    padding: var(--nova-spacing-close, 12px) var(--nova-spacing-near, 16px);
    align-items: center;
    gap: 4px var(--nova-spacing-next, 4px);
    align-self: stretch;
    flex-wrap: wrap;
    border-radius: 8px;
    border: var(--nova-border-basic, 1px) solid var(--nova-color-warning-quaternary, #FFF5CC);
    background: var(--nova-color-warning-secondary, #FFFBEB);
    justify-content: space-between;
}

.impersonation-bar-content-text {
    color: var(--nova-color-warning-dark, #4A1C02);
    /* nova/typography/base/regular */
    font-family: "Geist", sans-serif;
    font-size: var(--global-typography-fontsize-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.impersonation-bar-content-button-div {
    display: flex;
    height: 28px;
    min-height: 28px;
    padding: var(--nova-spacing-next, 4px) var(--nova-spacing-tight, 8px);
    justify-content: center;
    align-items: center;
    gap: var(--nova-spacing-next, 4px);
}

.impersonation-bar-content-button {
    border-radius: var(--nova-radii-component-button, 8px) !important;
    border: var(--nova-border-basic, 1px) solid var(--nova-color-warning-dark, #4A1C02) !important;
    background: var(--nova-button-secondary-default-color-neutral, rgba(255, 255, 255, 0.00)) !important;
    color: var(--nova-color-warning-dark, #4A1C02) !important;
    text-transform: none !important;
}

@media (max-width: 1279px) {
    .item.rightbox.rld-extend-grid-column {
        grid-column: span 2;
    }
}

.rld-hbox {
    display: flex;
    flex-direction: row;
}

.rld-align-items-center {
    align-items: center;
}

.rld-gap-small {
    gap: 8px;
}

.rld-vbox {
    display: flex;
    flex-direction: column;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

    #jquery-lightbox a img {
        border: none;
    }

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

    #lightbox-container-image-data #lightbox-image-details {
        width: 70%;
        float: left;
        text-align: left;
    }

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#jquery-lightbox {
    top: 0 !important;
    left: 0 !important;
    position: fixed !important;
    height: 100%;
}

#lightbox-container-image-box {
    width: 100% !important;
    height: 100% !important;
    background: none !important;
}

#lightbox-container-image {
    text-align: center;
}

#lightbox-image {
    max-width: 100%;
    max-height: 95%;
}

#jquery-overlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:500px}#jquery-lightbox{position:absolute;top:0;left:0;width:100%;z-index:100;text-align:center;line-height:0}#jquery-lightbox a img{border:none}#lightbox-container-image-box{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto}#lightbox-container-image{padding:10px}#lightbox-loading{position:absolute;top:40%;left:0%;height:25%;width:100%;text-align:center;line-height:0}#lightbox-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}#lightbox-container-image-box>#lightbox-nav{left:0}#lightbox-nav a{outline:none}#lightbox-nav-btnPrev,#lightbox-nav-btnNext{width:49%;height:100%;zoom:1;display:block}#lightbox-nav-btnPrev{left:0;float:left}#lightbox-nav-btnNext{right:0;float:right}#lightbox-container-image-data-box{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;margin:0 auto;line-height:1.4em;overflow:auto;width:100%;padding:0 10px 0}#lightbox-container-image-data{padding:0 10px;color:#666}#lightbox-container-image-data #lightbox-image-details{width:70%;float:left;text-align:left}#lightbox-image-details-caption{font-weight:bold}#lightbox-image-details-currentNumber{display:block;clear:left;padding-bottom:1em}#lightbox-secNav-btnClose{width:66px;float:right;padding-bottom:.7em}#jquery-lightbox{top:0 !important;left:0 !important;position:fixed !important;height:100%}#lightbox-container-image-box{width:100% !important;height:100% !important;background:none !important}#lightbox-container-image{text-align:center}#lightbox-image{max-width:100%;max-height:95%}
