﻿@import url('https://fonts.googleapis.com/css?family=Lato|PT+Sans|Roboto');
/*
    usage
font-family: 'Roboto', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Lato', sans-serif;

*/
:root {
    --default-body-font: 'Roboto', sans-serif;
    --default-heading-font: 'Lato', sans-serif;
}



/********************************************************************                       begin adds from screen.css*******/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body, form {
    height: 100%;
}


iframe {
    width: 100%;
    height: 98%; /*100% causes scrollbars*/
    overflow: auto;
}

body.dialogContent {
    padding: 2em;
    /*background: #fff; from #f0f0f0 9/19/17*/
    height: 85%;
}
body.nopad{
    padding:1em;

}


input {
    max-width:95%;
    margin-bottom:10px; 
    font-size:16px; 
    height:25px;
    border-radius:2px;
}

/****************************** take back output ???***************************************************/
/****************************** take back output ???***************************************************
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
body, div, span, object, iframe, table, tbody, tfoot, thead, tr, th, td, dialog, p {
 */

body, div, span, object, iframe, table, tbody, tfoot, thead, tr, th, td, dialog, p {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    /*font-size: 100%; 6/10/2024 comment out because <p> were small, may need to revert */ 
    font-family: inherit;
    vertical-align: baseline;
}

p {
    margin: 0 0 1.3em;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}

body {
    line-height: 1.3;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table, th, td {
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: none;
}

:focus {
    outline: 0;
}

/*
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #111;
}

h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
}

h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

    h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
        margin: 0;
    }
*/















a:focus, a:hover {
    color: #131b2a;
}

a {
    color: #131b2a;
    text-decoration: none;
}


article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}


body {
    font-family:'Roboto', sans-serif; /*for ie */
    font-family: var(--default-body-font);
    /* font-family: 'myriad_proregular';  NA font*/
    /*font-family: 'PT_Sans-Web-Regular', sans-serif;
    font-family: 'Roboto-Regular', sans-serif;

    */
    /**/ /**/
}


table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table, th, td {
    vertical-align: middle;
}

table {
    margin-bottom: 1.1em;
    width: 100%;
}
/*table {margin-bottom:1.4em;width:100%;}*/

th {
    font-weight: bold;
}

thead th {
    background: #c3d9ff;
}
/*th, td, caption {padding:4px 10px 4px 5px;}*/
th, td, caption {
    padding: 2px 2px 2px 2px;
}

tbody tr:nth-child(even) td, tbody tr.even td {
}

tfoot {
    font-style: italic;
}

.legendicon {
    height: 30px;
    margin-top: 0px;
}

#commutes-signed-out {
    font-size: smaller;
}

/********************************************************************                       end adds from screen.css*******/
    .no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.top-nav {
    background-color: #354052;
    height: 65px;
    color: #FFF;
}

.map-menu-button {
    background-color: #252e3e;
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    text-align: center;
    font-family: 'Lato', sans-serif; /*for ie */
    font-family: var(--default-heading-font);
    font-weight: bolder;
}
div.map-menu-button * {
    color:#fff;
}

.logo {
    left: 300px;
    top: 0;
    position: absolute;
}

.traffic-logo {
    max-height: 30px;
    margin-top: 16px;
    display: inline-block;
}

.trip-logo {
    max-height: 22px;
    margin-top: 20px;
    margin-left: 5px;
    display: inline-block;
}

.user {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    max-height: 65px;
}

.user-letter {
    color: #000;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    font-size: 26px;
    font-weight: bold;
    background: #ecf2f6;
    text-align: center;
    padding-top: 3px;
}

.user-sidebar {
    display: none;
}

.login {
    padding-top: 5px;
}

@media(max-width: 767px) {
    .map-menu-button {
        width: 100px;
        text-align: center;
    }

        .map-menu-button .col-xs-12 {
            padding-left: 15px;
            padding-right: 0;
        }

    .logo {
        left: 100px;
    }
}

