a {
	color: #463738;
	text-decoration: none;
}
a:hover {
	color: #fbb41f;
}
a img { 
    border-width: 0px; 
}
.alert {
    border: solid 1px #bcbfc9;
    margin-top: 3px;
    padding: 5px;
}
.apptitle {
    background-color: #e0e0e0;
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px #bcbfc9;
    font: normal 11px Verdana;
    text-align: left;
    white-space: nowrap;
    position: relative;
    z-index: 100;
}
.banner {
    background: #ffffff;
    border: solid 1px #bcbfc9; 
    border-width: 0px 0px 1px 0px;
    height: 30px;
    text-align: left;
    overflow: hidden;
    position: relative;
    z-index: 100;
}
body {
    background: #e0e0e0;
    color: #463738;
    font: normal 11px Verdana;
    margin: 0px;
    padding: 0px;
}
.back_dark {
    background-color: #ffffff;
    margin-top: 5px;
    text-align: center;
    padding: 5px 5px 2px 5px;
}
.border_dark {
    background-color: #ffffff;
    border: 1px solid #bcbfc9;
    border-width: 1px 0px 0px 0px;
    padding: 5px 5px 5px 8px;
    color: #000000;
}
.border_ex {
    background-color: #e0e0e0;
    border: 1px solid #bcbfc9;
    overflow: hidden;
}
.border_round {
    border: 1px solid #bcbfc9;
    border-radius: 3px;
    padding: 2px 8px 2px 5px;
    margin: 2px 0px 2px 2px;
}
.border_win {
    background-color: #e0e0e0;
    border: 1px solid #bcbfc9;
    margin: 3px;
    padding: 3px 5px 2px 5px;
    position: relative;
    z-index: 103;
    white-space: nowrap;
}
.border_filter {
    margin: 3px 8px 0px 8px;
    position: relative;
    z-index: 103;
    white-space: nowrap;
}
.btn_big {
    background-color: #fbb41f;
    border: 1px solid #bcbfc9;
    font: bold 14px Helvetica;
    color: #ffffff;
    text-align: center;
    width: 250px;
    height: 34px;
    cursor: pointer;
}
.btn_small {
    background-color: #fbb41f;
    border: 1px solid #bcbfc9;
    font: normal 10px Verdana;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 5px 8px 5px 8px;
    width: 100px;
    height: 24px;
    margin: 0px;
}
.cat_button {
    border: 1px solid Transparent;
    border-radius: 3px;
    padding: 2px 5px 2px 0px;
    cursor: pointer;
    width: 280px; 
    padding: 3px
}
.cat_button:hover { 
    border: 1px solid #bcbfc9; 
    color: #000000;
}
.cat_button img { 
    vertical-align: middle;
}
.cat_button span { 
    vertical-align: middle;
    margin-left: 7px
}
.cbo_box { 
    position: relative; 
    height: 26px; 
    margin-top: 3px;
}
.cbo_box select { 
    position: absolute; 
    margin: 0px; 
}
.cbo_box input { 
    position: absolute; 
    margin: 1px; 
    width: 247px; 
    border-width: 0px;
}
.col_controls {
    overflow: hidden;
}
.center_window {
    background-color: #e0e0e0;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.1);
    border: 2px solid #bcbfc9;
    border-radius: 5px;
    padding: 10px;
    font: normal 11px Verdana;
    overflow: auto;
    margin-left: auto;
    margin-right: auto; 
    width: 400px;
    text-align: center;
}
.chart_panel {
    background-color: #ffffff;
    border: 1px solid #bcbfc9;
    padding-top: 20px;
    display: none;
}
.check_notify input[type='checkbox'] {
    margin: 0px 5px 0px 0px;
    float: left;
}
.check_notify img {
    margin: 0px 8px 0px 0px;
    float: left;
}
.chk_box label {
    position: relative;
    top: -2px;
}
.chk_box2 {
    background: #ffffff;
    border: 1px solid #bcbfc9;
    border-bottom-width: 0px;
    color: #000000;
    font: normal 10px Verdana;
    margin: 0px;
    padding: 3px 3px 3px 8px;
}
.chk_box2 label {
    position: relative;
    top: -3px;
}
.chk_box3 label {
    position: relative;
    top: -3px;
}
.clr_legend {
    border: 1px solid #bcbfc9;
    border-radius: 50%;
    width: 12px; 
    height: 12px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left; 
    margin: 3px 5px 3px 0px;
}
.clr_picker {
    margin: 1px 0px 1px 0px; 
    white-space: nowrap;
}
.clr_picker * {
    display: inline-block;
    white-space: normal;
}
.clr_picker input {
    width: 261px;
    height: 22px;
    vertical-align: top;
    margin: 0px;
}
.control_box {
    background-color: #e0e0e0;
    border: 2px solid #bcbfc9;
    border-width: 0px 0px 2px 2px;
    border-bottom-left-radius: 5px;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.1);
    padding: 10px;
    position: relative;
    float: right;
    z-index: 100;
}
.datetime_picker {
    width: 110px;
    margin: 2px 0px 3px 0px;
}
*[data-tooltip] {
    position: relative;
}
*[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 15px;
    right: 20px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    display: block;
    color: #000000;
    font: normal 10px Verdana;
    background: #ffffff;
    padding: 2px 2px;
    border: 1px solid #bcbfc9;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
}
*[data-tooltip]:hover::after {
    opacity: 0.9;
}
.divider {
    border-top: 1px solid #bcbfc9; 
    margin-top: 20px; 
    padding-top: 20px;
    text-align: center;
}
.divider_ex {
    border-top: 1px solid #bcbfc9; 
    margin-top: 20px;
}
div.AnyTime-win { 
    z-index: 1000 
}
.esriPopup .actionsPane .zoomTo { 
    display: none; 
}
.esriPopup .titleButton.maximize { 
    display: none; 
}
.esriPopup .titlePane { 
    font: bold 11px Verdana; 
}
.form_panel {
    padding: 7px 7px 5px 7px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #bcbfc9;
    border-width: 0px;
}
.form_panel * {
    width: 100%;
}
.form_panel input[type=text] {
    box-sizing : border-box;
}
.form_panel input[type=password] {
    box-sizing : border-box;
}
.form_panel textarea {
    box-sizing : border-box;
}
.full_back {
    background: #ffffff url('images/theme_5/banner.png') no-repeat center center fixed;
}
.gmap-control {
    margin: 10px 0px 0px -13px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 2px;
    padding: 10px;
    height: 15px;
    font: normal 11px Arial;
    color: #565656;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    user-select: none;
 }
