html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: "Geist", sans-serif;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
b {
  font-weight: bold;
}
﻿

body {
    font-size: 14px;
    line-height: 14px;
    color: #151D1E;
    height: 100%;
    font-family: 'Geist', sans-serif;
}

a {
    color: #0973e8;
    cursor: pointer;
    text-decoration: none;
}

    a:hover {
        color: #2e6098;
    }

h1 {
    font-size: 55px;
    margin-bottom: 35px;
}

td {
    vertical-align: top;
}

.main-body-modal .search {
    padding: 16px;
}

    .main-body-modal .search .search-body {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 8px;
    }

        .main-body-modal .search .search-body .item {
            display: flex;
            align-items: center;
        }

input[type=button],
input[type="submit"] {
    font-family: "Geist", sans-serif;
    cursor: pointer;
    padding: 4px 12px !important;
    border: none;
    display: flex;
    align-items: center;
    background: #1F4CB3;
    color: #fff;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    border-radius: 8px;
    line-height: 130%;
    height: 36px;
    justify-content: center;
    outline: none;
}

    input[type="submit"]:hover,
    input[type="button"]:hover {
        background: #1e5edb;
    }

    input[type="submit"]:active,
    input[type="button"]:active {
        background: #1e428a;
    }

    input[type="submit"]:focus-visible,
    input[type="button"]:focus-visible {
        background: #1e5edb;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #1F4CB3;
    }

select,
option,
textarea,
input[type="password"],
input[type="text"] {
    border-radius: var(--nova-radii-component-input, 8px);
    border: 1px solid #C1CACB;
    background: var(--nova-input-color-background, #FFF);
    display: inline-block;
    min-height: 36px;
    padding: var(--nova-spacing-tight, 8px);
    align-items: center;
    gap: var(--nova-spacing-tight, 8px);
    width: 100%;
}

    select:hover,
    option:hover,
    textarea:hover,
    input[type="password"]:hover,
    input[type="text"]:hover {
        border: 1px solid #333b3b;
    }
    select:focus-visible,
    option:focus-visible,
    textarea:focus-visible,
    input[type="password"]:focus-visible,
    input[type="text"]:focus-visible {
        outline: 2px solid #515757;
        outline-offset: -1px;
    }

input[type="checkbox"]:focus-visible,
input[type="radio"]:focus-visible {
    outline: 2px solid #515757;
    outline-offset: 2px;
}

.no-wrap {
    white-space: nowrap;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.rightside {
    float: right;
}

input[type="checkbox"] + label {
    cursor: pointer;
}

p {
    text-align: justify;
    margin-bottom: 10px;
}

b,
strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

ul,
ol {
    margin: 10px 60px 0;
}

    ul li {
        display: list-item;
        list-style: disc outside;
    }

    ol li {
        display: list-item;
        list-style: decimal outside;
    }

.inline {
    display: inline-block;
    vertical-align: top;
}

.main-body-modal #Main_ctl00_upList {
    height: 100%;
    width: 100%;
}

.main-body-modal #Main_ctl00_upList .list > div {
    height: 100%;
    width: 100%;
    overflow: auto;
}

.grid {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    overflow: hidden;
}

    .grid tbody tr {
        background-color: #fff;
    }

        .grid tbody tr td {
            padding: 8px 16px;
            font-size: 14px;
            line-height: 130%;
            height: 40px;
        }

    .grid > tbody > tr.pager:nth-child(even) {
        background-color: #fff;
    }

.list-timesheet .list .grid .pager td,
.list .grid .pager td {
    padding: 4px;
}

.list-timesheet .list .pager table {
    border: none
}

.pager table tbody tr {
    background-color: transparent;
}

.grid .pager td span,
.grid .pager td a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    border-radius: 8px;
    border: 1px solid #c1cacb;
    color: #151d1e;
    text-decoration: none;
}

.grid .pager td span {
    color: #fff;
    cursor: default;
    background-color: #185956;
    border: none;
}

    .grid .pager td span:hover {
        color: #c1cacb;
    }

.grid .pager td a:hover {
    border: 1px solid #333b3b;
}

.grid .pager td a:active {
    border: 1px solid #333b3b;
    background-color: #dbfbf5;
}

.grid .pager td a:focus-visible {
    border: 1px solid #333b3b;
    background-color: #fff;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #333b3b;
}