@media(max-width: 600px) {
    .user {
        display: none;
    }

    .user-sidebar {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .map-menu-button {
        width: 200px;
    }

    .logo {
        left: 200px;
    }
}

.sidebar {
    width: 285px;
    top: 65px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #ecf2f6;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
    overflow-x: hidden;
}

.sidebar-close {
    left: -285px;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
}

.sidebar-small {
    left: -285px;
}

.sidebar-footer {
    position: fixed;
    bottom: 0;
    width: 285px;
}

.toggle {
    background-image: url(../images/core/toggle.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    margin-top: -1px;
}

.collapsed .toggle {
    background-image: url(../images/core/toggle.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -1px;
}

.links {
    background-color: #252e3e;
    color: #ecf2f6;
    width: 285px;
    padding: 5px 15px 5px 15px;
    text-align: center;
    font-size:16px; 
}
    .links a, .links a:visited {
       color: rgb(236, 242, 246); 
    }
#footer .horiz-nav ul li a {
    color: #fff;
    float: left;
    margin: 0;
    text-decoration: none;
    padding: 2px 16px 4px 12px;
}

#footer .horiz-nav ul li ul {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 240px;
}

    #footer .horiz-nav ul li ul li {
        float: none;
    }

        #footer .horiz-nav ul li ul li a {
            display: block;
            float: none;
        }

#links span a {
    color: #fff;
    float: left;
    margin: 0;
    text-decoration: none;
    padding: 2px 16px 4px 12px;
}
/*{background:#999;color:#000;}*/
#links a:hover {
    color: #333;
    padding: 2px 16px 4px 12px;
    border-radius: 4px;
    behavior: url(css/PIE.htc);
    position: relative;
    background-color: rgba(255, 255, 255, 0.6);
}

.updates  {
    background-color: #131b2a;
    color: #fff;
    font-size: 14px;
    width: 285px;
    padding: 5px 15px 5px 15px;
}

div.updates * {
    color: #fff;
}
    .map {
    width: calc(100% - 285px);
    top: 65px;
    bottom: 0;
    left: 285px;
    position: absolute;
    -webkit-transition: left 0.5s ease, width 0.5s ease;
    -moz-transition: left 0.5s ease, width 0.5s ease;
    -o-transition: left 0.5s ease, width 0.5s ease;
    transition: left 0.5s ease, width 0.5s ease;
}

.map-widen {
    width: 100%;
    left: 0;
    -webkit-transition: left 0.5s ease, width 0.5s ease;
    -moz-transition: left 0.5s ease, width 0.5s ease;
    -o-transition: left 0.5s ease, width 0.5s ease;
    transition: left 0.5s ease, width 0.5s ease;
}

.map-small {
    width: 100%;
    left: 0;
}


.alert-widen {
    width: 100%;
    left: 0;
    -webkit-transition: left 0.5s ease, width 0.5s ease;
    -moz-transition: left 0.5s ease, width 0.5s ease;
    -o-transition: left 0.5s ease, width 0.5s ease;
    transition: left 0.5s ease, width 0.5s ease;
}

.alert-small {
    left: 285px;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
}

.more-info {
    text-align: right;
}

@media(max-width: 992px) {
    .alert {
        height: auto;
        max-height: none;
    }

    .more-info {
        text-align: center;
    }
}

.panel-group {
    margin-bottom: 85px;
}

    .panel-group > .panel + .panel {
        margin-top: 0;
    }

    .panel-group > .panel {
        margin-bottom: 1px;
        border-radius: 0;
        background-color: #ecf2f6;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .panel-group > .panel-default {
        border-color: transparent;
    }

        .panel-group > .panel-default > .panel-heading {
            color: #ecf2f6;
            background-color: #354052;
            border: none;
        }



.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 1em;

    
 
}
.panel-title a,
.panel-title a:hover,
.panel-title a:focus {
    text-decoration: none;
    color: #ecf2f6;
    font-size: 16px;
}

.panel-group > .panel-default > .panel-collapse > .panel-body {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #707d95;
}

.panel-body input[type="checkbox"] {
    display: none;
}

.panel-collapse input[type="checkbox"] {
    display: none;
}

.panel-body input[type="checkbox"] + label .checkbox {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -3px 4px 0 0;
    vertical-align: middle;
    background: transparent;
    border: 1px solid #354052;
    border-radius: 2px;
    cursor: pointer;
}

.panel-body input[type="checkbox"]:checked + label .checkbox {
    background: #354052;
}
.panel-body input[type="checkbox"]:disabled + label .checkbox {
    background: #b6c0d3;
}

.panel-body .radio label, .checkbox label {
    padding: 0;
    font-size: 16px;
}

.panel-collapse .radio label, .checkbox-small label {
    padding: 0;
    font-size: 12px;
}

