/*------------------------------------*\
    RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
    v2.0b1 | 201101
    NOTE:WORK IN PROGRESS
    USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*    font-size: 100%;
        font: inherit;*/
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

:root {
    --accent-colour: #f8c50f;
}

html, body {
    /*width: 99%;*/ /*to remove horizontal scroll bar in mobile site*/
    font-family: Arial;
    min-height: 100vh;
    height: 100%;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define visible focus styles!
:focus{
    outline:?????;
} */

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

/*
    RT Live CSS Begin Here
*/

.main-panel {
    float: left;
    margin: 10px 40px 10px 40px;
    width: calc(100% - 80px);
    min-height: calc(100vh - 338px)
}

.section-heading {
    float: left;
    margin-top: 10px;
    color: var(--accent-colour);
    font-size: 16px;
    font-weight: bolder;
    width: 100%;
}

.section-sub-heading-wrapper {
    clear: both;
    width: auto;
    height: auto;
    min-height: 10px;
    margin-top: 30px;
}

.section-sub-heading {
    color: white;
    text-align: justify;
    font-size: 11px;
}

.rt-header {
    width: 100%;
    height: 85px;
    background-color: #6a6a6a;
}

.white {
    color: white;
}

.rt-grey {
    color: #747474;
}

.red {
    color: #ed1f24;
}

.audit365-accent-color {
    color: var(--accent-colour);
}

#data-filter-control {
    margin: 5px 40px 20px 40px;
    float: left;
    width: calc(100% - 80px);
}

#data-filter-control label {
    font-size: 10pt;
}

#data-filter-category div, #data-range-select-div, #datepicker_from-div, #datepicker_to-div {
    float: left;
}

.react-datepicker-wrapper {
    width: auto;
}

#data-filter-control .react-datepicker__day--selected {
    background-color: var(--accent-colour);
    color: black;
}

#data-filter-control .react-datepicker__day--keyboard-selected {
    background-color: #f0f0f0;
    border: 2px solid var(--accent-colour);
    color: #000;
}

#data-filter-control label {
    display: inline-block;
    float: left;
}

#data-filter-date-range-wrap, #data-filter-category {
    width: 100%;
    margin: 4px 0;
    float: left;
}

#data-filter-category label, #data-filter-date-range-wrap label {
    margin-top: 3px;
}

.date-picker {
    margin-left: 10px;
}

#category-div, #sub-category-div {
    margin-left: 20px;
}

#sub-category-div {
    margin-right: 20px;
}

.list-table-wrapper {
    margin: 20px 0 20px 0;
    /*    clear: both;*/
}

.list-table, .list-table thead, .list-table tbody tr {
    border-collapse: collapse;
    border: 1px solid #272727;
}

.list-table tbody td {
    border-bottom: 1px solid #272727;
    border-right: 1px solid #272727;
}

.list-table tbody * {
    background-color: white;
    color: #000;
}

.list-table tbody tr td {
    vertical-align: middle;
    padding: 2px 5px;
}

.list-table tbody tr td {
    text-align: center;
}

.list-table tbody tr {
    height: 22px;
    font-size: 11px;
}

.list-table thead {
    color: #fff;
    font-size: 13px;
}

.list-table thead tr {
    height: 30px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-table th {
    font-size: 9pt;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #414141;
    vertical-align: middle;
    padding: 8px;
    line-height: 20px;
    border-top: 1px solid #272727;
    border-bottom: 1px solid #272727;
    border-right: 1px solid #272727;
}

.table-action {
    color: #000;
    font-size: 10pt;
    text-decoration: underline;
    cursor: pointer;
}

.poi-details-panel *, #poi-notes-wrapper {
    color: white;
    font-size: 9pt;
}

#header {
    background-image: url("../img/scenepro_header.png");
    background-repeat: repeat-x;
    height: 87px;
}

#right-align-parent {
    position: relative;
    width: 100%;
}

#scene-pro-logo {
    position: absolute;
    top: 28px;
    right: 20px;
    scale: 0.7;
    z-index: 1000;
}

#audit-365-brand {
    position: relative;
    color: white;
    font-weight: bold;
    font-size: 28pt;
    overflow: hidden;
}

#data-filter-control .react-datepicker {
    font-size: 0.7rem;
}

#data-filter-control .react-datepicker__day {
    width: 1.2rem;
    line-height: 1.2rem;
}

#data-filter-control .react-datepicker__day-name {
    width: 1.2rem;
    line-height: 1.2rem;
}

/*mobile site header styles*/

@media screen and (max-width: 912px) {

    body {
        background-color: #262626;
    }

    #main div#country-select-drop-down {
        width: 100%;
    }

    #navigation {
        width: 60%;
    }

    #link-export-to-pdf {
        float: right;
        margin-top:20px;
    }
}