input[type="image"] {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    height: 28px;
    width: 28px;
    padding: 4px;
    border-radius: 8px;
    color: #151d1e;
    text-decoration: none;
    appearance: none;
    outline: none;
}

    input[type="image"]:hover {
        box-shadow: 0 0 0 1px #333b3b;
    }

    input[type="image"]:active {
        box-shadow: 0 0 0 1px #333b3b;
        background-color: #dbfbf5;
    }

    input[type="image"]:focus-visible {
        background-color: #fff;
        box-shadow: 0 0 0 1px #333b3b, 0 0 0 2px #fff, 0 0 0 3px #333b3b;
    }

.grid td.actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    padding: 2px;
    border-radius: 8px;
    color: #151d1e;
    text-decoration: none;
    appearance: none;
    outline: none;
}

    .grid td.actions a:hover {
        box-shadow: 0 0 0 1px #333b3b;
    }

    .grid td.actions a:active {
        box-shadow: 0 0 0 1px #333b3b;
        background-color: #dbfbf5;
    }

    .grid td.actions a:focus-visible {
        background-color: #fff;
        box-shadow: 0 0 0 1px #333b3b, 0 0 0 2px #fff, 0 0 0 3px #333b3b;
    }

.grid tbody tr:nth-child(even) {
    background-color: #F6FAFA;
}

.grid th a {
    text-decoration: none;
}

.grid td,
.grid th {
    border-bottom: solid 1px #d6d6d6;
}

.grid tr:last-child td {
    border-bottom: none;
}

.grid td {
    vertical-align: middle;
}

.grid th {
    font-size: 14px;
    font-weight: 600;
}

.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;
    }

.grid .no-wrap {
    white-space: nowrap;
}

.grid tr.selected {
    background: #ff0;
}

.group-container-list {
    width: 100%;
}

.grid .header-row a.sorted-ascending {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.17969 16.6797H10.8203V6.52344L15.4687 11.1719L16.6797 10L10 3.32031L3.32031 10L4.49219 11.1719L9.17969 6.52344V16.6797Z' fill='%23151D1E'/%3e%3c/svg%3e ") /*/images/icons/ascending.bullet.png*/
    no-repeat right;
    padding-right: 24px;
}

.grid .header-row a.sorted-descending {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.8203 3.32031H9.17969V13.4766L4.53125 8.82812L3.32031 10L10 16.6797L16.6797 10L15.5078 8.82812L10.8203 13.4766V3.32031Z' fill='%23151D1E'/%3e%3c/svg%3e ") /*/images/icons/descending.bullet.png*/
    no-repeat right;
    padding-right: 24px;
}

.buttons {
    display: flex;
    height: 56px;
    padding-top: var(--nova-spacing-tight, 8px);
    padding-bottom: var(--nova-spacing-tight, 8px);
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 4px;
}

div.search h4 {
    font-size: 13px;
    color: #444;
    margin: 0 0 10px 0;
}

div.search .item {
    width: 100%;
}

.input {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 28px;
    gap: 4px;
}

.columns-filter {
    display: flex;
    align-items: center;
    padding: 4px 0;
}

div.search .columns-filter .label,
div.search .item .label {
    float: left;
    width: 130px;
    color: rgba(0, 0, 0, 0.62);
    padding: 2px 0;
}

div.search .item select {
    width: 100%;
}

div.search .item input[type="text"] {
    width: 100%;
}


div.search .whole {
    width: 100%;
    clear: both;
}
/*light-search*/
div.light-search .item {
    width: 350px;
    float: left;
}

div.light-search .buttons {
    float: left;
    margin-top: -5px;
}

div.light-search .whole {
    width: 100%;
    clear: both;
}