.panel-collapse input[type="checkbox"] + label .checkbox-small {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -3px 4px 0 0;
    vertical-align: middle;
    background: transparent;
    border: 1px solid #354052;
    border-radius: 2px;
    cursor: pointer;
}

.panel-collapse input[type="checkbox"]:checked + label .checkbox-small {
    background: #354052;
}

.toggle-all {
    padding: 5px 10px 5px 18px;
    background: #d4dce4;
    color: #354052;
}

    .toggle-all label {
        margin-bottom: 0;
    }

.panel-body .radio, .checkbox {
    margin-bottom: 23px;
}

.panel-body .img {
    position: absolute;
    right: 0;
    margin-top: -8px;
}

.panel-reset > .panel-default > .panel-heading {
    border-bottom: 1px solid #ddd;
}

.thin-list .list-group-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    height: 32px;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
}

#mapPlaces {
    background-color: #fff;
    font-family: 'Roboto', sans-serif; /*for ie */
    font-family: var(--default-body-font);
    font-size: 14px;
    font-weight: 300;
    margin-left: 10px;
    padding: 0 11px 0 13px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 250px;
    height: 37px;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
    margin-top:0px; 
}

    #mapPlaces:focus {
        border-color: #4d90fe;
    }



#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0 11px;
}

    #type-selector label {
        font-family: sans-serif;
        font-size: 13px;
        font-weight: 300;
    }

#target {
    width: 345px;
}

#divImg511 {
    padding: 5px;
}
#divImgAd {
    padding: 10px;
}

.custom-modal .modal-body {
    padding: 0;
}

.custom-modal .nav-tabs > li {
    width: 49.9%;
    text-align: center;
}

.custom-modal .tab-content {
    padding: 20px;
}

.custom-modal .nav-tabs > li > a {
    margin-right: 1px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
}

.custom-modal .login-checkbox {
    margin-left: 20px;
}

.custom-modal .radio, .custom-modal .checkbox {
    margin-bottom: 5px;
}

/*.form-control {
    color: #000000;
    font-size: 16px;
    border: none;
    padding-left: 0;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 35px;
    border-radius: 0;
}

    .form-control:focus {
        border-radius: 0;
        border-bottom: 2px solid #00529f;
        margin-bottom: 10px;
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }*/

/*******************************************                                        ******* begin posted bridges */

label {
    font-weight:normal;
}

.pbImage {
    max-height: 218px;
    max-width: 160px;
   
}

.pbImageTextDiv {
    position: absolute;
}

.pb9412_dimensions {
    height: 218px;
    width: 160px;
    padding: 0;
    margin: 0;
    position: relative;
}
.pb9412 {
    left: 101px;
    /*padding:5px;*/
}

.pb9412_1st {
    top: 81px;
}

.pb9412_2nd {
    top: 112px;
}

.pb9412_3rd {
    top: 174px;
}

.pb9410 {
    top: 116px;
    left: 64px;
}

.pb9408_dimensions {
    height: 156px;
    width: 160px;
    padding: 0;
    margin: 0;
    position: relative;
}
.pb9408 {
    left: 55px;
    /*padding:8px;*/
}

.pb9408_1st {
    top: 66px;
}

.pb9408_2nd {
    top: 117px;
}

.pbEV_dimensions {
    height:192px; 
    width:160px;
    padding:0; 
    margin:0; 
    position:relative;
}
.pbclosed_dimensions {
    height: 156px;
    width: 160px;
    padding: 0;
    margin: 0;
    position: relative;
}
.pbEV {
    left: 120px;
}

.pbEV_1st {
    top: 96px;
}

.pbEV_2nd {
    top: 123px;
}
.pbEV_3rd {
    top: 151px;
}

.postedBridge {
    height: 120px;
    overflow: hidden;
    width: 350px;
    max-width: 350px;
    /*width: 472px;   fp6 */
    background-color: black;
    color: white;
    margin: 0;
    padding: 0;
    margin: 13px 19px;
    line-height: 1.4;
    display: block;
}



