/* ==================================================================================================================================================================
	Polish up site
================================================================================================================================================================== */
* {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
    height: 100%;
    background: #ededed;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    font-family: fieldwork-hum, sans-serif;
}

#stagingFlag,
#demoFlag {
    position: fixed;
    top: 0;
    background: #ffff00;
    width: 400px;
    height: 50px;
    z-index: 1000;
    left: -80px;
    transform: rotate(315deg);
    box-shadow: 0 0 15px 5px rgb(117, 202, 219);
    display: none;
}

#stagingFlag:before,
#demoFlag:before {
    font-family: FontAwesome;
    content: '\f071';
    color: #ff3301;
    margin-left: 50px;
    font-size: 32px;
    margin-top: 7px;
    display: inline-block;
}

#stagingFlag:after,
#demoFlag:after {
    content: 'STAGING SITE';
    font-weight: bold;
    color: #ff3301;
    display: inline-block;
    /* margin-top: -10px; */
    font-size: 18px;
    position: absolute;
    top: 15px;
    left: 90px;
}

#demoFlag {
    right: unset;
    left: -80px;
    transform: rotate(45deg);
    background: #ffffb9;
    top: unset;
    bottom: 0;
    display: inline-block;
}

#demoFlag:before {
    margin-left: 65px;
    content: '\f108';
    font-size: 28px;
    margin-top: 13px;
    color: #234248;
}

#demoFlag:after {
    content: 'LIVE DEMO';
    left: 110px;
    color: #234248;
}

#page {
    background: #ededed;
}

#content {
    min-height: 100vh;
    padding: 2rem;
    box-sizing: border-box;
    padding-top: 0;
}

.dashboard-page #content {
    padding-top: 20px;
}

.admin-dashboard {
    padding-top: 20px;
}

.s61-app {
    padding-top: 20px;
}

body .popped #content {
    /*
    left: 280px;
    width: calc(100% - 280px);
        */
    margin: 0;
}

#topbar {
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    left: 0;
    top: 0;
    background: #0075B2;
    color: #FFFFFF;
}


#topbar.popped {
    width: 280px;
    transition: all ease 0.7s;
    box-shadow: 0 0 57px 1px rgba(0,0,0,0.3);
}

#topbar > div {
    box-sizing: border-box;
}

#topbar .toggle_nav {
    top: 0;
    position: absolute;
    right: -49px;
    padding: 8px 14px;
    font-size: 24px;
    background: #0174b2;
}

#topbar.popped .toggle_nav {
    padding: 5px 19px;
    font-size: 30px;
}

#topbar .toggle_nav .fa-angle-left {
    display: none;
}

#topbar .toggle_nav .fa-bars {
    display: block;
}

#topbar.popped .toggle_nav .fa-angle-left {
    display: block;
}

#topbar.popped .toggle_nav .fa-bars {
    display: none;
}

#topstatus {
    position: relative;
    background: rgba(0,0,0,0.1);
    color: #FFFFFF;
    padding: 20px;
    width: 100%;
    display: none;
}

#topstatus .date {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 12px;
    display: block;
    color: #dad8d8;
    box-sizing: border-box;
}

#topbar #logo {
    display: none;
}

#topbar.popped #logo {
    display: block;
    padding: 20px;
    min-width: 100%;
    background: #FFFFFF;
}

#logo a {
    text-decoration: none;
    text-transform: Capitalize;
    display: block;
}

#topbar #logo img {
    display: block;
    width: 82px;
    margin: 0 auto;
    transition: all ease 0.7s;
}

#topbar.popped #logo img {
    width: 150px;
    transition: all ease 0.7s;
}

#navigation {
    width: 100%;
    margin: 20px 0;
    display: none;
}

#topbar.popped #navigation,
#topbar.popped #topstatus {
    display: block;
}

#topbar .toggle_nav:hover,
#topbar.popped .toggle_nav:hover {
    cursor: pointer;
    background: #e7f70b;
    transition: all ease 0.7s;
}

#navigation > ul li a {
    box-sizing: border-box;
    padding: 10px 40px;
    letter-spacing: 1px;
    display: block;
}

.enbox_strapline {
    background: url('/images/enbox-strapline.png') no-repeat;
    width: 638px;
    height: 55px;
    position: absolute;
    top: 235px;
    right: 450px;
}

#footer {
    clear: both;
    font-size: 13px;
    color: #ffffff;
    background: #045d8e;
    padding: 15px;
    letter-spacing: 1px;
    box-shadow: none;
}

ul.menu,
ul.noise_meters {
    position: static;
    display: block;
    float: left;
}

ul#mainMenu,
ul#mainMenu li {
    float: unset;
    font-family: fieldwork-hum, sans-serif;
}

ul.menu li {
    display: block;
    float: unset;
}

ul.menu,
ul.menu ul {
    padding: 0px;
    width: 100%;
}

ul.menu a,
ul.menu a:visited {
    outline: none;
    color: #FFFFFF;
    text-decoration: none;
}

ul.menu a:hover {
    background: rgba(0,0,0,0.2);
    color: #FFF;
    transition: all ease 0.7s;
}

ul.menu > li > a {
    padding-left: 18px;
}

ul.menu li ul.tool_menu {
    z-index: 100;
    background: #FFF;
    top: 60px;
    border: none;
    border-top: 1px solid #79BBC9;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
    width: 200px;
}

ul.tool_menu li a {
    padding: 8px 20px;
    font-size: 16px;
    display: block;
    text-align: left;
    font-family: fieldwork-hum, sans-serif;
}

ul.tool_menu li a:hover {
    background: #7CCDDA;
}

/* Noise menu */

ul.noise_meters,
ul.menu.dropdown {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
}

