/*------------------------------------*\
    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, 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;
}

/*
    RT Live CSS Begin Here
*/

.rt-header {
    width: 100%;
    height: 95px;
    /*background-image: url('../img/rt_cloud_header_r5.jpg');*/
    background-image: url('../img/trafisafe_cloud_header.jpg');
    background-repeat: no-repeat;
    background-color: #6a6a6a;
}

.rt-header #header-logo {
    height: 100%;
    width: 100%;
    float: right;
    background-image: url("../img/trafisafe_cloud_header_logo.jpg");
    background-repeat: no-repeat;
    background-position: right;
}

.white {
    color: white;
}

.rt-gray {
    color: #747474;
}

.red {
    color: red;
}

/*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%;
    }

    .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-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/footer.jpg');
}

/*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;
    float: left;
    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 gray;
    border-radius: 5px;*/
    color: #fff;
    /*margin: 0 10px 0 30px;
    padding: 4px;*/
}

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: 100%;

}


div#main-content {
    width: 100%;
    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;
    min-height: calc(100vh - 95px);
    height: calc(100% - 95px);
}

#properties-table-wrapper {
    clear: both;
    float: left;
}


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: white;
    width: auto;
    float: left;
    display: inline-block;
    font-weight: bold;
    font-size: 14pt;
    margin-left: 40px;
    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"] {
        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;
    }



    .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;
    }

}

#select-site-country { 
	display: none;
}