span.pbimg_label {
    color: #000;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}



span.pbimg_label9412 {
    font-size: 27px;
}

.pb9410_dimensions {
    height: 210px;
    width: 160px;
    padding: 0;
    margin: 0;
    position: relative;
}

span.pbimg_label9410 {
    font-size: 35px;
}

span.pbimg_label9408 {
    font-size: 22px;
}

span.pbimg_labelEV {
    font-size: 21px;
}

/*******************************************                                        ******* end posted bridges */




.ui-dialog .ui-dialog-content { /*cke 8/13/2018 */
    overflow: hidden;
}

/*******************************************                                        ******** begin map bubbles/frames/video */

iframe#ifrmMapBubble {
    overflow: hidden;
    width: 362px;
    background-color: #354052;
}


body.cameraBubble p {
    margin: 0;
}

#siteTitle {
    padding: 2px 0px 8px 0px;
    font-weight: bold;
}
#camViews {
    /*font-size: larger;*/
    margin: 6px 0px 6px 0px;
}
iframe#ifrmMapBubble.cameraBubble {
    height: 395px;
    height: 415px;
    padding: 2px;
}
iframe#ifrmMapBubble.alertBubble {
    height: 250px;   
}

iframe#ifrmMapBubble.msgBoardBubble {
    height: 190px;
}

iframe#ifrmMapBubble.wcBubble {
    height: 230px;
}

iframe#ifrmMapBubble.raBubble {
    height: 130px;
}

iframe#ifrmMapBubble.swzBubble {
    height: 300px;
}

iframe#ifrmMapBubble.pbBubble {
    height: 260px;
}


/* TO DO: run through later  */
#emergenciesBanner, #amberAlertsBanner, #siteBulletinBanner {
    display: none;
}


/*added back */
 #divSignup, #divSignin {
    display: none;
}





/*li#createAccount, li#signup {
    position: relative;
}*/

/*#registerWrapper {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 300;
    color: #fff;
    background-color: red;
    margin-left: -20px;
}*/

#divSignup {
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 1000;
    color: #fff;
    background-color: rebeccapurple;
    /*height:685px;
       height:795px;   */
    height: 400px;
    width: 250px; /*61124*/
    margin-top: 0px;
    padding: 0;
    margin: 0;
    /*border-radius:4px;doesn't apply*/
}


#divSignin {
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 1000;
    color: #fff;
    background-color: green;
    /*height:685px;
       height:795px;   */
    height: 400px;
    width: 250px; /*61124*/
    margin-top: 0px;
    padding: 0;
    margin: 0;
    /*border-radius:4px;doesn't apply*/
}


#login_options li {
    display: inline;
}

/* end added back */





/*#emergenciesBanner, #amberAlertsBanner, #siteBulletinBanner, #preset-locations, #message-signs, #cameras-list, #alerts-list, #favorites-list, #divContactUs, #divContributors, #divFaq, #divFavorites, #divMyCommutes, #divAccountInfo, #divFavoritesConsole, #divSignupSuccess, #divSpecialAccessReg {
    display: none;
}*/
body.listview {
    text-align: left;
    padding: 0;
    font-size: smaller;
    line-height: 1.7;
}

body.infoBubble .welcomeCenterImgContainer {
    text-align: center;
    padding: 8px;
}

body.infoBubble #camTitle {
    padding:8px 0px 0px 0px;
}
/*******camera sites list *********/
table.cameraSitesTable a:focus, table.cameraSitesTable a:hover {
    background-color: #ffffff;
} 

body.infoBubble {
 
    text-align: left;
    background: #354052;
    color: #eee;
    padding: 0;
    font-size:smaller;

}
    body.infoBubble th {
       /* background-color: #131b2a;
        background-color: chocolate;*/ 
        /*padding: 4px;
        font-size:larger; */
      
    }
        body.infoBubble th hr {
            width:95%;
            margin-left:0;
        }
    body.infoBubble a.button {
        padding: 3px 8px;
        margin-left: 4px;
        
    }

      

    body.infoBubble a.button_inbubble {
        text-decoration: none;
        color: #fff;
        background-color: #999;
        background-color: #354052;
        border-radius: 12px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        behavior: url(../css/PIE.htc);
        position: relative;
        padding: 4px 7px;
        margin-left: 4px;
        border: white solid .08em;
       font-family: "Lucida Console", Monaco, monospace;
    }

        body.infoBubble a.button_inbubble.selected {
            background-color: #fff;
            color: #354052;
        }

a.button_inbubble {
   /*delte me */
}

    a.button_inbubble:focus, a.button_inbubble:hover {
        background-color: #888;
    }


    body.infoBubble div.group {
        padding: 0;
    }