.view-body {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    flex-direction: column;
}

    .view-body .leftbox,
    .view-body .rightbox {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .view-body .item {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 28px;
    }

        .view-body .item:before,
        .view-body .item:after {
            content: "";
            display: table;
        }

        .view-body .item:after {
            clear: both;
        }

.inline-with-form .view-body .item {
    margin: 2.5px 0 2.5px;
}

    .inline-with-form .view-body .item .label {
        color: #666;
        width: 260px;
    }

.view-body .item .label {
    float: left;
    width: 220px;
    color: #888;
}

    .view-body .item .label + .value {
        width: 100%;
    }

.form {
    width: 100%;
}

    .form .item {
        margin-bottom: 5px;
    }

        .form .item select,
        .form .item input,
        .form .item textarea {
            box-sizing: border-box;
            font-family: "Geist", sans-serif;
        }

    .form .buttons {
        display: flex;
        height: 56px;
        padding-top: var(--nova-spacing-tight, 8px);
        padding-bottom: var(--nova-spacing-tight, 8px);
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .form .item select[id$=Hour] {
        width: 100px;
    }

    .form .item select[id$=Minute] {
        width: 100px;
    }

    .form .item span[id*=_rqv] {
        color: #f00;
        height: 100%;
    }

    .form .item .label {
        width: 260px;
        color: #666;
        flex-shrink: 0;
        padding-right: 4px;
    }

        .form .item .label + .input {
            position: relative;
            width: 38%;
        }
.painter-container .item .label + .input,
.main-body-modal .form .item .label + .input {
    position: relative;
    width: 100%;
}

.select-job-types.item .label + .input {
    align-items: start;
}

.form .item .label.whole {
    float: none;
    width: 100%;
}

            .form .item .label.whole + .input {
                margin-left: auto;
            }

    .form .item .currency-symbol {
        float: right;
    }

    .form .help {
        display: inline;
    }


    .form fieldset {
        width: 550px;
    }

        .form fieldset .item {
            margin-left: 10px;
        }

        .form fieldset legend {
            font-weight: bold;
            margin-bottom: 10px;
            margin: 10px;
            color: #668b5c;
        }

    .form .ajax__tab_xp {
        margin-top: 10px;
    }


    .form .item .input .calendar-icon {
        vertical-align: text-top;
        cursor: pointer;
    }

    .form .item .input input.date-box {
        min-width: 100px;
    }

input[type=radio] + label,
input[type=checkbox] + label {
    vertical-align: middle;
}

.form .item input[type="radio"],
.item.required-item input[type="radio"] {
    vertical-align: text-bottom;
}

.form .item input[type="checkbox"],
.item.required-item input[type="checkbox"] {
    vertical-align: middle;
}

.item.required-item input[type="checkbox"] {
    vertical-align: top;
}


/* Grid Hover */
.gridRowHover {
    position: absolute;
    height: auto;
    padding: 10px;
    background: #fff;
    border: 1px solid #a0a0a0;
    display: none;
    width: 300px;
}

.button-hover-box {
    position: absolute;
    padding: 7px;
    background: #ffe;
    border: 1px solid #a0a0a0;
    display: none;
    text-align: left;
    margin-top: -30px;
}

.modal-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 80000;
    left: 0;
    top: 0;
    filter: alpha(opacity=60);
    opacity: 0.6;
    display: none;
}

.defaultModal {
    z-index: 100000;
    position: absolute;
    width: 100%;
    height: 100%;
}

    .defaultModal iframe {
        width: 850px;
        height: 100%;
        position: absolute;
        background: var(--nova-drawer-color-background, #FFF);
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.13);
    }

div.select-columns {
    background: #fff;
    border: 1px outset #aaa;
    min-width: 200px;
    position: absolute;
    display: none;
    font-size: 12px;
    max-height: 500px;
    overflow-y: scroll;
    padding: 8px 0 0 4px;
}

    div.select-columns table {
        width: 100%;
        margin-bottom: 10px;
    }

        div.select-columns table td {
            padding: 2px 5px;
        }

    div.select-columns button {
        width: 45%;
        margin-left: 5px;
        font-size: 100%;
    }

.columns-filter .label {
    float: left;
    width: 120px;
}

.columns-filter a.selecte-columns {
    float: left;
}

.box-with-left-icon {
    border: 1px solid #aaaaaa;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 5px;
}

    .box-with-left-icon h3 {
        background: url(/App_Templates/FrontEnd/images/Grid.Header.jpg) repeat-x;
        padding: 0 10px 9px 10px;
        font-size: 10pt;
        margin-bottom: 10px;
        color: #444;
    }

    .box-with-left-icon .icon-cell {
        width: 80px;
        padding-left: 20px;
    }

    .box-with-left-icon table {
        width: 100%;
    }

    .box-with-left-icon .item .value .right-button {
        float: right;
        margin-right: 10px;
    }

    .box-with-left-icon .item .whole {
        float: none;
        margin-bottom: 5px;
    }
/* Standard-view */
.standard-view {
    width: 760px;
    margin-bottom: 20px;
}

    .standard-view .item {
        width: auto;
        min-height: 15px;
        padding: 4px 5px;
        color: #666;
        margin: 0 0 5px 0;
    }

    .standard-view .large {
        min-height: 30px;
    }

    .standard-view .item .label {
        width: 270px;
        float: left;
        font-weight: bold;
        margin-right: 10px;
    }

    .standard-view .item .value {
        min-width: 470px;
        display: block;
    }

.AutoComplete .panel {
    background: #fff;
    border: 1px solid #5e89af;
    max-height: 150px;
    overflow-y: auto;
    z-index: 1;
}

    .AutoComplete .panel div {
        cursor: pointer;
        padding: 0 3px;
        margin-top: 5px;
        min-height: 10px;
        display: block;
        width: auto;
    }

        .AutoComplete .panel div:hover {
            background: #444;
            color: #fff;
        }

.AutoComplete .highlighted {
    background: #ccdeed;
}

.AutoComplete .highlight {
    font-weight: bold;
}

.AutoComplete .textbox.loading {
    background: white url('data:image/gif;base64,R0lGODlhEAAQAMQAAP///+7u7t3d3bu7u6qqqpmZmYiIiHd3d2ZmZlVVVURERDMzMyIiIhEREQARAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAQACwAAAAAEAAQAAAFdyAkQgGJJOWoQgIjBM8jkKsoPEzgyMGsCjPDw7ADpkQBxRDmSCRetpRA6Rj4kFBkgLC4IlUGhbNQIwXOYYWCXDufzYPDMaoKGBoKb886OjAKdgZAAgQkfCwzAgsDBAUCgl8jAQkHEAVkAoA1AgczlyIDczUDA2UhACH5BAUHABAALAAAAAAPABAAAAVjICSO0IGIATkqIiMKDaGKC8Q49jPMYsE0hQdrlABCGgvT45FKiRKQhWA0mPKGPAgBcTjsspBCAoH4gl+FmXNEUEBVAYHToJAVZK/XWoQQDAgBZioHaX8igigFKYYQVlkCjiMhACH5BAUHABAALAAAAAAQAA8AAAVgICSOUGGQqIiIChMESyo6CdQGdRqUENESI8FAdFgAFwqDISYwPB4CVSMnEhSej+FogNhtHyfRQFmIol5owmEta/fcKITB6y4choMBmk7yGgSAEAJ8JAVDgQFmKUCCZnwhACH5BAUHABAALAAAAAAQABAAAAViICSOYkGe4hFAiSImAwotB+si6Co2QxvjAYHIgBAqDoWCK2Bq6A40iA4yYMggNZKwGFgVCAQZotFwwJIF4QnxaC9IsZNgLtAJDKbraJCGzPVSIgEDXVNXA0JdgH6ChoCKKCEAIfkEBQcAEAAsAAAAABAADgAABUkgJI7QcZComIjPw6bs2kINLB5uW9Bo0gyQx8LkKgVHiccKVdyRlqjFSAApOKOtR810StVeU9RAmLqOxi0qRG3LptikAVQEh4UAACH5BAUHABAALAAAAAAQABAAAAVxICSO0DCQKBQQonGIh5AGB2sYkMHIqYAIN0EDRxoQZIaC6bAoMRSiwMAwCIwCggRkwRMJWKSAomBVCc5lUiGRUBjO6FSBwWggwijBooDCdiFfIlBRAlYBZQ0PWRANaSkED1oQYHgjDA8nM3kPfCmejiEAIfkEBQcAEAAsAAAAABAAEAAABWAgJI6QIJCoOIhFwabsSbiFAotGMEMKgZoB3cBUQIgURpFgmEI0EqjACYXwiYJBGAGBgGIDWsVicbiNEgSsGbKCIMCwA4IBCRgXt8bDACkvYQF6U1OADg8mDlaACQtwJCEAIfkEBQcAEAAsAAABABAADwAABV4gJEKCOAwiMa4Q2qIDwq4wiriBmItCCREHUsIwCgh2q8MiyEKODK7ZbHCoqqSjWGKI1d2kRp+RAWGyHg+DQUEmKliGx4HBKECIMwG61AgssAQPKA19EAxRKz4QCVIhACH5BAUHABAALAAAAAAQABAAAAVjICSOUBCQqHhCgiAOKyqcLVvEZOC2geGiK5NpQBAZCilgAYFMogo/J0lgqEpHgoO2+GIMUL6p4vFojhQNg8rxWLgYBQJCASkwEKLC17hYFJtRIwwBfRAJDk4ObwsidEkrWkkhACH5BAUHABAALAAAAQAQAA8AAAVcICSOUGAGAqmKpjis6vmuqSrUxQyPhDEEtpUOgmgYETCCcrB4OBWwQsGHEhQatVFhB/mNAojFVsQgBhgKpSHRTRxEhGwhoRg0CCXYAkKHHPZCZRAKUERZMAYGMCEAIfkEBQcAEAAsAAABABAADwAABV0gJI4kFJToGAilwKLCST6PUcrB8A70844CXenwILRkIoYyBRk4BQlHo3FIOQmvAEGBMpYSop/IgPBCFpCqIuEsIESHgkgoJxwQAjSzwb1DClwwgQhgAVVMIgVyKCEAIfkECQcAEAAsAAAAABAAEAAABWQgJI5kSQ6NYK7Dw6xr8hCw+ELC85hCIAq3Am0U6JUKjkHJNzIsFAqDqShQHRhY6bKqgvgGCZOSFDhAUiWCYQwJSxGHKqGAE/5EqIHBjOgyRQELCBB7EAQHfySDhGYQdDWGQyUhADs=') /*/images/icons/loading.gif*/ right center no-repeat;
}

.AutoComplete input[type=text] {
    background-image: url('/Images/Icons/drop-down-icon.svg');
    background-repeat: no-repeat;
    background-position: right center;
}

.date-box {
    min-width: 100px;
}

.ajax__calendar_body {
    height: 130px;
}

.ajax__calendar_container {
    background: #fff;
    border: 2px outset gray;
    z-index: 1000;
}

.ajax__calendar_header {
    height: 25px;
}

.main-body-modal .form .form-body:has(.calendar-icon) {
    padding-bottom: 64px;
}

.ajax__calendar_today,
.ajax__calendar_dayname {
    color: #08b;
}

.ajax__calendar_container div div div:hover {
    background: #def;
}

div.ajax__calendar_day {
    color: #555;
    text-align: center;
}

td.ajax__calendar_active div {
    color: #b33;
    font-weight: bold;
}

td.ajax__calendar_other div {
    color: #aaa;
}
/* multiselect-dropdown */

    .multiselect-dropdown .search-box {
        width: 177px;
        background: url(/images/search.gif) no-repeat right center;
        border: solid #ccc 1px;
    }

.slider .slider-container {
    margin: 0 10px;
}

.slider .slider-before {
    padding-bottom: 5px;
}

.slider .slider-after {
    font-size: 80%;
    margin: 0 2px;
}

.grid-tree-view td span.spacer {
    width: 20px;
    display: inline-block;
}

.grid-tree-view td a.treeview-node-icon {
    text-decoration: none;
    background: url(/images/icons/treeview-expanded.svg) no-repeat center left;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin: 1px;
}

.grid-tree-view tr.treeview-leaf-node a.treeview-node-icon {
    background: url(/images/icons/treeview-leaf.svg) no-repeat center left;
}

.grid-tree-view tr.treeview-leaf-node.collapsed a.treeview-node-icon {
    background: url(/images/icons/treeview-leaf.svg) no-repeat center left;
}

.grid-tree-view tr.collapsed a.treeview-node-icon {
    background: url(/images/icons/treeview-collapsed.svg) no-repeat center left;
}

.grid-tree-view td,
.grid.tree-view tr {
    border: none;
}

.standard-box {
    border: 1px solid #aaa;
    margin: 0;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

    .standard-box .item {
        width: 100%;
        clear: left;
        margin-left: 8px;
    }

        .standard-box .item .label {
            width: 150px;
            float: left;
            margin-left: 10px;
        }

        .standard-box .item .value {
            float: left;
        }

    .standard-box h3 {
        background: url(/App_Templates/FrontEnd/images/Grid.Header.jpg) repeat-x;
        padding: 0 10px 9px 10px;
        font-size: 10pt;
        margin-bottom: 10px;
        color: #444;
    }

    .standard-box p {
        margin: 10px;
    }

div.standard-box div.item div.whole {
    width: 100%;
    float: none;
}

div.standard-box div.buttons {
    margin-right: 10px;
    width: 90%;
}

.clear-container {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

    .clear-container:before,
    .clear-container:after {
        content: "";
        display: table;
    }

    .clear-container:after {
        clear: both;
    }

.timesheets-status-report .horizontal-checkboxes .label {
    width: 150px;
}

.timesheets-status-report .horizontal-checkboxes table td {
    padding-left: 5px;
    padding-top: 5px;
    vertical-align: middle;
    white-space: nowrap;
}

    .timesheets-status-report .horizontal-checkboxes table td input,
    .timesheets-status-report .horizontal-checkboxes table td label {
        float: left;
    }

.ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: 0.7em;
    display: block;
    border: 1px solid #5BA8E1;
    box-shadow: 0 1px 0 #AAD6F6 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #81B8F3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi�pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
    background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #F9FBFA;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi�pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: linear-gradient(top, #C7CED6, #F9FBFA);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
}

    .ui-slider .ui-slider-handle:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -4px;
        background: #30A2D2;
        -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
        -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
        box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    }

.ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
    margin-left: -0.6em;
}

