* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	overflow-x: hidden;
}
html,body {
	padding: 0;
	margin: 0;
	color: #000000;
}

html,body {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/*
h1{font-size:36px}
h2{font-size:30px}
h3{font-size:24px}
h4{font-size:20px}
h5{font-size:18px}
h6{font-size:16px}
*/
h1{font-size:22px}
h2{font-size:20px}
h3{font-size:18px}
h4{font-size:16px}
h5{font-size:14px}
h6{font-size:18px}
h7{font-size:14px}
.w3-serif{font-family:serif}

h1,h2,h3,h4,h5,h6,h7{
/*
	font-family:"Segoe UI",Arial,sans-serif;
	font-weight:400;
*/
	margin:10px 0;
}

hr{border:0;border-top:1px solid #001937;margin:20px 0}

.header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 3rem;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	height: 77px;
	width: 100%;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
header {
	display: block;
}
.header:before,.header:after{content:"";display:table;clear:both}
.header{padding:0.01em 0px; background: #001937; color: #FFFFFF;
    background-image: url('../images/background.png');
	background-repeat: repeat-x;
}
.header_container {
	width: 100%;
	top: 0px;
	left: 0px;
}
.header_1_left {
	float: left;
	height: 50px;
	width: 200px;
	min-width: 200px;
	top: 0px;
	left: 0px;
	margin-top: -29px;
	margin-left: 0px;
	text-align: center;
}
.header_1_right {
	float: left;
	height: 50px;
	width: 100%;
	top: 0px;
	left: 0px;
	margin-top: -29px;
	text-align: center;
}
.header_bar{
	top: 50px;
	left: 0px;
	height: 25px;
	width: 100%;
	padding: 0px 10px;
	line-height: 3px;
	background: #001937;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	z-index: 10;
}
ul.header_bar_menu{
	margin: 0 1px 0 0;  
	display: inline-block; 
	float: right;
	font: 14px arial, helvetica, sans-serif;
#	left: 25px;
	position: relative;
}

ul.header_bar_menu li {
    background: none repeat scroll 0 0 #001937;
/*
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
*/
    float: left;
    line-height: 17px;
    margin: 0;
    position: relative;
	list-style:none
}
ul.header_bar_menu li ul li {
    background: none repeat scroll 0 0 #FFFFFF;
	color: #001937;
}
ul.header_bar_menu li ul li a {
    background: none repeat scroll 0 0 #FFFFFF;
	color: #001937;
}

ul.header_bar_menu li a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    line-height: 17px;
    padding: 0 20px;
    text-decoration: none;
}
ul.header_bar_menu li > ul li {
	width: 100%;
	transition: all 0.7s ease-in 0s;
}  
ul.header_bar_menu li.home-page {
    display: inline-block; 
    border:none !important
}

ul.header_bar_menu li:hover,
ul.header_bar_menu li.current {
}

ul.header_bar_menu li.home-page a {
    height: 40px;
    line-height: 34px;
    padding: 0 10px;
}
ul.header_bar_menu li.home-page span {
    background-color: yellow; 
    width: 19px; 
    height: 19px; 
    display: block;
    margin-top: 10px;
}

.header_bar_menu-toggle {
  padding: 0px;
  background: none;
  border-radius: 2px;
}


ul.header_bar_menu li ul {
    display: none;
    left: 0;
    padding: 13px 0 0;
    position: absolute;
    top: 14px;
    width: 180px;
	transition: all 0.7s ease-in 0s;
}
ul.header_bar_menu li:hover ul {
    display: block;
	transition: all 0.7s ease-in 0s;
}


.header_bar_menu_arrow {
    border-bottom: 7px solid #FFFFFF;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    left: 340px;
    position: absolute;
    top: -7px;
    width: 0;
}
.header_bar_menu_arrow_login {
    border-bottom: 7px solid #FFFFFF;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    left: 340px;
    position: absolute;
    top: -7px;
    width: 0;
}
ul.header_bar_menu li.small_screen_non_mobile_my_account_link {
	display: none;
}
ul.header_bar_menu li.small_screen_non_mobile_my_account_link:hover ul.horizontal_menu_login_form {
    display: block;
	background: #FFFFFF;
	width: 400px;
	top: 27px;
	left: -285px;
	text-align: left;
	border: 1px solid #E4E4E4;
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	transition: all 0.7s ease-in 0s;
}
ul.header_bar_menu li.horizontal_menu_account:hover ul.horizontal_menu_my_account {
    display: block;
	background: #FFFFFF;
	width: 400px;
	top: 27px;
	left: -285px;
	text-align: left;
	border: 1px solid #E4E4E4;
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	transition: all 0.7s ease-in 0s;
}
#horizontal_menu_my_account_menu_bottom_div {
	 display: none;
	 font-size: 12px;
	 
}
.horizontal_menu_my_account_div_left {
	float: left;
	padding-top: 10px;
	top: -13px;
	left: 0px;
	width: 180px;
	height: 100%;
	color: #001937;
	position: relative;
	z-index: 35;
}
.horizontal_menu_my_account_div_right {
	display: block;
	float: right;
	padding-top: 10px;
	top: -13px;
	left: 0px;
	width: 200px;
	height: 100%;
	color: #001937;
	position: relative;
	z-index: 135 ! important;
}
.horizontal_menu_my_account_div_right_2 {
	display: block;
	float: right;
	padding-top: 10px;
	top: -13px;
	left: 0px;
	width: 200px;
	height: 100%;
	color: #001937;
	position: relative;
	z-index: 35;
}
.horizontal_menu_my_account_div_right_bottom {
	top: 100px;
	position: relative;
}

ul.header_bar_menu .horizontal_menu_my_account_div_left ul {
	position: relative;
	border: 0;
}
.horizontal_menu_my_account_div_sep_1 {
	float: left;
	height: 200px;
	width: 1px;
	top: 0px;
	left: 2px;
	border-left: 1px solid #E4E4E4;
	position: relative;
	
}
ul.header_bar_menu li ul li ul li a {
	text-align: left;
	top: -35px;
	left: 0px;
	width: 180px;
	height: 18px;
	font-size: 12px;
	font-weight: normal;
	padding-left: 40px;
	padding-right: 10px;
	position: relative;
}
ul.header_bar_menu li a:hover {
	color: #F97400;
}
ul.header_bar_menu li ul li ul li.horizontal_sub_sub_menu a {
	text-align: left;
	top: -8px;
	left: 0px;
	width: 180px;
	height: 18px;
	font-size: 12px;
	font-weight: normal;
	padding-left: 40px;
	padding-right: 10px;
	position: relative;
}
ul.header_bar_menu li ul li.horizontal_sub_menu a {
	font-weight: normal;
}
.main_header_logo {
	height: 70px;
	top: 4px;
	z-index: 20;
	position: relative;
}
.mobile_header_logo {
	height: 45px;
	top: 2px;
	left: -10px;
	z-index: 20;
	position: relative;
}




.main_search_button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: .25em 2em .25em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	top: 20px;
	position: relative;
}
.main_search_button:hover {
	text-decoration: none;
}
.main_search_button:active {
	position: relative;
	top: 1px;
}

.main_button_color {
	color: #FFFFFF;
	font-weight: bold;
	border: solid 1px #da7c0c;
	background: #F78D1D;
	background: -webkit-gradient(linear, left top, left bottom, from(#F97400), to(#FFFF00));
	background: -moz-linear-gradient(top,  #F97400,  #FFFF00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F97400', endColorstr='#FFFF00');
}
.main_button_color:hover {
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFF00), to(#F97400));
	background: -moz-linear-gradient(top,  #FFFF00,  #F97400);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF00', endColorstr='#F97400');
}
.main_button_color:active {
	background: #F97400;
	background: -webkit-gradient(linear, left top, left bottom, from(#F88E11), to(#F06015));
	background: -moz-linear-gradient(top,  #F88E11,  #F06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F88E11', endColorstr='#F06015');
}
.middle_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 102vh;
	margin-top: -100px;
	padding-top: 100px;
	position: relative;
	width: 100%;
	margin-top: -22px;
	padding-bottom: 0px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: overflow;
}
#middle_column {
	display: visible;
}
.left_column,.menu,.middle_column,.right_column {
	height: auto;
	padding: .5rem;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}
.left_column::-webkit-scrollbar,.menu::-webkit-scrollbar,.middle_column::-webkit-scrollbar,.right_column::-webkit-scrollbar {
	display: none;
}
.left_column,.menu {
	width: 15.5rem;
	min-width: 15.5rem;
	overflow-x: scroll; 	
}
.left_column h3,.menu h3 {
	color: #001937;
	margin-bottom: -15px;
}
.left_column {
	float: left;
}
.menu {
	float: left;
}
.middle_column {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	float: left;
	flex: 1;
	width: 100%;
	padding-left: 2px;	
	padding-right: 0px;	
	margin-left: -10px;
	background: #FFFFFF;
	overflow-x: scroll; 	
}
.right_column {
/*	width: 13.5rem; */
/*	min-width: 13.5rem; */
	float: right;
	width: 16.75rem; 
	min-width: 16.75rem;
	background: #FFFFFF;
	overflow-x: scroll; 	
}
.middle_container .right_column { order: 3; }
.clear { clear: both; }
#menu_container {
	margin-bottom: -10px;
	left: -10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-radius: 0px 0px 10px 0px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
#menu_container h5 {
}
#left_column_container {
	width: 100%;
	padding-top: 5px;
	padding-right: 15px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.left_column_list_header {
	background: #F97400;
	height: 60px;
	font-weight: bold;
	border-radius: 15px 15px 10px 0px;
}
.left_column_list_header_span {
    text-shadow: 2px 6px 10px rgba(0, 0, 0, 0.3);
	padding-top: 7px;
	text-align: center;
}
.left_column_list {
	background: #EDEDED;
	top: -32px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
/*	padding-bottom: 20px; */
	height: 100%;
	width: 100%;
	border-radius: 0px 0px 15px 15px;
/*	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); */
	position: relative;
	z-index: 2;
}
#middle_column_top_bar_1 {
	width: 100%;
#	width: 1382px;
#	min-width: 1382px;
#	max-width: 1382px;
	height: 38px;
	color: #888888;
	padding-top: 1px;
    background-color: #EDEDED;
	border-top: 1px solid #001937;
	border-bottom: 1px solid #001937;
}
#middle_column_top_bar_2 {
	width: 100%;
	height: 37px;
}
#middle_column_bottom_bar_1 {
	width: 100%;
#	width: 1382px;
#	min-width: 1382px;
#	max-width: 1382px;
	height: 39px;
	color: #888888;
	padding-top: 1px;
	margin-bottom: 40px;
    background-color: #EDEDED;
	border-top: 1px solid #001937;
	border-bottom: 1px solid #001937;
}
#middle_column_bottom_bar_2 {
	width: 100%;
	height: 37px;
}
div.display_views {
	float: right;
	height: 36px;
	width: 175px;
	text-align: right;
	padding-right: 10px;
    overflow: hidden;
}
.display_views_title {
	vertical-align: top;
	top: 8.5px;
	line-height: 18px;
	position: relative;
}
div.display_views button {
    background-color: inherit;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
	background: #FFFFFF;
	border: 1px solid #888888;
	top: 2.5px;
	height: 25px;
	width: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

div.display_views button:hover {
    background-color: #DDDDDD;
}

div.display_views button.active {
    background-color: #CCCCCC;
}

.list_display_view_content {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
.grid_display_view_content {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.display_list_icon_lines {
	top: -13px;
	left: -10px;
	width: 20px;
	border-bottom: 1px solid #888888;
	padding: 3px 0;
	position: relative;
}
.display_list_icon_grid_dots_column_1 {
	width: 4px;
	height: 4px;
	top: -8.5px;
	left: -11px;
	margin-bottom: 3px;
	background: #888888;
	position: relative;
	
}
.display_list_icon_grid_dots_column_2 {
	height: 4px;
	width: 4px;
	top: -29.5px;
	left: -2px;
	margin-bottom: 3px;
	background: #888888;
	position: relative;
	
}
.display_list_icon_grid_dots_column_3 {
	height: 4px;
	width: 4px;
	top: -50.5px;
	left: 7px;
	margin-bottom: 3px;
	background: #888888;
	position: relative;
	
}




#List {
	top: 12px;
	position: relative;
}



#Grid {
	width: 100%;
}
div.sort_by {
	float: right;
	height: 36px;
	width: 300px;
	top: -1px;
	text-align: right;
	padding-top: 9px;
	padding-right: 10px;
	position: relative;
}
#middle_column_bottom_bar_1 .sort_by {
	float: right;
	height: 36px;
	width: 300px;
	top: 0px;
	text-align: right;
	padding-top: 9px;
	padding-right: 10px;
	position: relative;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown_option {
    color: #001937;	
}
.no_locations_in_this_zone_container {
	width: 100%;
	top: 20px;
	text-align: center;
	position: relative;
}
.no_locations_in_this_zone_title {
	color: #001937;
	font-size: 1.25rem;
	padding-bottom: 25px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.no_locations_in_this_zone {
	display: block;
	width: 550px;
	text-align: left;
    margin: 0 auto;
	position: relative;
}
.no_locations_in_this_zone ul {
	left: 30px;
	position: relative;
}
.no_locations_in_this_zone span {
	left: 30px;
	position: relative;
}



.no_search_results_returned_container {
	width: 100%;
	text-align: center;
}
.no_search_results_returned_title {
	color: #001937;
	font-size: 1.25rem;
	padding-bottom: 25px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.no_search_results_returned {
	display: block;
	width: 550px;
	text-align: left;
    margin: 0 auto;
	position: relative;
}
.no_search_results_returned ul {
	left: 30px;
	position: relative;
}
.no_search_results_returned span {
	left: 30px;
	position: relative;
}
.tabGroup {
    font: 10pt arial, verdana;
    width: 100%;
}
 
.tabGroup > input[type="radio"] {
    position: absolute;
    left:-100px;
    top:-100px;
}
 
.tabGroup > input[type="radio"] + label {
    /* inline-block such that the label can be given dimensions */
    display: inline-block;
 
    /* A nice curved border around the tab */
    border: 1px solid black;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
     
    /* the bottom border is handled by the tab content div */
    border-bottom: 0;
 
    /* Padding around tab text */
    padding: 5px 10px;
 
    /* Set the background color to default gray (non-selected tab) */
    background-color:#ddd;
}
 
.tabGroup > input[type="radio"]:focus + label {
    border:1px solid black;
}
 
.tabGroup > input[type="radio"]:checked + label {
    background-color:white;
    font-weight: bold;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
}
 
.tabGroup > div {
    display: none;
    border: 1px solid black;
    background-color: white;
    padding: 10px 10px;
    height: 100%;
    overflow: auto;
    border-radius: 0px 5px 5px 5px;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
     
}
 
.tab1:checked ~ .tab1, .tab2:checked ~ .tab2, .tab3:checked ~ .tab3 {
    display: block;
}
#footer_container {
	text-decoration: none;
	font-size: 0.8rem;
	padding-left: 12.5rem;
}
#footer_container a {
	text-decoration: none;
	font-size: 0.8rem;
}
#footer_container a:hover {
	text-decoration: none;
	font-size: 0.8rem;
}
.footer{height: 20px; width: 100%; bottom: 0px; margin-bottom: -1px; background: red; color: #FFFFFF; position: fixed; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; text-align: center;  min-width: 350px; margin: 0 auto;
    background-image: url('../images/background.png');
	background-repeat: repeat-x;
	z-index: 100;
}
.footer {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.err_msg {
	color: red;
}

.form_label {
	text-align: right;
	padding-right: 10px;
}
.form_label2 {
	text-align: center;
}
.form_input {
	text-align: left;
	width: 200px;
	font-size: 0.8rem;
}
.form_buttons {
	text-align: center;
}
.form_error_message {
	text-align: left;
	width: 200px;
}
.err_msg {
	text-align: left;
}
input[type=submit] {
    padding:5px 15px; 
    background:light-grey; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	font-size: 0.8rem;
}
input[type=reset] {
    padding:5px 15px; 
    background:light-grey; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	font-size: 0.8rem;
}
input[type=button] {
    padding:5px 15px; 
    background:light-grey; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	font-size: 0.8rem;
}
input[type=text] {
}
table th{
  text-align: center;
	font-size: 0.7rem;
}
table td{
  text-align: left;
	font-size: 0.7rem;
}
table.layout{
  width: 100%;
  border-collapse: collapse;
}
table.display{
  margin: 1em 0;
}
table.display th,
table.display td{
/*  border: 1px solid #B3BFAA; */
  padding: .5em 1em;
}

table.display th{ background: #C4D79B; }
/* table.display td{ background: #fff; } */

table.responsive-table{
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 30em){
    table.responsive-table{
      box-shadow: none;  
    }
    table.responsive-table thead{
      display: none; 
    }
  table.display th,
  table.display td{
    padding: .5em;
  }
    
  table.responsive-table td:nth-child(1):before{
    content: 'Number';
  }
  table.responsive-table td:nth-child(2):before{
    content: 'Name';
  }
  table.responsive-table td:nth-child(1),
  table.responsive-table td:nth-child(2){
    padding-left: 25%;
  }
  table.responsive-table td:nth-child(1):before,
  table.responsive-table td:nth-child(2):before{
    position: absolute;
    left: .5em;
    font-weight: bold;
  }
  
    table.responsive-table tr,
    table.responsive-table td{
        display: block;
    }
    table.responsive-table tr{
        position: relative;
        margin-bottom: 1em;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    }
    table.responsive-table td{
        border-top: none;
    }
    table.responsive-table td.regular_cell{
        background: #D5E0CC;
        border-top: 1px solid #B3BFAA;
    }
    table.responsive-table td.regular_cell{
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: none;
		font-size: 0.8em;
    }
    table.responsive-table td.regular_cell_centered{
        background: #D5E0CC;
        border-top: 1px solid #B3BFAA;
    }
    table.responsive-table td.regular_cell_centered{
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: none;
		font-size: 0.8em;
    }
}
.user_themes_table {
  box-shadow: 0 10px 100px rgba(0, 0, 0, 0.2);
}
.user_themes_settings_table {
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
}
.user_themes_example {
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
}
.regular_cell_theme_field {
	text-align: right;
}
.regular_cell {
	vertical-align: text-top;
}
.regular_cell_centered {
	text-align: center;
	vertical-align: text-top;
}
.regular_cell_centered  a:link, .regular_cell_centered a:visited{
	text-align: center;
	text-decoration: none;
	vertical-align: text-top;
}










































.cd-accordion-menu {
  width: 100%;
  max-width: 300px;
  margin: 1em auto;
/*  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2); */
  list-style-type: none;
  text-align: left;
#  border: 1px solid #000;
  left: 0px;
  top: -10px;
  margin-bottom: 10px;
  padding-top: 0px;
  font-family:Arial, Helvetica, sans-serif;
  position: relative;
}
.cd-accordion-menu a {
  text-decoration: none;
}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style-type: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 64px;
/*  background: #4d5158; */
/*  box-shadow: 0 10px 100px rgba(0, 0, 0, 0.2); */
  color: #ffffff;
#  font-size: 0.8rem;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
  color: #000;
}


  /* Folder and Arrow Icons */
.cd-accordion-menu label::before, .cd-accordion-menu label::after {
  display: none;
  background-repeat: no-repeat;
}
.cd-accordion-menu label::before {
  /* arrow icon */
  display: none;
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
  /* folder icons */
  display: none;
  left: 41px;
  background-position: -16px 0;
}
.cd-accordion-menu a::after {
  /* image icon */
  display: none;
  left: 36px;
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  display: none;
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
  /* Sub Menus */
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
/*  box-shadow: inset 0 -1px #41444a; */
  padding-left: 82px;
  left: -80px;
}
  /* Sub Menus */
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
}


.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
/*  box-shadow: 0 10px 100px rgba(0, 0, 0, 0.2); */
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
  left: -120px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}
@media only screen and (min-width: 200px) {
  /* Label on Main Group */
  .cd-accordion-menu label, .cd-accordion-menu a {
    padding: 12px 12px 12px 12px;
#    font-size: 0.8rem;
	left: -40px;
	width: 184px;
  }
  /* Arrow on Main Group */
  .cd-accordion-menu label::before {
    display: none;
    left: -26px;
  }
  /* Folder Image on Main Group */
  .cd-accordion-menu label::after {
    display: none;
    left: 1px;
  }
  /* Word Label on Sub Menu */
  .cd-accordion-menu ul label,
  .cd-accordion-menu ul a {
    padding-left: 26px;
  }
  /* Arrow on Sub Menu */
  .cd-accordion-menu ul label::before {
    display: none;
    left: 48px;
  }
  /* Folder Image on Sub */
  .cd-accordion-menu ul label::after,
  .cd-accordion-menu ul a::after {
    display: none;
    left: 7px;
  }
  /* Label on Sub Sub Menu */
  .cd-accordion-menu ul ul label,
  .cd-accordion-menu ul ul a {
    padding-left: 45px;
  }
  /* Folder Image on Sub Sub Menu */
  .cd-accordion-menu ul ul label::before {
    display: none;
    left: 32px;
  }
  /* Folder Image on Sub Sub Menu */
  .cd-accordion-menu ul ul label::after,
  .cd-accordion-menu ul ul a::after {
    display: none;
    left: 11px;
  }
  .cd-accordion-menu ul ul ul label,
  .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  .cd-accordion-menu ul ul ul label::after,
  .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}
.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}



#menu_container .cd-accordion-menu h4  {
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: -15px;
	top: 0px;
	position: relative;
}
#menu_container .cd-accordion-menu h5  {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: -15px;
	top: 0px;
	width: 200px;
	position: relative;
}
#menu_container .cd-accordion-menu h6  {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: -15px;
	top: 0px;
	width: 175px;
	position: relative;
}






























@-webkit-keyframes move
{
    from {
        left: 0;
		top: -25px;
    }
    to {
        left: 44%;
		top: -25px;
    }
}
@keyframes move
{
    from {
        left: 0;
		top: -25px;
    }
    to {
        left: 44%;
		top: -25px;
    }
}
a#rotator {
    text-decoration: none;
    padding-right: 20px;
    left: 44%;
	top: -25px;
    position: absolute;
    -webkit-animation: move 5s;
    animation: move 5s;
	z-index: 1;
}

a#rotator img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; 
    -o-transition: all 1s ease-in-out; 
    -ms-transition: all 1s ease-in-out; 
    border-radius:60px;
    transition-duration: 1s;
}

a#rotator img:hover { 
    box-shadow: 0 3px 15px #000;
	padding-bottom: 50px;
	padding-right: 25px;
    -webkit-transform: rotate(360deg); 
    -moz-transform: rotate(360deg); 
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg); 
    transform: translate();
}
.align-right {
  float: right;
}

.search-mobile { 
	display:none !important;
	background:#e67e22;
	border-left:1px solid #e67e22;
	border-radius:0 3px 3px 0;
}
.search-mobile i { 
	color:#FFF; 
	margin:0 !important;
}


@media only screen and (min-width: 960px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
}

@media only screen and (max-width: 479px) {
    
}
.menu_arrow_up {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
	border-bottom-width: 3px;
	border-bottom-style: solid;
    border-bottom-color: #001937;
}
.menu_arrow_down {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
	border-top-width: 3px;
	border-top-style: solid;
    border-top-color: #001937;
}
.menu_arrow_left {
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
	border-right-width: 3px;
	border-right-style: solid;
    border-right-color: #001937;
}
.menu_arrow_right {
	float: right;
	top: -13px;
	left: 10px;
    width: 0; 
    height: 0; 
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
	border-left-width: 3px;
	border-left-style: solid;
    border-left-color: #001937;
	position: relative;
}


.sub_menu_display_main {
    height: 500px;
    width: 500px;
	top: -34px;
	left: 200px;
    background-color: #FFFFFF;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	border-radius: 0px 0px 15px 0px;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
	z-index: 3;
  opacity: 1;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}

.sub_menu_display {
    height: 485px;
    width: 500px;
	top: -20px;
	left: -29px;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
	padding-top: 10px;
	padding-left: 15px;
	z-index: 3;
	border: none;
  opacity: 1;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  display: none;
}
.vertical_menu_container:hover  .sub_menu_display_main {
	left: 226px;
    visibility:visible;
	z-index: 3;
    opacity: 1;
    -webkit-animation: moveFromLeft 300ms ease-in-out;
    -moz-animation: moveFromLeft 300ms ease-in-out;
    -ms-animation: moveFromLeft 300ms ease-in-out;
    -o-animation: moveFromLeft 300ms ease-in-out;
    animation: moveFromLeft 300ms ease-in-out;
}
.vertical_menu_container:hover  .sub_menu_display {
    display: block;
}
#vertical_menu_container ul {
     font-family:Arial, Helvetica, sans-serif;
	 padding-left: 10px;
	 font-weight: normal;
	 width: 100%;
}
#vertical_menu_container ul li ul {
     height:0px;
     transition:500ms all;
     -webkit-transition:500ms all;
     -moz-transition:500ms all;
     -o-transition:500ms all;
     overflow:hidden;
}
#vertical_menu_container ul li ul li{
     transition:1300ms all;
     -webkit-transition:1300ms all;
     -moz-transition:1300ms all;
     -o-transition:1300ms all;
     opacity:0;
}
#vertical_menu_container ul li ul li ul li {
     opacity:0;
}
#vertical_menu_container a {
     color:#000;
}
#vertical_menu_container h4 a {
     font-size: 12px;
     color: #000;
     text-transform: uppercase;
}
#vertical_menu_container h4 {
     font-size:12px;
     color:#000;
     text-transform:uppercase;
}
#vertical_menu_container ul li ul li h5 a {
     color: #001937;
	 padding-bottom: 0px;
	 margin-left: -10px;
	 height: 100%;
}
 /*set the height to 0 and on focus set the height to pixels calculation based on the line height*/
#vertical_menu_container ul li .expandable +ul:nth-child(1),#vertical_menu_container ul li .expandable +ul:nth-child(1),#vertical_menu_container ul li .expandable +ul:nth-child(1),#vertical_menu_container ul li .expandable +ul:nth-child(1) {
     height:100px;
     overflow:hidden;
}
 /*set the height to 0 and on focus set the height to pixels calculation based on the line height*/
#vertical_menu_container ul li ul li .expandable +ul:nth-child(1),#vertical_menu_container ul li ul li .expandable +ul:nth-child(1),#vertical_menu_container ul li ul li .expandable +ul:nth-child(1),#vertical_menu_container ul li ul li .expandable +ul:nth-child(1) {
     height:100px;
     overflow:hidden;
}
#vertical_menu_container ul li ul li h5{
     font-size:12px;
	 margin-left: 10px;
}
#vertical_menu_container ul li a.expandable {
     font-size:12px;
     text-decoration:none;
}
#vertical_menu_container ul li a.expandable:hover {
	text-decoration: none;
	color: orange;
}
#vertical_menu_container ul li ul li h5:before {
	content:"";
}
#vertical_menu_container ul li ul li h5:before {
     content:"";
     font-size:12px;
}
#vertical_menu_container ul li .expandable:focus {
     color:red;
}
#vertical_menu_container ul li .expandable:focus +ul:nth-child(1) {
     height:100%;
}
#vertical_menu_container ul li .expandable:focus +ul:nth-child(2) {
     height:100%;
}
#vertical_menu_container ul li .expandable:focus +ul:nth-child(3) {
     height:100%;
}
#vertical_menu_container ul li .expandable:focus +ul:nth-child(4) {
     height:100%;
}
#vertical_menu_container ul li .expandable:focus +ul:nth-child(4) {
     height:100%;
}
#vertical_menu_container ul li .expandable:focus +ul:nth-child(1) li,#vertical_menu_container ul li .expandable:focus +ul:nth-child(2) li,#vertical_menu_container ul li .expandable:focus +ul:nth-child(3) li,#vertical_menu_container ul li .expandable:focus +ul:nth-child(4) li {
     opacity:1;
}