body.infoBubble div#cameraImgWrap {
    width: 352px;
    height: 240px;
    /*width: 462px;  fp 6 
    height: 260px;*/
    position: relative;
    padding: 0;
    /*margin-bottom: 5px;
    margin-top: 10px;*/
    margin: 0;
    margin: 2px 0px 2px 0px;
}
 
    body.infoBubble img#camimg {
        width: 352px;
        height: 240px;
        /*new */
        position: relative;
        top: 0;
        left: 0;
        /*padding: 2px;*/

        border-radius:5px; 
    }


    body.infoBubble img#imglogo {
        position: absolute;
        opacity: .7 !important;
        /*top: 4%; bug: top causes issues with clicking to pause video*/
        bottom: 84%;
        left: 50%;
        width: 43%;
        transform: translate(-50%);
        padding: 0;
    }

    body.infoBubble iframe#ifrmVideo {
        display: none;
        overflow: hidden;
        width: 352px;
        height: 240px;
        border-radius:5px;
    }

body.infoBubble #otherControls {
    position: absolute;
    bottom: 5px;
    left: 0;
    border-top: 1px solid #ecf2f6;
    width: 100%;
    padding-top: 5px;
}

body.videoStream {
    text-align: left;
    background: #354052;
    color: #eee;
    padding: 0;
}


body.videoStreamHQ {
    text-align: center;
    background: #354052;
    color: #fff;
    padding: 0;
    margin: 0;
}

    body.videoStreamHQ .flowplayer {
        background-color: #354052;
    }
/*color seen in edges in IE */
body.videoStream .flowplayer {
    background-color: #354052;
}
#divPlayVideo {
    border-radius:5px;
}

table.videoStreamWrapper, table.videoStreamWrapper td {
    margin: 0;
    padding: 0;
}


/* actual message, grid background */
table.msgSignDisplay {
    background: #4C4646 url('../images/bg-grid.png');
    font-family: Consolas, "Courier New", Courier, monospace;
    color: #FFFF00;
    border: 1px solid #f2c11e;
    border-bottom-color: #ffe000;
    border-right-color: #ffe000;
    line-height: 1.2;
    border-radius: 5px;
    margin-bottom: 5px;
}
    table.msgSignDisplay table {
        margin: 8px 0;
    }

    table.msgSignDisplay td.messagetext {
        text-align: center;
        white-space: pre;
    }
/******************************************************                          *** end map bubbles/frames/video */

/******************************************************                       ***css for infoBox (map mapbubble popup) */

.map-box { /*css class for infoBox */
    background: #354052;
    padding: 10px;
    border-radius: 1px;
    position: relative;
    width: 380px;
    box-shadow: 0 0 4px 4px rgba(0,0,0,.2);
}

    .map-box:after /*this makes the tip*/ {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-top-color: #354052;
        border-width: 15px;
        left: 50%;
        margin-left: -5px;
    }
/***************************************** begin alerts table list view ******************************************************/
table.alertsTable td.alertHeader {
    position: relative;
    text-decoration: none;
    color: #131b2a;
    /*padding: 6px 12px 8px 12px;*/
    width: 85%;
    /*border-left: 1px solid #000;*/
}
table.alertsTable h2 {
    width: 75%;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
}
table.alertsTable table.alertbody {
    width: 90%;
    text-align: "center";
    margin:0 0 0 25px;
}       
body.alertsList {
    line-height: 1.3;
}
/***************************************** end alerts table list view ******************************************************/
/***************************************** begin msgboard table list view ******************************************************/
body.msgBoards {
    line-height: 1.3;
}

table.signDataWrapper {
    margin-top: 40px;
}
table.signDataWrapper td.signHeader {
    margin-top: 20px;
}

table.signDataWrapper td.signHeader {
    position: relative;
    text-decoration: none;
    /*background-color: #ffffff;*/
    padding: 4px 12px 6px 2px;
}

table.signDataWrapper h2 {
    width: 75%;
    font-size: 1em;
    font-weight: bold;
    color: #000;

    margin: 0px 5px 0px 5px;
}
.panel-body-message-signs{
    /*remove side padding for message sign panel*/
    padding: 15px 0px;
}
.panel-body-alerts-list {
    /*remove side padding for message sign panel*/
    padding: 15px 5px;
}
/***************************************** end msgboard table list view ******************************************************/
/***************************************** begin list favorites list view ******************************************************/
body.favs div.favsHeader, p.favsHeader {
    position: relative;
    text-decoration: none;
    color: #131b2a;
    padding: 6px 12px 8px 12px;
    width: 85%;
    border-left: 0 solid #000;
    padding: 6px 0 12px 0;
}

    body.favs div.favsHeader h2 {
        width: 75%;
        font-size: 1em;
        font-weight: bold;
        margin:0;
    }