ul.noise_meters li,
ul.menu.dropdown li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 1.6em;
    white-space: nowrap;
    font-family: fieldwork-hum, sans-serif;
}

ul.menu.dropdown li.sep {
    border-top: 1px solid #C5EBF1;
    background: #75C9DB;
}


ul.noise_meters li a,
ul.menu.dropdown li a {
    padding: 18px 18px 17px 18px;
    text-align: left;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
}

ul.noise_meters li a:visited,
ul.menu.dropdown li a:visited {
    color: #FFFFFF;
}

ul.noise_meters li a:hover,
ul.noise_meters li.hover a,
ul.noise_meters li.hover a:hover,
ul.menu.dropdown li a:hover,
ul.menu.dropdown li.hover a,
ul.menu.dropdown li.hover a:hover {
    background: #398ea0;
    color: #FFF;
    transition: all ease 0.7s;
}

ul.noise_meters li ul.noise_meter_list,
ul.menu.dropdown li ul {
    visibility: hidden;
    position: absolute;
    background: #5cb1c3;
    color: #FFFFFF;
    font-size: 0.45em;
    padding: 0;
    margin: 2px 0 0 0;
    max-height: 300px;
    overflow-x: hidden;
    z-index: 100;
}

ul.noise_meters li ul.noise_meter_list li a,
ul.menu.dropdown li ul li a {
    color: #FFFFFF;
    text-align: left;
    padding: 10px;
    display: block;
    background: #5cb1c3;
}

ul.noise_meters li ul.noise_meter_list li.isLive_False a {
    background: #CCCCCC;
    color: #666666;
}

ul.noise_meters li ul.noise_meter_list li a:hover,
ul.menu.dropdown li ul.admin_menu_list li a:hover {
    background: #2f616c;
}

ul.noise_meters li ul.noise_meter_list li.isLive_False a:hover {
    background: #CCCCCC;
    color: #666666;
}

/* Scrollbar pretification */

ul.noise_meters ::-webkit-scrollbar {
    width: 12px;
}

ul.noise_meters ::-webkit-scrollbar-track {
    background: rgba(159,204,214,1);
}

ul.noise_meters ::-webkit-scrollbar-thumb {
    background: rgba(32,66,74,1);
}

ul.ui-autocomplete li {
    list-style-type: none;
}

/* Admin Tile menu */

.tile_menu_container {
    overflow: auto;
    padding-bottom: 1em;
}

.tile_menu_group.left {
    float: left;
    padding-right: 80px;
}

.tile_menu {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.tile_menu li {
    list-style-type: none;
    margin: 0px;
    color: #001F26;
}

.tile_menu li {
    float: left;
    width: 120px;
    height: 120px;
    color: #FFFFFF;
    border-radius: 0px;
    padding: 20px;
    margin: 0;
    background: #0174b2;
    position: relative;
    overflow: hidden;
}

.tile_menu li > div {
    position: relative;
}

.tile_menu li:hover {
    transition: background-color 1.0s ease;
}

.tile_menu li.consent_db {
    background: #ffde00;
}

.tile_menu li.consent_db_home {
    background: #fabb00 url(/images/noise/consent_db_home.png) no-repeat bottom;
}

.tile_menu li.consent_db_home:hover {
    background-color: #ff9c00;
}

.tile_menu li.noise_db_home {
    background: #54a1b2 url(/images/noise/noise_db_home.png) no-repeat bottom;
}

.tile_menu li.noise_db_home:hover {
    background-color: #1d5c6a;
}

.tile_menu li.noise_db_upload {
    background: #2e7686 url(/images/noise/noise_db_upload.png) no-repeat bottom;
}

.tile_menu li.noise_db_upload:hover {
    background-color: #0f434e;
}

.tile_menu li.noise_db_meters {
    background: #0e5c86 url(/images/noise/noise_db_meter.png) no-repeat bottom;
}

.tile_menu li.noise_db_meters:hover {
    background-color: #0f434e;
}

.tile_menu li.sys_admin {
    background: #ec043a;
}

.tile_menu li.sys_admin_users {
    background: #c60431 url(/images/noise/sys_admin_users.png) no-repeat bottom;
}

.tile_menu li.sys_admin_users:hover {
    background-color: #6e021b;
}

.tile_menu li.sys_admin_s61-companies {
    background: #970e52 url(/images/noise/sys_admin_companies.png) no-repeat bottom;
}

.tile_menu li.sys_admin_s61-companies:hover {
    background-color: #430223;
}

.tile_menu li.sys_admin_contracts {
    background: #4d0867 url(/images/noise/sys_admin_contracts.png) no-repeat bottom;
}

.tile_menu li.sys_admin_contracts:hover {
    background-color: #2c033b;
}

.tile_menu li.sys_admin_worksites {
    background: #036e57 url(/images/noise/sys_admin_worksites.png) no-repeat bottom;
}

.tile_menu li.sys_admin_worksites:hover {
    background-color: #014133;
}

.tile_menu li.sys_admin_system {
    background: #404040;
    font-family: FontAwesome;
}

.tile_menu li.sys_admin_system:before {
    position: absolute;
    color: #202020;
    content: '\f085';
    font-size: 180px;
    top: 0px;
    left: 0px;
}

.tile_menu li.sys_stats {
    background: #404040;
}

.tile_menu li.sys_admin_stat:hover,
.tile_menu li.sys_adv:hover {
    background-color: #202020;
}

.tile_menu li.sys_adv.label:hover {
    background-color: #404040;
}

.tile_menu li.sys_admin_stat,
.tile_menu li.sys_adv {
    background: #404040;
    font-family: FontAwesome;
}

.tile_menu li.sys_admin_stat:before,
.tile_menu li.sys_adv:before {
    position: absolute;
    color: rgba(0, 0, 0, 0.25);
    font-size: 180px;
    bottom: 0px;
    left: 0px;
}

.tile_menu li.sys_admin_stat.samples:before {
    content: '\f201';
    font-size: 120px;
}

.tile_menu li.sys_admin_stat.alerts:before {
    content: '\f071';
    top: 0;
}

.tile_menu li.sys_adv.scheduling:before {
    content: '\f017';
    font-size: 120px;
}

.tile_menu li.sys_adv.debug:before {
    content: '\f188';
    font-size: 120px;
}


.tile_menu li.sys_admin_system:hover {
    background-color: #000000;
}

.tile_menu li:hover {
    box-shadow: none;
    /*margin: 4px 0px 0px 4px;*/
    cursor: pointer;
    /*background: #D9F2F6 url('/images/tab-bg-over.png') repeat-x bottom left;*/
}


.tile_menu a,
.tile_menu a:visited {
    color: #FFFFFF;
}

.tile_menu a:hover {
    text-decoration: none;
}

.tile_menu .tile_name {
    line-height: 125%;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    font-family: fieldwork-hum, sans-serif;
    color: #FFFFFF;
    text-transform: UPPERCASE;
}

.tile_menu .tile_name .smaller {
    font-size: 1.25em;
}

.tile_menu .tile_description {
    text-align: left;
    color: #FFFFFF;
    font-family: fieldwork-hum, sans-serif;
    font-size: 1em;
}

#content {
    width: 100%;
    overflow: visible !important;
    position: relative;
}