#vertical_menu_container .river_sub_menu {
	height: 100px;
	left: 20px;
	position: relative;
}
#vertical_menu_container ul {
  list-style-type: none;
}
#vertical_menu_container ul li a{
	margin-bottom: 0px;
	text-decoration: none;
}
#vertical_menu_container h4{
	margin-bottom: 0px;
	text-decoration: none;
}
#vertical_menu_container h5 {
	margin-bottom: 0px;
}
#vertical_menu_container h6 {
     font-size:12px;
	 height: 100%;
	 margin-left: 40px;
	 margin-top: -10px;
}
#vertical_menu_container h5 a {
	text-decoration: none;
}
#vertical_menu_container h6 a {
	text-decoration: none;
}
#vertical_menu_container ul li ul li {
	margin-bottom: 10px;
}



.menu_first_sub_categories {
	clear: both;
	font-size: 16px;
}
@mixin inline {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}



.breadcrumbs-wrapper-top {
  margin: 0px;
  top: -0px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.breadcrumbs-wrapper-bottom {
  margin: 0px;
  top: -30px;
  text-align: left;
  position: relative;
}


ul.breadcrumbs {
  margin: 0px 0px 0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 18px;
}
ul.breadcrumbs li {
  position: relative;
  margin: 0px 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-left: 1px solid #ccc;
  transition: 0.3s ease;
}
ul.breadcrumbs li:hover:before {
  border-left: 10px solid #DDDDDD;
}
ul.breadcrumbs li:hover a {
  color: #000;
  background: #96be11;
}
ul.breadcrumbs li:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 1px;
  z-index: 2;
  border-left: 10px solid #FFFFFF;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  transition: 0.3s ease;
}
ul.breadcrumbs li:after {
  content: "";
  position: absolute;
  right: -9px;
  top: 1px;
  z-index: 1;
  border-left: 10px solid #ccc;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
ul.breadcrumbs li.active a {
  color: #000;
  background: #96be11;
  left: 0px;
  position: relative;
}
ul.breadcrumbs li.first {
  border-left: none;
}
ul.breadcrumbs li.first a {
  font-size: 18px;
  padding-left: 20px;
  border-radius: 5px 0px 0px 5px;
}
ul.breadcrumbs li.last:before {
  display: none;
}
ul.breadcrumbs li.last:after {
  display: none;
}
ul.breadcrumbs li.last a {
  padding-right: 20px;
  border-radius: 0px 30px 30px 0px;
}
ul.breadcrumbs li a {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #757575;
  padding: 0px 15px 0px 20px;
  text-decoration: none;
  background: #FFFFFF;
  border: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s ease;
}
ul.breadcrumbs li {
	position: relative;
	left: 0px;
	margin-left: -2px;
}
.breadcrumbs-wrapper-bottom ul.breadcrumbs li a {
	padding-top: 0.5px;
}



.paging {
    display: inline-block;
}

.paging span {
    color: #888888;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.paging a {
    color: #888888;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.paging a.active {
    background-color: #DDDDDD;
    color: white;
    border-radius: 5px;
}

.paging a:hover:not(.active) {
    background-color: #DDDDDD;
    border-radius: 5px;
}

.large_search_input_box {
	width: 300px;
	top: 20px;
	position: relative;
}
.large_search_box {
	text-align: center;
}
.icon-cart {
	top: -10px;
	left: -10px;
	width: 38px;
	height: 38px;
	margin-left: 0px;
	margin-bottom: 0px;
	position: relative;
}

.icon-cart .cart-line-1 {
  width: 15%;
  height: 7%;
  position: absolute;
  left: 8%;
  top: 25%;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg); 
  background-color: #FFFFFF;
  border-bottom-left-radius: 35%;
}

.icon-cart .cart-line-2 {
  width: 35%;
  height: 7%;
  position: absolute;
  left: 6%;
  top: 40%;
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg); 
  background-color: #FFFFFF;
}

.icon-cart .cart-line-2:before {
  content: "";
  width: 120%;
  height: 100%;
  position: absolute;
  left: 45%;
  top: -280%;
  -webkit-transform: rotate(-80deg);
  -moz-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  transform: rotate(-80deg); 
  background-color: inherit;
}

.icon-cart .cart-line-2:after {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  left: 59%;
  top: -670%;
  background-color: inherit;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg); 
  border-top-left-radius: 50%;
  border-bottom-left-radius: 25%;
}

.icon-cart .items-in-cart {
  width: 30%;
  height: 7%;
  position: absolute;
  left: 33%;
  top: 2px;
}

.icon-cart .items-in-cart:after {
  content: "";
  width: 124%;
  height: 100%;
  position: absolute;
  top: -150%;
  left: -5%;
  background-color: inherit;
}

.icon-cart .cart-wheel {
  width: 12%;
  height: 12%;
  background-color: #FFFFFF;
  border-radius: 100%;
  position: absolute;
  left: 28%;
  bottom: 20%;
}

.icon-cart .cart-wheel:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 100%;
  position: absolute;
  left: 200%;
  bottom: 0;
}
.add_to_cart_button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.add_to_cart_button:hover {
	text-decoration: none;
}
.add_to_cart_button:active {
	position: relative;
	top: 1px;
}
.continue_to_checkout_button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.continue_to_checkout_button:hover {
	text-decoration: none;
}
.continue_to_checkout_button:active {
	position: relative;
	top: 1px;
}
.process_order_button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.process_order_button:hover {
	text-decoration: none;
}
.process_order_button:active {
	position: relative;
	top: 1px;
}
#add_to_cart {
/*
    visibility: hidden;
*/
}
#qty_added_to_cart {
	display: block;
	background: #EDEDED;
	color: #001937;
	top: 50%;
	left: 50%;
	margin-top: -5%;
	margin-left: -50px;
	width: 300px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
 	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	position: fixed;
	z-index: 3;
}
.qty_added_to_cart_thumbnail {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.qty_added_to_cart_divider {
	display: none;
	float: left;
	width: 1px;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
}
.qty_added_to_cart_action_taken {
	float: left;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
}
.qty_added_to_cart {
    position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
    top: 50px;
    left: 150px;
    transform: translateX(-50%) translateY(-50%);
    text-shadow: 2px 6px 10px rgba(0, 0, 0, 0.3);
}
#river_container {
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}
#river_heading {
	width: 100%;
	height: 38px;
	color: #001937;
    background-color: #EDEDED;
	border-top: 1px solid #001937;
	border-bottom: 1px solid #001937;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	position: relative;
	z-index: 5;
}
.location_listing_headers {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -39px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.location_listing_headers ul li {
	float: left;
	display: inline-block;
	background-color: #5B9BD5;
	padding: 20px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	height: 65px;
	position: relative;
}
.location_listing {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
	margin-top: -12px;
	top: -1px;
}
.location_listing ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}




.location_listing_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.location_listing > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}