body.favs a:focus, body.favs a:hover {
    background-color: #ffffff;
}
body.favs ul {
    list-style: none;
    margin: 0;
    padding: 5px;
}

    body.favs ul li {
        padding-bottom: 5px;
    }

/* this is in favs console, not body.favs left menu*/
.favimg {
    width: 212px;
    height: 144px;
    padding: 0px;
    background: Gray;
    border: 3px solid #ccc;
}
body.favsConsole {
    margin-left: 0; 
    margin-top: 0; 
    font-size:smaller
}
body.favsConsole td {
  vertical-align:top; 
  text-align:center
}

/***************************************** end list favorites list view ******************************************************/
/* Map Shortcuts Menu Item */

/*#preset-locations {padding:1em;}*/

.preset-locations-panel {
border:0; 
}

#preset-locations {
    background: #ecf2f6;
    padding: 0 10px 0 10px;
    overflow: auto;
    border: 0;
    font-size: 13px;
}

    #preset-locations h2 {
        position: relative;
        text-decoration: none;
        color: #000;
        font-size: 14px;
       
        background-color: #f0f0f0;
        padding: 4px 12px 6px 12px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        width: 95%;
        border: 1px solid #888;
    }
div.locationChoices ul {
    list-style:none;
    line-height:1.5;
}
    div.locationChoices ul a:focus, div.locationChoices ul a:hover {
        background-color: #ffffff;
        text-decoration:none;
    }
a.button {
    text-decoration: none;
    color: #fff;
    background-color: #999;
    padding: 0.6em 1.2em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
}
    /* end Map Shortcuts Menu Item */
    /*knockoff of bootstrap btn-default*/
    .btn-ko {
    font-size: 14px;
    padding: 6px 12px;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

    .btn-ko:focus,
    .btnko:active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn-ko:hover,
    .btn-ko:focus {
        color: #333;
        text-decoration: none;
    }

    .btn-ko:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

/* default
---------------------------- */
.btn-default-ko {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default-ko:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default-ko:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default-ko:active {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }
    .btn-default-custom-sm {
    display: inline-block;
    padding: 4px 7px;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}


.user-letter .glyphicon {
    top: 5px;
    color: #354052;
}

/* TODO: format dropdown menu revisit*/
.dropdown-menu-user {
    font-size: 16px;
    padding: 10px;
    line-height: 1.7;
    /*color: #707d95;
    background-color: #ecf2f6;*/
}
    .dropdown-menu-user > li > a {
        /*color: #707d95;*/
    }


/* background-color set in pages  frames for listviews*/
iframe.accordion-ifrm {
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0;
    overflow: auto;
    max-width:100%;
}

/*temp fix */
.ui-dialog-title {
    font-size:large; 
   
}

ui-dialog-titlebar-close {
    color:black; 
    background-color:purple; 
}

/* EMERGENCY ALERTS */

.horizontal_scroller {
    padding: 7px 0 3px 0;
    /*border: 2px solid transparent;*/
    font-size: 16px;
    vertical-align: bottom;
}
.scrollingtext {
    height: 25px;
}

/* required width defined by js in global.js */
#emergenciesBanner {
    background: Red;
    color: #fff;
    margin: 0;
}

#amberAlertsBanner {
    background: Orange;
    color: #fff;
    margin: 0;
}

#siteBulletinBanner {
    background: Green;
    color: #fff;
    margin: 0;
}

#divTempMessage {
    background: #FFFACD;
    color: #347C17;
    height: 21px;
    padding-left: 250px;
}


/* begin added for signin revert **********************************************/

/* end added for signin revert ***************************************************/






















@media(max-width: 480px) {
    .top-nav {
        height: 45px;
    }

    .map-menu-button {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .alert {
        top: 45px;
    }

    .map {
        top: 45px;
    }

    .sidebar {
        top: 45px;
    }

    .traffic-logo {
        margin-top: 8px;
    }

    .trip-logo {
        margin-top: 12px;
    }

  
}