/* Progress bar container IFRAME; all progress styles in /NeatUpload/default.css */
.ProgressBar {
    height: 32px;
    width: 400px;
}

/* Dynamic items */
.error_flag {
    display: none;
}

.xte_error {
    border-color: #ddddcc;
    max-width: 400px;
}

/* */
.doclink {
    display: inline-block;
    width: 32px;
    height: 32px;
}

.doclink:hover {
    opacity: 0.5;
}

.doclink.contenttype_application_pdf {
    background: transparent url('../images/doclink_application_pdf.png') no-repeat;
    background-size:18px 24px;
}

.doclink.contenttype_none {
    background: transparent url('../images/doclink_none.png') no-repeat;
    background-size:18px 24px;
}

.doclink.doclink_add {
    background: transparent url('../images/doclink_add.png') no-repeat;
    background-size:18px 24px;
}
/* */

/* Fake dialogs */
.mask {
    position: fixed;
    left: 0px;
    top: 0px;
    background: black;
    opacity: 0.5;
    z-index: 49;
    width: 100%;
    height: 2000px;
}

.pop_out {
    position: fixed;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 50;
    background: #ffffff;
}

.pop_out_350 {
    margin-left: -17em; /* Should be half the width of the box */
}

.pop_out_400 {
    margin-left: -20em; /* Should be half the width of the box */
}

.pop_out_500 {
    margin-left: -25em; /* Should be half the width of the box */
}

.pop_out_520 {
    margin-left: -26em; /* Should be half the width of the box */
}

.pop_out_600 {
    margin-left: -30em; /* Should be half the width of the box */
}

.pop_out_900 {
    margin-left: -45em; /* Should be half the width of the box */
}

.pop_out > div {
    background: #ffffff;
    padding: 10px;
}

.pop_out h2 {
    margin-top: 0em;
}

.pop_out_400 > div {
    width: 40em;
}

.pop_out_500 > div {
    width: 50em;
}

.pop_out_520 > div {
    width: 52em;
}

.pop_out_600 > div {
    width: 60em;
}

.pop_out_900 > div {
    width: 90em;
}

.pop_out_close {
    width: 29px;
    height: 29px;
    float: right;
    background: transparent url('../images/close_button.png') no-repeat;
}

.pop_out_close:hover {
    opacity: 0.5;
}
/* */

/* AJAX */
.notify_wait {
    display: none;
    float: right;
}

.notify_wait.flow {
    float: none;
}

.notify_wait.block {
    display: block;
}


.notify_wait {
    width: 24px;
    height: 24px;
    background: transparent url('../images/wait24trans.gif') no-repeat;
}

.notify_wait_sm {
    width: 18px;
    height: 18px;
    background: transparent url('../images/wait18trans.gif') no-repeat;
}

.notify_wait_sm.notify_wait_tb {
    position: absolute;
    margin-top: 3px;
    margin-left: -24px;
}

/* */
.wait_box {
    overflow: hidden !important;
}

.wait_box p {
    min-height: 24px;
    font-size: 1.5em;
    background: transparent url('../images/wait24trans.gif') no-repeat top right;
    padding-right: 30px;
}

/* Expandos */
.expando {
    overflow: hidden;
    height: 1.25em;
    padding-right: 14px;
    background: transparent url('../images/expando.png') no-repeat top right;
}

.expando:hover {
    opacity: 0.5
}

.expando_expanded {
    position: absolute;
    overflow: auto;
    height: auto;
    border: 1px solid #909090;
    background: #ffffff;
    padding: 4px;
    border-radius: 4px;
    box-shadow: 0.5em 0.5em 1em #cccccc;
    margin-top: -1em;
    margin-left: -0.5em;
}

.expando_expanded:hover {
    opacity: 1;
}

#currentUserDetails {
    width: 100%;
    padding-left: 12px;
}

#currentUserDetails,
#authDetails {
    font-size: 16px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    align-items: center;
}

#authDetails a {
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
}

#authDetails a.uname {
    letter-spacing: 1px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    padding-right: 5px;
}

#currentUserDetails .user_name {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 25px);
}