.ui-slider a:focus {
    outline: none;
}

.ui-selectable-helper {
    visibility: hidden;
}

.bit-mask-painter-table {
    float: left;
}

    .bit-mask-painter-table + span[id*=rqv] {
        display: none;
    }

    .bit-mask-painter-table .painter-row td {
        width: 11px;
        height: 23px;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

        .bit-mask-painter-table .painter-row td.turned-off {
            background-color: lightgray;
        }

        .bit-mask-painter-table .painter-row td.turned-on {
            background-color: dodgerblue;
        }

        .bit-mask-painter-table .painter-row td.hour-mark {
            border-left: 1px solid gray;
        }

        .bit-mask-painter-table .painter-row td.ui-selectee:hover {
            background-color: deepskyblue;
        }

        .bit-mask-painter-table .painter-row td.ui-selecting {
            background-color: deepskyblue;
        }

            .bit-mask-painter-table .painter-row td.ui-selecting.erase {
                background-color: red !important;
            }

    .bit-mask-painter-table .helper-row td {
        font-size: 11px;
        text-indent: -13px;
    }

.painter-container {
    clear: both;
    display: flex;
    flex-direction: column;
}

    .painter-container .item {
        height: 48px;
    }

    .painter-container .label {
        width: auto;
    }

a.painter-copy-down {
    margin-left: 5px;
}

.booking-status-search .input {
    position: relative;
}

.booking-status-search .multiselect-dropdown {
    border: none;
}

.multiselect-dropdown {
    border: none;
    width: 100%;
}

    .multiselect-dropdown .panel-container {
        background-color: white;
        border: 1px solid #ccc;
        width: 100%;
        z-index: 1;
        border-radius: 12px;
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12);
        font-family: 'Geist', sans-serif;
    }

        .multiselect-dropdown .panel-container .toolbox {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .multiselect-dropdown .panel-container .items-list > table {
            width: 100%;
        }

        .multiselect-dropdown .panel-container .items-list td {
            padding: 4px 8px;
        }

            .multiselect-dropdown .panel-container .items-list td:hover {
                background: #ebf7f5;
            }
            .multiselect-dropdown .panel-container .items-list td:active {
                background: #d4ece7;
            }
        .multiselect-dropdown .panel-container .items-list td input {
            vertical-align: middle;
        }
        .multiselect-dropdown .panel-container .items-list td label {
            vertical-align: middle;
            margin-left: 4px;
        }

.email-address-input > .item-body > .input > a.help > img {
    vertical-align: top;
}

.application-error {
    margin-top: 65px;
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

    .application-error .col-lg-7 {
        padding-right: 0px;
    }

        .application-error .col-lg-7 img {
            float: right;
            max-width: 100%;
        }

    .application-error .col-lg-5:first-child {
        padding-left: 5%;
    }

    .application-error h2 {
        font-size: 64px;
        font-weight: 300;
        color: #5389E6;
    }

    .application-error h4 {
        font-size: 32px;
        color: #5389E6;
    }

    .application-error ul {
        margin-left: 0px;
        list-style: none;
        list-style-type: none;
    }

        .application-error ul li {
            list-style-type: none;
        }

            .application-error ul li::before {
                content: "\2022";
                color: #5389E6;
                font-weight: bolder;
                display: inline-block;
                width: 1em;
                margin-left: -1em;
                font-size: larger;
            }

.client-timesheets-options-form .form .item .label {
    width: 325px;
}

.popupbuttons {
    margin-top: 50px !important;
    text-align: right !important;
    clear: both;
    padding: 14px 15px 15px;
    background: #F5F5F5;
    border-top: 1px solid #DDD;
    border-radius: 0 0 6px 6px;
    box-shadow: inset 0 1px 0 #FFF;
}

.full-width {
    width: 100% !important;
}

.scrollable-grid {
    max-height: 300px;
    overflow-y: auto;
}

    .scrollable-grid th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

.clear-space {
    margin: 0 !important;
    padding: 0 !important;
}

.main-body-modal h3 {
    font-size: 16px !important;
    margin: 0;
    padding: 4px 0;
    margin-top: 8px;
}

    .main-body-modal h3:first-child {
        margin-top: 0;
    }

.rate-card-master-details,
.details-form-wrapper,
.details-form-wrapper > div,
table.detailsGrid {
    width: 100%;
}

.form .detailsGrid,
.form .detailsGrid tr,
.form .detailsGrid th,
.form .detailsGrid td {
    border: 0;
}

.form .rate-card-master-details table.detailsGrid tr td {
    vertical-align: middle;
    white-space: nowrap;
}

.form .rate-card-master-details table.detailsGrid tr th {
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    color: #515757;
    font-weight: 600;
}

.form table.detailsGrid tr td {
    padding: 4px 0;
}

.form .rate-card-master-details table.detailsGrid tr td:first-child {
    padding: 0;
    width: 260px;
    color: #666;
    font-size: 14px;
}

.form table.detailsGrid th {
    font-weight: bold;
    padding: 8px 0;
}

.form .rate-card-master-details table.detailsGrid td input.textbox {
    width: 90%;
}

.excluded-domains-form table.detailsGrid tr td:first-child {
    width: 100%;
}

.form table.rld-automated-timesheet-approval-grid tr td {
    padding-right: 8px;
}

    .form table.rld-automated-timesheet-approval-grid tr td > select {
        margin-bottom: 4px;
    }

.form-with-paye-and-ltd-payrate-controls > div {
    height: 100%;
}

.module.rld-suggest-candidate-popup .view-body {
    height: unset;
    overflow: unset;
}

.rld-popup-section-header-with-actions,
.rld-popup-section-header-title-wrapper,
.rld-popup-section-header-actions-wrapper {
    display: flex;
    flex-direction: row !important;
    align-items: center;
}

.rld-popup-section-header-with-actions {
    justify-content: space-between;
    padding: 2px 0;
    width: 100%;
}

.rld-popup-section-title-wrapper,
.rld-popup-section-header-actions-wrapper {
    gap: 8px;
    padding: 0 8px;
}

.rld-popup-section-header-with-actions h2 {
    font-size: 16px;
    margin: 0;
    padding: 12px 16px;
    font-weight: 600;
}

.rld-padding-sides-regular {
    padding-left: 16px;
    padding-right: 16px;
}

#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-margin-bottom-small {
    margin-bottom: 8px;
}

.item.rld-vbox {
    display: flex;
    flex-direction: column;
}

.item.rld-align-items-start {
    align-items: start;
}

.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;
}
.textbox.textbox {
    width: 100%;
}