.gmap-control-active { 
    background-color: #ebebeb;
    color: #000;
    font-weight: bold;
}
.grp_filter {
    border: 1px solid #bcbfc9;
    border-width: 0px 0px 0px 1px;
    padding: 3px 5px 3px 10px;
}
.highlight_big {
    font: bold 14px Helvetica; 
    color: #fbb41f;
}
.highlight_medium {
    font: bold 11px Verdana;
    color: #fbb41f;
}
.highlight_small {
    font: normal 11px Verdana;
    color: #fbb41f;
}
html, body { 
    height: 100%; 
}
.ico_btn {
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin: 0px 3px 0px 0px;
    float: left;
    vertical-align: middle;
    height: 16px;
}
.ico_btn:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.info { 
    font: normal 11px Verdana; 
    float: right;
    width: 180px;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: normal;
    white-space: normal;
}
.info2 { 
    width: 200px; 
}
.info_panel {
    border: 1px solid #bcbfc9; 
    padding: 5px;
    color: #000;
}
.info_tag {
    position: absolute;
    top: -6px;
    right: -14px;
    padding: 0px 4px 2px 4px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.inner {
    background-color: #e0e0e0;
    border: 3px solid #bcbfc9;
    padding: 30px;
    font: normal 11px Verdana;
    overflow: auto;
}
input {
    background-color: #ffffff;
    border: 1px solid #bcbfc9;
    width: 238px;
    font: normal 11px Verdana;
    color: #000000;
    text-align: left;
    padding: 3px 5px 3px 5px;
    margin: 2px 0px 3px 0px;
    min-height: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.list_scroll {
    max-height: 88px; 
    overflow: auto;
}
.link_ex {
    color: #463738;
    cursor: pointer;
}
.link_ex:hover {
	color: #fbb41f;
}

textarea {
    background-color: #ffffff;
    border: 1px solid #bcbfc9;
    font: normal 11px Verdana;
    color: #000000;
    text-align: left;
    padding: 3px 5px 3px 5px;
    margin: 2px 0px 3px 0px;
    min-height: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    overflow: auto;
    -ms-overflow-style: auto;
}
input.button {
    background-color: #fbb41f;
    border: 1px solid #bcbfc9;
    font: normal 10px Verdana;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 5px 8px 5px 8px;
}
input[type='checkbox'] {
    border-width: 0px;
    width: 13px;
    margin-right: 8px;
    font-weight: normal;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
}
.input_wrapper {
    height: 16px;
    width: 16px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    float: left;
    padding: 0px;
}
.input_wrapper * {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px
}
.input_file {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    height: 100%;
    z-index: 99;
    font-size: 50px;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}
.input_small {
    margin: 0px;
    width: 70px; 
    float: left;
    border-width: 0px 1px 1px 1px;
}
.img_btn {
    margin-left: -3px;
    cursor: pointer;
}
.item_0 { 
    background-color: #e0e0e0; 
    width: 200px;
    padding: 5px;
    clear: both;
    overflow: hidden
}
.item_0:hover {
    border-top: 1px solid #fbb41f;
    border-bottom: 1px solid #fbb41f;
}
.item_1 { 
    background-color: #ffffff;
    width: 200px;
    padding: 5px;
    clear: both;
    overflow: hidden
}
.item_1:hover {
    border-top: 1px solid #fbb41f;
    border-bottom: 1px solid #fbb41f;
}
.item_2 { 
    background-color: #e0e0e0; 
    border: 1px solid #bcbfc9;
    border-width: 1px 0px 0px 0px;
    padding: 5px;
}
.item_2:hover {
    border-top: 1px solid #fbb41f;
    border-bottom: 1px solid #fbb41f;
}
.item_3 { 
    background-color: #ffffff; 
    border: 1px solid #bcbfc9;
    padding: 5px;
}
.item_sel {
    background-color: #bcbfc9;
    border: 1px solid #fbb41f;
    width: 200px;
    padding: 5px;
    clear: both;
    overflow: hidden
}
.list {
    background-color: #e0e0e0;
    border: 1px solid #bcbfc9;
    overflow: auto;
}
.list_legend {
    background-color: #e0e0e0;
    border: 1px solid #bcbfc9;
    border-top: 1px solid #ffffff;
    overflow: auto;
    padding: 10px;
}
.map_button {
    background-color: #ffffff;
    background-repeat: no-repeat;
    border: 1px solid #bcbfc9;
    cursor: pointer;
    float: left;
    width: 74px;
    height: 78px;
    cursor: pointer;
}
.map_button_txt {
    font: normal 10px Verdana;
    position: relative;
    bottom: -65px;
    left: 2px;
}
#map_toggle {
    position: absolute;
    top: 60px;
    right: 10px;
    z-index: 50;
    font: normal 10px Verdana;
}
#map_controls {
    background-color: #e0e0e0;
    border-top: 1px solid #bcbfc9;
    position: absolute;
    bottom: 33px;
    z-index: 102;
    width: 100%;
}
.medium_bold { 
    font: bold 11px Verdana; 
    color: #000000;
}
.medium_normal { 
    font: normal 11px Verdana; 
    color: #000000;
}
.menu_button {
    border: 1px solid #bcbfc9;
    border-radius: 5px;
    margin-top: 2px;
    padding: 5px;
    cursor: pointer;
}
.menu_button_active {
    background-color: #ffffff;
    border: 1px solid #bcbfc9;
    border-radius: 5px;
    margin-top: 2px;
    padding: 5px;
}
.menu_button_ex {
    border: 1px solid Transparent;
    border-radius: 3px;
    padding: 2px 5px 2px 5px;
    float: left;
    margin-left: 3px;
    cursor: pointer;
}
.menu_button_ex:hover { 
    border: 1px solid #bcbfc9; 
    color: #000000;
}
.menu_button_img { 
    vertical-align: middle;  
}
.menu_button_txt {
    vertical-align: middle; 
    margin-left: 5px
}
.menu_combo {
    margin: 0px 0px 0px 5px; 
    width: 160px
}
.middle {
    background-color: #e0e0e0;
    border: 5px solid #bcbfc9;
    border-radius: 8px;
    padding: 40px 30px 40px 30px;
    font: bold 14px Helvetica;
    text-align: right;
}
.option_ex {
    background-color: #ffffff;
    color: #000000;
}
.outer {
    background: rgba(0, 0, 2, 0.4);
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1100;
    top: 0px;
    left: 0px;
}
.outer_ex {
    background: #e0e0e0;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.panel {
    background-color: #e0e0e0;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.1);
    border: 2px solid #bcbfc9;
    padding: 10px;
    font: normal 11px Verdana;
    overflow: auto;
}
#panColors div {
    border: 1px solid #bcbfc9;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 3px;
}
#panLanguage { 
    margin: -15px 0px 15px 0px;  
}
#panMapBottom {
    background-color: #e0e0e0;
    position: absolute; 
    width: 100%;
    bottom: 3px;
    border-top: 1px solid #bcbfc9;
    z-index: 1000;
}
#panSettingsEx {
    margin: 3px 0px 3px 3px;
    float: left;
    width: 407px;
    position: relative; 
    z-index: 998;
}
#panSettings {
    border: 1px solid #bcbfc9;
    float: left; 
    margin-left: 3px;
    width: 286px;
}
#panSubSettings {
    border: 1px solid #bcbfc9;
    border-top-width: 0px;
    float: right; 
    width: 300px; 
    margin-left: 3px;
    overflow-y: auto;
    overflow-x: hidden;
}
#panCategories {
    background-color: #ffffff;
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}
#panCategory {
    background-color: #ffffff;
    border-bottom: 1px solid #bcbfc9;
    padding: 8px 8px 8px 12px;
    color: #000000;
}
#panListEx {
    margin: 0px 0px 3px 3px;
    float: left;
    position: relative; 
    z-index: 998;
}
.photo {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 1px solid #bcbfc9;
    overflow: hidden;
    text-align: center;
    width: 230px; 
    float: left;
}
.photo_ex {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #bcbfc9;
    width: 100px;
    height: 100px;    
}
.photo_small {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: solid 1px #bcbfc9;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    float: left;
}
#play_controls {
    background-color: #e0e0e0;
    border-top: 1px solid #bcbfc9;
    position: absolute;
    bottom: 33px;
    z-index: 102;
}
#play_time {
    border-right: 1px solid #bcbfc9;
    padding: 7px 10px 7px 10px;
    float: left;
}
.poll {
    float: right;
    margin-top: 5px;
}
progress::-moz-progress-bar { background: #fbb41f; }
progress::-webkit-progress-bar { background: #bcbfc9; }
progress::-webkit-progress-value { background: #fbb41f; }
progress { 
    color: #fbb41f; 
    background-color: #e0e0e0;
    border-width: 0px;
}
.report_panel {
    background-color: #e0e0e0;
    margin: 0px 8px 8px 8px;
    position: absolute; 
    width: 100%;
    z-index: 998;
    display: none;
}
.search_in {
    background-color: #ffffff;
    border: 1px solid #bcbfc9;
    padding-right: 30px;
}
.search_out {
    background-color: #e0e0e0;
    border: 1px solid #bcbfc9;
    border-radius: 3px 3px 0px 0px;
    border-width: 1px 1px 0px 1px;
    padding: 3px;
    position: relative;
}
select {
    background: url(images/cbo_arrow.png) no-repeat right #ffffff;
    border: 1px solid #bcbfc9;
    color: #000000;
    font: normal 11px Verdana;
    width: 250px; 
    margin: 2px 0px 3px 0px;
    padding: 3px 20px 3px 3px;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.sel_big {
    font: normal 14px Helvetica;
    margin: 2px 0px 5px 0px;
    padding: 5px 20px 5px 5px;
}
.sel_small {
    border-width: 0px 1px 1px 1px;
    width: 150px; 
    margin: 0px;
    float: right; 
}
select::-ms-expand {
    display: none;
}
.size1 {
    width: 20px;
    height: 20px;
    margin: 15px;
}
.size2 {
    width: 50px;
    height: 50px;
    margin: 0px;
}
.size3 {
    width: 20px;
    height: 20px;
    margin: 5px;
}
.size4 {
    width: 30px;
    height: 30px;
    margin: 0px;
}
.size5 {
    width: 16px;
    height: 16px;
    margin: 7px;
}
.small { 
    font: normal 10px Verdana; 
}
.small_bold { 
    font: bold 10px Verdana; 
    color: #000000;
}
.smaller {
    font: normal 8px Verdana;
}
.status_legend {
    min-width: 50px;
    height: 14px;
    margin-left: 1px;
    float: left;
    color: #fff;
    text-align: center;
    padding: 2px 8px 2px 8px;
}
table { 
    border-spacing: 3px; 
    table-layout: fixed;
    word-wrap: break-word;
}
.table_back {
    background-color: #e0e0e0;
    border: 1px solid #bcbfc9;
    font: #000000;
    overflow: hidden;
}
.thumb {
    background-color: #ffffff;
    border: solid 1px #bcbfc9;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    float: left;
    overflow: hidden;
}
.thumb_center {
   width: 20px;
   height: 20px;
   position: relative;
   left: 50%;
   top: 50%; 
   margin-left: -10px;
   margin-top: -10px;
}
.thumb_ex {
    background-color: #ffffff;
    border: solid 1px #bcbfc9;
    border-radius: 4px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    float: left;
}
.traffic_box {
    border: 1px solid #bcbfc9;
    border-radius: 0px 0px 3px 3px;
    border-width: 0px 1px 1px 1px;
    padding: 5px 10px 5px 10px;
    font: normal 10px Verdana;
    display: none;
}
.traffic_legend {
    width: 50px;
    height: 5px;
    margin-left: 1px;
    margin-top: 4px;
    float: left;
}
.txt_big {
    background-color: Transparent;
    border: 1px solid #bcbfc9;
    width: 238px;
    font: normal 14px Helvetica;
    color: #000000;
    text-align: left;
    padding: 5px;
    margin: 3px 0px 5px 0px; 
}
.txt_bold { 
    font: bold 11px Verdana; 
    color: #000;
}
.txt_norm {
    font: normal 11px Verdana;
    color: #2d2d30;
}
.blink {
  animation: blinker 1s linear infinite;
  -webkit-animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% { opacity: 0; }
}
@-webkit-keyframes blinker {
    50% { opacity: 0; }
}
.ui-autocomplete {
    z-index: 9999 !important;
}
::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}
::-webkit-scrollbar-track {
    background: #e0e0e0;
}
::-webkit-scrollbar-corner {
    background: #e0e0e0
}
::-webkit-scrollbar-thumb {
    background: #ffffff;
}
::-webkit-scrollbar-thumb:hover {
    background: #bcbfc9;
}

/* dashboard units css */
div#panOpsDashboard {
    position: absolute;
    left: 50%;
    z-index: 1001;
    bottom: 30px;
    display: none;
}
div#panOpsDashboard .panel {
    background-color: #e0e0e0C0;
    color: #463738;
    position: relative;
    left: -50%;
    border-width: 2px;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.1);
}
div#panOpsDashboardTitle {
    margin-bottom: 10px;
    background-color: #ffffffC0;
}
.od-wrapper {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    display: flex;
    color: #463738;
}

.od-item {
    min-width: 80px;
    max-width: 100px;
}

.od-item:nth-child(n+2) {
    margin-left: 5px;
}

.od-item-title-container {
    background-color: #ffffff;
    color: #463738;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: small;
}

.od-item-value-container {
    margin-top: 1px;
    background-color: #ffffff;
    color: #463738;
    border-top: 1px solid #aaa;
    height: 60px;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
}

/* rtv */
div#tabInTransit_wrapper > div > div.dataTables_scrollHead.ui-state-default > div > table > thead > tr > th:nth-child(n+5),
div#tabInTransit_wrapper > div > div.dataTables_scrollBody > table > tbody > tr > td:nth-child(n+5) {
    text-align: right;
}

div#tabInTransit_wrapper > div > div.dataTables_scrollBody > table > tbody > tr > td {
    border: 1px solid #bcbfc9;
    color: #463738;
}

label#lblRtvAutoRefresh input[type=checkbox]{
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

.rtv-od-item-value-container {
    margin-top: 1px;
    background-color: #ffffff;
    color: #463738;
    border-top: 1px solid #aaa;
    height: 30px;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}