.is-trial #currentUserDetails .user_name a {
    cursor: default !important;
}

#currentUserDetails .user-icon {
    display: block;
    margin-right: 10px;
}

#loginLink {
    display: none;
}

#authDetails a#logoutLink {
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1px;
    background: rgba(0,0,0,0.2);
    width: 72px;
    flex-shrink: 0;
}

#authDetails a#logoutLink:hover {
    background: #e7f70b;
    transition: all ease 0.7s;
    color: #0273b2;
}

.centred_module {
    width: 50%;
    display: block;
    z-index: 100;
    margin: 20px auto;
}

.login_extra {
    display: block;
    bottom: 20px;
    left: 50%;
    z-index: 100;
    margin: 0;
    padding: 20px;
}

.login_extra h1 {
    color: #ededed;
    font-size: 1.2em;
    margin: 0 0 10px 0;
}

.login_extra h3 {
    color: #ededed;
    font-size: 0.9em;
    margin: 0;
}

.login_box {
    background: rgba(0,0,0,0.2);
    padding: 20px;
    width: 380px;
    margin: 10px auto;
}

#contact_box {
    background: #65cad9;
    color: #2F6D78;
    position: absolute;
    top: 410px;
    right: 50px;
    padding: 15px 27px;
    width: 216px;
    line-height: 150%;
    font-family: fieldwork-hum, sans-serif;
    font-size: 13px;
    text-decoration: none;
}

#contact_box i.fa-envelope-o {
    font-size: 12px;
    margin-right: 7px;
    top: 0px;
    position: relative;
}

#contact_box a {
    font-weight: 500;
    text-decoration: none;
    color: #2F6D78;
    display: inline-block;
    padding: 0px 5px 5px 0px;
    border-bottom: 2px solid transparent;
}

#contact_box:hover {
    color: #FFFFFF;
    background: #001F26;
    transition: background ease 0.7s;
    text-decoration: none;
}

.efi_username label,
.efi_password label {
    color: #001F26;
    clear: both;
    font-family: fieldwork-hum, sans-serif;
    font-size: 1.3em;
}

.efi_username span,
.efi_password span {
    display: block;
    clear: both;
    margin: 10px 0px 0px 0px;
}

.efi_username span span,
.efi_password span span {
    float: left;
}

.efi_username span input,
.efi_password span input {
    padding: 8px 10px;
    background: #FFF;
    border: 1px solid #0075B2;
    width: 200px;
    font-size: 1.1em;
    letter-spacing: 0.01em;
}

.login_box .button {
    padding: 5px 35px 8px 15px;
    border: 1px solid #5CB1C3;
    color: #001F26;
    font-family: fieldwork-hum, sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    background: url('/images/button-sprite.png') no-repeat 65px 1px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(15%, white), color-stop(100%, #95C2CC));
    background: url('/images/button-sprite.png') no-repeat 65px 1px, -moz-linear-gradient(top, white 0%, white 55%, #95C2CC 130%);
}

.login_box .button:hover {
    border: 1px solid #5CB1C3;
    color: #FFF;
    cursor: pointer;
    background: url('/images/button-sprite.png') no-repeat 65px -49px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66CADA), color-stop(15%, #66CADA), color-stop(100%, #001F26));
    background: url('/images/button-sprite.png') no-repeat 65px -49px, -moz-linear-gradient(top, #66CADA 0%, #66CADA 55%, #001F26 130%);
}

.login_box .form_submit_group {
    margin: 0 0 0 2px;
    padding-top: 0px;
    float: left;
    clear: none;
}

.form_item.efi_rememberme {
    margin: 23px 0px 5px 0px;
    float: right;
}

.efi_rememberme label {
    color: #173137;
    width: 7.5em;
    font-size: 12px;
    font-family: fieldwork-hum, sans-serif;
}

.efi_rememberme span {
    margin: 1px 0px 0px 0px;
}

.login_links {
    margin: 15px 0px 10px 3px;
    color: #2F6D78;
}

.login_links a,
a.forgot-return {
    text-decoration: none;
    color: #2F6D78;
}

a.login_links {
    font-size: 12px;
    font-family: fieldwork-hum, sans-serif;
    display: block;
    color: #2F6D78;
}

a.login_links:hover,
.forgot-return:hover {
    text-decoration: none;
    color: #FFF;
}

.login_links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.login_links li,
.forgot-return {
    display: inline-block;
    padding: 0px 10px;
    border-left: 1px solid #2F6D78;
    font-size: 0.8em;
}

.forgot-return {
    border: 0;
    padding-left: 5px;
}

.login_links li.first {
    border: 0;
    padding-left: 0;
}

.forgot-or {
    display: inline-block;
    margin: 0px 0px 0px 10px;
}

.login_box.forgot h2 {
    font-size: 150%;
    margin-top: 0;
}

.forgot-note {
}

#forgot-pwd-wrapper {
    position: absolute;
    top: 110px;
    right: 50px;
}

.forgotpassword_form {
    padding: 20px 20px;
}

.forgotpassword_form h2 {
    font-weight: normal;
    color: #001F26;
    clear: both;
    font-family: fieldwork-hum, sans-serif;
    font-size: 1.3em;
    margin: 0px 0px 5px 0px;
}

.forgotpassword_form label {
    display: block;
    clear: both;
    margin: 10px 0px 10px 0px;
}

.forgotpassword_form input {
    padding: 8px 10px;
    background: #FFF;
    border: 1px solid #5CB1C3;
    width: 200px;
    font-size: 1.1em;
    letter-spacing: 0.01em;
    margin: 10px 0px;
}

.fp_submit_item input {
    box-shadow: none;
    margin: 10px 0px 0px 0px;
    padding: 5px 10px 8px 10px;
    border: 1px solid #5CB1C3;
    color: #001F26;
    font-family: fieldwork-hum, sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    width: 140px;
}

.fp_submit_item input:hover {
    border: 1px solid #5CB1C3;
    color: #FFF;
    cursor: pointer;
}

.forgot-return-container {
    display: block;
    position: absolute;
    left: 175px;
    bottom: 30px;
}

.login_extra a.download_link {
    display: block;
    width: 260px;
    color: #FFFFFF;
    background: #72c0d0;
    text-decoration: none;
    margin: 14px auto 0 auto;
    padding: 5px 10px 13px 10px;
}

.login_extra a.download_link:hover {
    text-decoration: none;
    transition: all ease 0.7s;
    background: #268094;
}

.download_link .material-icons {
    position: relative;
    top: 8px;
    margin-left: 5px;
}
/*
	= Data list styles
*/

.form_group > .warning {
    font-size: 12px;
    padding: 10px 10px 0px 10px;
    margin: 10px 0px 10px 0px;
    background: #ffffee;
    color: #B50000;
    border: 1px solid #D9B74A;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25)
}

.form_submit_group input.button {
    padding: 0.6rem 1rem 0.5rem 1rem;
    border: none;
    color: #ffffff;
    font-family: fieldwork-hum, sans-serif;
    border-radius: 3px;
    font-size: 1em;
    font-weight: normal;
    background: #0069a0;
    min-width: 78px;
    margin-right: 10px;
    outline: none;
    letter-spacing: 1px;
    transition:0.7s;
}

.form_submit_group input.button.save_button {
    font-weight: bold;
}

.form_submit_group input.button:hover {
    color: #FFF;
    cursor: pointer;
    background:#EDEDED;
    color:#0075B2;
}

.search_controls .form_item input,
.search_controls .form_item textarea {
    border-radius:2px;
    outline:none;
}

.form_submit_group .save_password_check label {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
}

.search_results {
    position: relative;
}

#search_results_filters {
    display:flex;
    position: relative;
    margin-bottom:1rem;
}

.no_search_results {
    font-family: fieldwork-hum, sans-serif;
    font-size: 1rem;
    padding: 1rem;
    width: 400px;
    text-align: center;
    margin: 60px auto;
    background: #0075B2;
    color:#FFFFFF;
    border-radius: 3px;
}

#showAdvancedSearch:hover,
#filterStatus:hover {
    transition:0.7s;
    text-decoration:none;
    background:#0075B2;
    color:#FFF;

}