.rld-rates-grid tr th {
    width: 50%;
}
.rld-rates-grid tr td .textbox.textbox {
    width: 50%;
}

.alertify,
.alertify-show,
.alertify-log {

}
.alertify-hide {

}
.alertify-log-hide {

}
.alertify-cover {
	position: fixed; z-index: 99999;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color:white;
	filter:alpha(opacity=0);
	opacity:0;
}
	.alertify-cover-hidden {
		display: none;
	}
.alertify {
	position: fixed; z-index: 99999;
	top: 50px; left: 50%;
	width: 550px;
	margin-left: -275px;
	opacity: 1;
}
	.alertify-hidden {
		-webkit-transform: translate(0,-150px);
		   -moz-transform: translate(0,-150px);
		    -ms-transform: translate(0,-150px);
		     -o-transform: translate(0,-150px);
		        transform: translate(0,-150px);
		opacity: 0;
		display: none;
	}
	/* overwrite display: none; for everything except IE6-8 */
	:root *> .alertify-hidden {
		display: block;
		visibility: hidden;
	}
.alertify-logs {
	position: fixed;
	z-index: 5000;
	bottom: 10px;
	right: 10px;
	width: 300px;
}
.alertify-logs-hidden {
	display: none;
}
	.alertify-log {
		display: block;
		margin-top: 10px;
		position: relative;
		right: -300px;
		opacity: 0;
	}
	.alertify-log-show {
		right: 0;
		opacity: 1;
	}
	.alertify-log-hide {
		-webkit-transform: translate(300px, 0);
		   -moz-transform: translate(300px, 0);
		    -ms-transform: translate(300px, 0);
		     -o-transform: translate(300px, 0);
		        transform: translate(300px, 0);
		opacity: 0;
	}
	.alertify-dialog {
		padding: 25px;
	}
		.alertify-resetFocus {
			border: 0;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}
		.alertify-inner {
			text-align: center;
		}
		.alertify-text {
			margin-bottom: 15px;
			width: 100%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
			font-size: 100%;
		}
		.alertify-buttons {
		}
			.alertify-button,
			.alertify-button:hover,
			.alertify-button:active,
			.alertify-button:visited {
				background: none;
				text-decoration: none;
				border: none;
				/* line-height and font-size for input button */
				line-height: 1.5;
				font-size: 100%;
				display: inline-block;
				cursor: pointer;
				margin-left: 5px;
			}

