/*------------------------------------*\
    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, h5, 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,
fieldset, 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;
}

html {
    height: 100%;
}

body {
    line-height: 1;
    height: 100%;
}

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;
}

/*
    RT Live CSS Begin Here
*/

.rt-header {
    width: 100%;
    height: 122px;
    background-image: url('../img/rt_cloud_header_r4.jpg');
}

.white {
    color: white;
}

.rt-gray {
    color: #747474;
}

.red {
    color: red;
}

/*mobile site header styles*/

@media screen and (max-device-width: 912px) {

    body {
        background-color: #262626;
    }

    #main div#country-select-drop-down {
        width: 100%;
    }

    #navigation {
        width: 60%;
    }

    .rt-header {
        width: 100%;
        height: 64px;
        background-image: url('../img/rtlive_mobile_logo.png');
        background-size: 31%;
        background-position-x: right;
        background-color: #272727;
        background-position-y: 18px;
        background-repeat: no-repeat;
    }

    .nt-header {
        width: 100%;
        height: 64px;
        background-image: url('../img/nt_mobile_logo.png');
        background-size: 31%;
        background-color: #272727;
        background-position-x: right;
        background-position-y: 18px;
        background-repeat: no-repeat;
    }

}

@media screen and (max-device-width: 410px) {

    .rt-header {
        background-position-y: 21px;
    }

    .nt-header {
        background-position-y: 19px;
    }

}

@media screen and (min-device-width: 440px) and (max-device-width: 912px) {

    .nt-header {
        -webkit-background-size: 138px;
        background-size: 138px;
    }

}

@media screen and (min-device-width: 608px) and (max-device-width: 912px) {

    .rt-header {
        -webkit-background-size: 157px;
        background-size: 157px;
    }

}

div#footer {
    display: block;
    clear: both;
    height: 87px;
    background-image: url('../img/footer.jpg');
    background-repeat: no-repeat;

}

/*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: 11px;
    line-height: 1;
    border-radius: 0;
    height: 16px;
    -webkit-appearance: none;
    border: 0;
}

.styled-select {
    padding: 0;
    display: inline;
    overflow: hidden;
    float: left;
    margin-left: 5px;

}

.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: right;
    width: auto;
    border: 1px solid gray;
    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;
    margin: 0 auto 0 auto;
}

html, body {
    width: 99%; /*to remove horizontal scroll bar in mobile site*/
    font-family: Arial;
}

div#main-content {
    width: 100%;
    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 {
    width: 100%;
    clear: both;
    float: left;
    margin: 10px 0 10px 40px;
}

#selected-journey-combo-download-button {
    width: auto;
    display: block;
    clear: both;
    float: left;
    margin-left: 40px;
    margin-top: 20px;
}

#map_canvas {
    width: auto;
    float: left;
    height: 600px;
    clear: both;
    margin: 0 0 20px 40px;
}

input[type="text"], input[type="password"],input[type="email"] {
    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: transparent;
    width: auto;
    float: left;
    display: block;
    font-weight: bold;
    font-size: 14pt;
    margin-left: 20px;
    margin-top: 10px;
    clear: both;
    text-transform: capitalize;
}

#selected-journey-combo-download-button {
    width: 100%;
    display: block;
    clear: both;
    float: left;
    margin-left: 5px;
    margin-top: 20px;
}

#selected-journey-combo-download-button label {
    font-size: 9pt;
}

.left {
    background-image: url('../img/tab_left.png');
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    width: 2vw;
    height: 20px;
}

.right {
    background-image: url('../img/tab_right.png');
    background-repeat: no-repeat;
    background-position: right top;
    float: right;
    height: 20px;
    width: 2vw;

}

.indicator-green {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url('../img/indicators.png');
    background-repeat: no-repeat;
    margin-top: 4px;
    margin-left: 3px;
    background-size: cover;
}

.middle {
    background-image: url('../img/tab_middle.png');
    background-repeat: repeat-x;
    background-position: left top;
    float: left;
    height: 20px;
    width: 100%;
    background-color: #272727;
}

.indicator-red {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url('../img/indicator_red.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    margin-top: 4px;
    margin-left: 3px;
}

/*
    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: 2vw;
    height: 25px;
}

.right-selected {
    background-image: url('../img/tab_selected_right.png') !important;
    background-repeat: no-repeat;
    background-position: right top;
    float: right;
    height: 25px;
    width: 2vw;

}

.middle-selected {
    background-image: url('../img/tab_selected_middle.png') !important;
    background-repeat: repeat-x;
    background-position: left top;
    float: left;
    height: 25px;
    width: 100%;
    margin-top: 0;
    background-color: #999999;
}

.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-device-width: 913px) {

    html, body {
        width: 99%;
        font-family: Arial;
    }

    div#main {
        width: 912px;
        /*float: left;*/
        height: auto;
        margin: 0 auto 0 auto;
    }

    div#main-content {
        width: 912px;
        height: auto;
        float: left;
        display: block;
        /*margin-left: 5px;*/
        -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 {
        width: 800px;
        clear: both;
        float: left;
        margin: 10px 0 10px 40px;
    }

    #selected-journey-combo-download-button {
        width: 600px;
        display: block;
        clear: both;
        float: left;
        margin-left: 40px;
        margin-top: 20px;
    }

    #map_canvas {
        width: 806px;
        float: left;
        height: 600px;
        clear: both;
        margin: 0 0 20px 40px;
    }

    input[type="text"], input[type="password"] {
        background-color: #414141;
        color: white;
        border: 1px solid black;
        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;
    }

    .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;
    }

    #selected-journey-combo-download-button {
        /*width: auto;*/
        width: 800px;
        display: block;
        clear: both;
        float: left;
        margin-left: 40px;
        margin-top: 20px;
    }

    .twitter-share-button {
        float: right;
        margin-left: 10px;
    }

    #fb-share {
        float: right;
        margin-left: 10px;
    }

    #selected-journey-combo-download-button label {
        font-size: 13px;
    }

    .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;

    }

    .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;
    }

    .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;
    }

    .nt-header {
        width: 100%;
        height: 122px;
        background-image: url('../img/neuro_cloud_header_url.jpg');
    }

    .colleft {
        width: 310px;
        height: 100%;
        background-color: #272727;
    }

}