.print-applications {
    width: 50px;
    display: block;
    float: right;
    background: url('/images/print-icon.png') no-repeat left -4px;
    border: 1px solid #DDDDDD;
    padding: 4px 5px 6px 45px;
    font-family: fieldwork-hum, sans-serif;
    font-size: 16px;
    color: #001F26;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
}

.print-applications:hover {
    background: url('/images/print-icon-over.png') no-repeat left -4px;
    color: #FFF;
    text-decoration: none;
}

.edit_item_delete {
    position: absolute;
    right: 2px;
    z-index: 11;
    width: 50px;
    display: block;
    background: url('/images/trash-button-icon.png') no-repeat left -1px;
    border: 1px solid #DDDDDD;
    padding: 7px 12px 9px 45px;
    font-family: fieldwork-hum, sans-serif;
    font-size: 16px;
    color: #001F26;
    text-decoration: none;
    margin: 0px 1px 0px 0px;
}

.edit_item_delete:hover {
    background: url('/images/trash-button-icon-over.png') no-repeat left -1px;
    color: #FFF;
    text-decoration: none;
}

.list_item_delete {
    width: 16px;
    height: 16px;
    display: block;
    background: url('/images/trash_icon.png') no-repeat;
}

.list_item_delete:hover {
    opacity: 0.5
}

.period_selector {
    display:flex;
}

#filter_view_range,
.filter_prev,
.filter_next,
.filter_today,
.filter_reset,
.filter_date_range,
.post_filter {
    display: block;
    margin-right: 10px;
}

#filter_view_range {
    background: #F4F4F4;
    border-radius: 2px;
    padding: 0;
    color: #0075B2;
    border: none;
    outline: none;
    transition: 0.7s;
    font-family: fieldwork-hum, sans-serif;
    font-size: 1rem;
    height: 36px;
    margin: 0;
    line-height: 1.5rem;
    position: relative;
    margin-right: 1rem;
}

.filter_selected_range,
.filter_range_list {
    font-family: fieldwork-hum, sans-serif;
    font-size: 1rem;
    padding: 0.5rem 4rem 0.5rem 1rem;
}

.filter_selected_range {
    position: relative;
}

.filter_range_select:visited,
.filter_range_select {
    position: absolute;
    right: 3px;
    top: 9px;
    width: 22px;
    height: 22px;
    color:#0075B2;
}

.filter_range_list {
    background: #F4F4F4;
    padding: 0;
}

.filter_prev, 
.filter_next, 
.filter_today, 
.post_filter, 
.filter_reset,
.filter_prev:visited, 
.filter_next:visited, 
.filter_today:visited, 
.post_filter:visited, 
.filter_reset:visited {
    background: #F4F4F4;
    border-radius: 2px;
    padding: 0.7rem 1rem 0.5rem 1rem;
    height:36px;
    color:#0075B2;
    transition:0.7s;
    outline:none;
}

