/* Minification failed. Returning unminified contents.
(2014,40): run-time error CSS1030: Expected identifier, found ':'
(2014,48): run-time error CSS1031: Expected selector, found ')'
(2014,48): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*--------------------Default section start--------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* k-list-scroller */
.hide-selected > li.k-state-selected {
    display: none;
}

/* heading font size start */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #6d6d6d;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.37em;
    font-weight: bold;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1.0em;
}

h6 {
    font-size: 0.8em;
    font-weight: bold;
}

.txt-center {
    text-align: center;
}

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

a {
    color: #6d6d6d;
}

    a, a:hover, a:focus {
        text-decoration: none;
    }

        a:focus {
            outline: none;
        }

strong {
    font-weight: 600;
}

.fs10 {
    font-size: 0.8em;
}


/*------------------------------Default section end------------------------*/
.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}

[class^="icon-"], [class*=" icon-"] {
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0;
}

.Breadcrumb {
    background-color: #122d94;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 20px;
}

    .Breadcrumb ul li {
        padding: 0 10px;
        display: inline;
        vertical-align: middle;
    }

        .Breadcrumb ul li a {
            color: #fff;
            vertical-align: middle;
        }

.container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
}

.btn {
    margin: 8px 0;
}

.btn-default {
    background-color: #ecf0f5;
    color: #6d6d6d;
    padding: 7px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    white-space: normal;
    text-transform: capitalize;
    border: #d4d4d4 1px solid;
}

    .btn-default:hover {
        color: #333;
        background-color: #fff;
        border: #d4d4d4 1px solid;
    }

.btn-blue {
    background-color: #fff;
    color: #122d95;
    padding: 7px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    white-space: normal;
    text-transform: capitalize;
    border: #d4d4d4 1px solid;
    font-weight: 600;
}

    .btn-blue:hover {
        color: #fff;
        background-color: #122d95;
        border: #d4d4d4 1px solid;
    }

/*#panel*/
.panel-body {
    /*padding: 0;*/
    margin: 0;
}

.panel {
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
    border-radius: 0;
    box-shadow: 0px 0px 5px #686367;
    -moz-box-shadow: 1px 1px 3px #686367;
    -webkit-box-shadow: 0px 0px 5px #686367;
    -o-box-shadow: 0px 0px 5px #686367;
    -ms-box-shadow: 0px 0px 5px #686367;
}

    .panel > .panel-heading h4 {
        padding: 7px;
    }

    .panel > .panel-heading .panel-title h4 {
        font-size: 0.7em;
        color: #303641;
    }


.panel-body {
    position: relative;
    padding: 10px;
}

    .panel-body h1 {
        color: #6d6d6d;
        padding: 5px 0 10px;
        font-size: 1.0em;
        font-weight: 600;
    }

    .panel-body:before,
    .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-heading {
    border-bottom: #ebebeb 1px solid;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading:before,
    .panel-heading:after {
        content: " ";
        display: table;
    }

    .panel-heading:after {
        clear: both;
    }

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

    .panel-heading > .panel-title {
        float: left;
        padding: 0px;
    }

        .panel-heading > .panel-title > * {
            margin: 0;
            font-size: 1.2em;
            color: #555b5b;
            padding: 10px;
            vertical-align: middle;
        }

    .panel-heading .panel-title h1 span,
    span.hpl_activity {
        color: #555b5b;
    }

        .panel-heading .panel-title h1 span[class^="icon-"], [class*=" icon-"]:after, .panel-heading .panel-title h1 span.icon-Search:before {
            color: #555b5b;
        }

    .panel-heading .panel-title span {
        font-size: 1.5em;
    }

    .panel-heading .panel-title h1 span.sub-title {
        font-size: 12px;
    }

    .panel-heading > .panel-title > span {
        font-weight: normal;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.125em;
}

    .panel-title > a {
        color: inherit;
    }


.panel-primary {
    border-color: #ebebeb;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .panel-primary .panel-heading {
        color: #373e4a;
        background-color: #ffffff;
        padding: 0 0 3px 0;
        min-height: 40px;
        border-bottom: #d4d4d4 1px solid;
        margin-left: -16px;
        margin-top: -18px;
        margin-right: -16px;
    }

    .panel-primary > .panel-heading + .panel-collapse .panel-body {
        border-top-color: #ebebeb;
    }

/* control*/
input[type="text"], input[type="number"], input[type="password"], select, textarea, .MultiselectDrop {
    padding: 8px 10px;
    border: #d4d4d4 1px solid;
    border-radius: 3px;
}

    input[type="text"]:disabled, input[type="password"]:disabled, input[type="button"]:disabled, select:disabled, textarea:disabled, button:disabled {
        background-color: #ecf0f5;
    }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
    background-color: rgb(255, 255, 255);
}