@media screen and (max-width: 780px) {

    #data-filter-date-range-wrap label {
        width: 150px;
        display: inline-block;
    }

    #data-range-select-div {
    }

    #data-range-select-div #data-range-select {
        width: 120px;
    }

    .date-picker-wrap {
        margin-left: 0;
        padding: 10px 0 0 0;
        width: 100%;
    }

    .date-picker-wrap .date-picker {
        margin-left: 0;
        width: 120px;
        text-align: right;
        box-sizing: border-box;
        height: 20px;
    }

    .date-picker-wrap label, .category-filter-wrap label {
        width: 150px;
        display: inline-block;
    }

    .category-filter-wrap label {
        width: 150px;
    }

    #data-filter-category .category-filter-wrap {
        width: 100%;
        margin: 5px 0;
    }

    .react-datepicker-wrapper {
        margin-left: 5px;
    }

    #link-export-to-pdf {
        float: right;
    }
}

@media screen and (max-width: 410px) {

    .rt-header {
        background-position-y: 21px;
    }

    .nt-header {
        background-position-y: 19px;
    }

}


div#footer {
    display: block;
    clear: both;
    height: 87px;
    background-image: url('../img/scenepro_header.png');
    background-repeat: repeat-x;
}

/*mobile site footer styles*/
@media screen and (max-device-width: 912px) {

    div#footer {
        display: none;
        width: 100%;
        height: 6.704vw;
        margin-left: 5px;
        background-image: url('../img/email/footer.gif');
        background-size: 100%;
        background-repeat: no-repeat;
    }

}

.colright {
    width: 590px;
    height: 100%;
    background-color: #272727;
}

.float-left {
    float: left
}

.float-right {
    float: right;
}

.link {
    font-size: 11px;
    color: #a3a3a3;
    font-weight: bold;
}

hr {
    clear: both;
    color: #747474;
    border-style: inset;
    border-width: 1px;
    margin: 10px 40px 10px 40px;
}

/*
Styles for the indicator
*/
.indicator-none {
    width: 20px;
    height: 20px;
}

/*Hide default styling for the select box*/

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: white;
    font-size: 10px;
    vertical-align: middle;
    border: 0;
}

/*Remove dropdown arrow of select in IE. Requires IE10+*/
select::-ms-expand {
    display: none;
}

.styled-select select {

    /* background: #414141;*/
    background: transparent;
    padding: 0 15px 0 0;
    font-size: 12px;
    line-height: 1;
    border-radius: 0;
    height: 16px;
    -webkit-appearance: none;
    border: 0;
}

.styled-select {
    padding: 0;
    display: inline;
    overflow: hidden;
    margin-left: 5px;
    padding-bottom: 2px;
}

.styled-select select option {
    float: left;
    background-color: #414141;
}

.select-enabled {
    background: url(../img/dropdown_enabled.png) no-repeat right #414141;
}

.select-disabled {
    background: url(../img/dropdown_disabled.png) no-repeat right #8b8b8b;
}

div#logged-in-username label {
    color: #fd9921;
    display: block;
}

/** RUN list data filter styles */

div#data-filter {
    float: left;
    width: auto;
    border: 1px solid grey;
    border-radius: 5px;
    color: #fff;
    margin: 23px 10px 0 30px;
    padding: 4px;
}

#data-filter label {
    font-size: 13px;
    font-weight: bold;
}

div#data-filter input[type=text] {
    width: 65px;
    background-color: #414141;
    border: none;
    color: white;
    font-weight: bold;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    float: none;
    font-size: 11px;
}

/*styles for mobile site*/
div#main {
    width: 100%;
    /*float: left;*/
    /*height: auto;*/
    min-height: calc(100vh - 87px);
    /*height: 100%;*/
}


div#main-content {
    width: 100%;
    float: left;
    display: block;
    -moz-box-shadow: 0 0 5px #262626;
    -webkit-box-shadow: 0 0 5px #262626;
    box-shadow: 0 0 5px #262626;
    background-color: #262626;
    min-height: calc(100vh - 174px);
}

#properties-table-wrapper {
    clear: both;
    float: left;
}


input[type="text"], input[type="password"], input[type="email"], input[type='tel'] {
    background-color: #414141;
    color: white;
    border: 1px solid black;
    /*font-weight: bold;*/
    height: 16px;
}

div#logged-in-username {
    float: right;
    color: #ffffff;
    margin-top: -20px;
    width: 250px;
    text-align: right;
    margin-right: 50px;
    font-size: 10pt;
    font-weight: bold;
    cursor: default;
}

div#logged-in-username {

    float: right;
    color: #ffffff;
    margin-top: 23px;
    width: auto;
    text-align: right;
    margin-right: 29%;
    font-size: 6.4pt;
    font-weight: bold;
    cursor: default;
}

.heading {
    color: white;
    width: auto;
    float: left;
    display: inline-block;
    font-weight: bold;
    font-size: 14pt;
    margin-left: 40px;
    margin-top: 23px;
    margin-bottom: 10px;
    clear: both;
    text-transform: capitalize;
}