.filter_today,
.filter_reset,
.post_filter,
.filter_today:visited,
.filter_reset:visited,
.post_filter:visited {
    background: #F4F4F4;
    border-radius: 2px;
    padding: 0.5rem 1rem;
    color: #0075B2;
    border: none;
    outline: none;
    transition: 0.7s;
    font-family: fieldwork-hum, sans-serif;
    font-size: 1rem;
    height: 36px;
    margin: 0 0.2rem;
    line-height: 1.5rem;
    transition:0.7s;
    outline:none;
}
.filter_next:hover,
.filter_prev:hover {
    background: #0075b2;
    color:#FFFFFF;
}

.filter_today:hover,
.filter_reset:hover {
    background: #0075B2;
    color: white !important;
    text-decoration: none
}

.filter_range_list {
    display: none;
    z-index: 10;
    position: absolute;
    top: 100%;
    width: 135px;
    left: 0px;
    margin-top: 3px;
}

.filter_range_list ul {
    margin: 0;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

.filter_range_list li {
    list-style-type: none;
    transition:0.7s;
}

.filter_range_list li a {
    text-decoration: none;
    color: #0075B2;
    padding: 5px 5px 7px 10px;
    display: block;
}

.filter_range_list li:hover a {
    color: #FFF;
}

.filter_range_list li:hover,
.filter_range_list li a:hover {
    text-decoration: none;
    background: #0075B2;
    color: #FFF;
}

.filter_date_range {
    font-size: 1rem;
    padding: 0.7rem 1rem 0.5rem 1rem;
    font-style: normal;
    font-weight: 400;
    height: 36px;
}

.header_table,
.search_results_table {
    margin-bottom: 400px;
}

.header_table thead,
.search_results_table thead {
}

.header_table thead th,
.search_results_table thead th {
    padding: 1rem;
    font-family: fieldwork-hum, sans-serif;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
    background:#0075b2;
    letter-spacing:1px;
}

.search_results_table thead th.doc_notes {
    border-right: 1px solid #B9E7EE;
}

.search_results_table thead th.doc_type_name {
    padding-left: 9px;
}

.search_results_table {
    border-collapse: inherit;
}

.search_results .item_header {
    background:#EDEDED;
    padding: 0.5rem!important;
    color: #333333;
}

.search_results .search_item {
    box-shadow: none !important;
}

.contract_header_row td {
    background:#EDEDED;
    padding: 1rem;
    color: #333333;
    font-weight: bold;
    font-size: 1rem;
}

.application_row,
.variation_row {
    border-bottom: 1px dotted #DDDDDD;
    background: #FFF;
}

.search_results_table td {
    padding: 1rem;
}

.doc_row_status_Expired {
    display: none
}

.search_results_table td.doc_type_name {
    width: 8%;
    padding-left: 10px;
}

.doc_worksite {
    width: 11%;
    text-align: center;
}

.doc_title {
    width: 15%;
    text-align: center;
}

.doc_start {
    width: 9%;
    text-align: center;
}

.doc_end {
    width: 9%;
    text-align: center;
}

.doc_hours {
    width: 22%;
    text-align: center;
}

.doc_times {
    width: 22%;
    text-align: center;
}

.doc_status {
    width: 7%;
    text-align: center;
}

.doc_application {
    width: 8%;
    text-align: center;
}

.doc_consent {
    width: 5%;
    text-align: center;
}

.doc_notes {
    width: 5%;
    text-align: center;
}

.search_controls {
    padding: 4px;
    margin-bottom: 0.75em;
}

.search_results_table .variation_row td.doc_type_name {
    background: url('/images/variation-icon.png') no-repeat 10px 50%;
    padding-left: 30px !important;
}

ul.dc_hours_ui {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.dc_hours_ui li {
    display: inline-block;
    padding: 0px 5px;
    border-right: 1px solid #333;
}

ul.dc_hours_ui li.last {
    border: none;
    padding-right: 0;
}

ul.sr_worksites {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.sr_worksites li {
    display: block;
}

/* current search  */

#current-search {
    overflow: auto;
    border: none;
    padding: 0.5rem;
    margin: 10px 0px;
    font-family: fieldwork-hum, sans-serif;
    background: #f4f4f4;
    color: #0075b2;
}

.cs-title {
    width: 9%;
    float: left;
    font-family: fieldwork-hum, sans-serif;
    font-size: 14px;
    color: #001F26;
    text-align: center;
    padding: 3px 1% 3px 0;
    border-right: 1px solid #6A949E;
}

.cs-terms {
    width: 77%;
    float: left;
    font-family: fieldwork-hum, sans-serif;
    padding: 4px 1% 4px 1px;
}

.cs-controls {
    width: 10%;
    float: right;
    font-family: fieldwork-hum, sans-serif;
}

.cs-terms span {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    color: #333333;
}

.cs-terms span em {
    color: #0075b2;
    font-style: normal;
}

.cs-controls a {
    display: block;
    float: right;
    background: url('/images/filter-arrow-sprite.png') no-repeat -220px -6px;
    border: 1px solid #DDDDDD;
    padding: 3px 7px 3px 7px;
    font-family: fieldwork-hum, sans-serif;
    font-size: 16px;
    color: #001F26;
    text-decoration: none;
    margin: 0px 5px 0px 0px;
    font-size: 13px;
}

.cs-controls a:hover {
    background: #001F26;
    border: 1px solid #000;
    color: #FFF;
    text-decoration: none;
}


.doc_status_Live,
.doc_status_Expired,
.doc_status_Pending {
    display: block;
    background: url('/images/enbox-data-sprite.png') no-repeat -3px -300px;
    text-indent: -9999px;
    text-transform: Capitalize;
    width: 67px;
    height: 19px;
}

.doc_status_Expired {
    background-position: -3px -400px;
}

.doc_status_Pending {
    background-position: -3px -900px;
}

.doc_row_status_Expired > *, .doc_row_status_Pending > * {
}

.doc_application, .doc_consent {
    text-align: center;
}

.doc_notes,
.doc_times {
    position: relative;
}

.show_notes_box:visited,
.show_notes_box {
    display: inline-block;
    width: 26px;
    height: 15px;
    outline: 0;
    color:#0075B2;
}

.notes-container,
.hours-container {
    position: relative;
    top: 0;
    left: 0;
}

.notes_box {
    display: none;
    border: none;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    padding: 1rem;
    text-align: left;
    position: absolute;
    top: 30px;
    right: 5px;
    z-index: 100;
    max-width: 960px;
    min-width: 380px;
    background: #0075b2;
    font-size: 13px;
    line-height: 120%;
    color: #FFFFFF;
    border-radius: 2px;
    letter-spacing: 1px;
    font-weight: 200;
}

.show_notes_box svg {
    display:block;
    width:24px;
}

.notes_box .notes_text_sep {
    padding: 4px 0px 4px 0px;
    font-weight: bold;
}

.notes_box_arrow {
    position: absolute;
    top: -9px;
    right: 10px;
    z-index: 100;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #0075b2;
}

.notes_box_close,
.notes_box_close:visited {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 100;
    color: #FFFFFF;
    background: rgba(0,0,0,0.1);
    border-radius: 2px;
    transition:0.7s;
    padding:0.25rem;
}

.notes_box_close:hover {
    background:#FFFFFF;
    color:#0075B2;
}

.notes_box_close svg.svg-inline--fa.fa-w-10,
.notes_box_close svg {
    display:block;
    width: 16px;
    height: 16px;
}

.hours_box_close {
    background: url('/images/enbox-data-sprite.png') no-repeat -10px -700px;
    width: 26px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 100;
}

.hours_box_close:hover {
    background-position: -10px -800px;
}

.show_hours_box {
    display: block;
    float: right;
    background: url('/images/enbox-data-sprite.png') no-repeat -10px -500px;
    width: 26px;
    height: 15px;
    margin-left: 10px;
    outline: 0;
}

.hours_box {
    display: none;
    border: 2px solid #197184;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    padding: 10px 25px 35px 10px;
    text-align: left;
    position: absolute;
    top: 30px;
    z-index: 100;
    min-width: 100%;
    background: #F3F3F3;
    color: #333;
    font-size: 13px;
    line-height: 120%;
}

.hours_box_arrow {
    background: url('/images/enbox-data-sprite.png') no-repeat -10px -250px;
    width: 26px;
    height: 15px;
    position: absolute;
    top: -15px;
    z-index: 100;
}

.notes_box .content {
    padding-right: 40px;
    display: block;
}

/*  hours box styles */
.dcre_section {
    color: #001F26;
}

.dcre_sec_header {
    font-weight: bold;
    border-bottom: 1px dotted #DDD;
    padding: 5px 0px;
    margin-bottom: 5px;
    font-size: 14px;
}

.dcre_section em {
    font-weight: normal;
    font-style: normal;
}

.dcr_date, .dcr_times {
    display: block;
    width: 480px;
}

.dcr_date {
    margin: 5px 0px;
}

.dcr_comp {
    font-family: fieldwork-hum, sans-serif;
    margin-bottom: 4px;
    display: block
}

.dcr_comp label, .dcr_date label {
    margin: 0px 5px 0px 0px !important;
    font-size: 12px !important;
}

.dcr_comp label.dcr_inline_label {
    margin-left: 5px !important;
}

.dcr_comp .dcr_times {
    padding-top: 2px;
    width: 480px;
}


.debug_label {
    font-size: 10px;
    color: #0000ff;
    background: #ffff50 !important;
    border-radius: 10px;
    border: 1px solid #9090ff;
    padding: 1px 2px 1px 2px;
}

div.bigwait {
    background: #ffffff url('/images/waitbig.gif') no-repeat center center;
    height: 120px;
    width: 100%;
    border: 1px solid #dddddd;
    box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.15);
}

.cf_ephemeral {
    font-size: 14px !important;
    font-weight: bold;
}

i.ico1, i.ico2 {
    font-style: normal;
}

i.ico1, i.ico2 {
    font-style: normal;
    padding-right: 0.25em;
}

i.ico2 {
    font-size: 1.5em;
}

.filters_container {
    margin-bottom: 10px;
    display: flex;
}

.filters_container h3 {
    font-size: 16px;
    font-weight: 100;
    margin: 0px 0px 10px 0px;
}

.filters_container .filters {
    margin: 0px;
    float: left;
}

.filters_container .filters label {
    display: inline-block;
    font-size: 12px;
    width: 120px;
}


.filters_container .filters input {
    margin: 0px;
}

.filters_container .filters_help {
    margin: 0px 0px 0px 10px;
    font-size: 12px;
    background: #ffffee url('/images/info-sm.png') no-repeat 5px 5px;
    padding: 5px 5px 5px 30px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
    margin-bottom: 5px;
}

.filters_container .filters_help p {
    margin: 0px 0px 0.5em 0px;
}

.filters_container .filters_help p:last-child {
    margin: 0px 0px 0em 0px;
}

.filters_container .filters li {
    list-style: none
}

.legend_refresh_status .wait_refresh {
    display: none;
    margin-top: 3px;
}

.legend_refresh_status .refreshing {
    display: none;
    margin-top: 4px;
}

.efi_workareas select[multiple=multiple] {
    width: 400px;
    height: 250px;
}

.ui-tp-container .ui-time-picker {
    background: #93d2d2;
}

.ui-tp-container .ui-time-picker .ui-tp-tick {
    background: #398ea0;
    color: #ffffff;
}

.ui-tp-container .ui-tp-clockface.ui-tp-minutes:after,
.ui-tp-container .ui-tp-clockface.ui-tp-hours:after {
    color: #ffffff;
}

.ui-tp-container .ui-time-picker .ui-selected {
    background: #000000;
}

.enum label {
    display: inline-block;
    padding: 0 10px 5px 10px;
    margin-right: 2px;
    background: rgba(255, 255, 255, 0.25);
}

a.graph-file-link:hover {
    background: #000000;
}

a.graph-file-link {
    font-size: 14px;
    color: #ffffff;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.file-player {
    background: #48b1c9;
    padding: 2px;
    display: flex;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.beta-options {
    background: #28dae4;
    padding: 8px;
}

.beta-options a:before {
    position: absolute;
    content: 'BETA';
    left: 10px;
    top: 5px;
    color: yellow;
    font-weight: 1000;
    font-size: 16px;
    text-shadow: 0 0 2px rgba(255, 255, 0, 1);
    transform: rotate(-10deg);
}

.beta-options a:after {
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 5px;
    color: #ffffff;
    font-weight: normal;
    content: '\f14c';
}

.edit_form .form_group .beta-options {
    margin: -15px;
    margin-bottom: 0;
    position: relative;
    padding-left: 70px;
}

.edit_form .form_group .beta-options a {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.edit_form .form_group .beta-options a:hover {
    opacity: 0.5;
}

.good-item {
    color: #00934b
}

.attention-item {
    color: #f23400
}

.edit_form input[type=checkbox] {
    width: auto !important;
    zoom: 1.5;
    vertical-align: middle;
}

.search_controls .form_item.multi {
    display: flex;
    align-items: center;
}

.search_controls .form_item.multi > * {
    margin-right: 10px;
}


.grid_options_container.exporters input,
.grid_options_container.exporters button {
    height: 32px;
    padding: 5px;
    box-sizing: border-box;
}

.grid_options_container.exporters input {
    width: 8em !important;
}

.grid_options_container.exporters button {
    background: url(/images/filter-arrow-sprite.png) no-repeat -5px -6px;
    border: 1px solid #DDDDDD;
    background-position: -220px -6px;
}

.grid_options_container.exporters button:hover {
    cursor: pointer;
    background: #000000;
    color: #ffffff;
}

/* 
 --------------------------------------------------------------------------------------------------------------------------------------------
*/
.auto_refresh .legend_refresh_status .paused {
    display: none;
}

.auto_refresh .legend_refresh_status .wait_refresh {
    display: inline-block;
}

.auto_refresh.refreshing .legend_refresh_status .refreshing {
    display: inline-block;
}

.auto_refresh.refreshing .legend_refresh_status .wait_refresh {
    display: none;
}

#autoRefreshNext {
    opacity: 0 !important;
}

.auto_refresh #autoRefreshNext {
    opacity: 1 !important;
}

.cfit-instance {
    position: fixed;
    z-index: 20;
    right: 10px;
    bottom: 5px;
}

iframe.v2-embedded {
    width: 100%;
    height: 85vh;
    padding: 0;
    margin: 0;
    border: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

/* 
 --------------------------------------------------------------------------------------------------------------------------------------------
 --------------------------------------------------------------------------------------------------------------------------------------------
 --------------------------------------------------------------------------------------------------------------------------------------------
*/
body.headless #footer {
    display: none;
}

body.headless #topbar {
    display: none;
}