@media only screen and (max-width: 680px) {
	.alertify,
	.alertify-logs {
		width: 90%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.alertify {
		left: 5%;
		margin: 0;
	}
}

/**
 * Twitter Bootstrap Look and Feel
 * Based on http://twitter.github.com/bootstrap/
 */
.alertify,
.alertify-log {
	font-family: sans-serif;
}
.alertify {
	background: #FFF;
	border-radius: var(--nova-radii-component-modal, 8px);
	box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.13);
	-webkit-background-clip: padding; /* Safari 4? Chrome 6? */
	-moz-background-clip: padding; /* Firefox 3.6 */
	background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.alertify-dialog {
	padding: 0;
}
	.alertify-inner {
		text-align: left;
	}
		.alertify-message {
			padding: 15px;
			margin: 0;
		}
		.alertify-text-wrapper {
			padding: 0 15px;
		}
			.alertify-text {
				color: var(--nova-color-typography-base, #151D1E);
				border-radius: var(--nova-radii-component-modal, 8px);
				padding: 8px;
				background-color: #FFF;
				border: 1px solid #CCC;
				box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
			}
			.alertify-text:focus {
				border-color: rgba(82,168,236,.8);
				outline: 0;
				box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
			}

		.alertify-buttons {
			padding: 8px;
			background: #FFF;
			border-top: 1px solid #DDD;
			border-radius: 0px 0px 8px 8px;
			text-align: right;
		}
			.alertify-button,
			.alertify-button:hover,
			.alertify-button:focus,
			.alertify-button:active {
				margin-left: 10px;
				border-radius: var(--nova-radii-component-modal, 8px);
				font-weight: normal;
				padding: 4px 12px;
				text-decoration: none;
				box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
			}
			.alertify-button:focus {
				outline: none;
				box-shadow: 0 0 5px #2B72D5;
			}
			.alertify-button:active {
				position: relative;
				box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
			}
				.alertify-button-cancel,
				.alertify-button-cancel:hover,
				.alertify-button-cancel:focus,
				.alertify-button-cancel:active {
					background: var(--nova-button-primary-default-color-primary, #1F4CB3);
					color: #fff;
				}
					.alertify-button-cancel:hover,
					.alertify-button-cancel:focus,
					.alertify-button-cancel:active {
						background: #1e5edb;
					}
				.alertify-button-ok,
				.alertify-button-ok:hover,
				.alertify-button-ok:focus,
				.alertify-button-ok:active {
					text-shadow: 0 -1px 0 rgba(0,0,0,.25);
					background: var(--nova-button-primary-default-color-primary, #1F4CB3);
					color: #FFF;
				}
				.alertify-button-ok:hover,
				.alertify-button-ok:focus,
				.alertify-button-ok:active {
					background: #1e5edb;
				}

.alertify-log {
	background: #DBFBF5;
	padding: 8px 14px;
	border-radius: 4px;
	color: #151D1E;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	border: 1px solid #BCE8F1;
}
	.alertify-log-error {
		color: #4F0808;
		background: #FFEBEB;
		border: 1px solid #EED3D7;
	}
	.alertify-log-success {
		color: #042F22;
		background: #E9FBF1;
		border: 1px solid #D6E9C6;
	}