.left {
    background-image: url('../img/tab_left.png');
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    width: 10px;
    height: 35px;
}

.right {
    background-image: url('../img/tab_right.png');
    background-repeat: no-repeat;
    background-position: right top;
    float: right;
    height: 35px;
    width: 10px;

}


.middle {
    background-image: url('../img/tab_middle.png');
    background-repeat: repeat-x;
    background-position: left top;
    float: left;
    height: 30px;
    width: 100%;
    background-color: #272727;
}

/*
Styles for applying images on the table headers.
*/
.left-selected {
    background-image: url('../img/tab_selected_left.png') !important;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    width: 10px;
    height: 35px;
}

.right-selected {
    background-image: url('../img/tab_selected_right.png') !important;
    background-repeat: no-repeat;
    background-position: right top;
    float: right;
    height: 35px;
    width: 10px;

}

.middle-selected {
    background-image: url('../img/tab_selected_middle.png') !important;
    background-repeat: repeat-x;
    background-position: left top;
    float: left;
    height: 35px;
    width: 100%;
    margin-top: 0;
    background-color: #999999;
}

.indicator-green {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/indicators.png');
    background-repeat: no-repeat;
    margin-top: 0;
    margin-left: 0;
}

.indicator-red {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/indicators.png');
    background-repeat: no-repeat;
    background-position: -20px 0;
    margin-top: 0;
    margin-left: 0;
}

.indicator-grey {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/output-driver-indicators.png');
    background-repeat: no-repeat;
    background-position: -40px 0;
    margin-top: 0;
    margin-left: 0;
}


/*
    Styles for applying images on the table headers.
*/


.colleft {
    width: 100%;
    height: 100%;
    background-color: #272727;
}

.left {
    width: 10px;
}

.right {
    width: 10px;
}

.left-selected {
    width: 10px;
}

.right-selected {
    width: 10px;
}

#country-select-drop-down {
    width: 300px;
}

.twitter-share-button {
    float: right;
    margin-left: 10px;
    /*margin-right: 26px;*/
}

#fb-share {
    float: right;
    margin-left: 10px;
}

/*@media screen and (min-device-width: 491px) and (max-device-width: 580px) {
    #share-buttons {
        display: flex;
        flex-direction: row-reverse;
        flex-flow: column-reverse;
        float: right;
        margin-right: 26px;
    }
    .twitter-share-button {
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
    }
    #fb-share {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-device-width: 491px){
    #share-buttons{
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        margin-top: 10px;
    }
    .twitter-share-button {
        float: left;
        margin-left: 10px;
        margin-right: 26px;
    }
    #fb-share {
        float: left;
        margin-left: 32px;
    }
    #properties-table-wrapper{
        margin-top: 0;
    }
}*/

/*styles for desktop site*/
@media screen and (min-width: 913px) {

    div#main {
    }

    /* div#main-content {
         height: auto;
         float: left;
         display: block;

         -moz-box-shadow: 0 0 5px #272727;
         -webkit-box-shadow: 0 0 5px #272727;
         box-shadow: 0 0 5px #272727;
         background-color: #272727;
     }
 */
    #properties-table-wrapper {
        float: left;
    }


    /*input[type="text"], input[type="password"], input[type=tel], input[type=email] {
        background-color: #262626;
        color: white;
        border: 1px solid #777777;
        margin-left: 5px;
        font-weight: bold;
        height: 16px;
    }*/
    div#logged-in-username {
        float: right;
        color: #ffffff;
        margin-top: 2px;
        /*width: 250px;*/
        width: 147px;
        text-align: right;
        margin-right: 50px;
        font-size: 10pt;
        font-weight: bold;
        cursor: default;
    }


    .twitter-share-button {
        float: right;
        margin-left: 10px;
    }

    #fb-share {
        float: right;
        margin-left: 10px;
    }


    .nt-header {
        width: 100%;
        height: 122px;
        background-image: url('../img/neuro_cloud_header_url.jpg');
    }

    .colleft {
        width: 310px;
        height: 100%;
        background-color: #272727;
    }
}

.divider-1 {
    border-bottom: 2px solid #5c5c5c;
    float: left;
    width: calc(100% - 80px);
    margin-left: 40px
}

@media print {
    #header {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    #navigation, #data-filter-control, #home-data-table {
        margin-left: 0 !important;
    }

    #data-filter-control * {
        color: black;
    }

    #main-content {
        box-shadow: none !important;
    }

    #main-content div#navigation {
        display: flex;
        margin: 5px auto 0 40px;
        height: auto;
        min-height: unset;
    }

    #navigation * {
        color: black !important;
        border: none;
        padding: 0;
    }

    #navigation li.normal {
        display: none;
    }

    #navigation .selected {
        color: black !important;
        display: flex;
        border: none;
        padding: 0;
    }
}