.system-status-banner {
    min-height: 50px;
    /*position: fixed;*/
    top: 0;
    z-index: 100;
    background: #22b573;
    color: #FFFFFF;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
    padding: 10px;
    font-family: fieldwork-hum, sans-serif;
    font-size:16px;
}

.system-status-banner.system-issue {
    color: #FFFFFF;
    background: #ED1C24;
}


.system-status-banner .ok {
    display:inline-block;
}

.system-status-banner.system-issue .ok {
    display:none;
}

.system-status-banner .system {
    display:none;
}

.system-status-banner.system-issue .system {
    display:inline-block;
}

.system-status-banner svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #FFFFFF;
    margin-right: 10px;
}

/* 
 --------------------------------------------------------------------------------------------------------------------------------------------
 --------------------------------------------------------------------------------------------------------------------------------------------
 --------------------------------------------------------------------------------------------------------------------------------------------
*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

#maintenanceWarning:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f071';
    color: #ff0000;
    padding-right: 10px;
}

#maintenanceWarning {
    background: #F9FF00;
    text-align: center;
    padding: 10px 0px 10px 0px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-shadow: 1px 1px 1px #ffffff;
}

@media all and (max-width: 900px) {
    .meter_item {
        width: 25%;
    }

    #topstatus {
        width: 100%;
    }

    .refresh_status {
        top: 180px
    }

    #meterListSelector {
        top: 290px;
    }
}

@media all and (max-width: 900px) {

    .centred_module {
        width: 75%;
    }
}

@media all and (max-width: 580px) {

    #logo a {
        width: auto;
        height: auto;
    }

    #logo img {
        width: 70px;
        transition: all ease 0.7s;
    }

    #navigation {
        width: 100%;
    }

    #navigation > ul li a {
        transition: all ease 0.7s;
    }

    /*
	#navigation {
		width: 100%;
	}
	
	#navigation > ul li a {
		height:60px;
	}
	*/
}


@media all and (max-width: 960px) {
    #content,
    body.popped #content {
        left: 0;
        width: 100%;
        padding: 40px 10px;
    }
}

@media all and (max-width: 460px) {
    .centred_module {
        width: 95%;
    }

    #navigation {
        width: 100%;
    }

    #content,
    body.popped #content {
        padding: 40px 0px;
    }
}