input:focus {
    background-color: none;
}

input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus {
    outline: none;
}

:focus {
    outline: none;
}

input[type="file"]::-ms-value {
    outline: 0;
    border: #ddd 1px solid;
}

input[type="file"]::-ms-browse {
    outline: 0;
    border: #ddd 1px solid;
}

::-moz-focus-inner {
    border: 0;
}

input[type="file"]:focus {
    outline: none !important;
}

.Hicom-Calendar {
    background-image: url(../images/Common/Calendar.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.panel input[type="radio"], input[type="checkbox"] {
    margin: 8px 0 0;
}
/*----start table----*/
.table {
    margin-bottom: 0;
}

    .table > thead {
        background-color: #FFF;
        color: #333;
        font-weight: bold;
        border-bottom: #dddedf 1px solid;
    }

        .table > thead > tr > th {
            color: #425563;
            font-weight: bold;
        }

    .table > tbody > tr:nth-child(odd) > td {
        background-color: #ecf0f5;
    }

    .table > tbody > tr:nth-child(even) {
        background-color: #fff;
    }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #b5cb5e;
    color: #fff;
}

.table [class^="icon-"], [class*=" icon-"] {
    display: inline;
}

.table-scroll {
    max-height: 430px;
    overflow-y: auto;
}

.table span[class^="icon-"], [class*=" icon-"] {
    font-size: 1.25em;
}

/*---------------------------Start Pagination-------------------*/

.pagination {
    margin: 5px 0;
}

    .pagination > li > a:hover, .pagination > li > span:hover,
    .pagination > li > a:focus, .pagination > li > span:focus {
        color: #fff;
        background-color: #6ebadb;
    }

    .pagination > li > a, .pagination > li:first-child > a, .pagination > li:last-child > a {
        border-radius: 50%;
        padding: 5px 5px;
        width: 30px;
        height: 30px;
        margin-right: 5px;
        text-align: center;
    }

    .pagination > li > a, .pagination > li > span {
        color: #778389;
    }

        .pagination > li > a > span {
            top: 0px;
            position: relative;
            left: 2px;
        }

    .pagination > li > a, .pagination > li > span {
        background-color: transparent;
    }

    .pagination > li:nth-child(3) > a {
        background-color: #fff;
        color: #778389;
    }

.PaginationRow {
    width: 100%;
    clear: both;
    font-size: 0.8em;
    background-color: #fff;
    color: #fff;
    padding-left: 7.5px;
    padding-right: 7.5px;
    border-top: #e2e2e2 1px solid;
}

    .PaginationRow label {
        line-height: 35px;
        color: #6d6d6d;
        font-weight: normal;
        font-size: 1.1em;
    }

    .PaginationRow select {
        margin-top: 10px;
        background-color: #ffffff
    }

.pagination li a:hover {
    background-color: #b5cb5e;
    color: #fff !important;
    border: #b5cb5e 1px solid;
}

.pagination > li > a > span[class^="icon-"]:hover {
    color: #fff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #b5cb5e;
    color: #fff;
    border: #b5cb5e 1px solid;
}

.pagination li a:hover span .oe-first_page {
    color: #6ebadb;
}

/* hover style just for information */
label:hover:before {
    border: 2px solid #12c060 !important;
}

.form-group {
    margin-bottom: 5px;
}

hr {
    background-color: #d4d4d4;
    margin: 10px -15px;
    height: 1px;
    outline: 0;
    border: 0;
}

@media screen and (max-width:480px) {

    header h1 {
        font-size: 0.9em;
    }
}

@media screen and (max-width:768px) {
    .container-fluid {
        margin: 0 5px;
    }

    .table-scroll {
        height: auto;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0;
    }

    .btn-pl0 {
        padding-left: 0;
    }
}

@media screen and (min-width:999px) {
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .btn-pr0 {
        padding-right: 0;
    }
}

/*----Override items----*/
.pl0 {
    padding-left: 0;
}

.plr0 {
    padding-left: 0;
    padding-right: 0;
}

.mt10 {
    margin-top: 10px;
}

.HicomHelp {
    background-image: url("images/Hicom/HicomHelp.png") !important;
    background-position: 0 1px !important;
    background-repeat: no-repeat !important;
    display: block !important;
    height: 25px !important;
    margin-top: 2px !important;
    width: 24px !important;
}

    .HicomHelp:hover {
        background-image: url("images/Hicom/HicomHelp-hover.png") !important;
    }

.HicomHelpEditor:hover {
    background-image: url("images/Hicom/HicomHelpEditor-hover.png") !important;
}

.HicomHelpEditor {
    background-image: url("images/Hicom/HicomHelpEditor.png") !important;
    background-position: 0 2px !important;
    background-repeat: no-repeat !important;
    display: block !important;
    height: 26px !important;
    margin-top: 1px !important;
    width: 24px !important;
}

.timepicker {
    width: 5.4em !important;
}

.modal {
    width: 312px !important;
    left: 10px !important;
}



    .modal div div {
        min-width: 500px !important;
    }

    .modal .modal-header {
        padding: 15px 55px 15px 15px;
    }

html body .modal.in {
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 5000;
    width: fit-content !important;
    height: fit-content !important;
}

    html body .modal.in .modal-dialog {
        height: 100%;
        width: 100%;
    }

    html body .modal.in .modal-content {
        height: 100%;
        width: 100%;
    }

    html body .modal.in .modal-header .close {
        position: absolute;
        top: 2px;
        z-index: 9999;
        right: 5px;
    }

html body .modal {
    z-index: 500;
    position: absolute;
    top: 50px;
}

.modal iframe {
    overflow: hidden;
    height: 350px;
    margin-left: 7px;
    margin-right: auto;
    margin-top: 23px;
    position: absolute;
    width: 500px;
    background-color: #FFFFFF;
    border: 0 none;
}

.closeModal {
    background: url("images/Hicom/dialogClose.png") no-repeat scroll left top #999999;
    cursor: pointer;
    display: block;
    font-size: 0.8em;
    height: 18px;
    position: absolute;
    right: 1px;
    top: 3px;
    width: 26px;
}

.shadow {
    background-color: #444444;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 400;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    color: black;
    font-family: Verdana, 'Open Sans', sans-serif, Helvetica;
    font-size: 0.9em;
    background: #f0edf4;
    text-align: left;
}

.mainColour, .k-state-selected {
    background-color: #00539F !important;
}

h1 {
    font-size: 1.25em;
    font-weight: bold;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

ul {
    margin-left: 20px;
}

/* Labels, form inputs */
select {
    height: 40px;
    /*Prevent Select from being too wide for the container*/
    max-width: 100%;
}

.InputBox {
    width: 200px;
    height: 40px;
}

.InputBoxXL {
    width: 95%;
    height: 40px;
}

.InputAreaBoxXL {
    width: 95%;
    height: 60px;
}

.InputBoxXS {
    width: 4em !important;
    height: 40px;
}

.InputBoxXXS {
    width: 2.6em;
    height: 40px;
}

.InputBoxXXL {
    height: 150px;
    width: 30%;
}

.InputBoxXXL {
    height: 150px;
    width: 30%;
}

input {
    outline: none;
    margin-bottom: 10px;
    border: 1px solid #CCC;
}

    input:focus {
        outline: none;
    }

    /* Buttons */
    input[type=submit], button:not(.scrollButton):not(.accordion):not(.introButton) {
        cursor: pointer;
        margin-top: 10px;
        border-radius: 5px;
        border: solid 1px #FFF;
        font-size: 0.9em;
        color: #FFF;
        text-decoration: none;
        text-transform: uppercase;
    }

    input[type=submit], button:not(.scrollButton):not(.accordion):not(.btn):not(.introButton) {
        padding: 10px;
    }

    input[type=submit], button:not(.scrollButton):not(.accordion):not(.btn-success):not(.btn-warning) {
        background: #00539f
    }

        input[type=submit]:hover, button:not(.scrollButton):not(.accordion):not(.btn-success):not(.btn-warning):hover {
            background: #84B2D8;
        }

.inputBlock h3 {
    background-color: #BBB;
    color: #222;
    border-radius: 5px;
    padding: 2px 2px 2px 10px;
}

img {
    border: 0;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #04709B;
        text-decoration: none;
    }

.logo {
    display: inline-block;
    margin: 4px 0 4px 0;
    background-color: #FFF;
}

@media screen and (max-width: 350px) {
    .logo {
        max-width: 300px;
    }
}

.logo img {
    margin-right: 10px;
    vertical-align: middle;
    height: 30px;
    background-color: #FFF;
}

.logoEnvironment {
    font-weight: 800;
    font-size: 1.25em;
    color: #ff0000;
    text-align: center;
    background-color: #FFF;
}

.vertical_middle {
    vertical-align: middle;
}

@media screen and (max-width: 350px) {
    .logoText {
        display: none;
    }
}

.top_10 {
    height: 44px;
    margin-top: 10px;
}

.left_20 {
    width: 44px;
    margin-left: 20px;
}

.width_80 {
    width: 80px;
}
/* JQuery UI */
#ui-datepicker-div {
    font-size: 12px;
}
/* Chrome-only date/time inputs */
::-webkit-datetime-edit-text, ::-webkit-datetime-edit-day-field[aria-valuetext=blank], ::-webkit-datetime-edit-month-field[aria-valuetext=blank], ::-webkit-datetime-edit-year-field[aria-valuetext=blank] {
    color: #555;
}

input[type="date"] {
    font-family: 'Verdana', Arial, Helvetica, sans-serif;
}

input[type="time"] {
    font-family: 'Verdana', Arial, Helvetica, sans-serif;
}

input[type='checkbox'] {
    background: #fcfff4;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Miscellaneous */
.hidden {
    display: none;
}

.clickable, button:hover {
    cursor: pointer;
}

a.clickable {
    color: #3C59A7;
    font-weight: bold;
}

    a.clickable:hover {
        color: #0E7BE9;
    }

.partial {
    width: 100%;
    text-align: center;
}

    .partial img {
        vertical-align: middle;
    }

.fullWidth {
    width: 100%;
}

.leftalign {
    text-align: left;
}

.centred {
    text-align: center;
}

.float-left {
    float: left;
    margin-right: 20px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.float-right {
    float: right;
    margin-left: 20px;
}
/* Login page */
.LoginBody {
    background-size: cover;
    background-repeat: no-repeat;
}

section.Login {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.TopLogo {
    margin-top: 2em;
    height: 60px;
    text-align: center;
}

section.Login .LoginForm {
    margin: auto;
    min-width: 300px;
    min-height: 180px;
    text-align: center;
    font-weight: bold;
    margin-top: 100px;
}

    section.Login .LoginForm .LoginError {
        color: #f32727;
    }
/* Login */
.LoginLogo {
    height: auto;
    background-size: auto 40px;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 1em;
    text-align: center;
}

    .LoginLogo h1 {
        text-transform: uppercase;
        margin: 50px 0 0 0;
    }

    .LoginLogo .logoHeader {
        margin-top: 40px;
    }

.LoginFooterLogo {
    margin-top: 2em;
    background-image: url(Images/Security/Login/Arena.png);
    height: 57px;
    background-position: center;
    background-repeat: no-repeat;
}

footer {
    margin-top: 10px;
    vertical-align: middle;
    text-align: center;
    color: #747474;
    background-color: #333;
    width: 100%;
    padding: 5px 0 5px 0;
    font-size: 0.8em;
    position: fixed;
    bottom: 0;
}
/* Accordion */
button.accordion {
    background-color: #f7f3f3;
    color: #3D81B8;
    cursor: pointer;
    font-weight: bold;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    border-top: solid 1px #FFF;
    transition: 0.2s;
    text-transform: uppercase;
}

    button.accordion.active, button.accordion:hover {
        background-color: #3D81B8;
        color: #f7f3f3;
    }

div.accordionPanel {
    padding: 0 18px;
    background-color: #FFF;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
}

    div.accordionPanel.shown {
        opacity: 1;
        max-height: 700px;
    }

    div.accordionPanel.clickable:hover {
        background-color: #EEE;
        outline: 1px solid #CCC;
    }

button.blue, button.accordion.active.blue {
    background-color: #4b6fd1;
    color: #FFF;
}

p.blue {
    color: #4b6fd1;
}

button.amber, button.accordion.active.amber {
    background-color: #f7ab0c;
    color: #000;
}

p.amber {
    color: #f7ab0c;
}

button.red, button.accordion.active.red {
    background-color: #f32727;
    color: #FFF;
}

p.red {
    color: #f32727;
}

button.green, button.accordion.active.green {
    background-color: #3cbb52;
    color: #FFF;
}

p.green {
    color: #3cbb52;
}

.bigText {
    font-size: 4em;
    font-weight: bold;
}

.currentsite {
    font-weight: bold;
    border: 1px black solid;
}
/* Scroller */
.scroller {
    text-align: center;
    width: 90%; /* non-CSS3 compliant browsers */
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    min-height: 400px;
    float: left;
    margin-bottom: 60px;
}

@media screen and (max-width: 800px) {
    .LoginBody {
        margin-top: -52px; /* this directly and intentionally contracts the 'divMainContainer' margin */
    }

    .LoginFooterLogo {
        height: 57px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 600px) {
    .scrollButton {
        width: 0px !important;
        visibility: hidden;
    }
}

.scrollButton {
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: fixed;
    width: 20px;
    height: 100%;
    overflow: visible;
    z-index: 3000;
}

    .scrollButton.left {
        left: 0px;
        background-image: url(Images/Common/Left.png);
    }

    .scrollButton.right {
        right: 0px;
        background-image: url(Images/Common/Right.png);
    }
/* Table */
.inputBlock table {
    width: 100%;
}

table, table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

.table {
    width: 100%;
}

    .table thead {
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        font-size: 1em;
        font-weight: bold;
        color: #333;
    }

    .table td {
        padding: 5px;
    }

    .table .totalRow {
        font-weight: bold;
    }

        .table .totalRow .totalNumeric {
            text-align: center;
            font-weight: bold;
        }

@media only screen and (min-width:330px) and (orientation:portrait) {
    .nonEssentialInfo {
        display: none;
    }
}

@media only screen and (min-width:280px) and (orientation:portrait) {
    .nonEssentialInfo {
        display: none;
    }
}

.Alternating thead th {
    background-color: #FFF;
}

.Alternating tr:nth-child(odd) {
    background-color: #EEE;
}

.Alternating tr:nth-child(even) {
    background-color: #F7F7F7;
}

.numericCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}
/* END - table */
/*Current parameters */
.parameters {
    width: 100%;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: auto;
    background-color: #191616;
    border-top: solid 1px #9ECAED;
    color: #faecec;
    overflow: visible;
    z-index: 999;
    padding-bottom: 40px;
}

    .parameters a {
        color: #f7ab0c;
        font-size: larger;
    }

.parameter {
    color: #9ECAED;
}
/*popup*/
.popupSites {
    background-color: white;
    position: absolute;
    width: 80%;
    top: 20%;
    left: 10%;
    display: none;
    min-width: 50%;
    min-height: 50%;
    z-index: 1500 !important;
    border: 1px solid #8e9df5;
    border-radius: 6px;
    font-size: 0.9em;
}

.Close {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: transparent;
    background-image: url('../Content/Images/Common/close.gif');
    background-repeat: no-repeat;
}

.gridPager {
    color: #000080;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pg-normal {
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    margin-left: 1em;
    font-size: 1.5em;
}

.prev.disabled, .next.disabled {
    visibility: hidden;
}

.pg-selected {
    color: red;
    cursor: pointer;
    margin-left: 1em;
    font-size: 1.5em;
}
/* End of popup*/
/* Divs area*/
.divBox {
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 25px;
    font-size: 1.25em;
    vertical-align: middle;
    border: solid 1px grey;
    margin-top: 10px;
    overflow: hidden;
    min-height: 200px;
}

    .divBox.green, td.green {
        background-color: #11CC22;
    }

    .divBox.amber, td.amber {
        background-color: #F7BA41;
        color: #FFF;
    }

    .divBox.red, td.red {
        background-color: #F22;
        color: #FFF;
    }

    .divBox.blue, td.blue {
        background-color: #1125DD;
        color: #FFF;
    }

    .divBox.neutral {
        background-color: #EAEAEA;
    }

.divErrorMessage {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: red;
}

.divContainer {
    padding-left: 0.3em;
    padding-right: 0.3em;
    background-color: white;
}

.wordWrap {
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
}

.titleText {
    font-weight: 600;
}

.inline {
    display: inline-block;
    vertical-align: middle;
}

/*Tool tip*/
[tooltip]:before {
    bottom: 25%;
    font-family: arial;
    font-weight: 600;
    border-radius: 2px;
    background: #585858;
    color: #fff;
    content: attr(tooltip);
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    padding: 5px 7px;
    margin-right: 12px;
    position: absolute;
    right: 100%;
    white-space: nowrap;
}

[tooltip]:hover:before, [tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}
/*End of tool tip*/
/* Validation*/
input.input-validation-error, textarea.input-validation-error, span.input-validation-error, select.input-validation-error {
    border: 1px solid #bf272d !important;
}

.field-validation-error {
    color: #c24242;
    font-weight: bold;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    width: 100%;
    display: inline-block;
    border: 1px solid #bf272d;
    background-color: #FFF3EB;
    line-height: 1.8em;
    vertical-align: middle;
    text-align: left;
}

    .field-validation-error:before {
        content: url(../Content/Images/Common/ErrorIcon.png);
        display: inline-block;
        width: 1.8em;
        height: 1.8em;
        position: relative;
        margin-right: 0.5em;
        margin-left: 0.5em;
        vertical-align: middle;
        text-align: left;
    }

.field-validation-valid {
    color: red;
    font-weight: bold;
}

.k-input.input-validation-error /*dont want to have a double line on kendo validation*/ {
    border-width: 0px !important;
}

input[type=checkbox].input-validation-error {
    outline: 1px solid #F00;
}
/* End of validation */

.areaInput {
    width: 80%;
    height: 20vh;
}

.draggablelist {
    background-color: #e9e7e7;
    padding: 15px;
    margin: 5px 0;
    border-radius: 2px;
    user-select: none;
    min-height: 80px;
    list-style: none;
    pointer-events: none;
    border: solid 1px #d0d0d0;
}

.handle {
    width: 100%;
    height: 80px;
    text-align: center;
    cursor: pointer;
    display: table;
    table-layout: fixed;
    border-spacing: 2px;
}

.draggablelist:hover {
    background-color: #F0EEEE;
    color: #818080;
}

.slip-reordering {
    box-shadow: 0 2px 10px rgba(0,0,0,0.45);
}

.imageOnList {
    width: 100%;
    vertical-align: top;
}

.imageOnListFull {
    max-width: 95vw;
    vertical-align: top;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
    opacity: 0.4
}

#overlayInner {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
/*new style from Incident Crime*/
.btn {
    margin: 8px 0;
}

.btn-default {
    background-color: #ecf0f5;
    color: #6d6d6d;
    padding: 7px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    white-space: normal;
    text-transform: capitalize;
    border: #d4d4d4 1px solid;
}

@media screen and (min-width: 800px) {
    .btn-spaceLeft {
        margin-left: 120px;
    }
}

.divspaceSmall {
    height: 4em;
}

@media screen and (max-width: 320px) {
    .divspaceSmall {
        height: 2em;
    }
}

.btn-space {
    margin-right: 10px;
}


/*Label styling*/
.DataLabelBold {
    font-weight: bold;
}

.DataLabelWarning {
    color: #D00;
    font-weight: bold;
}

.phoneNumber {
    outline: none;
    font-weight: bold;
}

    .phoneNumber:before {
        content: "\260e";
        margin-right: 0.5em;
    }

.fixedCentre {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arenaProgressIndicator {
    text-align: center;
}

.required {
    color: red;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.white {
    background-color: #FFF;
}

@media screen and (max-width: 1024px) { /* Make Kendo items bigger in Mobile views */
    .k-item {
        border: 1px solid #222 !important;
        font-size: 1.3em !important;
        padding: 14px !important;
    }
}

div.SystemTitle {
    color: #062D5D;
    margin: 0 0 5px 0;
    border-left: 3px solid #062D5D;
    height: 3em;
    background-color: #FFF;
    font-weight: bold;
    position: relative;
    padding: 10px 0 0 10px;
}

    div.SystemTitle .Text {
        position: relative;
        top: 2px;
    }

    div.SystemTitle .PopUpText {
        float: left;
    }
    /* the line underneath each system title */
    div.SystemTitle:after {
        content: "";
        background-color: #E0E0E0;
        position: absolute;
        height: 2px;
        bottom: 0;
        left: 0;
        width: 98%;
        margin-left: 6px;
    }

.UserControl_Container {
    background-color: #FFF;
    border: solid 1px #8BBFE6;
    margin-bottom: 10px;
    padding: 0px 14px 6px 14px;
    overflow: auto;
    position: relative;
}

    .UserControl_Container .SystemTitle {
        margin-left: -14px; /* counters the padding on UserControl_Container */
    }

.btn-tall {
    padding: 2em 0 2em 0 !important;
}

.link {
    color: #122d94;
}

    .link:hover {
        cursor: pointer;
    }

.introBox {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #00539F;
    color: #00539F;
    text-align: center;
}

    .introBox td {
        padding: 50px;
    }

.introBoxCol1 h1 {
    font-size: 2em;
}

.introBoxCol2 h1 {
    font-size: 5em;
}

.introBoxCol2 h3 {
    font-size: 1.75em;
}

.introBoxCol2 {
    background-color: #00539F;
    position: relative;
}

    .introBoxCol2 .bottom {
        background-color: #FFF;
        position: absolute;
        bottom: 0px;
        left: 1px;
        width: 99%;
    }

button.introButton {
    color: #FFF;
    padding: 10px;
    white-space: normal;
    border-radius: 15px;
    box-shadow: 4px 4px 1px 1px rgba(100, 100, 100, .3);
    margin-left: auto !important;
    margin-right: auto !important;
}

.hazard-nearmiss-width300 {
    width: 300px;
}

.hazard-nearmiss-p30 {
    padding: 30px !important;
}

.hazard-nearmiss-reportit {
    padding: 50px;
    width: 500px;
}

.hazard-nearmiss-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em 0;
    padding-top: 1em;
}

    .hazard-nearmiss-wrap > div > button {
        height: 100%;
        text-align: left;
        align-items: flex-start;
        padding: 1em !important;
        margin: 0 !important;
    }

    .hazard-nearmiss-wrap button .heading-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1em;
        width: 100%;
        margin-bottom: 1em;
    }

        .hazard-nearmiss-wrap button .heading-wrap h1 {
            font-size: 2.8em;
            line-height: 1;
            margin: 8px 0 0 0;
            padding: 0;
        }

        .hazard-nearmiss-wrap button .heading-wrap img {
            margin-left: auto;
            max-height: 70px;
        }

@media only screen and (max-width: 768px) {
    .hazard-nearmiss-wrap {
        padding-top: 0;
    }
}

@media only screen and (max-width: 860px) {
    .hazard-nearmiss-wrap button .heading-wrap h1 {
        font-size: 2em;
    }

    .hazard-nearmiss-wrap button .heading-wrap img {
        max-height: 60px;
    }
}

/*Fix to intro buttons for Hazard or Near Miss to ensure image doesn't overlap with heading text on smaller devices*/
/*@media only screen and (max-width: 1100px) {
	.introButton#Hazard,
	.introButton#NearMiss {
		padding-left: 10px;
		padding-right: 10px;
		text-align: left;
	}
	.introButton#Hazard h1,
	.introButton#NearMiss h1 {
		align-self: flex-start;
	}
	.introButton#Hazard img,
	.introButton#NearMiss img {
		max-height: 85px;
		top: 29px;
		right: 20px;
	}
}*/

.introButton h1 {
    color: #FFF;
}

.introButton:hover {
    color: #FFF;
}

.introButton h1 {
    font-size: 3em;
}

.introButton.wide {
    padding: 30px;
    min-width: 30%;
}

.top-right {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Radio buttons */
.radioContainer, .checkboxContainer {
    width: 49%;
    text-align: center;
    border: 2px solid #BBB;
    border-radius: 25px;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.radioContainer3col {
    width: 33%;
}

.radioContainer4col {
    width: 25%;
}

.panel .min-padding .panel {
    padding: 0;
}


.panel-primary .min-padding {
    padding: 8px;
    margin: 0 -16px -16px -16px;
}

.panel-heading.min-padding {
    margin: -16px -16px 0 -16px;
}

.panel .min-padding .panel .panel-heading {
    padding: 0;
    margin: 0;
}

.panel .min-padding .panel .panel-body {
    padding: 5px 0;
}

    .panel .min-padding .panel .panel-body .row {
        margin: 0;
    }

.radioContainer.fullWidth, .checkboxContainer.fullWidth {
    width: 99%;
}

.radioContainer > input[type="radio"], .checkboxContainer > input[type="checkbox"] {
    display: none;
}

.radioContainer.selected, checkboxContainer.selected {
    background-color: #DDD;
}

.radioContainer > input[type="radio"]:checked.radioInput, .checkboxContainer > input[type="checkbox"]:checked.checkboxInput {
    background-color: #CCC;
}

.checkboxNameUnknown {
    padding: 15px;
}

.listbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.bold {
    font-weight: bold;
}

.signatureCanvas {
    width: 99%;
    height: 200px;
    border: 1px solid #666;
}


/* Sept 2023 */
.divMainContainer {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0.5em;
}

.container-fluid {
    padding: 0;
}

.panel-body {
    margin: 0;
    padding: 0;
    box-shadow: none;
}

    .panel-body .row.margin-top {
        margin-top: 0;
    }

    .panel-body .row > .col-md-12 {
        padding: 0;
    }

    .panel-body .panel {
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

.panel-title {
    margin-top: 2px;
    margin-bottom: -6px;
}

.panel-heading > .panel-title img {
    padding-left: 18px;
    height: 45px;
}

.input-lg {
    height: 42px;
    padding: 8px 16px;
    font-size: 16px;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0px auto !important;
}

.nearmiss-font {
    text-align: center;
    font-size: 30pt;
    font-weight: 700;
}

.nearmiss-content {
    display: flex;
    justify-content: center;
    width: 360px;
    max-height: calc(100vh - 140px);
    padding: 0px 10px;
    margin: 70px auto;
    background-color: white;
    overflow: auto;
}

.nearmiss-header-padding {
    height: 60px;
}

.nearmiss-headerfooter-padding {
    height: 70px;
}

.nearmiss-font-grey {
    font-size: 12pt;
    color: #777;
    font-weight: 700;
}

    .nearmiss-font-grey.small {
        font-size: 9pt;
    }

.nearmiss-smallbutton {
    box-shadow: 0px 3px 4px 1px rgba(100,100,100,.3);
    font-size: 12px !important;
    font-weight: 700;
    line-height: 10px;
    padding: 0;
    vertical-align: middle;
    border: none !important;
    width: 100px;
}

.nearmiss-selectoptionbox {
    box-shadow: 0px 3px 4px 1px rgba(100,100,100,.3);
    color: #555;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #00539f;
    border-radius: 5px;
    width: 300px;
    margin: 10px 0;
}

    .nearmiss-selectoptionbox:has(input:checked) {
        background-color: #00539f !important;
        color: white !important;
    }

.nearmiss-textarea {
    border: 1px solid #00539f;
    width: 100%;
}

button.nearmiss-buttongrey {
    background-color: #666 !important;
}

.nearmiss-buttonrow {
    display: flex;
    background-color: white;
    padding: 5px 0;

    justify-content: center;
}

    .nearmiss-buttonrow div {
        padding: 0 5px 0 5px;
    }

    .nearmiss-selectionoptionsinvalid label {
        animation: fadeBackground 1s;
        animation-fill-mode: forwards;
    }

@keyframes fadeBackground {
    from {
        background-color: #BCE7F5;
    }

    to {
        background-color: white;
    }
}

.nearmiss-redstop:after {
    color: #EE1C2E;
    content: '.';
}

.nearmiss-contenttable {
    margin: 0 auto;
    width: 96%;
}

    .nearmiss-contenttable .nearmiss-maincontent {
        padding: 10px;
        vertical-align: top;
    }

    .nearmiss-contenttable .nearmiss-contentmiddle {
        text-align: center;
        vertical-align: middle;
        height: calc(100vh - 140px);
    }

.primary {
    color: #00539f !important
}

.secondary {
    color: #fff !important
}


* {
	box-sizing: border-box;
}

/* #93016 */
.incident-description-wrapper {
    line-height: 18px; 
    margin: 18px 0 10px 0; 
    height: calc(100vh - 280px);  /*for older devices that don't support dvh*/
    height: calc(100dvh - 280px); /*This will take precedence over the above when dvh is supported*/
    
}

@media only screen and (max-width: 450px) {
    .incident-description-wrapper {
        height: calc(100vh - 350px); 
        height: calc(100dvh - 280px);
    }
}