.mile_marker_hr {
	width: 60px;
	min-width: 60px;
	height: 100%;
	margin: 0px;
	margin-left: -40px;
	border: 1px solid #001937;
	position: relative;
}
.name_hr {
#	width: 225px;
	width: 100%;
	min-width: 225px;
	min-height: 100%;
	border: 1px solid #001937;
}
.span_used_for_calculation_hr {
#	width: 200px;
	width: 100px;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.bridge_type_hr {
	width: 60px;
	min-width: 60px;
	height: 100%;
	border: 1px solid #001937;
}
.horizontal_clearance_dimensions_hr {
	width: 90px;
	min-width: 90px;
	height: 100%;
	border: 1px solid #001937;
}
.elevation_of_low_steel_hr {
	width: 80px;
	min-width: 80px;
	height: 100%;
	border: 1px solid #001937;
}
.vertical_clearance_at_pool_hr {
	width: 80px;
	min-width: 80px;
	height: 100%;
	border: 1px solid #001937;
	position: relative;
}
.normal_pool_hr {
	width: 60px;
	min-width: 60px;
	height: 100%;
	border: 1px solid #001937;
}
.estimated_clearance_with_water_slope_hr {
	width: 100px;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.present_gauge_reading_hr {
	width: 70px;
	min-width: 70px;
	height: 100%;
	border: 1px solid #001937;
}
.twenty_four_hour_water_prediction_hr {
	width: 83px;
	min-width: 83px;
	height: 100%;
	border: 1px solid #001937;
}
.lock_dimension_or_gauge_location_hr {
#	width: 275px;
	width: 275px;
	min-width: 275px;
	height: 100%;
	border: 1px solid #001937;
	position: relative;
}
.link_to_gauge_hr {
	width: 50px;
	min-width: 50px;
	height: 100%;
	border: 1px solid #001937;
}
.contact_information_hr {
	width: 100px;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.vhf_channel_hr {
	width: 70px;
	min-width: 70px;
	height: 100%;
	border: 1px solid #001937;
}
.special_notes_hr {
	width: 200px;
	min-width: 200px;
	height: 100%;
	border: 1px solid #001937;
}
.information_hr {
	width: 100px;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.actions_hr {
	width: 80px;
	min-width: 80px;
	min-height: 100%;
	border: 1px solid #001937;
}






.middle_column_top_legend_wrapper {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
	margin-top: -12px;
	top: -1px;
	left: -20px;
	position: relative;
}
.middle_column_top_legend_wrapper ul li {
	display: inline-block;
	padding: 10px 0px 0px 0px;
	width: 25%
}
.middle_column_top_legend_wrapper ul li .legend_icon {
	top: 3px;
	position: relative;
}
.middle_column_bottom_legend_wrapper {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
	margin-top: -35px;
	top: -20px;
	left: -20px;
	position: relative;
}
.middle_column_bottom_legend_wrapper ul li {
	display: inline-block;
	padding: 10px 0px 0px 0px;
	width: 25%
}
.middle_column_bottom_legend_wrapper ul li .legend_icon {
	top: 3px;
	position: relative;
}
.middle_column_bottom_legend_wrapper_2 {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
	margin-top: -15px;
	margin-top: -15px;
	top: -20px;
	left: -20px;
	position: relative;
}
.middle_column_bottom_legend_wrapper_2 ul li {
	display: inline-block;
	padding: 10px 0px 0px 0px;
	width: 25%
}
.middle_column_bottom_legend_wrapper_2 ul li .legend_icon {
	top: 3px;
	position: relative;
}

.mobile_middle_column_legend_wrapper {
	display: none;
}


.location_listing > ul li.mile_marker {
	width: 60px;
	min-width: 60px;
	height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.location_listing > ul li.name {
	text-align: left;
	padding-left: 5px;
#	width: 225px;
	width: 100%;
	min-width: 225px;
	min-height: 100%;
	border: 1px solid #001937;
	overflow: hidden;
}
.location_listing > ul li.span_used_for_calculation {
	text-align: left;
	padding-left: 5px;
#	width: 200px;
	width: 100px;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.location_listing > ul li.bridge_type {
	text-align: center;
	padding-left: 0px;
	width: 60px;
	min-width: 60px;
	height: 100%;
	border: 1px solid #001937;
}
.location_listing > ul li.horizontal_clearance_dimensions {
	width: 90px;
	min-width: 90px;
	height: 100%;
	border: 1px solid #001937;
}
.location_listing > ul li.elevation_of_low_steel {
	width: 80px;
	min-width: 80px;
	height: 100%;
	border: 1px solid #001937;
}
.location_listing > ul li.vertical_clearance_at_pool {
	width: 80px;
	min-width: 80px;
	height: 100%;
	border: 1px solid #001937;
}
.location_listing > ul li.normal_pool {
	width: 60px;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.location_listing > ul li.estimated_clearance_with_water_slope {
	width: 100px;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.location_listing > ul li.present_gauge_reading {
	text-align: right;
	padding-right: 5px;
	width: 70px;
	min-width: 70px;
	height: 100%;
	border: 1px solid #001937;
}
.location_listing > ul li.twenty_four_hour_water_prediction {
	width: 83px;
	min-width: 83px;
	height: 100%;
	border: 1px solid #001937;
}
.location_listing > ul li.lock_dimension_or_gauge_location {
	text-align: left;
	padding-left: 5px;
	width: 275px;
#	width: 100%;
	min-width: 275px;
	height: 100%;
	border: 1px solid #001937;
}
.location_listing > ul li.link_to_gauge {
	width: 50px;
	min-width: 50px;
	min-height: 100%;
	border: 1px solid #001937;
}
.location_listing > ul li.contact_information {
	text-align: left;
	padding-left: 5px;
	width: 100px;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.location_listing > ul li.vhf_channel {
	width: 70px;
	min-width: 70px;
	height: 100%;
	border: 1px solid #001937;
}
.location_listing > ul li.special_notes {
	width: 200px;
	min-width: 200px;
	height: 100%;
	border: 1px solid #001937;
}
.location_listing > ul li.information {
	text-align: left;
	padding-left: 5px;
	width: 100px;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.location_listing > ul li.actions {
	width: 80px;
	min-width: 80px;
	min-height: 100%;
	border: 1px solid #001937;
	position: relative;
}
.action_icons {
	top: -3px;
	padding-left: 1px;
	padding-right: 1px;
	position: relative;
}
.location_listing_headers > ul li.mile_marker_hr a, 
.location_listing_headers > ul li.name_hr a, 
.location_listing_headers > ul li.span_used_for_calculation_hr a, 
.location_listing_headers > ul li.bridge_type_hr a, 
.location_listing_headers > ul li.horizontal_clearance_dimensions_hr a, 
.location_listing_headers > ul li.elevation_of_low_steel_hr a, 
.location_listing_headers > ul li.vertical_clearance_at_pool_hr a, 
.location_listing_headers > ul li.normal_pool_hr a, 
.location_listing_headers > ul li.estimated_clearance_with_water_slope_hr a, 
.location_listing_headers > ul li.present_gauge_reading_hr a, 
.location_listing_headers > ul li.twenty_four_hour_water_prediction_hr a, 
.location_listing_headers > ul li.lock_dimension_or_gauge_location_hr a {
	color: #FFFFFF;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.mobile_header {
	display: none;
}

.theme_table_row_class_1 {
	background: #EDEDED;
	color: #001937;
}
.theme_table_row_class_2 {
	color: #001937;
}


#locations_container {
	clear: both;
	text-align: center;
	width: 100%;
}
#locations_group {
	clear: both;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.number_of_locations {
	float: left;
	width: 300px;
	height: 36px;
	padding-top: 8px;
	padding-left: 10px;
	text-align: left;
	position: relative;
}
.number_of_locations_text {
}
.no_locations_container {
	width: 100%;
	top: 20px;
	padding-top: 30px;
	text-align: center;
	position: relative;
}
.no_locations_title {
	color: #001937;
	font-size: 1.25rem;
	padding-bottom: 25px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.no_locations {
	display: block;
	width: 550px;
	width: 100%;
	text-align: left;
    margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
}
.no_locations ul {
	left: 30px;
	position: relative;
}
.no_locations span {
	left: 30px;
	position: relative;
}
.no_search_results_returned_container {
	width: 100%;
	text-align: center;
}
.no_search_results_returned_title {
	color: #001937;
	font-size: 1.25rem;
	padding-bottom: 25px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.no_search_results_returned {
	display: block;
	width: 550px;
	text-align: left;
    margin: 0 auto;
	position: relative;
}
.no_search_results_returned ul {
	left: 30px;
	position: relative;
}
.no_search_results_returned span {
	left: 30px;
	position: relative;
}
.no_products_in_this_category_container {
	width: 100%;
	top: 20px;
	text-align: center;
	position: relative;
}
.no_products_in_this_category_title {
	color: #001937;
	font-size: 1.25rem;
	padding-bottom: 25px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.no_products_in_this_category {
	display: block;
	width: 550px;
	text-align: left;
    margin: 0 auto;
	position: relative;
}
.no_products_in_this_category ul {
	left: 30px;
	position: relative;
}
.no_products_in_this_category span {
	left: 30px;
	position: relative;
}

#right_column_container {
	width: 100%;
	padding-top: 5px;
	padding-left: 3px;
	overflow: hidden;
	position: relative;
}
.right_column_list_header {
	background: #F97400;
	height: 70px;
	font-weight: bold;
	border-radius: 15px 15px 10px 0px;
}
.right_column_list_header_span {
    text-shadow: 2px 6px 10px rgba(0, 0, 0, 0.3);
	padding-top: 7px;
	text-align: center;
#	border: 1px solid #FFFFFF;
}
.right_column_list {
	background: #EDEDED;
	top: -30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
	height: 100%;
	width: 100%;
	margin-bottom: -40px;
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	position: relative;
}
.right_column_stripe_container {
	top: -40px;
	height: 39px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.right_column_list_stripe_1 {
	top: 0px;
	left: -380px;
	width: 1100px;
	height: 1100px;
	background: #FFFFFF;
	-moz-border-radius: 550px;
	-webkit-border-radius: 550px;
	border-radius: 550px;
	position: relative;
}
.right_column_list_stripe_2 {
	top: -1098px;
	left: -350px;
	width: 1100px;
	height: 1100px;
	background: #EDEDED;
	-moz-border-radius: 550px;
	-webkit-border-radius: 550px;
	border-radius: 550px;
	position: relative;
}
.right_column_list {
	background: #EDEDED;
	top: -46px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	height: 100%;
	width: 100%;
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	position: relative;
}
.right_column_list ul {
	top: -18px;
	left: 10px;
	list-style-type: none;
	font-size: 12px;
	position: relative;
}
.right_column_list ul li {
	padding-bottom: 4px;
	left: 0px;
	position: relative;
}
.right_column_legend_icons {
	top: 3px;
	position: relative;
}
#right_column_2_contact_information_div {
	padding-top: 5px;
	padding-bottom: 3px;
}
#right_column_2_location_thumbnail_div {
	padding-top: 5px;
	padding-bottom: 3px;
}
#right_column_location_thumbnail_div {
	border: 1px solid #000;
	width: 90%;
	text-align: center;
	padding-top: 5px;
}
#right_column_location_thumbnail_div a {
	width: 90%;
	text-align: center;
	padding-top: 5px;
}
.right_column_display_location_thumbnail {
	text-align: center;
}
.right_column_display_additional_info_location_header {
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
.right_column_display_additional_info_header {
	float: left;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 14px;
	position: relative;
}
.right_column_display_additional_info_header_2 {
	float: left;
	font-weight: bold;
	font-size: 14px;
	width: 163px;
	position: relative;
}
.right_column_display_additional_info_header_3 {
	float: left;
	width: 50%;
	margin-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 14px;
	position: relative;
}
.right_column_display_additional_info_header_2_present_gauge_reading {
	float: left;
	font-weight: bold;
	font-size: 14px;
	width: 150px;
	position: relative;
}














.docks_and_fleeting_listing_additional_info {
	left: -10px;
	width: 100%;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	position: relative;
}
.docks_and_fleeting_listing_additional_info ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-top: 0px;
	margin-bottom: -12px;
	left: -41px;
	position: relative;
}
.docks_and_fleeting_listing_additional_info > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
	margin-left: 0px;
}
.docks_and_fleeting_listing_additional_info > ul li.mileboard {
	width: 85px;
	min-width: 85px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
	left: 40px;
	top: -25px;
	z-index: 10;
}
.docks_and_fleeting_listing_additional_info > ul li.mileboard_info {
	text-align: right;
	padding-left: 5px;
	width: 70px;
	min-width: 70px;
	min-height: 100%;
	font-size: 14px;
	left: 40px;
	top: -25px;
	z-index: 10;
}
.daf_additional_info_facility {
	top: -18px;
	position: relative;
	margin-bottom: -10px;
}
.docks_and_fleeting_listing_additional_info > ul li.port {
	width: 40px;
	min-width: 40px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.port_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 190px;
	min-height: 100%;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.facility_type {
	width: 100px;
	min-width: 100px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.facility_type_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 130px;
	min-height: 100%;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.vhf_channels {
	width: 100px;
	min-width: 100px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.vhf_channels_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 130px;
	min-height: 100%;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.main_contact {
	width: 90px;
	min-width: 90px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.main_contact_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 140px;
	min-height: 100%;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.additional_contact {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.additional_contact_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 218px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -148px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info > ul li.dispatcher {
	width: 100px;
	min-width: 100px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.dispatcher_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 130px;
	min-height: 100%;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.email {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.email_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 218px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -148px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info > ul li.location_description {
	width: 150px;
	min-width: 150px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.location_description_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 218px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -178px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info > ul li.purpose {
	width: 150px;
	min-width: 150px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.purpose_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 218px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -178px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info > ul li.type_of_freight {
	width: 150px;
	min-width: 150px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.type_of_freight_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 218px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -178px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info > ul li.shelter {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.shelter_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 218px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -148px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info > ul li.mechanical_appliances {
	width: 150px;
	min-width: 150px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.mechanical_appliances_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 218px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -178px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info > ul li.dock_construction {
	width: 150px;
	min-width: 150px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.dock_construction_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 218px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -178px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info > ul li.highway_access {
	width: 150px;
	min-width: 150px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.highway_access_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 218px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -178px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info > ul li.rail_connections {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.rail_connections_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 218px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -148px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info > ul li.fuel_availability {
	width: 100px;
	min-width: 100px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.fuel_availability_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 130px;
	min-height: 100%;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.remarks {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.remarks_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 218px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -148px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info > ul li.street_address {
	width: 150px;
	min-width: 150px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.street_address_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 218px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -178px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info > ul li.coordinates {
	width: 150px;
	min-width: 150px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.coordinates_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 218px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -178px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info > ul li.operators {
	width: 150px;
	min-width: 150px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.operators_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 218px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -178px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info > ul li.operators_info > .operator_and_owner_phone_numbers_container {
	text-align: left;
	padding-left: 0px;
	width: 200px;
	min-width: 200px;
	font-size: 14px;
	top: 0px;
	left: 20px;
	margin-bottom: -37px;
	position: relative;
	overflow: hidden;
}
.docks_and_fleeting_listing_additional_info > ul li.operators_info > .operator_and_owner_phone_numbers_container > .operator_and_owner_phone_numbers {
	text-align: left;
	padding-left: 0px;
	width: 100%;
	min-width: 100px;
	height: 100%;
	font-size: 14px;
	top: -15.5px;
	left: 55px;
	margin-bottom: 5px;
	position: relative;
}
.docks_and_fleeting_listing_additional_info > ul li.owners {
	width: 150px;
	min-width: 150px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.owners_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 218px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -178px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info > ul li.owners_info > .operator_and_owner_phone_numbers_container {
	text-align: left;
	padding-left: 0px;
	width: 200px;
	min-width: 200px;
	font-size: 14px;
	top: 0px;
	left: 20px;
	margin-bottom: -37px;
	position: relative;
	overflow: hidden;
}
.docks_and_fleeting_listing_additional_info > ul li.owners_info > .operator_and_owner_phone_numbers_container > .operator_and_owner_phone_numbers {
	text-align: left;
	padding-left: 0px;
	width: 100%;
	min-width: 100px;
	height: 100%;
	font-size: 14px;
	top: -15.5px;
	left: 55px;
	margin-bottom: 5px;
	position: relative;
}
.docks_and_fleeting_listing_additional_info > ul li.vertical_datum {
	width: 150px;
	min-width: 150px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.vertical_datum_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 218px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -178px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info > ul li.depth_min {
	width: 90px;
	min-width: 90px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.depth_min_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 140px;
	min-height: 100%;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.depth_max {
	width: 90px;
	min-width: 90px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.depth_max_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 140px;
	min-height: 100%;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.berthing_l {
	width: 110px;
	min-width: 110px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.berthing_l_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 120px;
	min-height: 100%;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.berthing_t {
	width: 110px;
	min-width: 110px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.berthing_t_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 120px;
	min-height: 100%;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.deck_height {
	width: 110px;
	min-width: 110px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info > ul li.deck_height_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 120px;
	min-height: 100%;
	font-size: 14px;
}
.locations_listing_additional_info_mobile, 
.docks_and_fleeting_listing_additional_info_mobile, 
.lock_status_listing_additional_info_mobile {
	width: 100%;
	top: 10px;
	text-align: left;
	padding-left: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	height: auto;
	position: relative;
	overflow-y: auto;
}
.locations_listing_additional_info_mobile ul li, 
.docks_and_fleeting_listing_additional_info_mobile ul li, 
.lock_status_listing_additional_info_mobile ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-top: 0px;
	margin-bottom: -12px;
	left: -31px;
	position: relative;
}
.locations_listing_additional_info_mobile > ul, 
.docks_and_fleeting_listing_additional_info_mobile > ul, 
.lock_status_listing_additional_info_mobile > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
	margin-left: 0px;
}
.locations_listing_additional_info_mobile > ul li.mileboard, 
.docks_and_fleeting_listing_additional_info_mobile > ul li.mileboard, 
.lock_status_listing_additional_info_mobile > ul li.mileboard {
	text-align: right;
	width: 185px;
	min-width: 185px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
	top: -15px;
	z-index: 10;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.mileboard { 
	left: 50px;
}
.locations_listing_additional_info_mobile > ul li.mileboard, 
.lock_status_listing_additional_info_mobile > ul li.mileboard {
	left: 60px;
}
.locations_listing_additional_info_mobile > ul li.mileboard_info, 
.docks_and_fleeting_listing_additional_info_mobile > ul li.mileboard_info, 
.lock_status_listing_additional_info_mobile > ul li.mileboard_info {
	text-align: right;
	padding-left: 5px;
	width: 70px;
	min-width: 70px;
	min-height: 100%;
	font-size: 14px;
	top: -15px;
	z-index: 10;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.mileboard_info { 
	left: 50px;
}
.locations_listing_additional_info_mobile > ul li.mileboard_info, 
.lock_status_listing_additional_info_mobile > ul li.mileboard_info {
	left: 40px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.port, 
.lock_status_listing_additional_info_mobile > ul li.phone {
	width: 100px;
	min-width: 100px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.port_info, 
.lock_status_listing_additional_info_mobile > ul li.phone_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 130px;
	min-height: 100%;
	font-size: 14px;
	margin-right: -20px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.vhf_channels, 
.lock_status_listing_additional_info_mobile > ul li.vhf_channels {
	width: 100px;
	min-width: 100px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.vhf_channels_info, 
.lock_status_listing_additional_info_mobile > ul li.vhf_channels_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 130px;
	min-height: 100%;
	font-size: 14px;
	margin-right: -20px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.main_contact {
	width: 100px;
	min-width: 100px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.main_contact_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 130px;
	min-height: 100%;
	font-size: 14px;
	margin-right: -20px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.additional_contact {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.additional_contact_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 313px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -128px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.dispatcher {
	width: 100px;
	min-width: 100px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.dispatcher_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 130px;
	min-height: 100%;
	font-size: 14px;
	margin-right: -20px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.email {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.email_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 313px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -128px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.type_of_freight {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.type_of_freight_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 313px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -128px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.shelter {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.shelter_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 313px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -128px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.mechanical_appliances {
	width: 150px;
	min-width: 150px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.mechanical_appliances_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 313px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -158px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.rail_connections {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.rail_connections_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 313px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -128px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.fuel_availability {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.fuel_availability_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 215px;
	min-height: 100%;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.remarks {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.remarks_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 313px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -128px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.facility_type {
	width: 100px;
	min-width: 100px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.facility_type_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 130px;
	min-height: 100%;
	font-size: 14px;
	margin-right: -20px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.location_description {
	width: 135px;
	min-width: 135px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.location_description_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 313px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -143px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.purpose {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.purpose_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 313px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -128px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.dock_construction {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.dock_construction_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 313px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -128px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.highway_access {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.highway_access_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 313px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -128px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.street_address {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.street_address_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 313px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -128px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.coordinates {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.coordinates_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 313px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -128px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.operators {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.operators_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 313px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -128px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.operators_info > .operator_and_owner_phone_numbers_container {
	text-align: left;
	padding-left: 0px;
	width: 200px;
	min-width: 200px;
	font-size: 14px;
	top: 0px;
	left: 20px;
	margin-bottom: -37px;
	position: relative;
	overflow: hidden;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.operators_info > .operator_and_owner_phone_numbers_container > .operator_and_owner_phone_numbers {
	text-align: left;
	padding-left: 0px;
	width: 100%;
	min-width: 100px;
	height: 100%;
	font-size: 14px;
	top: -15.5px;
	left: 55px;
	margin-bottom: 5px;
	position: relative;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.owners {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.owners_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 313px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -128px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.owners_info > .operator_and_owner_phone_numbers_container {
	text-align: left;
	padding-left: 0px;
	width: 200px;
	min-width: 200px;
	font-size: 14px;
	top: 0px;
	left: 20px;
	margin-bottom: -37px;
	position: relative;
	overflow: hidden;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.owners_info > .operator_and_owner_phone_numbers_container > .operator_and_owner_phone_numbers {
	text-align: left;
	padding-left: 0px;
	width: 100%;
	min-width: 100px;
	height: 100%;
	font-size: 14px;
	top: -15.5px;
	left: 55px;
	margin-bottom: 5px;
	position: relative;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.vertical_datum {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.vertical_datum_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 313px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -128px;
	margin-bottom: 5px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.depth_min {
	width: 100px;
	min-width: 100px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.depth_min_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 130px;
	min-height: 100%;
	font-size: 14px;
	margin-right: -20px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.depth_max {
	width: 100px;
	min-width: 100px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.depth_max_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 130px;
	min-height: 100%;
	font-size: 14px;
	margin-right: -20px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.berthing_l {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.berthing_l_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 130px;
	min-height: 100%;
	font-size: 14px;
	margin-right: -20px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.berthing_t {
	width: 100px;
	min-width: 100px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.berthing_t_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 130px;
	min-height: 100%;
	font-size: 14px;
	margin-right: -20px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.deck_height {
	width: 100px;
	min-width: 100px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.docks_and_fleeting_listing_additional_info_mobile > ul li.deck_height_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 130px;
	min-height: 100%;
	font-size: 14px;
	margin-right: -20px;
}
.locations_listing_additional_info_mobile > ul li.horizontal_clearance, 
.locations_listing_additional_info_mobile > ul li.elevation_of_low_steel, 
.locations_listing_additional_info_mobile > ul li.vertical_clearance_at_pool, 
.locations_listing_additional_info_mobile > ul li.normal_pool, 
.locations_listing_additional_info_mobile > ul li.zero_of_gauge, 
.locations_listing_additional_info_mobile > ul li.estimated_clearance, 
.locations_listing_additional_info_mobile > ul li.present_gauge_reading, 
.locations_listing_additional_info_mobile > ul li.twenty_four_hour_prediction {
	width: 100%;
	min-width: 200px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.locations_listing_additional_info_mobile > ul li.horizontal_clearance_info, 
.locations_listing_additional_info_mobile > ul li.elevation_of_low_steel_info, 
.locations_listing_additional_info_mobile > ul li.vertical_clearance_at_pool_info, 
.locations_listing_additional_info_mobile > ul li.normal_pool_info, 
.locations_listing_additional_info_mobile > ul li.zero_of_gauge_info, 
.locations_listing_additional_info_mobile > ul li.estimated_clearance_info, 
.locations_listing_additional_info_mobile > ul li.present_gauge_reading_info, 
.locations_listing_additional_info_mobile > ul li.twenty_four_hour_prediction_info {
	text-align: right;
	padding-left: 5px;
	width: 75px;
	min-width: 75px;
	min-height: 100%;
	font-size: 14px;
	margin-right: -20px;
}
.lock_status_listing_additional_info_mobile > ul li.average_wait_time, 
.lock_status_listing_additional_info_mobile > ul li.lock_dimensions {
	width: 120px;
	min-width: 120px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.lock_status_listing_additional_info_mobile > ul li.average_wait_time_info, 
.lock_status_listing_additional_info_mobile > ul li.lock_dimensions_info {
	text-align: right;
	padding-left: 5px;
	width: 100%;
	min-width: 130px;
	min-height: 100%;
	font-size: 14px;
	margin-right: -20px;
}
.lock_status_listing_additional_info_mobile > ul li.lock_upbound_traffic_hr, 
.lock_status_listing_additional_info_mobile > ul li.lock_downbound_traffic_hr {
	text-align: center;
	width: 337px;
	min-width: 337px;
	min-height: 100%;
	margin-top: 10px;
	margin-bottom: -17px;
	background-color: #5B9BD5;
	color: #FFFFFF;
	border: 1px solid #001937;
}
.lock_status_listing_additional_info_mobile > ul li.lock_upbound_traffic_hr a, 
.lock_status_listing_additional_info_mobile > ul li.lock_downbound_traffic_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.lock_status_listing_additional_info_mobile > ul li.lock_upbound_traffic, 
.lock_status_listing_additional_info_mobile > ul li.lock_downbound_traffic {
	text-align: center;
	width: 337px;
	min-width: 337px;
	min-height: 100%;
	padding-left: 5px;
	border: 1px solid #001937;
	position: relative;
}
.lock_upbound_traffic_detailed2, 
.lock_downbound_traffic_detailed2 {
	margin-right: 5px;
	margin-top: -1px;
	position: relative;
}
.lock_upbound_traffic_detailed2 table, 
.lock_downbound_traffic_detailed2 table {
	border-collapse:separate; 
	border-spacing:0;
}
.lock_upbound_traffic_detailed2 td, 
.lock_downbound_traffic_detailed2 td {
	font-size: 11.5px;
}
.locations_listing_additional_info_mobile > ul li.lock_dimension_gauge_location, 
.locations_listing_additional_info_mobile > ul li.contact_information, 
.locations_listing_additional_info_mobile > ul li.vhf_channel, 
.locations_listing_additional_info_mobile > ul li.span_used_for_calculation, 
.locations_listing_additional_info_mobile > ul li.special_notes {
	width: 335px;
	min-width: 335px;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
}
.locations_listing_additional_info_mobile > ul li.lock_dimension_gauge_location_info, 
.locations_listing_additional_info_mobile > ul li.contact_information_info, 
.locations_listing_additional_info_mobile > ul li.vhf_channel_info, 
.locations_listing_additional_info_mobile > ul li.span_used_for_calculation_info, 
.locations_listing_additional_info_mobile > ul li.special_notes_info {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 315px;
	min-height: 100%;
	font-size: 14px;
	top: 15px;
	left: -345px;
	margin-bottom: 5px;
}








.right_column_display_additional_info_displayed_data {
	clear: both;
	top: 10px;
	width: 100%;
	padding-left: 15px;
	font-size: 14px;
	position: realtive;
}
.right_column_display_additional_info_displayed_data_2 {
	float: right;
	margin-left: 15px;
	font-size: 14px;
	position: relative;
}
.right_column_display_additional_info_displayed_data_3 {
	float: left;
	text-align: right;
	margin-left: 15px;
	width: 45%;
	font-size: 14px;
	position: relative;
}
.right_column_display_additional_info_bottom_of_div_spacer {
	margin-bottom: 15px;
}
.single_river_bottom_spacer {
	height: 20px;
	position: relative;
	
}
.right_column_display_additional_info_river {
	font-weight: bold;
	font-size: 14px;
	top: -25px;
	left: 100px;
	position: absolute;
	z-index:10;
}
.right_column_display_additional_info_river span {
	font-weight: normal;
}
.right_column_display_additional_info_mile_marker {
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	top: -15px;
	left: 70px;
	width: 178px;
	padding-right: 8px;
	position: absolute;
	z-index:10;
}
.right_column_display_additional_info_mile_marker span {
	font-weight: normal;
}

#right_column_2_gauge_graphs_div {
	padding-top: 5px;
	padding-bottom: 3px;
}
#gauge_level_graph_div {
	width: 100%;
	height: 100%;
	position: relative;
}
#gauge_level_div {
	width: 100%;
	height: 100%;
	position: relative;
}

#graph_timeframe_links_div {
	top: -10px;
	left: -7px;
	width: 243px;
	font-size: 16px;
	position: relative;
}
#graph_timeframe_links_div li {
	display: inline;
	margin-left: -3px;
	font-size: 16px;
}
#graph_timeframe_links_div li a {
	margin: 5px 0px 5px 0px;
	padding: 2px 5px 2px 5px;
	background: #EEEEEE;
	color: #A3A3A3;
	border: 1px solid #E5E5E5;
	text-decoration: none;
}
#graph_timeframe_links_div li a:hover {
	margin: 5px 0px 5px 0px;
	padding: 2px 5px 2px 5px;
	background: #E5E5E5;
	color: #B1B1B1;
	border: 1px solid #E5E5E5;
	text-decoration: none;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
#graph_timeframe_links_div li a:hover {
	margin: 5px 0px 5px 0px;
	padding: 2px 5px 2px 5px;
	background: #D2D2D2;
	color: #F0F0F0;
	border: 1px solid #D2D2D2;
	text-decoration: none;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
#graph_timeframe_links_div li .graph_timeframe_button {
	margin: 5px 0px 5px 0px;
	padding: 2px 5px 2px 5px;
	background: #EEEEEE;
	color: #A3A3A3;
	border: 1px solid #EEEEEE;
	text-decoration: none;
	
}
#graph_timeframe_links_div li .graph_timeframe_selected {
	margin: 5px 0px 5px 0px;
	padding: 2px 5px 2px 5px;
	background: #B9B9B9;
	color: #F0F0F0;
	border: 1px solid #B9B9B9;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
#admin_river_container {
	margin-bottom: 20px;
	width: 100%;
}

#admin_gauge_reading_container {
	margin-bottom: 20px;
	width: 100%;
}
.admin_gauge_reading_listing_headers {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.admin_gauge_reading_listing_headers ul li {
	float: left;
	display: inline-block;
	background-color: #5B9BD5;
	padding: 5px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	position: relative;
}
.admin_gauge_reading_listing {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
	margin-top: -12px;
	top: -1px;
}
.admin_gauge_reading_listing ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.admin_gauge_reading_listing_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.admin_gauge_reading_listing > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.admin_gauge_reading_id_hr {
	width: 40px;
	min-width: 30px;
	margin: 0px;
	margin-left: -35px;
	border: 1px solid #001937;
	position: relative;
}
.admin_gauge_reading_location_name_hr {
	width: 100%;
	min-width: 225px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_upper_hr {
	width: 100%;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_upper_change_hr {
	width: 100%;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_upper_lift_hr {
	width: 100%;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_upper_flood_stage_hr {
	width: 100%;
	min-width: 107px;
	height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_upper_pool_stage_hr {
	width: 100%;
	min-width: 55px;
	height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_upper_zero_of_gauge_hr {
	width: 100%;
	min-width: 90px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_lower_hr {
	width: 100%;
	min-width: 100px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_lower_change_hr {
	width: 100%;
	min-width: 80px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_lower_lift_hr {
	width: 100%;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_lower_flood_stage_hr {
	width: 100%;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_lower_pool_stage_hr {
	width: 100%;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_lower_zero_of_gauge_hr {
	width: 100%;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_updated_hr {
	width: 100%;
	min-width: 115px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_last_updated_hr {
	width: 100%;
	min-width: 115px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_updated_by_hr {
	width: 100%;
	min-width: 75px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_actions_hr {
	width: 60px;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}

.admin_gauge_reading_listing > ul li.admin_gauge_reading_id {
	width: 40px;
	min-width: 30px;
	height: 100%;
	margin-left: -41px;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_location_name {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 225px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_upper {
	text-align: center;
	padding-left: 5px;
	width: 100%;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_upper_change {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_upper_lift {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 100px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_upper_flood_stage {
	text-align: center;
	padding-left: 5px;
	width: 100%;
	min-width: 107px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_upper_pool_stage {
	text-align: center;
	padding-left: 5px;
	width: 100%;
	min-width: 55px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_upper_zero_of_gauge {
	text-align: center;
	padding-left: 5px;
	width: 100%;
	min-width: 90px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_lower {
	text-align: center;
	padding-left: 5px;
	width: 100%;
	min-width: 100px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_lower_change {
	text-align: center;
	padding-left: 5px;
	width: 100%;
	min-width: 80px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_lower_lift {
	text-align: center;
	padding-left: 5px;
	width: 100%;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_lower_flood_stage {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_lower_pool_stage {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_lower_zero_of_gauge {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_updated {
	text-align: center;
	padding-left: 5px;
	width: 100%;
	min-width: 115px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_last_updated {
	text-align: center;
	padding-left: 5px;
	width: 100%;
	min-width: 115px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_updated_by {
	text-align: center;
	padding-left: 5px;
	width: 100%;
	min-width: 75px;
	min-height: 100%;
	border: 1px solid #001937;
}
.admin_gauge_reading_listing > ul li.admin_gauge_reading_actions {
	width: 60px;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
	position: relative;
}
#gauge_reading_details_wrapper {
	width: 100%;
	min-width: 100%;
#	border: 1px solid #000;
}
#gauge_reading_details_section_header {
	width: 100%;
	min-width: 700px;
	height: 50px;
	text-align: center;
}
.gauge_reading_details_section_header {
	font-size: 1.50rem;
}
#gauge_reading_info_updated {
	display: none;
	background: #EEEEEE;
#	background: yellow;
	color: #A3A3A3;
	top: 0px;
	left: 0px;
	width: 408px;
	height: 17px;
	padding-top: 0px;
	text-align: center;
	position: absolute;
	z-index: 10;
}
#gauge_reading_details_times_container {
	text-align: center;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 19px;
	width: 408px;
	min-width: 350px;
	left: -10px;
	top: -11px;
	border-top: 1px dotted #7F7E7D;
	border-bottom: 1px dotted #7F7E7D;
	font-size: 0.9rem;
#	background: yellow;
	position: relative;
}
#gauge_reading_details_when_gauge_reading_added {
	float: left;
	text-align: left;
}
#gauge_reading_details_when_gauge_reading_last_updated {
	float: right;
	text-align: right;
}
#gauge_reading_details_when_gauge_reading_last_updated2 {
	display: none;
}
#gauge_reading_details_when_gauge_reading_added_2 {
	float: right;
	text-align: right;
}
#gauge_reading_details_top_container {
	clear: both;
	font-size: 0.9rem;
	line-height: 22px;
	height: auto;
	position: relative;
	overflow: hidden;
}
#gauge_reading_details_container_left_side {
	float: left;
	width: 375px;
	height: 100%;
	padding-right: 10px;
	position: relative;
}
#gauge_reading_details_container_left_side_left {
	float: left;
	width: 125px;
	text-align: right;
	padding-right: 10px;
}
#gauge_reading_details_container_left_side_right {
	float: left;
}
#gauge_reading_details_top_container_vertical_divider {
	float: left;
	left: 387px;
	width: 1px;
	top: 10px;
	bottom: 10px;
	border-left: 1px dotted #7F7E7D;
	position: absolute;
}
#gauge_reading_details_container_right_side {
	float: right;
#	background: orange;
	width: 375px;
	padding-left: 10px;
	height: auto;
	position: relative;
}
#gauge_reading_details_container_right_side_left {
	float: left;
#	background: blue;
	width: 125px;
	text-align: right;
	padding-right: 10px;
}
#gauge_reading_details_container_right_side_right {
	float: left;
#	background: orange;
}
.gauge_reading_details_select_dropdown {
	color: #7F7E7D;
	border: 1px solid #7F7E7D;
	width: 165px;
	min-width: 165px;
}
.gauge_reading_details_input {
	color: #7F7E7D;
	border: 1px solid #7F7E7D;
	min-width: 203px;
}
.gauge_reading_details_input2 {
	color: #7F7E7D;
	border: 1px solid #7F7E7D;
	width: 165px;
	padding-left: 5px;
	min-width: 165px;
}
#gauge_reading_details_gauge_reading_abbreviation_input {
		color: #7F7E7D;
}
#gauge_reading_details_bottom_container {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 0.9rem;
	line-height: 22px;
	height: auto;
	top: -5px;
	position: relative;
	overflow: hidden;
}
#gauge_reading_details_bottom_container_left {
	float: left;
	width: 220px;
	text-align: right;
	padding-right: 10px;
}
#gauge_reading_details_bottom_container_right {
	float: left;
	padding-left: 0px;
}
#update_gauge_reading_button_container {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 15px;
}

#gauge_reading_details_special_notes_container {
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 0.9rem;
	line-height: 22px;
	height: auto;
	position: relative;
	overflow: hidden;
}
#gauge_reading_details_special_notes_container_left {
	float: left;
	width: 125px;
	top: -5px;
	text-align: left;
	padding-right: 10px;
	position: relative;
}
#gauge_reading_details_special_notes_container_right {
	float: left;
	padding-left: 0px;
}
.gauge_reading_details_special_notes_textbox {
	width: 388px;
	color: #7F7E7D;
	border: 1px solid #7F7E7D;
	height: 66px;
}
.gauge_reading_details_special_notes_textbox_printing {
	display: none;
	width: 388px;
}
.gauge_reading_details_special_notes_textbox_counter {
	text-align: right;
	width: 100%;
	top: -6px;
	position: relative;
}
.gauge_reading_details_err_msg {
	text-align: center;
	left: 0px;
	width: 100%;
	position: absolute;
	z-index: 11;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_id_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_location_name_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_upper_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_upper_change_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_upper_lift_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_upper_flood_stage_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_upper_pool_stage_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_upper_zero_of_gauge_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_lower_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_lower_change_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_lower_lift_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_lower_flood_stage_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_lower_pool_stage_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_lower_zero_of_gauge_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_updated_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_last_updated_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_updated_by_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.admin_gauge_reading_listing_headers > ul li.admin_gauge_reading_actions_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#notauthorizedtoprint {
  display: none; /* Hidden by default */
} 
.gauge_reading_age_green {
	margin-left: 5px;
	top: -1px;
	height: 10px;
	width: 10px;
	background-color: green;
	border-radius: 50%;
	display: inline-block;
}
.gauge_reading_age_yellow {
	margin-left: 5px;
	top: -1px;
	height: 10px;
	width: 10px;
	border-color: #000000;
	background-color: yellow;
	border-radius: 50%;
	display: inline-block;
}
.gauge_reading_age_red {
	margin-left: 5px;
	top: -1px;
	height: 10px;
	width: 10px;
	background-color: red;
	border-radius: 50%;
	display: inline-block;
}
.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.right_column_legend {
	height: 18px;
}
.right_column_legend2 {
}
.legend_row_highlighting {
	height: 22px;
	line-height: 22px;
	left: -47px;
	text-align: center;
	width: 225px;
	max-width: 225px;
	position: relative;
}
.location_image_icon {
	text-decoration: none;
	margin-left: 5px;
	top: -2px;
	height: 75px;
	width: 75px;
	background-color: #FFFFFF;
	border-radius: 50%;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
}
.location_info_icon {
	text-decoration: none;
	top: -2px;
	height: 75px;
	width: 75px;
	background-color: #8080FF;
	color: #FFFFFF;
	border-radius: 50%;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
}
.location_calculate_icon {
	text-decoration: none;
	margin-left: 5px;
	top: -2px;
	height: 75px;
	width: 75px;
	background-color: #FFFFFF;
	border-radius: 50%;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
}
.lock_status_info_icon {
	text-decoration: none;
	top: -2px;
	height: 75px;
	width: 75px;
	background-color: #8080FF;
	color: #FFFFFF;
	border-radius: 50%;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
}
.docks_and_fleeting_info_icon {
	text-decoration: none;
	top: -2px;
	height: 75px;
	width: 75px;
	background-color: #8080FF;
	color: #FFFFFF;
	border-radius: 50%;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
}
.weather_info_icon {
	text-decoration: none;
	top: -2px;
	height: 75px;
	width: 75px;
	background-color: #8080FF;
	color: #FFFFFF;
	border-radius: 50%;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 1px;
	position: relative;
}
.horizontal_links {
	height: 18px;
}
#middle_column_top_legend_wrapper > ul li.smaller_screen_horizontal_links, 
#middle_column_bottom_legend_wrapper > ul li.smaller_screen_horizontal_links, 
#middle_column_bottom_legend_wrapper_2 > ul li.smaller_screen_horizontal_links {
	height: 18px;
	display: none;
}

.mobile_horizontal_links {
	display: none;
}
.mobile_horizontal_links2 {
	display: none;
}
#mobile_middle_column_legend_wrapper {
	display: none;
}
.clearances_button {
	margin-left: 5px;
	top: 1px;
	height: 20px;
	color: #757575;
	background-color: #EDEDED;
	padding: 3px 15px 0px 20px;
	text-decoration: none;
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #888888;
	display: inline-block;
	position: relative;
}
.clearances_button:hover {
	color: #001937;
	background-color: #D2D2D2;
	border-color: #888888;
}
.gauge_predictions_button {
	margin-left: 5px;
	top: 1px;
	height: 20px;
	color: #757575;
	background-color: #EDEDED;
	padding: 3px 15px 0px 20px;
	text-decoration: none;
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #888888;
	min-width: 130px;
	display: inline-block;
	position: relative;
}
.gauge_predictions_button:hover {
	color: #001937;
	background-color: #D2D2D2;
	border-color: #888888;
}
.lock_status_button {
	margin-left: 5px;
	top: 1px;
	height: 20px;
	color: #757575;
	background-color: #EDEDED;
	padding: 3px 15px 0px 20px;
	text-decoration: none;
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #888888;
	min-width: 95px;
	display: inline-block;
	position: relative;
}
.lock_status_button:hover {
	color: #001937;
	background-color: #D2D2D2;
	border-color: #888888;
}
.docks_and_fleeting_button {
	margin-left: 5px;
	top: 1px;
	height: 20px;
	color: #757575;
	background-color: #EDEDED;
	padding: 3px 15px 0px 20px;
	text-decoration: none;
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #888888;
	min-width: 125px;
	display: inline-block;
	position: relative;
}
.docks_and_fleeting_button:hover {
	color: #001937;
	background-color: #D2D2D2;
	border-color: #888888;
}
.smaller_screen_present_gauge_readings_button {
	margin-left: 5px;
	top: 1px;
	height: 20px;
	color: #757575;
	background-color: #EDEDED;
	padding: 3px 15px 0px 20px;
	text-decoration: none;
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #888888;
	display: inline-block;
	position: relative;
}
.smaller_screen_present_gauge_readings_button:hover {
	color: #001937;
	background-color: #D2D2D2;
	border-color: #888888;
}
.top_anchor_icon {
	text-decoration: none;
	text-align: right;
	top: 102px;
	right: 270px;
	height: 20px;
	width: 20px;
	min-width: 20px;
	color: #757575;
	background-color: #EDEDED;
	border-radius: 50%;
	border-width: thin;
	border-style: solid;
	border-color: #888888;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 1px;
	position: absolute;
	color: #0A2250;
    background-color: #F0F7FB;
    border: 1px solid #3498DB;
	z-index: 5;
}
.bottom_anchor_icon {
	text-decoration: none;
	text-align: right;
	bottom: 22px;
	right: 270px;
	height: 20px;
	width: 20px;
	min-width: 20px;
	color: #757575;
	background-color: #EDEDED;
	border-radius: 50%;
	border-width: thin;
	border-style: solid;
	border-color: #888888;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 2px;
	padding-bottom: 0px;
	position: absolute;
	color: #0A2250;
    background-color: #F0F7FB;
    border: 1px solid #3498DB;
	z-index: 5;
}
.top_anchor_icon:hover::before {
	content:'Top';
}
.bottom_anchor_icon:hover::before {
	content:'Bottom';
}
.top_anchor_icon:hover {
	width: 52px;
	min-width: 52px;
	border-radius: 20px;
}
.bottom_anchor_icon:hover {
	width: 75px;
	min-width: 75px;
	border-radius: 20px;
}
.top_anchor_icon_2 {
	text-decoration: none;
	text-align: right;
	top: 80px;
	right: 270px;
	height: 20px;
	width: 20px;
	min-width: 20px;
	color: #757575;
	background-color: #EDEDED;
	border-radius: 50%;
	border-width: thin;
	border-style: solid;
	border-color: #888888;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 1px;
	position: absolute;
	color: #0A2250;
    background-color: #F0F7FB;
    border: 1px solid #3498DB;
	z-index: 5;
}
.bottom_anchor_icon_2 {
	text-decoration: none;
	text-align: right;
	bottom: 23px;
	right: 270px;
	height: 20px;
	width: 20px;
	min-width: 20px;
	color: #757575;
	background-color: #EDEDED;
	border-radius: 50%;
	border-width: thin;
	border-style: solid;
	border-color: #888888;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 2px;
	padding-bottom: 0px;
	position: absolute;
	color: #0A2250;
    background-color: #F0F7FB;
    border: 1px solid #3498DB;
	z-index: 5;
}
.top_anchor_icon_2:hover::before {
	content:'Top';
}
.bottom_anchor_icon_2:hover::before {
	content:'Bottom';
}
.top_anchor_icon_2:hover {
	width: 52px;
	min-width: 52px;
	border-radius: 20px;
}
.bottom_anchor_icon_2:hover {
	width: 75px;
	min-width: 75px;
	border-radius: 20px;
}
.mobile_present_gauge_readings_button {
	display: inline-block;
}
.mobile_clearances_button {
	display: inline-block;
}
.mobile_gauge_predictions_button {
	display: inline-block;
}
.mobile_lock_status_button {
	display: inline-block;
}
.mobile_docks_and_fleeting_button {
	display: inline-block;
}

.estimated_clearance_with_water_slope_subscribe_button {
#	margin-left: 5px;
font-weight: normal;
	top: -3px;
	left: 0px;
	height: 16px;
	color: #757575;
	background-color: #EDEDED;
	padding: 1px 15px -2px 20px;
	text-decoration: none;
	border-radius: 30px;
	border: 1px solid #888888;
	min-width: 90px;
	display: inline-block;
	position: relative;
}
.estimated_clearance_with_water_slope_subscribe_button:hover {
	color: #001937;
	background-color: #D2D2D2;
	border-color: #888888;
}
.present_gauge_reading_subscribe_button {
	margin-left: 3px;
	top: -3px;
	height: 16px;
	color: #757575;
	background-color: #EDEDED;
	background-color: orange;
	padding: 1px 20px -2px 0px;
	padding-right: 6px;
	text-decoration: none;
	border-radius: 30px;
	border: 1px solid #888888;
	min-width: 62px;
	display: inline-block;
	position: relative;
}
.present_gauge_reading_subscribe_button:hover {
	color: #001937;
	background-color: #D2D2D2;
	border-color: #888888;
}
.twenty_four_hour_water_prediction_subscribe_button {
#	margin-left: 5px;
	top: -3px;
	height: 16px;
	color: #757575;
	background-color: #EDEDED;
	padding: 1px 15px -2px 20px;
	text-decoration: none;
	border-radius: 30px;
	border: 1px solid #888888;
	min-width: 75px;
	display: inline-block;
	position: relative;
}
.twenty_four_hour_water_prediction_subscribe_button:hover {
	color: #001937;
	background-color: #D2D2D2;
	border-color: #888888;
}
.latest_gauge_readings_subscribe_button {
	margin-left: 5px;
	top: -3px;
	margin-bottom: -2px;
	height: 16px;
	color: #757575;
	background-color: #EDEDED;
	padding: 1px 15px -2px 20px;
	text-decoration: none;
	border-radius: 30px;
	border: 1px solid #888888;
	min-width: 97px;
	display: inline-block;
	position: relative;
}
.latest_gauge_readings_subscribe_button:hover {
	color: #001937;
	background-color: #D2D2D2;
	border-color: #888888;
}
.latest_gauge_readings_subscribe_button2 {
	margin-left: 20px;
	top: -3px;
	margin-bottom: -2px;
	height: 16px;
	color: #757575;
	background-color: #EDEDED;
	padding: 1px 15px -2px 20px;
	text-decoration: none;
	border-radius: 30px;
	border: 1px solid #888888;
	min-width: 58px;
	display: inline-block;
	position: relative;
}
.latest_gauge_readings_subscribe_button2:hover {
	color: #001937;
	background-color: #D2D2D2;
	border-color: #888888;
}
























#location_details_uploaded_image_container_left {
	float: left;
	width: 100px;
	top: 0px;
	text-align: left;
	padding-right: 10px;
	position: relative;
}
#location_details_uploaded_image_container_right {
	float: left;
	padding-left: 0px;
}
.location_details_input3 {
	width: 288px;
}
#uploaded_image {
	top: 5px;
	position: relative;
}
.location_calculations {
	font-size: 12px;
}















#admin_config_settings_container {
	margin-bottom: 20px;
	width: 100%;
}


.admin_config_settings_column_container {
	float: left;
	margin-right: 15px;
	width: 100%;
}
.admin_config_section_header {
	background: #0A2250;
	height: 30px;
	width: 100%;
	font-weight: bold;
	border-radius: 15px 15px 0px 0px;
	z-index: 20;
}
.admin_config_section_header_span {
    text-shadow: 2px 6px 10px rgba(0, 0, 0, 0.3);
	padding-top: 7px;
	padding-left: 10px;
	text-align: left;
	width: 500px;
	position: relative;
}
.admin_config_settings_content {
	background: #EDEDED;
	top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
	height: 100%;
	width: 100%;
	margin-bottom: -50px;
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	position: relative;
}
.admin_config_column_section {
	margin-bottom: 60px;
	float: left;
	width: 500px;
	margin-right: 15px;
}
.admin_config_settings_listing {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
	margin-top: -12px;
	top: -1px;
}
. ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.admin_page_visits_listing_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.admin_config_settings_listing > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}


























.river_gauge_reading_headers {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	left: -50px;
	position: relative;
}
.river_gauge_reading_headers ul li {
	float: left;
	display: inline-block;
	background-color: #5B9BD5;
	padding: 2px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
#	height: 65px;
	position: relative;
}
.river_gauge_reading {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
	margin-top: -12px;
	top: -1px;
	left: -50px;
	position: relative;
}
.river_gauge_reading ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}




.river_gauge_reading_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.river_gauge_reading > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}



.river_gauge_mile_marker_hr {
	width: 75px;
	min-width: 60px;
	height: 100%;
	margin: 0px;
	margin-left: -40px;
	border: 1px solid #001937;
	position: relative;
}
.river_gauge_name_hr {
	width: 109px;
	min-width: 109px;
	min-height: 100%;
	border: 1px solid #001937;
}
.river_gauge_reading_upper_hr {
	width: 55px;
	min-width: 55px;
	height: 100%;
	border: 1px solid #001937;
}
.river_gauge_reading_lower_hr {
	width: 55px;
	min-width: 55px;
	height: 100%;
	border: 1px solid #001937;
}
.river_gauge_reading > ul li.gauge_name {
	text-align: left;
	padding-left: 5px;
	width: 109px;
	min-width: 109px;
	min-height: 100%;
	border: 1px solid #001937;
	overflow: hidden;
}
.river_gauge_reading > ul li.gauge_reading_upper {
	width: 55px;
	min-width: 55px;
	height: 100%;
	border: 1px solid #001937;
}
.river_gauge_reading > ul li.gauge_reading_lower {
	width: 55px;
	min-width: 55px;
	height: 100%;
	border: 1px solid #001937;
}












































.docks_and_fleeting_listing_headers {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -39px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.docks_and_fleeting_listing_headers ul li {
	float: left;
	display: inline-block;
	background-color: #5B9BD5;
	padding: 20px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	height: 52px;
	position: relative;
}
.docks_and_fleeting_listing {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
	margin-top: -12px;
	top: -1px;
}
.docks_and_fleeting_listing ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}




.docks_and_fleeting_listing_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.docks_and_fleeting_listing > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}



.mileboard_hr {
	width: 60px;
	min-width: 60px;
	height: 100%;
	margin: 0px;
	margin-left: -40px;
	border: 1px solid #001937;
	position: relative;
}
.facility_hr {
	width: 100%;
	min-width: 225px;
	min-height: 100%;
	border: 1px solid #001937;
}
.port_hr {
	width: 100%;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
}
.vhf_channels_hr {
	width: 75px;
	min-width: 60px;
	height: 100%;
	margin: 0px;
	border: 1px solid #001937;
	position: relative;
}
.main_contact_hr {
	width: 100%;
	min-width: 110px;
	min-height: 100%;
	border: 1px solid #001937;
}
.dispatcher_hr {
	width: 100%;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
}
.email_hr {
	width: 100%;
	min-width: 250px;
	min-height: 100%;
	border: 1px solid #001937;
}
.fuel_availability_hr {
	width: 75px;
	min-width: 60px;
	height: 100%;
	margin: 0px;
	border: 1px solid #001937;
	position: relative;
}
.docks_and_fleeting_actions_hr {
	width: 60px;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.type_of_freight_hr {
	width: 100%;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
}
.shelter_hr {
	width: 100%;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_name_hr {
	width: 100%;
	min-width: 225px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_phone_hr {
	width: 100%;
	min-width: 110px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_dimensions_hr {
	width: 100%;
	min-width: 110px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_upbound_hr {
	width: 100%;
	min-width: 110px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_downbound_hr {
	width: 100%;
	min-width: 110px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_average_wait_time_hr {
	width: 100%;
	min-width: 110px;
	min-height: 100%;
	border: 1px solid #001937;
}

.docks_and_fleeting_listing_headers > ul li.mileboard_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.docks_and_fleeting_listing_headers > ul li.facility_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.docks_and_fleeting_listing_headers > ul li.port_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.docks_and_fleeting_listing_headers > ul li.vhf_channels_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.docks_and_fleeting_listing_headers > ul li.main_contact_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.docks_and_fleeting_listing_headers > ul li.dispatcher_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.docks_and_fleeting_listing_headers > ul li.email_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.docks_and_fleeting_listing_headers > ul li.type_of_freight_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.docks_and_fleeting_listing_headers > ul li.shelter_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.docks_and_fleeting_listing_headers > ul li.fuel_availability_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


.docks_and_fleeting_listing > ul li.mileboard {
	width: 60px;
	min-width: 60px;
	height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.docks_and_fleeting_listing > ul li.facility {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 225px;
	min-height: 100%;
	border: 1px solid #001937;
	overflow: hidden;
}
.docks_and_fleeting_listing > ul li.port {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
}
.docks_and_fleeting_listing > ul li.vhf_channels {
	width: 75px;
	min-width: 60px;
	height: 100%;
	border: 1px solid #001937;
}
.docks_and_fleeting_listing > ul li.main_contact {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 110px;
	min-height: 100%;
	border: 1px solid #001937;
}
.docks_and_fleeting_listing > ul li.dispatcher {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
}
.docks_and_fleeting_listing > ul li.email {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 250px;
	min-height: 100%;
	border: 1px solid #001937;
}
.docks_and_fleeting_listing > ul li.fuel_availability {
	width: 75px;
	min-width: 60px;
	height: 100%;
	border: 1px solid #001937;
}
.docks_and_fleeting_listing > ul li.docks_and_fleeting_actions {
	padding-left: 15px;
	width: 60px;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
	position: relative;
}
.docks_and_fleeting_listing > ul li.type_of_freight {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
	overflow: hidden;
}
.docks_and_fleeting_listing > ul li.shelter {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
}

.docks_and_fleeting_arrow_right {
	float: right;
	margin-right: 2px;
	margin-top: 0px;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #001937;
}

.docks_and_fleeting_arrow_left {
	float: left;
	margin-left: 2px;
	margin-top: 0px;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent; 
	border-right:5px solid #001937;
	position: relative;
}
.right_column_display_daf_additional_info_bottom_of_div_spacer {
	margin-bottom: -20px;
}
.right_column_list_header_span_daf {
    text-shadow: 2px 6px 10px rgba(0, 0, 0, 0.3);
	top: -14px;
	height: 20px;
	text-align: center;
	position: relative;
}
.right_column_list_header_span_daf_no_descending_bank_arrows {
    text-shadow: 2px 6px 10px rgba(0, 0, 0, 0.3);
	top: 8px;
	height: 20px;
	text-align: center;
	position: relative;
}





.twenty_four_hour_water_prediction_arrow_up {
	margin-right: 0px;
	margin-top: 0px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #001937;
	position: relative;
}

.twenty_four_hour_water_prediction_arrow_down {
	margin-left: 0px;
	margin-top: 0px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #001937;
	position: relative;
}









.gauge_predictions_listing_headers_regions {
	clear: both;
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -19px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	height: 52px;
	top: -22px;
	position: relative;
}

.gauge_predictions_listing_headers {
	clear: both;
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -19px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	height: 52px;
}
.gauge_predictions_listing_headers ul li {
	float: left;
	display: inline-block;
	background-color: #5B9BD5;
	padding: 5px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	height: 52px;
	position: relative;
}
.gauge_predictions_listing {
	clear: both;
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 64px;
	margin-top: -12px;
	top: -1px;
}
.gauge_predictions_listing ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}




.gauge_predictions_listing_headers > ul {
	display: flex;
	width: 100%;
	height: 100%;
	margin-right: 1px;
}
.gauge_predictions_listing > ul {
	display: flex;
	width: 100%;
	height: 100%;
	margin-right: 1px;
}



.mileboard_hr {
	width: 60px;
	min-width: 60px;
	height: 100%;
	margin: 0px;
	margin-left: -40px;
	border: 1px solid #001937;
	position: relative;
}
.gauge_name_hr {
	width: 100%;
	min-width: 175px;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_present_gauge_reading_hr {
	width: 60px;
	min-width: 60px;
	height: 100%;
	margin: 0px;
	border: 1px solid #001937;
	position: relative;
}
.prediction_date_hr {
	width: 101.3px;
	min-width: 101.3px;
	min-height: 100%;
	border: 1px solid #001937;
}
.prediction_date_hr_x10 {
	min-width: 101.3px;
}
.prediction_date_hr_x9 {
	min-width: 111.3px;
}
.prediction_date_hr_x8 {
	min-width: 123.5px;
}
.prediction_date_hr_x7 {
	min-width: 138.9px;
}
.prediction_date_hr_x6 {
	min-width: 158.5px;
}
.prediction_date_hr_x5 {
	min-width: 183.5px;
}
.prediction_date_hr_x4 {
	min-width: 213.8px;
}
.prediction_date_hr_x3 {
	min-width: 256.5px;
}
.gauge_predictions_listing_headers > ul li.mileboard_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.gauge_predictions_listing_headers > ul li.gauge_name_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.gauge_predictions_listing_headers > ul li.gauge_predictions_present_gauge_reading_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.gauge_predictions_listing_headers > ul li.prediction_date_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


.gauge_predictions_listing > ul li.mileboard {
	width: 60px;
	min-width: 60px;
	height: 100%;
	height: 83px;
	margin-left: -40px;
	border: 1px solid #001937;
}
.gauge_predictions_listing > ul li.gauge_name {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 175px;
	height: 83px;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing > ul li.present_gauge_reading {
	width: 60px;
	min-width: 60px;
	height: 100%;
	height: 83px;
	border: 1px solid #001937;
}
.gauge_predictions_listing > ul li.prediction_time {
	text-align: center;
	padding-left: 5px;
	width: 101.3px;
	min-width: 101.3px;
	height: 64px;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing > ul li.prediction_time_2 {
	text-align: center;
	padding-left: 5px;
	width: 101.3px;
	min-width: 101.3px;
	height: 64px;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_single_river_bottom_spacer {
	height: 20px;
	position: relative;
	
}


.gauge_predictions_listing_1_regions {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 64px;
	margin-top: -13px;
	top: -2px;
	position: relative;
}

.gauge_predictions_listing_1 {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 64px;
#	height: 564px;
	margin-top: -13px;
	top: -2px;
	position: relative;
}
.gauge_predictions_listing_1 ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}



.gauge_predictions_listing_1 > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}



.gauge_predictions_listing_1 > ul li.mileboard {
	width: 60px;
	min-width: 60px;
	height: 100%;
	height: 86px;
	margin-left: -40px;
	border: 1px solid #001937;
}
.gauge_predictions_listing_1 > ul li.gauge_name {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 175px;
	height: 86px;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_1 > ul li.present_gauge_reading {
	width: 60px;
	min-width: 60px;
	height: 100%;
	height: 86px;
	border: 1px solid #001937;
}
.gauge_predictions_listing_1 > ul li.prediction_time {
	text-align: center;
	padding-left: 5px;
	width: 101.3px;
	min-width: 101.3px;
	height: 67px;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_1 > ul li.prediction_time_2 {
	text-align: center;
	padding-left: 5px;
	width: 101.3px;
	min-width: 101.3px;
	height: 67px;
	min-height: 100%;
	border: 1px solid #001937;
}



.gauge_predictions_listing_1_regions {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 64px;
	margin-top: -13px;
	top: -22px;
	position: relative;
}
.gauge_predictions_listing_1_region ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.gauge_predictions_listing_1_region > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.gauge_predictions_listing_1_region > ul li.mileboard {
	width: 60px;
	min-width: 60px;
	height: 100%;
	height: 83px;
	margin-left: -40px;
	border: 1px solid #001937;
}
.gauge_predictions_listing_1_region > ul li.gauge_name {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 175px;
	height: 83px;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_1_region > ul li.present_gauge_reading {
	width: 60px;
	min-width: 60px;
	height: 100%;
	height: 83px;
	border: 1px solid #001937;
}
.gauge_predictions_listing_1_region > ul li.prediction_time {
	text-align: center;
	padding-left: 5px;
	width: 101.3px;
	min-width: 101.3px;
	height: 64px;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_1_region > ul li.prediction_time_2 {
	text-align: center;
	padding-left: 5px;
	width: 101.3px;
	min-width: 101.3px;
	height: 64px;
	min-height: 100%;
	border: 1px solid #001937;
}




.gauge_predictions_listing_2 {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
#	height: 2000px;
#	margin-top: -13px;
#	margin-top: -10px;
#	margin-bottom: 20px;
	top: -15px;
	margin-bottom: -13px;
	position: relative;
}
.gauge_predictions_listing_2 ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.gauge_predictions_listing_2 ul li ul li{
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}

.gauge_predictions_listing_2 > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}

.gauge_predictions_listing_2 > ul li ul{
	display: flex;
	height: 100%;
	margin-right: 1px;
}

.gauge_predictions_listing_2 > ul li.mileboard {
	width: 60px;
	min-width: 60px;
	height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.gauge_predictions_listing_2 > ul li.gauge_name {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 175px;
	height: 100%;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_2 > ul li.present_gauge_reading {
	width: 60px;
	min-width: 60px;
	height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_2 > ul li.prediction_time {
	text-align: left;
	padding-left: 5px;
	width: 101.3px;
	min-width: 101.3px;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_2 > ul li.prediction_time_2 {
	text-align: center;
	padding-left: 5px;
	width: 101.3px;
	min-width: 101.3px;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x10,
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x9,
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x8,
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x7,
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x6,
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x5,
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x4,
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x3 {
	font-weight: normal;
	text-align: center;
	height: 100%;
	min-height: 18px;
	left: -45px;
	top: -4px;
	margin-bottom: 4px;
	border: 1px solid #001937;
	position: relative;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x10 .blended_gauge_prediction_reading_x10 {
	left: -15px;
	position: relative;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x9 .blended_gauge_prediction_reading_x9 {
	left: -16px;
	position: relative;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x8 .blended_gauge_prediction_reading_x8 {
	left: -18px;
	position: relative;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x7 .blended_gauge_prediction_reading_x7 {
	left: -19px;
	position: relative;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x6 .blended_gauge_prediction_reading_x6 {
	left: -21px;
	position: relative;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x5 .blended_gauge_prediction_reading_x5 {
	left: -23px;
	position: relative;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x4 .blended_gauge_prediction_reading_x4 {
	left: -27px;
	position: relative;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x3 .blended_gauge_prediction_reading_x3 {
	left: -32px;
	position: relative;
}



.gauge_predictions_listing_2_regions {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
#	height: 800px;
#	margin-top: -13px;
#	margin-top: -10px;
#	margin-bottom: 20px;
	top: -35px;
	margin-bottom: -13px;
	position: relative;
}
.gauge_predictions_listing_2_region ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.gauge_predictions_listing_2_region ul li ul li{
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}

.gauge_predictions_listing_2_region > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}

.gauge_predictions_listing_2_region > ul li ul{
	display: flex;
	height: 100%;
	margin-right: 1px;
}

.gauge_predictions_listing_2_region > ul li.mileboard {
	width: 60px;
	min-width: 60px;
	height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.gauge_predictions_listing_2_region > ul li.gauge_name {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 175px;
	height: 100%;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_2_region > ul li.present_gauge_reading {
	width: 60px;
	min-width: 60px;
	height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_2_region > ul li.prediction_time {
	text-align: left;
	padding-left: 5px;
	width: 101.3px;
	min-width: 101.3px;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_2_region > ul li.prediction_time_2 {
	text-align: center;
	padding-left: 5px;
	width: 101.3px;
	min-width: 101.3px;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x10,
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x9,
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x8,
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x7,
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x6,
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x5,
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x4,
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x3 {
	font-weight: normal;
	text-align: center;
	height: 100%;
	min-height: 18px;
	left: -45px;
	top: -4px;
	margin-bottom: 4px;
	border: 1px solid #001937;
	position: relative;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x10 .blended_gauge_prediction_reading_x10 {
	left: -15px;
	position: relative;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x9 .blended_gauge_prediction_reading_x9 {
	left: -16px;
	position: relative;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x8 .blended_gauge_prediction_reading_x8 {
	left: -18px;
	position: relative;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x7 .blended_gauge_prediction_reading_x7 {
	left: -19px;
	position: relative;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x6 .blended_gauge_prediction_reading_x6 {
	left: -21px;
	position: relative;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x5 .blended_gauge_prediction_reading_x5 {
	left: -23px;
	position: relative;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x4 .blended_gauge_prediction_reading_x4 {
	left: -27px;
	position: relative;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x3 .blended_gauge_prediction_reading_x3 {
	left: -32px;
	position: relative;
}



.gauge_predictions_listing_3 {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
	margin-top: -10px;
	margin-bottom: 20px;
	top: -2px;
	left: 1px;
	position: relative;
	border-right: 1px solid #001937;
}
.gauge_predictions_listing_3 ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.gauge_predictions_listing_3 ul li ul li{
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}

.gauge_predictions_listing_3 > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}

.gauge_predictions_listing_3 > ul li ul{
	display: flex;
	height: 100%;
	margin-right: 1px;
}

.gauge_predictions_listing_3 > ul li.mileboard {
	visibility: hidden;
	width: 60px;
	min-width: 60px;
	height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.gauge_predictions_listing_3 > ul li.gauge_name {
	visibility: hidden;
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 175px;
	height: 100%;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_3 > ul li.present_gauge_reading {
	visibility: hidden;
	width: 60px;
	min-width: 60px;
	height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_3 > ul li.prediction_time {
	text-align: left;
	padding-left: 5px;
	width: 101.3px;
	min-width: 101.3px;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_3 > ul li.prediction_time_2 {
	text-align: center;
	padding-left: 5px;
	width: 101.3px;
	min-width: 101.3px;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x10,
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x9,
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x8,
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x7,
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x6,
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x5,
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x4,
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x3 {
	font-weight: normal;
	text-align: center;
	height: 100%;
	min-height: 18px;
	left: -45px;
	top: -4px;
	margin-bottom: 4px;
	border: 1px solid #001937;
	position: relative;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x10,
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x10 {
	width: 26.1px;
	min-width: 26.1px;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x9,
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x9 {
	width: 28.65px;
	min-width: 28.65px;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x8,
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x8 {
	width: 31.7px;
	min-width: 31.7px;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x7,
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x7 {
	width: 35.5px;
	min-width: 35.5px;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x6,
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x6 {
	width: 40.4px;
	min-width: 40.4px;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x5,
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x5 {
	width: 46.6px;
	min-width: 46.6px;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x4,
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x4 {
	width: 54.3px;
	min-width: 54.3px;
}
.gauge_predictions_listing_2 > ul li ul li.blended_gauge_predictions_x3,
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x3 {
	width: 64.8px;
	min-width: 64.8px;
}
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x10 .blended_gauge_prediction_reading_x10 {
	left: -15px;
	position: relative;
}
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x9 .blended_gauge_prediction_reading_x9 {
	left: -16px;
	position: relative;
}
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x8 .blended_gauge_prediction_reading_x8 {
	left: -18px;
	position: relative;
}
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x7 .blended_gauge_prediction_reading_x7 {
	left: -19px;
	position: relative;
}
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x6 .blended_gauge_prediction_reading_x6 {
	left: -21px;
	position: relative;
}
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x5 .blended_gauge_prediction_reading_x5 {
	left: -23px;
	position: relative;
}
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x4 .blended_gauge_prediction_reading_x4 {
	left: -27px;
	position: relative;
}
.gauge_predictions_listing_3 > ul li ul li.blended_gauge_predictions_x3 .blended_gauge_prediction_reading_x3 {
	left: -32px;
	position: relative;
}



.gauge_predictions_listing_3_regions {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
#	margin-top: -13px;
	margin-top: -10px;
	margin-bottom: 20px;
	top: -22px;
	position: relative;
	border-right: 1px solid #001937;
}
.gauge_predictions_listing_3_region ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.gauge_predictions_listing_3_region ul li ul li{
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}

.gauge_predictions_listing_3_region > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}

.gauge_predictions_listing_3_region > ul li ul{
	display: flex;
	height: 100%;
	margin-right: 1px;
}

.gauge_predictions_listing_3_region > ul li.mileboard {
	visibility: hidden;
	width: 60px;
	min-width: 60px;
	height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.gauge_predictions_listing_3_region > ul li.gauge_name {
	visibility: hidden;
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 175px;
	height: 100%;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_3_region > ul li.present_gauge_reading {
	visibility: hidden;
	width: 60px;
	min-width: 60px;
	height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_3_region > ul li.prediction_time {
	text-align: left;
	padding-left: 5px;
	width: 101.3px;
	min-width: 101.3px;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_3_region > ul li.prediction_time_2 {
	text-align: center;
	padding-left: 5px;
	width: 101.3px;
	min-width: 101.3px;
	min-height: 100%;
	border: 1px solid #001937;
}
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x10,
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x9,
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x8,
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x7,
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x6,
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x5,
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x4,
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x3 {
	font-weight: normal;
	text-align: center;
	height: 100%;
	min-height: 18px;
	left: -45px;
	top: -4px;
	margin-bottom: 4px;
	border: 1px solid #001937;
	position: relative;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x10,
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x10 {
	width: 26.1px;
	min-width: 26.1px;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x9,
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x9 {
	width: 28.65px;
	min-width: 28.65px;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x8,
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x8 {
	width: 31.7px;
	min-width: 31.7px;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x7,
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x7 {
	width: 35.5px;
	min-width: 35.5px;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x6,
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x6 {
	width: 40.4px;
	min-width: 40.4px;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x5,
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x5 {
	width: 46.6px;
	min-width: 46.6px;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x4,
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x4 {
	width: 54.3px;
	min-width: 54.3px;
}
.gauge_predictions_listing_2_region > ul li ul li.blended_gauge_predictions_x3,
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x3 {
	width: 64.8px;
	min-width: 64.8px;
}
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x10 .blended_gauge_prediction_reading_x10 {
	left: -15px;
	position: relative;
}
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x9 .blended_gauge_prediction_reading_x9 {
	left: -16px;
	position: relative;
}
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x8 .blended_gauge_prediction_reading_x8 {
	left: -18px;
	position: relative;
}
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x7 .blended_gauge_prediction_reading_x7 {
	left: -19px;
	position: relative;
}
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x6 .blended_gauge_prediction_reading_x6 {
	left: -21px;
	position: relative;
}
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x5 .blended_gauge_prediction_reading_x5 {
	left: -23px;
	position: relative;
}
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x4 .blended_gauge_prediction_reading_x4 {
	left: -27px;
	position: relative;
}
.gauge_predictions_listing_3_region > ul li ul li.blended_gauge_predictions_x3 .blended_gauge_prediction_reading_x3 {
	left: -32px;
	position: relative;
}



.lock_traffic_listing_headers {
	clear: both;
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -39px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.lock_traffic_listing_headers ul li {
	float: left;
	display: inline-block;
	background-color: #5B9BD5;
	padding: 5px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	height: 38px;
	min-height: 48px;
	position: relative;
}
.lock_traffic_listing {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
	margin-top: -13px;
	top: -1px;
}
.lock_traffic_listing ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}




.lock_traffic_listing_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.lock_traffic_listing > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}



.mileboard_hr {
	width: 60px;
	min-width: 60px;
	height: 100%;
	margin: 0px;
	margin-left: -40px;
	border: 1px solid #001937;
	position: relative;
}
.lt_lock_name_hr {
	width: 225px;
	min-width: 225px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lt_lock_phone_hr {
	width: 110px;
	min-width: 110px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lt_vhf_channels_hr {
	width: 75px;
	min-width: 60px;
	height: 100%;
	margin: 0px;
	border: 1px solid #001937;
	position: relative;
}
.lt_lock_dimensions_hr {
	width: 100%;
	min-width: 150px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lt_lock_upbound_hr {
	width: 325px;
	min-width: 325px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lt_lock_downbound_hr {
	width: 325px;
	min-width: 325px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lt_lock_average_wait_time_hr {
	width: 90px;
	min-width: 90px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_actions_hr {
	display: none;
	width: 60px;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}

.lock_traffic_listing_headers > ul li.mileboard_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.lock_traffic_listing_headers > ul li.lt_lock_name_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.lock_traffic_listing_headers > ul li.lt_lock_phone_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.lock_traffic_listing_headers > ul li.lt_vhf_channels_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.lock_traffic_listing_headers > ul li.lt_lock_dimensions_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.lock_traffic_listing_headers > ul li.lt_lock_upbound_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.lock_traffic_listing_headers > ul li.lt_lock_downbound_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.lock_traffic_listing_headers > ul li.lt_lock_average_wait_time_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.lock_traffic_listing_headers > ul li.lock_traffic_actions_hr {
	display: none;
}


.lock_traffic_listing > ul li.mileboard {
	width: 60px;
	min-width: 60px;
	height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.lock_traffic_listing > ul li.lt_lock_name {
	text-align: left;
	padding-left: 5px;
	width: 225px;
	min-width: 225px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing > ul li.lt_lock_phone {
	text-align: center;
	width: 110px;
	min-width: 110px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing > ul li.lt_vhf_channels {
	width: 75px;
	min-width: 60px;
	height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing > ul li.lt_lock_dimensions {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 150px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing > ul li.lt_lock_upbound {
	text-align: center;
	width: 325px;
	min-width: 325px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing > ul li.lt_lock_downbound {
	text-align: center;
	width: 325px;
	min-width: 325px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing > ul li.lt_lock_average_wait_time {
	text-align: center;
	width: 90px;
	min-width: 90px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing > ul li.lock_traffic_actions {
	display: none;
	width: 60px;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
	position: relative;
}

.lock_traffic_listing_headers_regions {
	clear: both;
	top: -5px;
	margin-bottom: -35px;
	position: relative;
}

.lock_traffic_listing_detailed {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 100%;
	margin-top: -13px;
	top: -1px;
	position: relative;
}
.lock_traffic_listing_detailed ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.lock_traffic_listing_detailed > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.lock_traffic_listing_detailed > ul li.mileboard {
	width: 60px;
	min-width: 60px;
	min-height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.lock_traffic_listing_detailed > ul li.lt_lock_name {
	text-align: left;
	padding-left: 5px;
	width: 225px;
	min-width: 225px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing_detailed > ul li.lt_lock_phone {
	text-align: center;
	width: 110px;
	min-width: 110px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing_detailed > ul li.lt_vhf_channels {
	width: 75px;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing_detailed > ul li.lt_lock_dimensions {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 150px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing_detailed > ul li.lt_lock_upbound {
	text-align: left;
	padding-left: 5px;
	padding-bottom: 2px;
	width: 325px;
	min-width: 325px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing_detailed > ul li.lt_lock_downbound {
	text-align: left;
	padding-left: 5px;
	padding-bottom: 2px;
	width: 325px;
	min-width: 325px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing_detailed > ul li.lt_lock_average_wait_time {
	text-align: center;
	width: 90px;
	min-width: 90px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing_detailed > ul li.lock_traffic_actions {
	display: none;
	width: 60px;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
	position: relative;
}


.lt_lock_upbound_detailed2, 
.lt_lock_downbound_detailed2 {
	margin-right: 5px;
	margin-top: -1px;
#	margin-bottom: -3px;
	position: relative;
}
.lt_lock_upbound_detailed2 table, 
.lt_lock_downbound_detailed2 table {
	border-collapse:separate; 
	border-spacing:0;
}
.lt_lock_upbound_detailed2 td, 
.lt_lock_downbound_detailed2 td {
	font-size: 11.5px;
}








.lock_traffic_view_selector {
	float: right; 
	top: -30px; 
	margin-right: 10px; 
	margin-bottom: -25px;
	position: relative;
}
.lock_traffic_view_selector_region {
	float: right; 
	top: -47px; 
	margin-right: 10px; 
	margin-bottom: -25px;
	position: relative;
	z-index: 5;
}

.gauge_prediction_view_selector {
	float: right; 
	top: -30px; 
	margin-right: 10px; 
	margin-bottom: -25px;
	position: relative;
}
.gauge_prediction_view_selector_region {
	float: right; 
	top: -47px; 
	margin-right: 10px; 
	margin-bottom: -25px;
	position: relative;
	z-index: 5;
}
.website_configuration_bottom_spacer {
	height: 30px;
}

#data_loading { 
	width: 100px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.twenty_four_hour_water_prediction_arrow_up {
	display: none;
	float: left;
	margin: auto;
	width: 0; 
	height: 0; 
	top: 0;
	bottom: 0;
	left: 10px;
	margin-right: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #001937;
	position: relative;
}
.twenty_four_hour_water_prediction_arrow_down {
	display: none;
	float: left;
	margin: auto;
	width: 0; 
	height: 0; 
	top: 0;
	bottom: 0;
	left: 10px;
	margin-right: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #001937;
	position: relative;
}
.mobile_twenty_four_hour_water_prediction_arrow_up {
	display: none;
	float: left;
	margin: auto;
	width: 0; 
	height: 0; 
	top: 0;
	bottom: 0;
	left: 10px;
	margin-right: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #001937;
	position: relative;
}

.mobile_twenty_four_hour_water_prediction_arrow_down {
	display: none;
	float: left;
	margin: auto;
	width: 0; 
	height: 0; 
	top: 0;
	bottom: 0;
	left: 10px;
	margin-right: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #001937;
	position: relative;
}
.blur {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: url(.blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3', shadowopacity='0.0');
}
.river_gauge_reading > ul li.blur {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: url(.blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}
.blur3 {
	display: none;
}
/* IE10+ detection */
	html[data-agent*="Trident"] .river_gauge_reading .blur {
		opacity: 0.1;
	}
	html[data-agent*="Trident"] .river_gauge_reading .blur2 {
		display: block;
		background: #000000;
		height: 20px;
		top: -33px;
		opacity: 0.2;
		z-index: 10;
		position: relative;
	}
	html[data-agent*="Trident"] .river_gauge_reading .blur3 {
		display: block;
		top: -14px;
		z-index: 1;
		position: relative;
	}
	html[data-agent*="Trident"] .latest_gauge_upper {
		opacity: 0.5;
		color: #001937;
		top: 2px;
		position: relative;
		z-index: 100;
	}
	html[data-agent*="Trident"] .blurry_numbers {
		text-shadow: 1px 1px #000000;
	}
	html[data-agent*="Trident"] .blurry_numbers2 {
		text-shadow: -2px 0px #000000;
	}
	html[data-agent*="Trident"] .blurry_numbers3 {
		text-shadow: -4px -0px #000000;
	}
	html[data-agent*="Trident"] .river_gauge_reading .blur4 {
		display: block;
		background: #000000;
		height: 20px;
		top: -20px;
		opacity: 0.2;
		z-index: 10;
		position: relative;
	}
	html[data-agent*="Trident"] .estimated_clearance_with_water_slope .blur {
		opacity: 0.1;
	}
	html[data-agent*="Trident"] .estimated_clearance_with_water_slope .blur2 {
		display: block;
		background: #000000;
		height: 20px;
		top: -19px;
		opacity: 0.2;
		z-index: 10;
		position: relative;
	}
	html[data-agent*="Trident"] .estimated_clearance_with_water_slope .blur3 {
		display: block;
		top: -14px;
		z-index: 1;
		position: relative;
	}
	html[data-agent*="Trident"] .blurry_numbers_estimated_clearance {
		text-shadow: -4px -0px #001937;
	}
	html[data-agent*="Trident"] .present_gauge_reading .blur {
		opacity: 0.1;
	}
	html[data-agent*="Trident"] .present_gauge_reading .blur2 {
		display: block;
		background: #000000;
		height: 20px;
		top: -19px;
		opacity: 0.2;
		width: 68px;
		z-index: 10;
		position: relative;
	}
	html[data-agent*="Trident"] .present_gauge_reading .blur3 {
		display: block;
		top: -14px;
		z-index: 1;
		position: relative;
	}
	html[data-agent*="Trident"] .blurry_numbers_present_gauge_reading {
		text-shadow: -4px -0px #001937;
	}
	html[data-agent*="Trident"] .twenty_four_hour_water_prediction .blur {
		opacity: 0.1;
	}
	html[data-agent*="Trident"] .twenty_four_hour_water_prediction .blur2 {
		display: block;
		background: #000000;
		height: 20px;
		top: -19px;
		opacity: 0.2;
		width: 82px;
		z-index: 10;
		position: relative;
	}
	html[data-agent*="Trident"] .twenty_four_hour_water_prediction .blur3 {
		display: block;
		top: -14px;
		z-index: 1;
		position: relative;
	}
	html[data-agent*="Trident"] .blurry_numbers_twenty_four_hour_prediction {
		text-shadow: -4px -0px #001937;
	}
	html[data-agent*="Trident"] .right_column_list .blur {
		opacity: 0.1;
	}
	html[data-agent*="Trident"] .right_column_list .blur2 {
		display: block;
		background: #000000;
		height: 20px;
		top: -19px;
		opacity: 0.2;
		width: 82px;
		z-index: 10;
		position: relative;
	}
	html[data-agent*="Trident"] .right_column_list .blur3 {
		display: block;
		top: -14px;
		z-index: 1;
		position: relative;
	}
	html[data-agent*="Trident"] .blurry_numbers_additional_info_estimated_clearance, 
	html[data-agent*="Trident"] .blurry_numbers_additional_info_present_gauge_reading, 
	html[data-agent*="Trident"] .blurry_numbers_additional_info_twenty_four_hour_prediction {
		text-shadow: -4px -0px #001937;
	}

.header_login_form {
	display: none;
	float: right;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 200px;
#	height: 150px;
	top: 25px;
	left: 120px;
	position: relative;
    border-radius: 10px;
    box-shadow: 1px 5px 8px #808080;
}
.header_login_form_header {
	background: #F97400;
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px 10px 0px 0px;
}
.header_login_form_header_span {
    text-shadow: 2px 6px 10px rgba(0, 0, 0, 0.3);
	top: 15px;
	text-align: center;
	position: relative;
}
.header_login_form_header {
#	color: #001937;
#	background: orange;
#	font-size: 18px;
#	height: 30px;
#    border-radius:10px 10px 0px 0px;
}
.header_login_form_body {
	background: yellow;
	top: -25px;
	padding-top: 5px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: -25px;
    border-radius: 0px 0px 10px 10px;
}
.header_login_page_username {
	margin-top: 0px;
}
.header_login_page_password {
	margin-top: 5px;
}
.header_login_page_login_button {
	margin-top: 5px;
}
.header_login_err_msg {
	color: red;
	font-size: 14px;
}
.header_login_form_options {
	color: #001937;
	font-size: 12px;
	text-decoration: none;
	position: relative;
}
.header_login_form_options_divider {
	color: #001937;
	font-size: 12px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

#vessel_details_top_container {
	clear: both;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 22px;
	height: auto;
	text-align: center;
	position: relative;
	overflow: hidden;
#	border: 1px solid #000000;
	top: -5px;
	left: -15px;
	width: 216px;
}
#vessel_details_bottom_container {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 0.9rem;
	line-height: 22px;
	height: auto;
	top: -10px;
	position: relative;
#	overflow: hidden;
}
.vessel_details_bottom_container_left {
	float: left;
	width: 47px;
	text-align: right;
	margin-left: 0px;
#	padding-right: 10px;
}
.vessel_details_bottom_container_middle {
	display: inline-block;
	text-align: center;
	padding-left: 0px;
	width: 80px;
}
.vessel_details_bottom_container_right {
	display: inline-block;
	text-align: center;
	padding-left: 0px;
}
#vessel_details_button_container {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 15px;
	top: 10px;
	position: relative;
}
.vessel_details_input_1 {
	color: #7F7E7D;
	border: 1px solid #7F7E7D;
	width: 60px;
	padding-left: 5px;
	min-width: 60px;
#	z-index: 1000;
}
.vessel_details_header_label_measurement {
	text-align: center;
	font-size: 0.8rem;
	position: relative;
}
.vessel_details_header_label_buffer {
	text-align: center;
	font-size: 0.8rem;
}
#account_information_details_wrapper {
	width: 100%;
	min-width: 100%;
}
#acct_info_updated {
	display: none;
	background: #EEEEEE;
	background: yellow;
	color: #A3A3A3;
	top: 0px;
	left: 0px;
	width: 390px;
	height: 22px;
	padding-top: 0px;
	text-align: center;
	margin-bottom: -20px;
	border-top: 1px dotted #001937;
	position: relative;
	z-index: 10;
}
#acct_info_details_top_container_billing_info {
	clear: both;
	text-align: center;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 22px;
	height: auto;
	width: 390px;
	color: #888888;
    background-color: #EDEDED;
	border-top: 1px dotted #001937;
	border-bottom: 1px dotted #001937;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
#acct_info_details_top_container_login_info {
	clear: both;
	text-align: center;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 22px;
	height: auto;
	width: 390px;
	color: #888888;
    background-color: #EDEDED;
	border-top: 1px dotted #001937;
	border-bottom: 1px dotted #001937;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.acct_info_select_dropdown {
	color: #7F7E7D;
	border: 1px solid #7F7E7D;
	min-width: 220px;
	width: 220px;
}
.acct_info_details_input {
	color: #7F7E7D;
	border: 1px solid #7F7E7D;
	width: 220px;
	padding-left: 5px;
	min-width: 220px;
}
.acct_info_details_input_2 {
	color: #7F7E7D;
	border: 1px solid #7F7E7D;
	width: 220px;
	padding-left: 5px;
	min-width: 220px;
	position: relative;
}
.acct_info_details_input_city {
	color: #7F7E7D;
	border: 1px solid #7F7E7D;
	width: 124px;
	padding-left: 5px;
	min-width: 124px;
}
.acct_info_details_input_state {
	color: #7F7E7D;
	border: 1px solid #7F7E7D;
	width: 25px;
	padding-left: 3px;
	min-width: 25px;
}
.acct_info_details_input_zipcode {
	color: #7F7E7D;
	border: 1px solid #7F7E7D;
	width: 60px;
	padding-left: 5px;
	min-width: 60px;
}
.questions_comments_bottom_container, 
#forgot_password_bottom_container, 
#acct_info_details_bottom_container {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 0.9rem;
	line-height: 22px;
	height: auto;
	top: -5px;
	position: relative;
	overflow: hidden;
	width: 395px;
}
#acct_info_details_bottom_container_left {
	float: left;
	width: 165px;
	text-align: right;
	padding-right: 10px;
}
#acct_info_details_bottom_container_right {
	float: left;
	text-align: left;
	padding-left: 0px;
	width: 225px;
}
#acct_info_details_bottom_container_payment_method_left {
	float: left;
	width: 125px;
	text-align: right;
	padding-right: 10px;
}
#acct_info_details_bottom_container_payment_method_right {
	float: left;
	padding-left: 0px;
	width: 265px;
}
.payment_method_options {
	float: left;
}
.perferred_contact_method_options {
	float: left;
}
#questions_comments_button_container, 
#forgot_password_button_container, 
#update_acct_info_button_container {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 15px;
	width: 390px;
}
#questions_comment_form_container, 
#forgot_password_container, 
#update_password_container {
	clear: both;
	text-align: center;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 22px;
	height: auto;
	width: 390px;
	color: #888888;
    background-color: #EDEDED;
	border-top: 1px dotted #001937;
	border-bottom: 1px dotted #001937;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
#checkout_confirmation_bottom_container {
	text-align: center;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 0.9rem;
	line-height: 22px;
	height: auto;
	top: -5px;
	position: relative;
	overflow: hidden;
	width: 315px;
	border-top: 1px dotted #001937;
	border: 1px dotted #001937;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#checkout_confirmation_bottom_container_login_account_type {
	float: left;
	width: 300px;
	text-align: left;
	padding-left: 10px;
}
#checkout_confirmation_bottom_container_order_totals {
	float: left;
	width: 300px;
	text-align: left;
	padding-left: 10px;
}
#checkout_confirmation_bottom_container_line_total {
	float: left;
	text-align: right;
	padding-right: 0px;
	width: 80px;
}
#checkout_confirmation_bottom_container_payment_left {
	float: left;
	width: 150px;
	text-align: left;
	padding-left: 10px;
}
#checkout_confirmation_bottom_container_payment_right {
	float: left;
	text-align: right;
	padding-right: 0px;
	width: 230px;
}
#checkout_confirmation_bottom_container_left {
	float: left;
	width: 155px;
	text-align: right;
	padding-right: 10px;
}
#checkout_confirmation_bottom_container_right {
	float: left;
	text-align: left;
	padding-left: 0px;
	width: 225px;
}
#checkout_confirmation_bottom_container_left_2 {
	float: left;
	width: 105px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
#checkout_confirmation_bottom_container_right_2 {
	float: left;
	text-align: left;
	padding-left: 0px;
	width: 200px;
	padding-bottom: 10px;
}
.checkout_confirmation_order_total {
	font-weight: bold;
	font-size: 16px;
}
.checkout_confirmation_button_div {
	padding-top: 40px;
	padding-bottom: 40px;
}























.history_listing_headers {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.history_listing_headers ul li {
	float: left;
	display: inline-block;
	background-color: #5B9BD5;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	height: 22px;
	position: relative;
}
.history_listing {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
#	height: 20px;
	margin-top: -13px;
	top: -1px;
}
.history_listing ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}




.history_listing_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.history_listing > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}



.customer_account_history_id_hr {
	width: 60px;
	min-width: 60px;
	height: 100%;
	margin: 0px;
	border: 1px solid #001937;
	position: relative;
}
.customer_account_history_username_hr {
	width: 200px;
	min-width: 200px;
	height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.customer_account_history_description_hr {
	width: 100%;
	min-width: 225px;
	min-height: 100%;
	border: 1px solid #001937;
}
.customer_account_history_affected_area_hr {
	width: 150px;
	min-width: 150px;
	height: 100%;
	border: 1px solid #001937;
}
.customer_account_history_timestamp_hr {
	width: 125px;
	min-width: 125px;
	height: 100%;
	border: 1px solid #001937;
}
.history_listing > ul li.customer_account_history_id {
	width: 60px;
	min-width: 60px;
	height: 100%;
	border: 1px solid #001937;
}
.history_listing > ul li.customer_account_history_username {
	text-align: left;
	padding-left: 5px;
	width: 200px;
	min-width: 200px;
	min-height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.history_listing > ul li.customer_account_history_description {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 225px;
	min-height: 100%;
	border: 1px solid #001937;
}
.history_listing > ul li.customer_account_history_affected_area {
	text-align: left;
	padding-left: 5px;
	width: 150px;
	min-width: 150px;
	min-height: 100%;
	border: 1px solid #001937;
}
.history_listing > ul li.customer_account_history_timestamp {
	width: 125px;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
}
.vessel_maintenance_dated_table {
	font-size: 14px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.vessel_maintenance_dated_tr {
	line-height: 10px;
}
.vessel_maintenance_dated_td {
	width: 150px;
	font-size: 12px;
}
.customer_account_permissions_table {
	font-size: 14px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.customer_account_permissions_tr {
	line-height: 10px;
}
.customer_account_permissions_td {
	width: 200px;
	font-size: 12px;
}
.account_history_dropdown_filtering {
	float: right;
	top: -30px;
	height: 20px;
	width: 400px;
	min-width: 400px;
	position: relative;
}
.account_logins_dropdown_filtering {
	float: right;
	top: -30px;
	height: 20px;
	width: 400px;
	min-width: 400px;
	position: relative;
}
.account_history_select_dropdown {
	clear: both;
	color: #7F7E7D;
	border: 1px solid #7F7E7D;
	width: 165px;
	top: -21px;
	left: 45px;
	min-width: 165px;
	position: relative;
}
#account_history_heading {
	width: 100%;
	min-width: 800px;
	height: 38px;
	color: #001937;
    background-color: #EDEDED;
	border-top: 1px solid #001937;
	border-bottom: 1px solid #001937;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	position: relative;
	z-index: 5;
}
.account_history_header h3 {
	width: 500px;
	min-width: 450px;
	border: 1px solid #000000;
}
#account_history_listings {
	clear: both;
	top: -25px;
	position: relative;
}
.account_history_error_msg {
	border: 1px solid #000000;
}



















.subscription_listing_headers {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.subscription_listing_headers ul li {
	float: left;
	display: inline-block;
	background-color: #5B9BD5;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	height: 22px;
	position: relative;
}
.subscription_listing_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.subscription_listing {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
#	height: 20px;
	margin-top: -13px;
	top: -1px;
}
.subscription_listing ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.subscription_listing > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}



.customer_account_subscription_subscription_id_hr {
	width: 100%;
	min-width: 100px;
	height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.customer_account_subscription_acct_type_hr {
	width: 100%;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.customer_account_subscription_vessel_hr {
	width: 100%;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.customer_account_subscription_username_hr {
	width: 100%;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.customer_account_subscription_date_hr {
	width: 115px;
	min-width: 115px;
	height: 100%;
	border: 1px solid #001937;
}
.subscription_listing_headers > ul li.customer_account_subscription_start_and_end_date_hr {
	width: 115px;
	min-width: 115px;
	height: 100%;
	border: 1px solid #001937;
	display: none;
}
.customer_account_subscription_cost_hr {
	width: 115px;
	min-width: 115px;
	height: 100%;
	border: 1px solid #001937;
}
.customer_account_subscription_period_hr {
	width: 115px;
	min-width: 115px;
	height: 100%;
	border: 1px solid #001937;
}
.customer_account_subscription_status_hr {
	width: 75px;
	min-width: 75px;
	height: 100%;
	border: 1px solid #001937;
}
.customer_account_subscription_actions_hr {
	width: 135px;
	min-width: 135px;
	height: 100%;
	border: 1px solid #001937;
}
.subscription_listing > ul li.customer_account_subscription_subscription_id {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 100px;
	min-height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.subscription_listing > ul li.customer_account_subscription_acct_type {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 100px;
	min-height: 100%;
	border: 1px solid #001937;
}
.subscription_listing > ul li.customer_account_subscription_vessel {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 100px;
	min-height: 100%;
	border: 1px solid #001937;
}
.subscription_listing > ul li.customer_account_subscription_username {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 100px;
	min-height: 100%;
	border: 1px solid #001937;
}
.subscription_listing > ul li.customer_account_subscription_date {
	width: 115px;
	min-width: 115px;
	min-height: 100%;
	border: 1px solid #001937;
}
.subscription_listing > ul li.customer_account_subscription_start_and_end_date {
	width: 115px;
	min-width: 115px;
	min-height: 100%;
	border: 1px solid #001937;
	display: none;
}
.subscription_listing > ul li.customer_account_subscription_cost {
	width: 115px;
	min-width: 115px;
	min-height: 100%;
	border: 1px solid #001937;
}
.subscription_listing > ul li.customer_account_subscription_period {
	width: 115px;
	min-width: 115px;
	min-height: 100%;
	border: 1px solid #001937;
}
.subscription_listing > ul li.customer_account_subscription_status {
	width: 75px;
	min-width: 75px;
	min-height: 100%;
	border: 1px solid #001937;
}
.subscription_listing > ul li.customer_account_subscription_actions {
	width: 135px;
	min-width: 135px;
	min-height: 100%;
	padding-right: 5px;
	border: 1px solid #001937;
}
.smaller_screen_username {
	display: none;
}
.smaller_screen_end_of_lockage {
	display: none;
}
.account_history_dropdown_filtering {
	float: right;
	top: -30px;
	height: 20px;
	width: 400px;
	min-width: 400px;
#	margin-left: 500px;
#	margin-right: 50%;
#	border: 1px solid #000000;
	position: relative;
}
.account_history_select_dropdown {
	clear: both;
	color: #7F7E7D;
	border: 1px solid #7F7E7D;
	width: 165px;
	top: -21px;
	left: 45px;
	min-width: 165px;
	position: relative;
}
#account_subscription_heading {
	width: 100%;
	min-width: 800px;
	height: 38px;
	color: #001937;
    background-color: #EDEDED;
	border-top: 1px solid #001937;
	border-bottom: 1px solid #001937;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	position: relative;
	z-index: 5;
}
#account_logins_heading {
	width: 100%;
	min-width: 800px;
	height: 38px;
	color: #001937;
    background-color: #EDEDED;
	border-top: 1px solid #001937;
	border-bottom: 1px solid #001937;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	position: relative;
	z-index: 5;
}
.account_subscription_heading h3 {
	width: 500px;
	min-width: 450px;
	border: 1px solid #000000;
}
#account_subscription_listings {
	clear: both;
	top: -25px;
	position: relative;
}
.account_subscription_error_msg {
	border: 1px solid #000000;
}

#account_permissions_heading {
	width: 100%;
	min-width: 800px;
	height: 38px;
	color: #001937;
    background-color: #EDEDED;
	border-top: 1px solid #001937;
	border-bottom: 1px solid #001937;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	position: relative;
	z-index: 5;
}
.account_permissions_heading h3 {
	width: 500px;
	min-width: 450px;
	border: 1px solid #000000;
}



#account_transactions_heading {
	text-align: right;
	width: 100%;
	min-width: 800px;
	height: 38px;
	color: #001937;
    background-color: #EDEDED;
	border-top: 1px solid #001937;
	border-bottom: 1px solid #001937;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	z-index: 5;
}
.account_transactions_heading h3 {
	width: 500px;
	min-width: 450px;
	border: 1px solid #000000;
}













#password_strength_wrapper { 
	border: 1px solid #D5CEC8; 
	display: none; 
	float: left; 
	font-size: 14px;
	padding: 10px; 
	left: 385px;
	top: -113px;
	position: relative; 
	width: 310px; 
} 
#password_strength_wrapper:before, #password_strength_wrapper:after { 
	content: ' '; 
	height: 0; 
	position: absolute; 
	width: 0; 
	border: 10px solid transparent; /* arrow size */ 
} 
#password_strength_wrapper:before { 
	border-bottom: 7px solid rgba(0, 0, 0, 0); 
	border-right: 7px solid rgba(0, 0, 0, 0.1); 
	border-top: 7px solid rgba(0, 0, 0, 0); 
	content: ""; 
	display: inline-block; 
	left: -18px; 
	position: absolute; 
	top: 10px; 
} 
#password_strength_wrapper:after { 
	border-bottom: 6px solid rgba(0, 0, 0, 0); 
	border-right: 6px solid #fff; 
	border-top: 6px solid rgba(0, 0, 0, 0); 
	content: ""; 
	display: inline-block; 
	left: -16px; 
	position: absolute; 
	top: 11px; 
} 
#password_strength_wrapper_2 { 
	border: 1px solid #D5CEC8;
	background: #FFFFFF;
	text-align: left;
	display: none; 
	float: left; 
	font-size: 14px;
	padding: 10px; 
	left: 886px;
	top: -61px;
	position: relative; 
	width: 310px;
#	margin-bottom: -40px;
	margin-bottom: -150px;
	z-index: 100;
} 
#password_strength_wrapper_2:before, #password_strength_wrapper_2:after { 
	content: ' '; 
	height: 0; 
	position: absolute; 
	width: 0; 
	border: 10px solid transparent; /* arrow size */ 
} 
#password_strength_wrapper_2:before { 
	border-bottom: 7px solid rgba(0, 0, 0, 0); 
	border-right: 7px solid rgba(0, 0, 0, 0.1); 
	border-top: 7px solid rgba(0, 0, 0, 0); 
	content: ""; 
	display: inline-block; 
	left: -18px; 
	position: absolute; 
	top: 10px; 
} 
#password_strength_wrapper_2:after { 
	border-bottom: 6px solid rgba(0, 0, 0, 0); 
	border-right: 6px solid #fff; 
	border-top: 6px solid rgba(0, 0, 0, 0); 
	content: ""; 
	display: inline-block; 
	left: -16px; 
	position: absolute; 
	top: 11px; 
} 
#password_strength_wrapper_2_2 { 
	border: 1px solid #D5CEC8;
	background: #FFFFFF;
	text-align: left;
	display: none; 
	float: left; 
	font-size: 14px;
	padding: 10px; 
	left: 556px;
	top: -5px;
	position: relative; 
	width: 310px;
	margin-bottom: 3px;
	z-index: 100;
} 











#password_complexity_info ul { 
	list-style-type: none; 
	margin: 5px 0 0; 
	padding: 0; 
} 
#password_complexity_info ul li { 
	background: url("../images/password_strength_boxes.png") no-repeat left 2px; 
	padding: 0 0 0 20px; 
} 
#password_complexity_info ul li.valid { 
	background-position: left -42px; 
	color: green; 
} 
#passwordStrength { 
	display: block; 
	height: 5px; 
	margin-bottom: 10px; 
	transition: all 0.4s ease; 
} 
.passwordstrength0 { 
	background: none; /* too short */ 
	width: 0px; 
} 
.passwordstrength1 { 
	background: none repeat scroll 0 0 #FF4545;/* weak */ 
	width: 25px; 
} 
.passwordstrength2 { 
	background: none repeat scroll 0 0 #FFC824;/* good */ 
	width: 75px; 
} 
.passwordstrength3 { 
	background: none repeat scroll 0 0 #6699CC;/* strong */ 
	width: 100px; 
} 
.passwordstrength4 { 
	background: none repeat scroll 0 0 #008000;/* best */ 
	width: 150px; 
} 
#locations_list_left {
	float: left;
}
#locations_list_right {
	float: left;
}
.locations_list_separator {
	float: left;
	height: 250px;
	margin-left: 20px;
	margin-right: 20px;
	width: 1px;
	top: 0px;
	left: 2px;
	border-left: 1px solid #E4E4E4;
	position: relative;
	
}
.transactions_list {
	padding-top: 0px;
	top: -50px;
	position: relative;
}
.transactions_list_left_header {
	clear: both;
    display: table;
	width: 329px;
	min-width: 329px;
	font-weight: bold;
	font-size: 18px;
#	top: -50px;
	color: #888888;
    background-color: #EDEDED;
	border-top: 1px solid #001937;
	border-bottom: 1px solid #001937;
	position: relative;
}
.transactions_list_left, .transactions_list_separator, .transactions_list_right {
	text-align: center;
    display: table-cell;
	color: #3498DB;
}
.transactions_list_left {
	clear: both;
	width: 200px;
	min-width: 200px;
	top: -10px;
	padding-top: 0px;
	position: relative;
}
.transactions_list_right {
	width: 95%;
	padding-left: 10px;
}
.transactions_list_separator {
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	width: 1px;
	top: 50px;
	left: 0px;
	border-left: 1px solid #E4E4E4;
	position: relative;
	
}






















#customer_login_special_messages_2 {
	width: 390px;
	margin-bottom: -30px;
}
#customer_login_container {
	clear: both;
	text-align: center;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 22px;
	height: auto;
	width: 390px;
	color: #888888;
    background-color: #EDEDED;
	border-top: 1px dotted #001937;
	border-bottom: 1px dotted #001937;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
#customer_already_logged_in {
	width: 390px;
	text-align: center;
}
.login_err_msg {
	color: red;
	text-align: center;
	width: 100%;
}
.subscribe_entry_page_container {
	clear: both;
	font-size: 1.0rem;
	line-height: 22px;
	height: auto;
	width: 390px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.subscribe_entry_page_header {
	text-align: center;
}
#subscribe_entry_page_button_container {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 15px;
	width: 390px;
}
.subscribe_entry_page_link {
	height: 18px;
}
.subscribe_entry_page_button {
	margin-left: 5px;
	top: 1px;
	height: 25px;
	color: #757575;
	background-color: #EDEDED;
	padding: 0px 15px 0px 20px;
	text-decoration: none;
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #888888;
	display: inline-block;
	position: relative;
}
.subscribe_entry_page_button:hover {
	color: #001937;
	background-color: #D2D2D2;
	border-color: #888888;
}

















.subscription_options_list_entry {
	clear: both;
	border-top: 1px solid #E4E4E4;
	top: -30px;
	min-height: 100%;
	width: 100%;
	min-width: 600px;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-right: 10px;
	position: relative;
}
.subscription_options_list_entry_left {
	float: left;
	height: 100%;
	width: 150px;
}
.subscription_options_list_entry_middle {
	float: left;
	height: 100%;
	width: 700px;
	min-width: 400px; 
	padding-bottom: 10px;
}
.subscription_options_list_entry_right {
	float: left;
	padding-top: 10px;
	height: 100%;
	width: 400px;
}
.subscription_options_list_entry_left_shopping_cart {
	float: left;
	height: 100%;
	width: 150px;
}
.subscription_options_list_entry_middle_shopping_cart {
	float: left;
	height: 50px;
	width: 700px;
	min-width: 400px;
	padding-top: 5px;
}
.subscription_options_list_entry_right_shopping_cart {
	float: right;
	height: 50px;
	width: 330px;
}
.subscription_options_list_entry_add_to_cart {
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 50px;
	padding-top: 10px;
	width: 330px;
}
.subscription_options_list_entry_features {
	width: 100%;
}
.subscription_options_list_entry_thumbnail {
    max-height: 100px;
    max-width: 100px;
	margin: 0 auto;
}
.subscription_options_list_entry_middle h3, 
.subscription_options_list_entry_middle h4 { 
	text-align: left;
	margin-bottom: 0px;
}
.subscription_options_list_entry_add_to_cart_button {
	padding-left: 5px;
}
.subscription_options_list_entry_details h3{
	font-size: 1.25rem;
}
.subscription_options_list_entry_details a {
	text-decoration: none;
	font-size: 0.8rem;
}
.subscription_options_list_entry_details a:hover {
	text-decoration: none;
	font-size: 0.8rem;
}
.add_to_cart_button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.add_to_cart_button:hover {
	text-decoration: none;
}
.add_to_cart_button:active {
	position: relative;
	top: 1px;
}
.continue_to_checkout_button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.continue_to_checkout_button:hover {
	text-decoration: none;
}
.continue_to_checkout_button:active {
	position: relative;
	top: 1px;
}
.main_button_color {
	color: #FFFFFF;
	font-weight: bold;
	border: solid 1px #da7c0c;
	background: #F78D1D;
	background: -webkit-gradient(linear, left top, left bottom, from(#F97400), to(#FFFF00));
	background: -moz-linear-gradient(top,  #F97400,  #FFFF00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F97400', endColorstr='#FFFF00');
}
.main_button_color:hover {
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFF00), to(#F97400));
	background: -moz-linear-gradient(top,  #FFFF00,  #F97400);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF00', endColorstr='#F97400');
}
.main_button_color:active {
	background: #F97400;
	background: -webkit-gradient(linear, left top, left bottom, from(#F88E11), to(#F06015));
	background: -moz-linear-gradient(top,  #F88E11,  #F06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F88E11', endColorstr='#F06015');
}




.subscription_options_list_entry_pricing {
	clear: both;
	top: 30px;
	position: relative;
}
.subscription_options_list_entry_pricing_shopping_cart {
	clear: both;
	top: 0px;
	position: relative;
	
}



.subscription_options_list_entry_subscribe_button {
	padding-left: 5px;
}











.subscription_options_pricing_headers {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -39px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.subscription_options_pricing_headers ul li {
	float: left;
	display: inline-block;
	background-color: #5B9BD5;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	height: 22px;
	position: relative;
}
.subscription_options_pricing_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.subscription_options_pricing_listing {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
	margin-top: -12px;
	top: -1px;
	position: relative;
}
.subscription_options_pricing_listing ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.subscription_options_pricing_listing > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.subscription_options_pricing_add_to_cart {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
	margin-top: -12px;
	top: -1px;
	position: relative;
}
.subscription_options_pricing_add_to_cart ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.subscription_options_pricing_add_to_cart > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}



.pricing_header_hr {
	width: 100px;
	min-width: 60px;
	height: 100%;
	margin: 0px;
	margin-left: -40px;
	border: 1px solid #001937;
	position: relative;
}
.pricing_header_hr_2 {
	width: 100px;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.subscription_options_list_entry_add_to_cart {
	text-align: center;
	width: 100%;
}
.subscription_options_list_entry_add_to_cart input[type=number] {
	width: 50px;
	height: 20px;
	top: 1px;
	text-align: right;
	position: relative;
}
.subscription_options_list_entry_add_to_cart select {
	min-height: 20px;
	position: relative;
}

.customer_payment_is_po_number_yes2 {
	float: left;
	text-align: center;
	width: 125px;
	min-width: 125px;
	padding-left: 10px;
	font-size: 14px;
	top: -3px;
	position: relative;
}
.acct_info_details_po_number_label {
	float: left;
	text-align: right;
	width: 125px;
	font-size: 14px;
}
.checkout_confirmation_alert_1 {
	width: 395px;
}
.checkout_trial_period_alert_1 {
	display: none;
	clear: both;
	width: 395px;
	min-width: 395px;
	margin-top: -20px;
	position: relative;
}
.customer_po_number_input {
	display: none;
	height: 30px;
	width: 395px;
	text-align: center;
}


.subscription_options_pricing_listing > ul li.price_listing {
	width: 100px;
	min-width: 60px;
	height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.subscription_options_pricing_listing > ul li.price_listing_2 {
	text-align: center;
	width: 100px;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.subscription_options_pricing_add_to_cart > ul li.price_listing {
	width: 100px;
	min-width: 60px;
	height: 100%;
	margin-left: -40px;
}
.subscription_options_pricing_add_to_cart > ul li.price_listing_2 {
	text-align: center;
	width: 100px;
	min-width: 60px;
	min-height: 100%;
}
.large_location_image {
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
.large_image_helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.large_image {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.large_image_no_file {
	
}
.items_in_cart_top_bar {
	display: inline-block;
}
.items_in_cart_top_bar_word {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.subtotal_of_cart {
	left: -25px;
	position: relative;
}
.subtotal_of_cart_top_bar {
	display: inline-block;
}
.subtotal_of_cart_top_bar_words {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.items_in_cart_bottom_bar {
	display: inline-block;
}
.items_in_cart_bottom_bar_word {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.subtotal_of_cart_bottom_bar {
	display: inline-block;
}
.subtotal_of_cart_bottom_bar_words {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.shopping_cart_continue_to_checkout_div_top_bar {
	float: right;
	margin-right: 10px;
	top: 1px;
	position: relative;
}
.shopping_cart_continue_to_checkout_div_bottom_bar {
	float: right;
	margin-right: 10px;
	top: 1px;
	position: relative;
}
.shopping_cart_current_customer_price {
	font-weight: normal;
	position: relative;
}
.checkout_confirmation_current_customer_price {
	font-weight: normal;
	margin-left: 20px;
	position: relative;
}

.subscriptions_reset_password_button, 
.subscriptions_renew_button {
	margin-left: 5px;
	top: -2px;
	margin-bottom: 1px;
	height: 16px;
	color: #757575;
	background-color: #EDEDED;
	padding: 3px 15px -1px 20px;
	text-decoration: none;
	border-radius: 30px;
	border: 1px solid #888888;
	min-width: 117px;
	display: inline-block;
	position: relative;
}
.subscriptions_reset_password_button:hover, 
.subscriptions_renew_button:hover {
	color: #001937;
	background-color: #D2D2D2;
	border-color: #888888;
}
p.info {
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     background-color: #f0f7fb;
     background-image: url(../images/icons/info_note.png);
     background-position: 9px 0px;
     background-repeat: no-repeat;
     border: solid 1px #3498db;
     border-radius: 6px;
     line-height: 18px;
     overflow: hidden;
     padding: 15px 60px;
}
p.info2 {
	text-align: left;
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     background-color: #f0f7fb;
     border: solid 1px #3498db;
     border-radius: 6px;
     line-height: 18px;
     mc-auto-number-format: '{b}Note: {/b}';
     overflow: hidden;
     padding: 12px;
}
p.warning {
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     background-image: url(../images/icons/warning.png);
     background-position: 9px 0px;
     background-repeat: no-repeat;
     background-color: #F9E7E5;
     border: solid 1px #CB4537;
     border-radius: 6px;
     line-height: 18px;
     overflow: hidden;
     padding: 15px 60px;
}
p.warning2 {
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     background-color: #F9E7E5;
     border: solid 1px #CB4537;
     border-radius: 6px;
     line-height: 18px;
     mc-auto-number-format: '{b}Tip: {/b}';
     overflow: hidden;
     padding: 12px;
}
p.transaction_warning {
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     background-image: url(../images/icons/warning.png);
     background-position: 9px 8px;
     background-repeat: no-repeat;
     background-color: #F9E7E5;
     border: solid 1px #CB4537;
     border-radius: 6px;
     line-height: 18px;
     overflow: hidden;
     padding: 15px 60px;
}
p.success {
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     background-image: url(../images/icons/success_checkmark.png);
     background-position: 9px 0px;
     background-repeat: no-repeat;
     background-color: #E7F5EF;
     border: solid 1px #2CBA68;
     border-radius: 6px;
     line-height: 18px;
     overflow: hidden;
     padding: 15px 60px;
}
p.success2 {
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     background-color: #E7F5EF;
     border: solid 1px #2CBA68;
     border-radius: 6px;
     line-height: 18px;
     mc-auto-number-format: '{b}Success: {/b}';
     overflow: hidden;
     padding: 12px;
}
p.success3 {
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     background-color: #E7F5EF;
     border: solid 1px #3498db;
     border-radius: 6px;
     line-height: 18px;
     mc-auto-number-format: '{b}Success: {/b}';
     overflow: hidden;
     padding: 12px;
}
p.tip {
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     background-image: url(../images/icons/lightbulb.png);
     background-position: 9px 0px;
     background-repeat: no-repeat;
     background-color: #FFFBE9;
     border: solid 1px #F2C524;
     border-radius: 6px;
     line-height: 18px;
     overflow: hidden;
     padding: 15px 60px;
}
p.tip2 {
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     background-color: #FFFBE9;
     border: solid 1px #F2C524;
     border-radius: 6px;
     line-height: 18px;
     mc-auto-number-format: '{b}Tip: {/b}';
     overflow: hidden;
     padding: 12px;
}
.order_processing_complete_container {
	width: 100%;
	top: 20px;
	padding-top: 0px;
	text-align: center;
	position: relative;
#	overflow: hidden;
}
.order_processing_complete_title {
	color: #001937;
	font-size: 1.25rem;
	padding-bottom: 25px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.order_processing_complete {
	display: block;
	width: 390px;
	text-align: left;
    margin: 0 auto;
	top: -16px;
	padding-bottom: 20px;
	position: relative;
}
.order_processing_complete ul {
	left: 30px;
	position: relative;
}
.order_processing_complete span {
	left: 30px;
	position: relative;
}
.order_processing_complete2 {
	display: block;
	width: 390px;
	text-align: left;
    margin: 0 auto;
	top: -16px;
	padding-bottom: 20px;
	position: relative;
}
.order_processing_complete2 span {
	float: left;
	text-align: right;
	padding-right: 5px;
	width: 50%;
	position: relative;
}
.invoice_container {
	width: 100%;
	min-width: 700px;
	max-width: 1000px;
	border: 1px dotted #001937;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
.invoice_header {
    display: table;
	width: 100%;
	height: 115px;
	padding: 10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	color: #3498DB;
}
.invoice_header_left, .invoice_header_middle, .invoice_header_right {
    display: table-cell;
}
.invoice_header_left {
#	width: 350px;
	width: 250px;
	text-align: left;
}
.invoice_logo {
	float: right;
	height: 70px;
	top: 4px;
	z-index: 20;
}
.invoice_logo_2 {
	position: absolute;
	top: 0px;
	margin-top: 90px;
	margin-left: -20px;
	width: 1000px;
	height: 100%;
	background-image: url('/images/logos/1.png');
	background-repeat: no-repeat;
	background-position: center;
	opacity: .1;
}
.invoice_header_middle {
	text-align: center;
}
.invoice_header_right {
#	width: 225px;
	width: 250px;
	padding-left: 10px;
	padding-right: 20px;
	text-align: right;
}
.invoice_billing_shipping_info {
    display: table;
	width: 100%;
	height: 125px;
	color: #3498DB;
}
.billing_shipping_header {
	width: 100%;
	text-align: middle;
	font-weight: bold;
	font-size: 16px;
	margin-top: 40px;
}
.billing_shipping_left, .billing_shipping_right {
	width: 40px;
}
.billing_shipping_left_1, .billing_shipping_right_1 {
	text-align: center;
    display: table-cell;
	width: 100px;
	font-size: 8px;
}
.billing_shipping_left_2, .billing_shipping_right_2 {
	text-align: left;
    display: table-cell;
	padding-left: 10px;
	width: 40%;
}
.invoice_body {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.invoice_body_container {
	display: table;
	width: 100%;
	height: auto;
}
.invoice_body_listing_headers {
	width: 100%;
}
.invoice_body_listing {
	width: 100%;
}
.invoice_account_number_hr, .invoice_date_hr, .invoice_salesperson_name_number_hr, .invoice_order_date_hr, .invoice_order_number_hr {
	text-align: center;
    display: table-cell;
	background-color: #f0f7fb;
	color: #3498DB;
}
.invoice_account_number_hr {
	width: 150px;
	min-width: 100px;
	border: 1px solid #3498DB;
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
.invoice_date_hr {
	width: 150px;
	min-width: 150px;
	border-top: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.invoice_salesperson_name_number_hr {
	width: 50%;
	min-width: 150px;
	border-top: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.invoice_order_date_hr {
	width: 150px;
	min-width: 150px;
	border-top: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.invoice_order_number_hr {
	width: 150px;
	min-width: 100px;
	border: 1px solid #3498DB;
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}
.invoice_account_number, .invoice_date, .invoice_salesperson_name_number, .invoice_order_date, .invoice_order_number {
	text-align: center;
    display: table-cell;
	color: #3498DB;
}
.invoice_account_number {
	width: 150px;
	min-width: 100px;
	border-left: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.invoice_date {
	width: 150px;
	min-width: 150px;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.invoice_salesperson_name_number {
	width: 50%;
	min-width: 150px;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.invoice_order_date {
	width: 150px;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
}
.invoice_order_number {
	width: 150px;
	min-width: 100px;
	border-left: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.invoice_customer_payment_method_hr, .invoice_customer_check_number_hr, .invoice_customer_po_number_hr, .invoice_paypal_receipt_number_hr, .invoice_credit_card_receipt_number_hr, .invoice_shipped_via_hr, .invoice_ship_date_hr, .invoice_tracking_no_hr {
	text-align: center;
    display: table-cell;
	background-color: #f0f7fb;
	color: #3498DB;
}
.invoice_customer_payment_method_hr {
	width: 150px;
	min-width: 150px;
	border-left: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.invoice_customer_check_number_hr {
	width: 200px;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.invoice_customer_po_number_hr {
	width: 200px;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.invoice_paypal_receipt_number_hr {
	width: 200px;
	min-width: 175px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.invoice_credit_card_receipt_number_hr {
	width: 200px;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.invoice_ship_date_hr {
	width: 150px;
	min-width: 100px;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.invoice_shipped_via_hr {
	width: 150px;
	min-width: 100px;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.invoice_tracking_no_hr {
	width: 33%;
	min-width: 125px;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.invoice_customer_payment_method, .invoice_customer_check_number, .invoice_customer_po_number, .invoice_paypal_receipt_number, .invoice_credit_card_receipt_number, .invoice_shipped_via, .invoice_ship_date, .invoice_tracking_no {
	text-align: center;
    display: table-cell;
	color: #3498DB;
}
.invoice_customer_payment_method {
	width: 150px;
	min-width: 150px;
	border-left: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.invoice_customer_check_number {
	width: 200px;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.invoice_customer_po_number {
	width: 200px;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.invoice_paypal_receipt_number {
	width: 200px;
	min-width: 175px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.invoice_credit_card_receipt_number {
	width: 200px;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.invoice_ship_date {
	width: 150px;
	min-width: 100px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.invoice_shipped_via {
	width: 150px;
	min-width: 100px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.invoice_tracking_no {
	width: 33%;
	min-width: 125px;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.invoice_tracking_no a {
	text-decoration: none;
	color: #3498DB;
}
.invoice_body_listing_line_item_headers {
	width: 100%;
}
.invoice_body_listing_line_item {
	width: 100%;
}

.invoice_qty_ordered_hr, .invoice_qty_shipped_hr, .invoice_item_number_hr, .invoice_description_hr, .invoice_price_each_hr, .invoice_line_total_hr {
	text-align: center;
    display: table-cell;
	background-color: #3498DB;
	color: #FFFFFF;
}
.invoice_qty_ordered_hr {
	width: 200px;
	min-width: 75px;
	border-right: 1px solid #FFFFFF;
}
.invoice_qty_shipped_hr {
	width: 200px;
	min-width: 75px;
	border-right: 1px solid #FFFFFF;
}
.invoice_item_number_hr {
	width: 200px;
	min-width: 150px;
	border-right: 1px solid #FFFFFF;
}
.invoice_description_hr {
	width: 50%;
	border-right: 1px solid #FFFFFF;
}
.invoice_price_each_hr {
	width: 200px;
	min-width: 75px;
	border-right: 1px solid #FFFFFF;
}
.invoice_line_total_hr {
	width: 200px;
	min-width: 75px;
}
.invoice_qty_ordered, .invoice_qty_shipped, .invoice_item_number, .invoice_description, .invoice_price_each, .invoice_line_total, .invoice_totals_text, .invoice_qty_ordered_totals, .invoice_qty_shipped_totals, .invoice_item_number_totals, .invoice_price_each_totals {
	text-align: center;
    display: table-cell;
	color: #3498DB;
}
.invoice_qty_ordered {
	width: 200px;
	min-width: 75px;
	border-left: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.invoice_qty_shipped {
	width: 200px;
	min-width: 75px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.invoice_item_number {
	width: 200px;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.invoice_description {
	text-align: left;
	padding-left: 10px;
	width: 50%;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.invoice_totals_text {
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	width: 50%;
}
.invoice_price_each {
	text-align: right;
	padding-right: 5px;
	width: 200px;
	min-width: 75px;
	border-bottom: 1px solid #3498DB;
}
.invoice_line_total {
	text-align: right;
	padding-right: 5px;
	width: 200px;
	min-width: 75px;
	border-left: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.invoice_qty_ordered_totals {
	width: 200px;
	min-width: 75px;
}
.invoice_qty_shipped_totals {
	width: 200px;
	min-width: 75px;
}
.invoice_item_number_totals {
	width: 200px;
	min-width: 150px;
}
.invoice_price_each_totals {
	text-align: right;
	padding-right: 5px;
	width: 200px;
	min-width: 75px;
}
.payments_account_number_hr, .payments_todays_date_hr, .payments_salesperson_name_number_hr, .payments_payment_date_hr, .payments_payment_number_hr, .payments_order_number_hr {
	text-align: center;
    display: table-cell;
	background-color: #f0f7fb;
	color: #3498DB;
}
.payments_account_number_hr {
	width: 25%;
	min-width: 100px;
	border: 1px solid #3498DB;
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
.payments_todays_date_hr {
	width: 200px;
	min-width: 150px;
	border-top: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.payments_salesperson_name_number_hr {
	width: 50%;
	min-width: 150px;
	border-top: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.payments_payment_date_hr {
	width: 200px;
	min-width: 150px;
	border-top: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.payments_payment_number_hr {
	width: 200px;
	min-width: 100px;
	border-top: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.payments_order_number_hr {
	width: 200px;
	min-width: 100px;
	border: 1px solid #3498DB;
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}
.payments_account_number, .payments_todays_date, .payments_salesperson_name_number, .payments_payment_date, .payments_payment_number, .payments_order_number {
	text-align: center;
    display: table-cell;
	color: #3498DB;
}
.payments_account_number {
	width: 25%;
	min-width: 100px;
	border-left: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.payments_todays_date {
	width: 200px;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.payments_salesperson_name_number {
	width: 50%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.payments_payment_date {
	width: 200px;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.payments_payment_number {
	width: 200px;
	min-width: 100px;
	border-bottom: 1px solid #3498DB;
}
.payments_order_number {
	width: 200px;
	min-width: 100px;
	border-left: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.payments_payment_method_hr, .payments_customer_check_number_hr, .payments_paypal_receipt_number_hr, .payments_credit_card_receipt_number_hr, .payments_other_hr {
	text-align: center;
    display: table-cell;
	background-color: #f0f7fb;
	color: #3498DB;
}
.payments_payment_method_hr {
	width: 33%;
	min-width: 150px;
	border-left: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.payments_customer_check_number_hr {
	width: 33%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.payments_paypal_receipt_number_hr {
	width: 33%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.payments_credit_card_receipt_number_hr {
	width: 33%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.payments_other_hr {
	width: 33%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.payments_payment_method, .payments_customer_check_number, .payments_paypal_receipt_number, .payments_credit_card_receipt_number, .payments_other {
	text-align: center;
    display: table-cell;
	color: #3498DB;
}
.payments_payment_method {
	width: 33%;
	min-width: 150px;
	border-left: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.payments_customer_check_number {
	width: 33%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.payments_paypal_receipt_number {
	width: 33%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.payments_credit_card_receipt_number {
	width: 33%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.payments_other {
	width: 33%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.payments_line_order_id_hr, .payments_description_hr, .payments_line_total_hr {
	text-align: center;
    display: table-cell;
	background-color: #3498DB;
	color: #FFFFFF;
}
.payments_line_order_id_hr {
	width: 125px;
	min-width: 125px;
	border-right: 1px solid #FFFFFF;
}
.payments_description_hr {
	width: 100%;
	border-right: 1px solid #FFFFFF;
}
.payments_line_total_hr {
	width: 75px;
	min-width: 75px;
	border-right: 1px solid #3498DB;
}
.payments_line_order_id, .payments_description, .payments_line_total, .payments_totals_text, .payments_description_totals {
	text-align: center;
    display: table-cell;
	color: #3498DB;
}
.payments_line_order_id {
	text-align: center;
	width: 125px;
	min-width: 125px;
	border-left: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.payments_description {
	text-align: left;
	padding-left: 10px;
	width: 100%;
	border-bottom: 1px solid #3498DB;
}
.payments_totals_text {
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	width: 100%;
}
.payments_line_total {
	text-align: right;
	padding-right: 5px;
	width: 75px;
	min-width: 75px;
	border-left: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.payments_description_totals {
	width: 75px;
	min-width: 75px;
}
.refunds_account_number_hr, .refunds_todays_date_hr, .refunds_salesperson_name_number_hr, .refunds_refund_date_hr, .refunds_refund_number_hr, .refunds_order_number_hr {
	text-align: center;
    display: table-cell;
	background-color: #f0f7fb;
	color: #3498DB;
}
.refunds_account_number_hr {
	width: 25%;
	min-width: 100px;
	border: 1px solid #3498DB;
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
.refunds_todays_date_hr {
	width: 200px;
	min-width: 150px;
	border-top: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.refunds_salesperson_name_number_hr {
	width: 50%;
	min-width: 150px;
	border-top: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.refunds_refund_date_hr {
	width: 200px;
	min-width: 150px;
	border-top: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.refunds_refund_number_hr {
	width: 200px;
	min-width: 100px;
	border-top: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.refunds_order_number_hr {
	width: 200px;
	min-width: 100px;
	border: 1px solid #3498DB;
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}
.refunds_account_number, .refunds_todays_date, .refunds_salesperson_name_number, .refunds_refund_date, .refunds_refund_number, .refunds_order_number {
	text-align: center;
    display: table-cell;
	color: #3498DB;
}
.refunds_account_number {
	width: 25%;
	min-width: 100px;
	border-left: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.refunds_todays_date {
	width: 200px;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.refunds_salesperson_name_number {
	width: 50%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.refunds_refund_date {
	width: 200px;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.refunds_refund_number {
	width: 200px;
	min-width: 100px;
	border-bottom: 1px solid #3498DB;
}
.refunds_order_number {
	width: 200px;
	min-width: 100px;
	border-left: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.refunds_refund_payment_method_hr, .refunds_company_check_number_hr, .refunds_paypal_receipt_number_hr, .refunds_credit_card_receipt_number_hr {
	text-align: center;
    display: table-cell;
	background-color: #f0f7fb;
	color: #3498DB;
}
.refunds_refund_payment_method_hr {
	width: 33%;
	min-width: 150px;
	border-left: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.refunds_company_check_number_hr {
	width: 33%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.refunds_paypal_receipt_number_hr {
	width: 33%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.refunds_credit_card_receipt_number_hr {
	width: 33%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.refunds_refund_payment_method, .refunds_company_check_number, .refunds_paypal_receipt_number, .refunds_credit_card_receipt_number {
	text-align: center;
    display: table-cell;
	color: #3498DB;
}
.refunds_refund_payment_method {
	width: 33%;
	min-width: 150px;
	border-left: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.refunds_company_check_number {
	width: 33%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.refunds_paypal_receipt_number {
	width: 33%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.refunds_credit_card_receipt_number {
	width: 33%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.refunds_description_hr, .refunds_line_total_hr {
	text-align: center;
    display: table-cell;
	background-color: #3498DB;
	color: #FFFFFF;
}
.refunds_description_hr {
	width: 100%;
	border-right: 1px solid #FFFFFF;
}
.refunds_line_total_hr {
	width: 75px;
	min-width: 75px;
	border-right: 1px solid #3498DB;
}
.refunds_description, .refunds_line_total, .refunds_totals_text, .refunds_description_totals {
	text-align: center;
    display: table-cell;
	color: #3498DB;
}
.refunds_description {
	text-align: left;
	padding-left: 10px;
	width: 100%;
	border-left: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.refunds_totals_text {
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	width: 100%;
}
.refunds_line_total {
	text-align: right;
	padding-right: 5px;
	width: 75px;
	min-width: 75px;
	border-left: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.refunds_description_totals {
	width: 75px;
	min-width: 75px;
}
.credits_account_number_hr, .credits_todays_date_hr, .credits_salesperson_name_number_hr, .credits_credit_date_hr, .credits_credit_number_hr, .credits_order_number_hr {
	text-align: center;
    display: table-cell;
	background-color: #f0f7fb;
	color: #3498DB;
}
.credits_account_number_hr {
	width: 25%;
	min-width: 100px;
	border: 1px solid #3498DB;
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
.credits_todays_date_hr {
	width: 200px;
	min-width: 150px;
	border-top: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.credits_salesperson_name_number_hr {
	width: 50%;
	min-width: 150px;
	border-top: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.credits_credit_date_hr {
	width: 200px;
	min-width: 150px;
	border-top: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.credits_credit_number_hr {
	width: 200px;
	min-width: 100px;
	border-top: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.credits_order_number_hr {
	width: 200px;
	min-width: 100px;
	border: 1px solid #3498DB;
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}
.credits_account_number, .credits_todays_date, .credits_salesperson_name_number, .credits_credit_date, .credits_credit_number, .credits_order_number {
	text-align: center;
    display: table-cell;
	color: #3498DB;
}
.credits_account_number {
	width: 25%;
	min-width: 100px;
	border-left: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.credits_todays_date {
	width: 200px;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.credits_salesperson_name_number {
	width: 50%;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.credits_credit_date {
	width: 200px;
	min-width: 150px;
	border-bottom: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
}
.credits_credit_number {
	width: 200px;
	min-width: 100px;
	border-bottom: 1px solid #3498DB;
}
.credits_order_number {
	width: 200px;
	min-width: 100px;
	border-left: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.credits_description_hr, .credits_line_total_hr {
	text-align: center;
    display: table-cell;
	background-color: #3498DB;
	color: #FFFFFF;
}
.credits_description_hr {
	width: 100%;
	border-right: 1px solid #FFFFFF;
}
.credits_line_total_hr {
	width: 75px;
	min-width: 75px;
	border-right: 1px solid #3498DB;
}
.credits_description, .credits_line_total, .credits_totals_text, .credits_description_totals {
	text-align: center;
    display: table-cell;
	color: #3498DB;
}
.credits_description {
	text-align: left;
	padding-left: 10px;
	width: 100%;
	border-left: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.credits_totals_text {
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	width: 100%;
}
.credits_line_total {
	text-align: right;
	padding-right: 5px;
	width: 75px;
	min-width: 75px;
	border-left: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
}
.credits_description_totals {
	width: 75px;
	min-width: 75px;
}
.invoice_comments_header {
	text-align: center;
	background-color: #3498DB;
	color: #FFFFFF;
	width: 100%;
	margin-top: 10px;
}
.invoice_comments {
	text-align: left;
	color: #3498DB;
	width: 100%;
	height: 100px;
	padding: 10px;
	border-left: 1px solid #3498DB;
	border-right: 1px solid #3498DB;
	border-bottom: 1px solid #3498DB;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	margin-bottom: 0;
	position: relative;
}
.invoice_footer {
	color: #3498DB;
	width: 100%;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 12px;
#	margin-top: -200px;
	position: relative;
}
.print_invoice_button_container {
	width: 700px;
	max-width: 800px;
	text-align: right;
	top: -10px;
	position: relative;
}
.transaction_print_button_container {
	float: left;
	text-align: center;
	top: -5px;
	position: relative;
}
.print_invoice_button {
#	float: right;
}
.print_invoice_button_container2 {
	width: 100%;
	min-width: 400px;
	text-align: center;
	top: -10px;
	position: relative;
}

.location_row_height_clearance_warning, 
.location_row_length_clearance_warning, 
.location_row_beam_clearance_warning, 
.location_row_draft_clearance_warning {
	color: #001937;
	background: yellow;
}
.location_row_height_clearance_danger, 
.location_row_length_clearance_danger, 
.location_row_beam_clearance_danger, 
.location_row_draft_clearance_danger {
	color: #FFFFFF;
	background: red;
}





.transactions_listing_headers {
	width: 100%;
	top: 0px;
	position: relative;
	color: #FFFFFF;
	background-color: #5B9BD5;
}
.transactions_listing {
	width: 100%;
	top: 0px;
	line-height: 18px;
	color: #888888;
	position: relative;
}
.transactions_date_hr, .transactions_type_hr, .transactions_order_id_hr, .transactions_id_hr {
	text-align: center;
    display: table-cell;
}
.transactions_date_hr {
	width: 75px;
	min-width: 75px;
	border-left: 1px solid #001937;
	border-right: 1px solid #001937;
	border-bottom: 1px solid #001937;
}
.transactions_type_hr {
	width: 54px;
	min-width: 54px;
	border-right: 1px solid #001937;
	border-bottom: 1px solid #001937;
}
.transactions_order_id_hr {
	width: 100px;
	min-width: 100px;
	border-right: 1px solid #001937;
	border-bottom: 1px solid #001937;
}
.transactions_id_hr {
	width: 100px;
	min-width: 100px;
	border-right: 1px solid #001937;
	border-bottom: 1px solid #001937;
}
.transactions_date, .transactions_type, .transactions_order_id, .transactions_id {
    display: table-cell;
	font-size: 12px;
}
.transactions_date {
	text-align: center;
	width: 75px;
	min-width: 75px;
	border-left: 1px solid #001937;
	border-right: 1px solid #001937;
	border-bottom: 1px solid #001937;
}
.transactions_type {
	text-align: left;
	width: 54px;
	min-width: 54px;
	padding-left: 5px;
	border-right: 1px solid #001937;
	border-bottom: 1px solid #001937;
	position: relative;
}
.transactions_order_id {
	text-align: center;
	width: 100px;
	min-width: 100px;
	border-right: 1px solid #001937;
	border-bottom: 1px solid #001937;
	position: relative;
}
.transactions_id {
	text-align: center;
	width: 100px;
	min-width: 100px;
	border-right: 1px solid #001937;
	border-bottom: 1px solid #001937;
	position: relative;
}
#printing_additional_page_spacer {
	display: none;
}

.account_transactions_display_details {
	text-align: center;
	width: 100%;
	margin: 0;
	margin-right: 50%;
}

.transactions_list_customer_current_balance, 
.transactions_list_customer_current_balance_negative, 
.transactions_current_balance_text {
	top: -3px;
	position: relative;
}
.webpage_disclaimer_wrapper, 
.webpage_terms_of_use_wrapper {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.webpage_disclaimer_container, 
.webpage_terms_of_use_container {
	display: inline-block;
	border: 1px solid #001937;
	width: 95%;
	min-width: 200px;
	max-width: 800px;
}
.webpage_disclaimer_header, 
.webpage_terms_of_use_header {
	border-bottom: 1px solid #001937;
	width: 100%;
	background-color: yellow;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.webpage_disclaimer_statement, 
.webpage_terms_of_use_statement {
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.webpage_terms_of_use_version_info {
	width: 100%;
	padding-top: 10px;
	text-align: right;
	padding-right: 20px;
	font-style: oblique;
}
.index_page_content_wrapper {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.index_page_content {
	text-align: left;
	display: inline-block;
	width: 100%;
	min-width: 200px;
	max-width: 800px;
}
.visitor_info_content_wrapper {
	margin: auto;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.visitor_info_table {
	margin: auto;
	width: 300px;
}
.visitor_info_label {
	font-size: 14px;
	padding: 5px;
	text-align: right;
	width: 50%;
}
.visitor_info_information {
	font-size: 14px;
	padding: 5px;
	text-align: left;
}
.visitor_info_last {
}











#account_login_listings {
	clear: both;
	top: -25px;
	position: relative;
}

.customer_account_login_listing_headers {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.customer_account_login_listing_headers ul li {
	float: left;
	display: inline-block;
	background-color: #5B9BD5;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	height: 22px;
	position: relative;
}
.customer_account_login_listing_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.customer_account_login_listing {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
#	height: 20px;
	margin-top: -13px;
	top: -1px;
}
.customer_account_login_listing ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.customer_account_login_listing > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}



.customer_account_login_acct_type_hr {
	width: 100%;
	min-width: 100px;
	height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.customer_account_login_name_vessel_hr {
	width: 100%;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.customer_account_login_username_hr {
	width: 100%;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.customer_account_login_mmsi_hr {
	width: 100%;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.customer_account_login_vessel_number_hr {
	width: 100%;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.customer_account_login_status_hr {
	width: 80px;
	min-width: 80px;
	height: 100%;
	border: 1px solid #001937;
}
.customer_account_login_actions_hr {
	width: 80px;
	min-width: 80px;
	height: 100%;
	border: 1px solid #001937;
}
.customer_account_login_listing > ul li.customer_account_login_acct_type {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 100px;
	min-height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.customer_account_login_listing > ul li.customer_account_login_name_vessel {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 100px;
	min-height: 100%;
	border: 1px solid #001937;
}
.customer_account_login_listing > ul li.customer_account_login_username {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 100px;
	min-height: 100%;
	border: 1px solid #001937;
}
.customer_account_login_listing > ul li.customer_account_login_mmsi {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 100px;
	min-height: 100%;
	border: 1px solid #001937;
}
.customer_account_login_listing > ul li.customer_account_login_vessel_number {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 100px;
	min-height: 100%;
	border: 1px solid #001937;
}
.customer_account_login_listing > ul li.customer_account_login_status {
	width: 80px;
	min-width: 80px;
	min-height: 100%;
	border: 1px solid #001937;
}
.customer_account_login_listing > ul li.customer_account_login_actions {
	width: 80px;
	min-width: 80px;
	min-height: 100%;
	border: 1px solid #001937;
}

#customer_edit_form_wrapper {
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: yellow;
	position: absolute;
}
#customer_edit_form {
	display: none;
	background: #EDEDED;
	color: #001937;
	top: 50%;
	left: 50%;
	margin-top: -5%;
	margin-left: -150px;
	width: 400px;
	height: auto;
	text-align: center;
	vertical-align: middle;
 	border-radius: 10px;
	box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 5;
}
.customer_login_details_thumbnail {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.customer_login_details_divider {
	display: none;
	float: left;
	width: 1px;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
}
.customer_login_details_action_taken {
	float: left;
	width: 265px;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
}
.customer_edit_form {
    position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
    top: 50px;
    left: 240px;
    transform: translateX(-50%) translateY(-50%);
    text-shadow: 2px 6px 10px rgba(0, 0, 0, 0.3);
}
#edit_acct_info_details_header {
	clear: both;
	text-align: center;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 22px;
	height: auto;
	width: 401px;
	color: #888888;
    background-color: #EDEDED;
	border-bottom: 1px dotted #001937;
 	border-radius: 10px 10px 0 0;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
	margin-top: 0px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.user_account_enabled_input_checkbox {
	top: -2px;
	position: relative;
}
.login_account_permission_instructions_container {
	width: 100%;
	top: 5px;
	padding-top: 0px;
	text-align: center;
	position: relative;
}
.login_account_permissions_instructions_title {
	color: #001937;
	font-size: 1.25rem;
	padding-bottom: 25px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.login_account_permissions_instructions {
	display: block;
	max-width: 520px;
	min-width: 160px;
	text-align: left;
    margin: 0 auto;
	top: -13px;
	padding-bottom: 20px;
	position: relative;
}
.login_account_permissions_instructions ul {
	left: 30px;
	position: relative;
}
.login_account_permissions_instructions span {
	left: 30px;
	position: relative;
}
#account_permissions_heading {
	width: 100%;
	min-width: 800px;
	height: 38px;
	color: #001937;
    background-color: #EDEDED;
	border-top: 1px solid #001937;
	border-bottom: 1px solid #001937;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	top: -53px;
	position: relative;
	z-index: 5;
}
.account_permissions_heading h3 {
	width: 500px;
	min-width: 450px;
	border: 1px solid #000000;
}
#account_permissions_listings {
	top: -53px;
	position: relative;
}

.customer_account_permission_listing_headers {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.customer_account_permission_listing_headers ul li {
	float: left;
	display: inline-block;
	background-color: #5B9BD5;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	height: auto;
	position: relative;
}
.customer_account_permission_listing_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.customer_account_permission_listing {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
#	height: 20px;
	margin-top: -13px;
	top: -1px;
}
.customer_account_permission_listing ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.customer_account_permission_listing > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}

.customer_account_login_permissisons_acct_type_hr {
	width: 200px;
	min-width: 150px;
	height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.customer_account_login_permissisons_status_hr {
	width: 100%;
	min-width: 60px;
	height: 100%;
	border: 1px solid #001937;
}
.customer_account_permission_listing > ul li.customer_account_login_permissisons_acct_type {
	text-align: left;
	padding-left: 5px;
	width: 200px;
	min-width: 150px;
	min-height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
	overflow: hidden;
}
.customer_account_permission_listing > ul li.customer_account_login_permissisons_status {
	width: 100%;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}













.maintenance_window {
	width: 100%;
	height: 100vh;
	background-color: #FFFFFF;
	color: #0A2250;
#	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
#	border: 1px solid #000;
}
.maintenance_window_company_logo_container {
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
}
.maintenance_window_company_logo {
	top: 0px;
	text-align: center;
}
.maintenance_window_main_text {
	width: 100vw;
	text-align: center;
	font-size: 2em;
}
.maintenance_window_extra_content_container {
    margin: 0 auto;
    width: 60%;
	margin-top: 30px;
}
.maintenance_window_extra_content {
	font-size: 1.25em;
}





#mobile_menu {
	display: none;
}
.mobile_my_account_link {
	display: none;
}
#locations_extra_info_mobile, 
#docks_and_fleeting_extra_info_mobile, 
#lock_status_extra_info_mobile {
	display: none;
	background: #EDEDED;
	color: #001937;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -180px;
	height: auto;
	max-height: 500px;
	text-align: center;
	vertical-align: middle;
 	border-radius: 10px;
	box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 100;
}
#locations_extra_info_mobile_header, 
#docks_and_fleeting_extra_info_mobile_header, 
#lock_status_extra_info_mobile_header {
	clear: both;
	text-align: center;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 22px;
	height: auto;
	color: #888888;
    background-color: #EDEDED;
	border-bottom: 1px dotted #001937;
 	border-radius: 10px 10px 0 0;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
	margin-top: 0px;
	margin-bottom: -10px;
	position: relative;
	overflow: hidden;
}
#locations_extra_info_mobile_header, 
#locations_extra_info_mobile, 
#docks_and_fleeting_extra_info_mobile_header, 
#docks_and_fleeting_extra_info_mobile, 
#lock_status_extra_info_mobile_header, 
#lock_status_extra_info_mobile {
	width: 356.25px;
}
.mobile_locations_close_button, 
.mobile_docks_and_fleeting_close_button, 
.mobile_lock_status_close_button {
	float: right;
	width: 15px;
	height: 15px;
	top: 4px;
	margin-right: 5px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	
}
.mobile_locations_close_button:hover, 
.mobile_docks_and_fleeting_close_button:hover, 
.mobile_lock_status_close_button:hover {
	color: orange;
}
.locations_close_icon, 
.docks_and_fleeting_close_icon, 
.lock_status_close_icon {
	top: -6px;
	left: -1px;
	position: relative;
}
.mobile_vessel_arrival_time_extra_info {
	min-width: 100px;
}
.no_listing_information_available {
	width: 100%;
	text-align: center;
}
.report_name > .mobile_display_report, 
.transactions_order_id > .mobile_display_invoice, 
.transactions_id > .mobile_display_invoice, 
.transactions_id > .mobile_display_payment, 
.transactions_id > .mobile_display_refund, 
.transactions_id > .mobile_display_credit {
	display: none;
}
.mobile_locations_info_button, 
.mobile_docks_and_fleeting_info_button, 
.mobile_lock_status_info_button {
	display: none;
}
.transaction_notes_container {
	width: 100%;
	top: 5px;
	padding-top: 0px;
	text-align: center;
	position: relative;
}
.transaction_notes {
	display: block;
	max-width: 520px;
	min-width: 160px;
	text-align: left;
    margin: 0 auto;
	top: -13px;
	padding-bottom: 20px;
	position: relative;
}
.sitemap_region_name {
	list-style-type: none;
#	margin-top: -20px;
}
.sitemap_river_name {
	list-style-type: none;
}
.sitemap_clearances {
}
.sitemap_gauge_predictions {
}
.sitemap_locak_status {
}
.sitemap_docks_and_fleeting {
}
.sitemap_bottom_spacer {
	height: 50px;
}
.no_listing_information_available_regions {
	margin-top: 30px;
}
.no_listing_information_available_regions_clearances, 
.no_listing_information_available_regions_daf {
	margin-bottom: 20px;
}
#paypal_data_prep_container {
	width: 400px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0%;
	left: 50%;
	margin-left: -200px;
}
.prepping_paypal_data {
	display: none;
	width: 100px;
	margin: 0;
	position: relative;
	margin-top: 65px;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.prepping_paypal_data_words {
	display: none;
	width: 100%;
	margin-top: 150px;
	text-align: center;
	position: relative;
}
.customer_available_logins_container {
	width: 100%;
	height: 35px;
	top: -20px;
	margin-bottom: 30px;
	position: relative;
}
.customer_available_logins_left, 
.customer_available_logins_middle, 
.customer_available_logins_right {
	float: left;
	width: 33%;
}
.customer_available_logins_left {
	text-align: center;
	padding-top: 11px;
}
.customer_available_logins_middle {
	text-align: right;
	padding-top: 11px;
	padding-right: 10px;
}
.customer_available_logins_right {
	text-align: left;
	padding-top: 2px;
}



.temp_login_form {
	width: 400px;
	min-width: 200px;
}
#temp_login_details_wrapper {
	width: 100%;
	min-width: 100%;
}
.temp_login_container {
	width: 400px;
	min-width: 400px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid #EDEDED;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-top: 5px;
	padding-left: 3px;
	overflow: hidden;
#	background: #EDEDED;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
}
.temp_login_logo {
	width: 90%;
    left: 50%;
    margin-left: -180px;
	position: relative;
}
#temp_login_customer_login_container {
	clear: both;
	text-align: center;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 22px;
	height: auto;
	width: 401px;
	color: #888888;
    background-color: #EDEDED;
	border-top: 1px dotted #001937;
	border-bottom: 1px dotted #001937;
	margin-top: 20px;
	left: -6px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.subscription_options_statement_container {
	width: 100%;
	top: 5px;
	padding-top: 0px;
	text-align: center;
	position: relative;
}
.subscription_options_statement_title {
	color: #001937;
	font-size: 1.25rem;
	padding-bottom: 25px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.subscription_options_statement {
	display: block;
	max-width: 520px;
	min-width: 160px;
	text-align: left;
    margin: 0 auto;
	top: -13px;
	padding-bottom: 20px;
	position: relative;
}
.subscription_options_statement ul {
	left: 30px;
	position: relative;
}
.subscription_options_statement span {
	left: 30px;
	position: relative;
}
#acct_info_details_bottom_container_terms_of_use_left {
	float: left;
	width: 65px;
	text-align: right;
	padding-right: 10px;
	padding-top: 1px;
}
#acct_info_details_bottom_container_terms_of_use_right {
	float: left;
	text-align: left;
	padding-left: 0px;
	width: 295px;
}
.website_alert_div {
	display: none;
	text-align: center;
	width: 100%;
	height: 25px;
	top: -8px;
	padding-top: 3px;
	border-left: 1px dotted #001937;
	border-bottom: 1px dotted #001937;
	border-right: 1px dotted #001937;
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 9;
    -moz-transition: -moz-transform 1.5s;
    -o-transition: -o-transform 1.5s;
    -webkit-transition: -webkit-transform 1.5s;
     -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: transform 1.5s;
	overflow: hidden;
}
.website_alert_div_normal_alert {
	background: yellow;
	color: #001937;
}
.website_alert_div_priority_alert {
	background: red;
	color: #FFFFFF;
}
.website_alert_div_priority_alert a:link, 
.website_alert_div_priority_alert a:visited, 
.website_alert_div_priority_alert a:active { 
	color: #FFFFFF;
}
#add_to_cart, 
#miscellaneous, 
#alert_check, 
#send_user, 
#cancel_checkout {
	visibility: hidden;
}
#questions_comments_bottom_container_left, 
#forgot_password_bottom_container_left {
	float: left;
	width: 137px;
	text-align: right;
	padding-right: 10px;
}
#questions_comments_bottom_container_right, 
#forgot_password_bottom_container_right {
	float: left;
	text-align: left;
	padding-left: 0px;
	width: 225px;
}
#questions_comments_bottom_container_left_2 {
	float: left;
	width: 174px;
	text-align: right;
	padding-right: 5px;
}
#questions_comments_bottom_container_right_2 {
	float: left;
	text-align: left;
	padding-left: 0px;
	width: 216px;
}
.redirect_message_container {
	width: 100%;
	top: 5px;
	padding-top: 0px;
	text-align: center;
	position: relative;
}
.redirect_message_title {
	color: #001937;
	font-size: 1.25rem;
	padding-bottom: 25px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.redirect_message_statement {
	display: block;
	max-width: 520px;
	min-width: 160px;
	text-align: left;
    margin: 0 auto;
	top: -13px;
	padding-bottom: 20px;
	position: relative;
}
.redirect_message_statement ul {
	left: 30px;
	position: relative;
}
.redirect_message_statement span {
	left: 30px;
	position: relative;
}
.acct_info_details_input_website {
	color: #7F7E7D;
	border: 1px solid #7F7E7D;
	width: 220px;
	padding-left: 5px;
	min-width: 220px;
}
.bot_message_container {
	width: 100%;
	top: 5px;
	padding-top: 0px;
	text-align: center;
	position: relative;
}
.bot_message_title {
	color: #001937;
	font-size: 1.25rem;
	padding-bottom: 25px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.bot_message_statement {
	display: block;
	max-width: 520px;
	min-width: 160px;
	text-align: left;
    margin: 0 auto;
	top: -13px;
	padding-bottom: 20px;
	position: relative;
}
.bot_message_statement ul {
	left: 30px;
	position: relative;
}
.bot_message_statement span {
	left: 30px;
	position: relative;
}
.questions_comments_textbox {
	left: 10px;
	width: 368px;
	color: #7F7E7D;
	border: 1px solid #7F7E7D;
	height: 166px;
	position: relative;
}
.questions_comments_textbox_counter {
	text-align: left;
	width: 368px;
	top: -6px;
	left: 10px;
	position: relative;
}
.reports_list {
	padding-top: 0px;
	top: -50px;
	position: relative;
}
.reports_list_left_header {
	clear: both;
    display: table;
	width: 229px;
	min-width: 229px;
	font-weight: bold;
	font-size: 18px;
#	top: -50px;
	color: #888888;
    background-color: #EDEDED;
	border-top: 1px solid #001937;
	border-bottom: 1px solid #001937;
	position: relative;
}
.reports_list_left, .reports_list_separator, .reports_list_right {
	text-align: center;
    display: table-cell;
	color: #3498DB;
}
.reports_list_left {
	clear: both;
	width: 200px;
	min-width: 200px;
	top: -10px;
	padding-top: 0px;
	position: relative;
}
.reports_list_right {
	width: 95%;
	padding-left: 10px;
}
.reports_list_separator {
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	width: 1px;
	top: 50px;
	left: 0px;
	border-left: 1px solid #E4E4E4;
	position: relative;
	
}
.reports_listing {
	width: 100%;
	top: 0px;
	line-height: 18px;
	color: #888888;
	position: relative;
}
.report_name {
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	width: 100%;
	min-width: 100px;
	color: #888888;
}
#account_reports_heading {
	text-align: left;
	width: 100%;
	min-width: 800px;
	height: 38px;
	color: #001937;
    background-color: #EDEDED;
	border-top: 1px solid #001937;
	border-bottom: 1px solid #001937;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	z-index: 5;
}
.account_reports_heading h3 {
	width: 500px;
	min-width: 450px;
	border: 1px solid #000000;
}
.reports_print_button_container {
	float: left;
	text-align: center;
	top: -5px;
	position: relative;
}
.report_title_text {
	top: -3px;
	position: relative;
}
.account_reports_display_details {
	text-align: center;
	width: 100%;
	margin: 0;
	margin-right: 50%;
	top: -25px;
	position: relative;
}
.report_name a {
	text-decoration: none;
}
#report_lock_traffic_listings {
	clear: both;
	top: -25px;
	position: relative;
}
.lock_traffic_listing_headers {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.lock_traffic_listing_headers ul li {
	float: left;
	display: inline-block;
	background-color: #5B9BD5;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	height: 22px;
	position: relative;
}
.lock_traffic_listing_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.lock_traffic_listing {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
#	height: 20px;
	margin-top: -13px;
	top: -1px;
}
.lock_traffic_listing ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.lock_traffic_listing > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}



.lock_listing_arrival_time_hr {
	width: 114px;
	min-width: 114px;
	height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.lock_listing_vessel_name_hr {
	width: 100%;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.lock_listing_lock_hr {
	width: 100%;
	min-width: 100px;
	height: 100%;
	border: 1px solid #001937;
}
.lock_listing_direction_hr {
	width: 75px;
	min-width: 75px;
	height: 100%;
	border: 1px solid #001937;
}
.lock_listing_number_of_barges_hr {
	width: 60px;
	min-width: 60px;
	height: 100%;
	border: 1px solid #001937;
}
.lock_listing_number_of_barges_processed_hr {
	width: 75px;
	min-width: 75px;
	height: 100%;
	border: 1px solid #001937;
}
.lock_listing_hazard_code_hr {
	width: 60px;
	min-width: 60px;
	height: 100%;
	border: 1px solid #001937;
}
.lock_listing_start_of_lockage_hr {
	width: 114px;
	min-width: 114px;
	height: 100%;
	border: 1px solid #001937;
}
.lock_listing_end_of_lockage_hr {
	width: 114px;
	min-width: 114px;
	height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing_headers > ul li.lock_listing_start_and_end_of_lockage_hr {
	width: 114px;
	min-width: 114px;
	height: 100%;
	border: 1px solid #001937;
	display: none;
}
.lock_traffic_listing > ul li.lock_listing_arrival_time {
	text-align: left;
	padding-left: 5px;
	width: 114px;
	min-width: 114px;
	min-height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.lock_traffic_listing > ul li.lock_listing_vessel_name {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 100px;
	min-height: 100%;
	border: 1px solid #001937;
	overflow: hidden;
}
.lock_traffic_listing > ul li.lock_listing_lock {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 100px;
	min-height: 100%;
	border: 1px solid #001937;
	overflow: hidden;
}
.lock_traffic_listing > ul li.lock_listing_direction {
	text-align: center;
	padding-left: 5px;
	width: 75px;
	min-width: 75px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing > ul li.lock_listing_number_of_barges {
	text-align: center;
	padding-left: 5px;
	width: 60px;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing > ul li.lock_listing_number_of_barges_processed {
	text-align: center;
	padding-left: 5px;
	width: 75px;
	min-width: 75px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing > ul li.lock_listing_hazard_code {
	text-align: center;
	padding-left: 5px;
	width: 60px;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing > ul li.lock_listing_start_of_lockage {
	text-align: center;
	width: 114px;
	min-width: 114px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing > ul li.lock_listing_end_of_lockage {
	text-align: center;
	width: 114px;
	min-width: 114px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_traffic_listing > ul li.lock_listing_start_and_end_of_lockage {
	text-align: center;
	width: 114px;
	min-width: 114px;
	height: 100%;
	border: 1px solid #001937;
	display: none;
}
.warning_message_container {
	width: 100%;
	top: 5px;
	padding-top: 0px;
	text-align: center;
	position: relative;
}
.warning_message_title {
	color: #001937;
	font-size: 1.25rem;
	padding-bottom: 25px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.warning_message_statement {
	display: block;
	max-width: 520px;
	min-width: 160px;
	text-align: left;
    margin: 0 auto;
	top: 13px;
	padding-bottom: 20px;
	position: relative;
}
.warning_message_statement ul {
	left: 30px;
	position: relative;
}
.warning_message_statement span {
	left: 30px;
	position: relative;
}
.account_reports_dropdown_filtering {
	float: right;
	top: -33px;
	height: 20px;
	width: 250px;
	min-width: 250px;
	position: relative;
}
.account_reports_select_dropdown {
	clear: both;
	color: #7F7E7D;
	border: 1px solid #7F7E7D;
	width: 165px;
	top: -18px;
	left: 45px;
	min-width: 165px;
	position: relative;
}
.billing_info_labels, 
.acct_info_details_input, 
.acct_info_details_input_city, 
.acct_info_details_input_state, 
.acct_info_details_input_zipcode, 
.acct_info_details_customer_label, 
.acct_info_details_customer_label,
.acct_login_label, 
.login_username_input, 
.login_password_input {
	padding-top: 3px;
	height: 25px;
}
.payment_method_label {
	height: 20px;
}



.customer_login_details_spacing {
	height: 25px;
#	border: 1px solid #000000;
}


#extra_weather_info {
	display: none;
	background: #EDEDED;
	color: #001937;
	top: 300px;
	left: 50%;
	margin-top: -210px;
	margin-left: -180px;
	height: auto;
#	max-height: 900px;
	min-height: 70vh;
	text-align: center;
	vertical-align: middle;
 	border-radius: 10px;
	box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 100;
}

.additional_weather_info {
	width: 100%;
	top: 10px;
	text-align: left;
	padding-left: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	height: auto;
	position: relative;
}
.additional_weather_info_entry_container {
	width: 356px;
	padding-top: 20px;
	min-height: 300px;
#	min-height: auto;
	max-height: 70vh;
	position: relative;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}	
.additional_weather_info_entry_container_max_height {
	max-height: calc(70vh - 100px);
}
.additional_weather_info_entries {
	width: 356px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.additional_weather_info_entries_hr {
	width: 356px;
}
.additional_weather_info_entry_container::-webkit-scrollbar {
	display: none;
}
.additional_weather_info_entries_bottom_spacer {
	height: 15px;
}
.weather_icon_legend_container {
	width: 200px;
	height: 93px;
	margin-top: 5px;
	left: -35px;
	position: relative;
	border: 1px solid #000000;
}
.weather_icon_legend_header {
	width: 100%;
	height: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: blue;
}
.weather_icon_legend_each_icon {
	float: left;
	width: 25%;
	text-align: center;
	padding-top: 5px;
}
.weather_alert_slides {
	width: 346px;
}
.weather_alert_slides {
	display: flex;
	margin-top: 5px;
	margin-left: 5px;
}
.weather_alert_slides a > div {
	width: 100%;
	height: 100px;
	background: #74ABE2;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 25px;
	animation: fadeIn 5s;
    text-decoration: none;
}
.weather_alert_details_link {
    text-decoration: none;
}
.hidden {
    display: none;
}
#weather_alert_details {
	display: none;
	background: #EDEDED;
	color: #001937;
	top: 300px;
	left: 50%;
	margin: 0 auto;
	margin-top: -210px;
#	margin-left: -23vh;
#	margin-left: -18vw;
#    margin-left: calc(-90vw + 45vw);
#    margin-left: calc(45vw - 90vw);
	margin-left: -230px;
	width: 90vw;
	max-width: 460px;
	height: auto;
	max-height: 800px;
	text-align: center;
	vertical-align: middle;
 	border-radius: 10px;
	box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 100;
}
#weather_alert_details_header {
	clear: both;
	text-align: center;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 22px;
	height: auto;
	color: #888888;
    background-color: #EDEDED;
	border-bottom: 1px dotted #001937;
 	border-radius: 10px 10px 0 0;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
	margin-top: 0px;
	margin-bottom: -10px;
	position: relative;
	overflow: hidden;
	z-index: 100;
}
#weather_alert_details_footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 15px;
	height: auto;
	color: #888888;
    background-color: #EDEDED;
	border-top: 1px dotted #001937;
 	border-radius: 0 0 10px 10px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
	bottom: 0;
	position: absolute;
}
.weather_alert_details_info_container {
	margin-bottom: 20px;
#	overflow: hidden;
	max-height: 75vh;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}
.weather_alert_details_info_container::-webkit-scrollbar {
	display: none;
}
.weather_alert_details_close_button {
	float: right;
	width: 15px;
	height: 15px;
	top: 4px;
	margin-right: 5px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	
}
.weather_alert_details_close_button:hover {
	color: orange;
}
.weather_alert_details_close_icon {
	top: -6px;
	left: -1px;
	position: relative;
}
.weather_alert_details_info {
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
	height: auto;
	max-height: 750px;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}
.weather_alert_details_info::-webkit-scrollbar {
	display: none;
}
.all_warning_message_container {
	text-align: center;
	width: 100%;
	height: 52px;
	height: auto;
	top: 16px;
#	border: 1px solid #000000;
#	background-color: yellow;
	position: relative;
#	display: none;
#	Z-index: 90;
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}
#all_warning_message_container2 {
	display: none;
}

.high_wind_warning_message {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url(../images/icons/warning.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	background-color: #F9E7E5;
	border: 1px solid #CB4537;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 10px 60px;
	width: 50%;
	min-width: 600px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: left;
	font-size: 14px;
}
.high_wind_warning_message2 {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
#	background-image: url(../images/icons/warning.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	background-color: #F9E7E5;
	border: 1px solid #CB4537;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 10px 60px;
	width: 50%;
	min-width: 600px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: left;
	font-size: 14px;
}
.high_wind_watch_message {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url(../images/icons/yellow_exclamation.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFCC;
	background-color: #FFFFE5;
	border: 1px solid #FFFF00;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 10px 60px;
	width: 50%;
	min-width: 600px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: left;
	font-size: 14px;
}
.high_wind_watch_message2 {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
#	background-image: url(../images/icons/yellow_exclamation.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFCC;
	background-color: #FFFFE5;
	border: 1px solid #FFFF00;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 10px 60px;
	width: 50%;
	min-width: 600px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: left;
	font-size: 14px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



.wind_speed_warning_headers, 
.wind_speed_watch_headers {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.wind_speed_warning_headers ul li, 
.wind_speed_watch_headers ul li {
	float: left;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	height: 20px;
	position: relative;
}
.wind_speed_warning_headers ul li {
	background-color: #FF0000;
	background-color: #CB4537;
	color: #FFFFFF;
}	
.wind_speed_watch_headers ul li {
	background-color: #FFFFCC;
	background-color: #FFFF00;
	color: #000000;
}	



.wind_speed_watch_and_warning_listing {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: 20px;
	margin-top: -13px;
	top: -1px;
}
.wind_speed_watch_and_warning_listing ul li {
	float: left;
	display: inline-block;
	padding: 2px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}




.wind_speed_warning_headers > ul, 
.wind_speed_watch_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.wind_speed_watch_and_warning_listing > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.wind_speed_location_name_hr {
	width: 100%;
	min-width: 150px;
	height: 100%;
	margin: 0px;
	margin-left: -40px;
	border: 1px solid #001937;
	position: relative;
}
.wind_speed_range_hr {
	width: 100px;
	min-width: 100px;
	height: 100%;
	text-align: center;
	border: 1px solid #001937;
}
.wind_speed_start_time_hr {
	width: 125px;
	min-width: 125px;
	height: 100%;
	margin: 0px;
#	margin-left: -40px;
	border: 1px solid #001937;
	position: relative;
}
.wind_speed_end_time_hr {
	width: 125px;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
}
.wind_speed_warning_headers > ul li.wind_speed_start_and_end_time_hr, 
.wind_speed_watch_headers > ul li.wind_speed_start_and_end_time_hr {
	width: 125px;
	min-width: 125px;
	height: 100%;
	margin: 0px;
	border: 1px solid #001937;
	position: relative;
	display: none;
}
.wind_speed_watch_and_warning_listing > ul li.wind_speed_location_name {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 150px;
	height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.wind_speed_watch_and_warning_listing > ul li.wind_speed_range {
	text-align: center;
	width: 100px;
	min-width: 100px;
	min-height: 100%;
	border: 1px solid #001937;
	overflow: hidden;
}
.wind_speed_watch_and_warning_listing > ul li.wind_speed_start_time {
	text-align: center;
	width: 125px;
	min-width: 125px;
	height: 100%;
#	margin-left: -40px;
	border: 1px solid #001937;
}
.wind_speed_watch_and_warning_listing > ul li.wind_speed_end_time {
	text-align: center;
	width: 125px;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
	overflow: hidden;
}
.wind_speed_watch_and_warning_listing > ul li.wind_speed_start_and_end_time {
	text-align: center;
	width: 125px;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
	overflow: hidden;
	display: none;
}




































.lock_closure_warning_message {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url(../images/icons/warning.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	background-color: #F9E7E5;
	border: 1px solid #CB4537;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 10px 60px;
	width: 50%;
	min-width: 600px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: left;
	font-size: 14px;
}
.lock_closure_warning_message2 {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
#	background-image: url(../images/icons/warning.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	background-color: #F9E7E5;
	border: 1px solid #CB4537;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 10px 60px;
	width: 50%;
	min-width: 600px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: left;
	font-size: 14px;
}
.lock_closure_watch_message {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url(../images/icons/yellow_exclamation.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFCC;
	background-color: #FFFFE5;
	border: 1px solid #FFFF00;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 10px 60px;
	width: 50%;
	min-width: 600px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: left;
	font-size: 14px;
}
.lock_closure_watch_message2 {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
#	background-image: url(../images/icons/yellow_exclamation.png);
	background-position: 9px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFCC;
	background-color: #FFFFE5;
	border: 1px solid #FFFF00;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 10px 60px;
	width: 50%;
	min-width: 600px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: left;
	font-size: 14px;
}

.lock_closure_warning_headers, 
.lock_closure_watch_headers {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.lock_closure_warning_headers ul li, 
.lock_closure_watch_headers ul li {
	float: left;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	height: 20px;
	position: relative;
}
.lock_closure_warning_headers ul li {
	background-color: #FF0000;
	background-color: #CB4537;
	color: #FFFFFF;
}	
.lock_closure_watch_headers ul li {
	background-color: #FFFFCC;
	background-color: #FFFF00;
	color: #000000;
}	



.lock_closure_watch_and_warning_listing {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: auto;
	margin-top: -13px;
	top: -1px;
}
.lock_closure_watch_and_warning_listing ul li {
	float: left;
	display: inline-block;
	padding: 2px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.lock_closure_warning_headers > ul li.lock_closure_mileboard_hr, 
.lock_closure_watch_headers > ul li.lock_closure_mileboard_hr, 
.lock_closure_warning_headers > ul li.lock_closure_lock_name_hr, 
.lock_closure_watch_headers > ul li.lock_closure_lock_name_hr, 
.lock_closure_warning_headers > ul li.lock_closure_range_hr, 
.lock_closure_watch_headers > ul li.lock_closure_range_hr, 
.lock_closure_warning_headers > ul li.lock_closure_closure_stage_hr, 
.lock_closure_watch_headers > ul li.lock_closure_closure_stage_hr, 
.lock_closure_warning_headers > ul li.lock_closure_start_time_hr, 
.lock_closure_watch_headers > ul li.lock_closure_start_time_hr, 
.lock_closure_warning_headers > ul li.lock_closure_end_time_hr, 
.lock_closure_watch_headers > ul li.lock_closure_end_time_hr, 
.lock_closure_warning_headers > ul li.lock_closure_start_and_end_time_hr, 
.lock_closure_watch_headers > ul li.lock_closure_start_and_end_time_hr {
	height: auto;
}
.lock_closure_warning_headers > ul, 
.lock_closure_watch_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.lock_closure_watch_and_warning_listing > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.lock_closure_mileboard_hr {
	width: 60px;
	min-width: 60px;
	height: 100%;
	margin: 0px;
	margin-left: -40px;
	border: 1px solid #001937;
	position: relative;
}
.lock_closure_lock_name_hr {
	width: 100%;
	min-width: 150px;
	height: 100%;
	margin: 0px;
	border: 1px solid #001937;
	position: relative;
}
.lock_closure_range_hr {
	width: 100px;
	min-width: 100px;
	height: 100%;
	text-align: center;
	border: 1px solid #001937;
}
.lock_closure_closure_stage_hr {
	width: 65px;
	min-width: 65px;
	height: 100%;
	text-align: center;
	border: 1px solid #001937;
}
.lock_closure_start_time_hr {
	width: 125px;
	min-width: 125px;
	height: 100%;
	margin: 0px;
	border: 1px solid #001937;
	position: relative;
}
.lock_closure_end_time_hr {
	width: 125px;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
}
.lock_closure_warning_headers > ul li.lock_closure_start_and_end_time_hr, 
.lock_closure_watch_headers > ul li.lock_closure_start_and_end_time_hr {
	width: 125px;
	min-width: 125px;
	height: 100%;
	margin: 0px;
	border: 1px solid #001937;
	position: relative;
	display: none;
}
.lock_closure_watch_and_warning_listing > ul li.lock_closure_mileboard {
	text-align: center;
	width: 60px;
	min-width: 60px;
	height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.lock_closure_watch_and_warning_listing > ul li.lock_closure_lock_name {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 150px;
	height: 100%;
	border: 1px solid #001937;
}
.lock_closure_watch_and_warning_listing > ul li.lock_closure_range {
	text-align: center;
	width: 100px;
	min-width: 100px;
	min-height: 100%;
	border: 1px solid #001937;
	overflow: hidden;
}
.lock_closure_watch_and_warning_listing > ul li.lock_closure_closure_stage {
	text-align: center;
	width: 65px;
	min-width: 65px;
	min-height: 100%;
	border: 1px solid #001937;
	overflow: hidden;
}
.lock_closure_watch_and_warning_listing > ul li.lock_closure_start_time {
	text-align: center;
	width: 125px;
	min-width: 125px;
	height: 100%;
	border: 1px solid #001937;
}
.lock_closure_watch_and_warning_listing > ul li.lock_closure_end_time {
	text-align: center;
	width: 125px;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
	overflow: hidden;
}
.lock_closure_watch_and_warning_listing > ul li.lock_closure_start_and_end_time {
	text-align: center;
	width: 125px;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
	overflow: hidden;
	display: none;
}
.lock_closure_warning_top_statement
.lock_closure_watch_top_statement {
	width: 100%;
	text-align: left;
}

.lock_scheduled_closure_warning_headers {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.lock_scheduled_closure_warning_headers ul li {
	float: left;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	height: 20px;
	position: relative;
}
.lock_scheduled_closure_warning_headers ul li {
	background-color: #FF0000;
	background-color: #CB4537;
	color: #FFFFFF;
}	
.lock_scheduled_closure_warning_listing {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: auto;
	margin-top: -13px;
	top: -1px;
}
.lock_scheduled_closure_warning_listing ul li {
	float: left;
	display: inline-block;
	padding: 2px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.lock_scheduled_closure_warning_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.lock_scheduled_closure_warning_listing > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.scheduled_lock_closure_lock_name_hr {
	width: 100%;
	min-width: 150px;
	height: 100%;
	margin: 0px;
	margin-left: -40px;
	border: 1px solid #001937;
	position: relative;
}
.scheduled_lock_closure_statement_hr {
	width: 100%;
	min-width: 250px;
	height: 100%;
	margin: 0px;
	border: 1px solid #001937;
	position: relative;
}
.lock_scheduled_closure_warning_listing > ul li.scheduled_lock_closure_lock_name {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 150px;
	margin-left: -40px;
	height: auto;
	border: 1px solid #001937;
}
.lock_scheduled_closure_warning_listing > ul li.scheduled_lock_closure_statement {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 250px;
	height: 100%;
	border: 1px solid #001937;
}


.notice_to_mariners_button {
	float: right;
	text-decoration: none;
	text-align: center;
	top: 7px;
	right: 10px;
	height: 20px;
	width: 225px;
	min-width: 225px;
	color: #757575;
	background-color: #EDEDED;
	border-radius: 20px;
	border-width: thin;
	border-style: solid;
	border-color: #888888;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
	color: #0A2250;
    background-color: #F0F7FB;
    border: 1px solid #3498DB;
	z-index: 5;
}

.notice_to_mariners_button_new_entries {
	color: #CB4537;
	background-color: #F9E7E5;
	border: 1px solid #CB4537;
}
#notice_to_mariners_empty_div {
	display: none;
}











.broadcast_notice_to_mariners_listing_headers {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -39px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.broadcast_notice_to_mariners_listing_headers ul li {
	float: left;
	display: inline-block;
	background-color: #5B9BD5;
	padding: 20px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	height: 52px;
	position: relative;
}
.broadcast_notice_to_mariners_listing_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.broadcast_notice_to_mariners_listing {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: auto;
	margin-top: -13px;
	top: -1px;
}
.broadcast_notice_to_mariners_listing ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.broadcast_notice_to_mariners_listing > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.notice_listing_number_hr {
	width: 55px;
	min-width: 55px;
	height: 100%;
	margin: 0px;
	margin-left: -40px;
	border: 1px solid #001937;
	position: relative;
}
.notice_reason_hr {
	width: 175px;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
}
.notice_category_hr {
	width: 150px;
	min-width: 150px;
	min-height: 100%;
	border: 1px solid #001937;
}
.notice_title_hr {
	width: 100%;
	min-width: 275px;
	min-height: 100%;
	border: 1px solid #001937;
}
.notice_published_date_hr {
	width: 80px;
	min-width: 80px;
	min-height: 100%;
	border: 1px solid #001937;
}
.notice_source_hr {
	width: 60px;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.notice_related_notices_hr {
	width: 205px;
	min-width: 205px;
	min-height: 100%;
	border: 1px solid #001937;
}
.broadcast_notice_to_mariners_listing_headers > ul li.notice_listing_number_hr a, 
.broadcast_notice_to_mariners_listing_headers > ul li.notice_reason_hr a, 
.broadcast_notice_to_mariners_listing_headers > ul li.notice_category_hr a, 
.broadcast_notice_to_mariners_listing_headers > ul li.notice_title_hr a, 
.broadcast_notice_to_mariners_listing_headers > ul li.notice_published_date_hr a, 
.broadcast_notice_to_mariners_listing_headers > ul li.notice_source_hr a, 
.broadcast_notice_to_mariners_listing_headers > ul li.notice_related_notices_hr a {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -21px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.broadcast_notice_to_mariners_listing > ul li.notice_listing_number {
	width: 55px;
	min-width: 55px;
	min-height: 100%;
	margin-left: -40px;
	border: 1px solid #001937;
}
.broadcast_notice_to_mariners_listing > ul li.notice_reason {
	text-align: left;
	padding-left: 5px;
	width: 175px;
	min-width: 125px;
	min-height: 100%;
	border: 1px solid #001937;
	overflow: hidden;
}
.broadcast_notice_to_mariners_listing > ul li.notice_category {
	text-align: left;
	padding-left: 5px;
	width: 150px;
	min-width: 150px;
	min-height: 100%;
	border: 1px solid #001937;
}
.broadcast_notice_to_mariners_listing > ul li.notice_title {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
	min-width: 275px;
	height: auto;
	min-height: 100%;
	border: 1px solid #001937;
}
.broadcast_notice_to_mariners_listing > ul li.notice_published_date {
	text-align: center;
	padding-left: 0px;
	width: 80px;
	min-width: 80px;
	min-height: 100%;
	border: 1px solid #001937;
}
.broadcast_notice_to_mariners_listing > ul li.notice_source {
	text-align: center;
	padding-left: 0px;
	width: 60px;
	min-width: 60px;
	min-height: 100%;
	border: 1px solid #001937;
}
.broadcast_notice_to_mariners_listing > ul li.notice_related_notices {
	text-align: left;
	padding-left: 5px;
	width: 205px;
	min-width: 205px;
	min-height: 100%;
	border: 1px solid #001937;
	overflow: hidden;
}
.broadcast_notice_to_mariners_listings_bottom_spacer {
	height: 30px;
	position: relative;
	
}

.non_dod_endorsement_disclaimer {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-position: 9px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFCC;
	background-color: #FFFFE5;
	border: 1px solid #FFFF00;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 10px 60px;
	width: 50%;
	min-width: 600px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: left;
	font-size: 14px;
}
.notice_to_mariners_source_logo {
	height: 50px;
}
.notice_contents_div {
	background-color: #FFFFFF;
	line-height: 22px;
	min-width: 250px;
	max-width: 595px;
	border: 1px solid #000000;
	padding: 10px;
	margin: 10px;
#	border-radius: 6px;
	display: none;
}
	
.notice_to_mariners_source_link_button {
	float: right;
	text-decoration: none;
	text-align: center;
	top: -9px;
	right: -5px;
	height: 15px;
	line-height: 15px;
	width: 50px;
	min-width: 50px;
	color: #757575;
	background-color: #EDEDED;
	border-radius: 20px;
	border-width: thin;
	border-style: solid;
	border-color: #888888;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
	color: #0A2250;
    background-color: #F0F7FB;
    border: 1px solid #3498DB;
	z-index: 5;
}
.broadcast_notice_to_mariners_details_close_button_close_button {
	float: right;
	text-decoration: none;
	width: 15px;
	height: 15px;
	top: -5px;
	margin-right: -5px;
	color: #0A2250;
    background-color: #F0F7FB;
    border: 1px solid #3498DB;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	
}
.broadcast_notice_to_mariners_details_close_button_close_button:hover {
	color: #000000;
	background-color: orange;
}
.broadcast_notice_to_mariners_details_close_icon {
	top: -5px;
	left: 0.5px;
	position: relative;
}

.api_documentation_wrapper {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.api_documentation_container {
	display: inline-block;
	border: 1px solid #001937;
	width: 95%;
}
.api_documentation_header {
	border-bottom: 1px solid #001937;
	width: 100%;
	background-color: yellow;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
#	color: #888888;
	color: #001937;
    background-color: #EDEDED;
}
.api_documentation_statement {
	font-size: 16px;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.api_documentation_river_abbreviation_list_container {
	float: right; 
	border: 1px solid #0A2250; 
	width: 300px; 
	height: 450px; 
	margin-left: 20px; 
	margin-right: -10px;
	margin-bottom: 50px;
}
.api_documentation_river_abbreviation_list_container_2 {
	width: 300px; 
	height: 450px;
	top: -13px;
	position: relative;
	overflow-y: auto;
}
.api_documentation_river_abbreviation_list_headers {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -13px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.api_documentation_river_abbreviation_list_headers ul li {
	float: left;
	display: inline-block;
	background-color: #5B9BD5;
	padding: 3px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	height: 20px;
	position: relative;
}
.api_documentation_river_abbreviation_list_listing {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	height: auto;
	margin-top: -12px;
	top: -1px;
}
.api_documentation_river_abbreviation_list_listing ul li {
	float: left;
	display: inline-block;
	padding: 4px 0px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}
.api_documentation_river_abbreviation_list_headers > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.api_documentation_river_abbreviation_list_listing > ul {
	display: flex;
	height: 100%;
	min-height: 100%;
	margin-right: 1px;
}






.api_documentation_river_name_hr {
	width: 100%;
	min-width: 175px;
	height: 100%;
	margin: 0px;
	margin-left: -41px;
	border: 1px solid #001937;
	position: relative;
	z-index: 5;
}
.api_documentation_river_abbreviation_hr {
	width: 100%;
	min-width: 103px;
	max-width: 104px;
	min-height: 100%;
	border: 1px solid #001937;
	z-index: 5;
}








.api_documentation_river_abbreviation_list_listing > ul li.api_documentation_river_name {
	text-align: left;
	width: 100%;
	min-width: 175px;
	height: 100%;
	min-height: 100%;
	max-height: 42px;
	margin-left: -41px;
	padding-left: 5px;
#	border: 1px solid #001937;
	border-left: 1px solid #001937;
	border-right: 1px solid #001937;
	border-bottom: 1px solid #001937;
}
.api_documentation_river_abbreviation_list_listing > ul li.api_documentation_river_abbreviation {
	text-align: left;
	padding-left: 5px;
	width: 100%;
	min-width: 90px;
	max-width: 90px;
	min-height: 100%;
#	border: 1px solid #001937;
	border-left: 1px solid #001937;
	border-right: 1px solid #001937;
	border-bottom: 1px solid #001937;
}







.api_documentation_river_abbreviation_list_headers > ul li.api_documentation_river_name_hr a, 
.api_documentation_river_abbreviation_list_headers > ul li.api_documentation_river_abbreviation_hr a {
	color: #FFFFFF;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}



.api_documentation_river_abbreviation_list_download_links {
	color: #FFFFFF;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: -26px;
	font-size: 12px;
	font-weight: bold;
}
.api_documentation_river_abbreviation_list_download_links ul li {
	float: left;
	display: inline-block;
	background-color: #5B9BD5;
	padding: 3px 0px 0px 0px;
	margin-right: -1px;
	text-align: center;
	height: 20px;
	position: relative;
}
.api_documentation_river_abbreviation_list_download_links > ul {
	display: flex;
	height: 100%;
	margin-right: 1px;
}
.api_documentation_download_json {
	width: 150px;
	min-width: 150px;
	height: 100%;
	margin: 0px;
	margin-left: -41px;
	border: 1px solid #001937;
	position: relative;
	z-index: 10;
}
.api_documentation_download_xml {
	width: 100%;
	min-width: 150px;
	max-width: 150px;
	min-height: 100%;
	border: 1px solid #001937;
	z-index: 10;
}
.api_documentation_river_abbreviation_list_download_links > ul li.api_documentation_download_json a, 
.api_documentation_river_abbreviation_list_download_links > ul li.api_documentation_download_xml a {
	color: #FFFFFF;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}



.api_access_instruction_tabs_container {
	width: 100%;
	max-width: 900px;
	min-height: 200px;
	position: relative;
	overflow: hidden;
}
.api_access_instruction_tabs {
  position: relative;
  height: 100%;
  min-height: 600px;
  max-height: 600px;
  clear: both;
  margin: 10px 0;
#  overflow: auto;
}
.api_access_instruction_tab {
  float: left;
  margin-left: -25px;
}
.api_access_instruction_tab label {
  background: #FFFFFF;
  padding: 10px;
  border: 1px solid #CCCCCC;
  margin-left: -1px;
  position: relative;
  left: 1px;
  border-radius: 12% 12% 0% 0%;
}
.api_access_instruction_tab [type="radio"] {
  opacity: 0;
}
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: #FFFFFF;
  right: 0;
  bottom: 0;
  padding: 10px;
  border: 1px solid #CCCCCC;
  overflow: auto;
}
.api_access_instruction_tab [type="radio"]:focus ~ label {
  ouline: 2px solid blue;
}
.api_access_instruction_tab [type="radio"] ~ label {
  background: #5B9BD5;
  color: #FFFFFF;
}
.api_access_instruction_tab [type="radio"]:checked ~ label {
  background: #FFFFFF;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type="radio"]:checked ~ label ~ .content {
  z-index: 1;
}
[type="radio"]:checked ~ label ~ .content > * {
  opacity: 1;
  transform: translateX(0);
}

.copy_api_access_token_button {
	float: right;
	top: -4px;
	margin-right: 10px;
	position: relative;
}
