html,
body,
#container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.table {
    margin-bottom: 0px;
}
/* navigation bar */
.navbar-inverse {
    border-color: gray;
	background: rgb(59, 103, 158);
    background: -moz-linear-gradient(top, rgba(59, 103, 158, 1) 0%, rgba(43, 136, 217, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(59, 103, 158, 1) 0%, rgba(43, 136, 217, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    background: linear-gradient(to bottom, rgba(59, 103, 158, 1) 0%, rgba(43, 136, 217, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8', GradientType=0);
}
/*.navbar-inverse .navbar-nav>li>a, .navbar a  {
    color: #fff;
}*/
.navbar-nav button.btn-info, 
.navbar-nav button.btn-info:hover, 
.navbar-nav button.btn-info:active,
.navbar-nav button.btn-info:focus,
.navbar-nav button.btn-info.active,
.navbar-nav button.btn-info.disabled,
.navbar-nav button.btn-info.disabled.active,
.navbar-nav button.btn-info.disabled.focus,
.navbar-nav button.btn-info.disabled:active,
.navbar-nav button.btn-info.disabled:focus,
.navbar-nav button.btn-info.disabled:hover,
.open>.dropdown-toggle.btn-info  {
    background-color: rgba(0,0,0,0.2);
    border: 0px;
    color: #fff;
}
.navbar-nav .btn-info.active, .navbar-nav .btn-info.focus, .navbar-nav .btn-info:active, .navbar-nav .btn-info:focus, .navbar-nav .btn-info:hover, .navbar-nav .open>.dropdown-toggle.btn-info {
	background-color: rgba(0,0,0,0.2);
    border: 0px;
}
.navbar-nav button {
	height: 42px;
    min-width: 42px;
}
.navbar .btn-custom-icon {
    padding: 0px;
}
.navbar .btn-custom-icon img {
    height: 37px;
    width: 37px;
    line-height: 28px !important;
}
.navbar-nav #tool-ruler {
    padding: 0px;
}
.navbar .export-dropdown {
    display: inline-block;
}
.fileLoader {
    display: none !important;
}
.navbar .white {
    color: #FFFFFF;
}
.navbar-nav  .leaflet-control-boxzoom {
    background-color: rgba(0,0,0,0);
    width: 20px;
    height: 20px;
    border: 0px;
    background-position: top;
    background-image: url(../img/appbar.magnify.add.png);
    color: white;
}
.navbar-nav  .leaflet-bar,
.navbar-nav  .leaflet-control-boxzoom {
    box-shadow: none;
}
.navbar-nav  .leaflet-bar a {
    background-color: rgba(0,0,0,0);
    width: 42px;
    height: 42px;
}
.navbar .navbar-icon-container .fa, .navbar-nav button {
    font-size: 18px;
}
.navbar .btn-text {
	font-size: 16px;
}
.navbar .btn-group>.btn:not(:first-child) {
    margin-left: 0;
}

.navbar .navbar-brand {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
	padding: 8px 15px;
}
.navbar .navbar-text {
    margin-top: 7px;
    margin-bottom: 0px;
}
.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form {
    border: 0px;
}
.navbar-collapse.in {
    overflow: hidden;
}
.navbar-header .navbar-icon-container {
    margin-right: 15px;
}
.navbar-header .navbar-icon {
    line-height: 50px;
    height: 50px;
}
.navbar-header a.navbar-icon {
    margin-left: 25px;
}
/* map */
#map {
    width: auto;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* legend control */
.leaflet-control-layers {
    max-width: 150px;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 0;
}
.leaflet-control-layers label {
    font-weight: normal;
    margin-bottom: 0px;
}
.leaflet-control-layers-list input[type="radio"],
input[type="checkbox"] {
    margin: 2px;
}
.leaflet-top {
    top: 70px;
}
/* mouse position control */
#mouse-position {
    margin: 0px 0px 5px 150px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}
/* location search box control */
.has-feedback .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
/* message control */
.message {
    margin: 10px 15px;
    color: #FF0000;
    font-style: italic;
    display: none;
}
/* info table */
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #ffffe6;
}
.thead-inverse tr {
    color: #fff;
    background-color: #373a3c;
}
/* data table */
#dataPanel {
    height: 30%;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding: 15px;
    border-top: 2px solid #f0f0f0;
    overflow-y: scroll;
	background-color: white;
}
#dataTable {
    width: 100%
}
.dataTables_wrapper {
    padding-bottom: 15px;
}
/* mooring notes tree */
.tree {
    min-height: 20px;
    margin-bottom: 50px;
}
.tree ul:first-child {
    padding-left: 5px;
}
.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative
}
.tree li::before,
.tree li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto
}
.tree li::before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px
}
.tree li::after {
    border-top: 1px solid #999;
    height: 20px;
    top: 25px;
    width: 25px
}
.tree li span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #999;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none
}
.tree li.parent_li>span {
    cursor: pointer
}
.tree>ul>li::before,
.tree>ul>li::after {
    border: 0
}
.tree li:last-child::before {
    height: 30px
}
.tree li.parent_li>span:hover,
.tree li.parent_li>span:hover+ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000
}
.user-dropdown .gravatar {
    margin-top: -6px;
    padding: 0;
    background-color: none;
    border: 0;
    border-radius: 0;
}


/* sidebar */
#sidebar {
    width: 350px !important;
    height: 100%;
    max-width: 100%;
    float: left;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#sidebar .nav {
    position: relative;
}
#sidebar #sidebar-hide-btn {
    position: absolute;
    top: 8px;
    right: 10px;
}
#sidebar-show-btn {
    position: absolute;
    top: 160px;
    left: 10px;
    width: 34px;
    height: 34px;
}

#sidebar #features {
    margin: 0px;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#sidebar .sidebar-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 80px;
}
#sidebar .sidebar-table-email-btn, #sidebar .sidebar-table-mark-status-btn, #sidebar .sidebar-table-mooring-status-btn {
	padding: 5px 10px;
}
#sidebar .sidebar-table {
    position: absolute;
    width: 100%;
    top: 124px;
    bottom: 80px;
    overflow: auto;
}
#sidebar .sidebar-table th{
    text-transform: capitalize;
}
#sidebar .feature-row {
    cursor: pointer;
}
#sidebar .panel-body {
    padding: 0px;
}
#sidebar .panel-heading {
    padding: 10px 15px 0px 15px;
    border-bottom: 0px;
}
#sidebar .panel-tool {
    margin: 10px 5px;
}
#sidebar .panel-tool .dropdown-toggle {
    margin: 10px 15px;
}
/* progress overlay */
.progress-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    z-index: 9999;
}
.progress-bar {
    height: 20px;
    width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.progress-bar-full {
    width: 100%;
}
/* about modal*/
#about-modal #aboutTabsContent {
    padding-top: 10px;
}

.checkbox-bay {
    margin-left: 10px;
}

/* email modal */
#email-modal .modal-body .row {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* sketch */
#sketch-remove-yesno,
#sketch-edit-yesno,
#sketch-tools {
    padding: 5px 5px;
}
.div-icon-default p{
	font-size: 1px;
}
.div-icon p, .div-icon-default p{
    border: 0px;
    color: #FF00FF;	
    text-shadow: 0.1em 0.1em #FFF;
	margin-top: 0px !important;
}
.div-icon-default svg {
	width: 15px;
	height:15px;
}
#sketch-menu .nav-pills {
    margin-bottom: 10px;
}
#sketch-menu .nav-pills>li {
    width: 48%;
}
#sketch-menu .nav-pills>li a {
    border-radius: 0px;
    text-align: center;
}
#sketch-menu input[type="checkbox"] {
    display: block;
}
.layer-list label {
	display: block;
}
#result-list, .layer-list {
	position: absolute;
    overflow: auto;
    width: 100%;
    bottom: 85px;
}
#result-list {
	top: 225px;
}
.layer-list {
	top: 182px;
}

.coordUpdateDiv {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	width: 400px;
	pointer-events: auto;
	margin-top: 10px;
	margin-left: 45px;
	padding:10px;
	border: 1px solid gray;
}
.coordUpdateDiv button {
	margin-top: 20px;
	padding-right: 0px;
    padding-left: 0px;
	width: 40px;
}
.div-icon-default {
	cursor: crosshair !important;
}
.statusDropDown > div:hover {
    background-color: #94a0b4;
}
.statusDropDown {
    font-weight: bold;
}
.triangleUp {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
    border-bottom-width: 12px;
    border-bottom-style: solid;
}
.triangleUpParent {
    background: transparent;
    border: none;
}
.nav > li > a {
    padding: 10px 5px !important;
}
#help-btn {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0px !important;
	color: white !important;
}
.basemap-img {
    width: 80px;
    height: 80px;
    margin: 10px;
}
.basemap-div {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
#basemaps-div {
    margin-left: 10px;
}
#basemaps-div > h5 {
    cursor: pointer;
}
#layers-div {
    margin-left: 10px;
}
.legend-title, .charts-legend-title, .statistics-legend-title, .thelist-legend-title {
    cursor: pointer;
}
.legend-title:hover, .charts-legend-title:hover,  .statistics-legend-title:hover, .thelist-legend-title:hover {
    font-weight: bold;
}
.legend-img {
    display: none;
}
.mooring-legend-div, .chart-legend-div, .statistic-legend-div, .thelist-legend-div {
    display: none;
}
.sidebar-layers {
    overflow:auto; 
    position:absolute; 
    top: 50px; 
    left:0; 
    right:0; 
    bottom:85px;
    z-index: 10;
}
.dropdown-menu li:hover {
    cursor: pointer;
}
#editSubTab {
    overflow-y: auto;
    bottom: 85px;
    position: absolute;
    top: 120px;
}
.navbar-toggler {
    border: none;
}
#sidebar-toggle-btn {
    right: 60px;
    top: 15px;
    position: absolute;
}
@media (max-width: 1685px) {
    #searchbox {
        max-width: 160px
    }
    .user-dropdown .gravatar  {
        display: none;
    }
}
@media (max-width: 1600px) {
    .help-nav {
        display: none;
    }
    .navbar-collapse {
        margin-left: 15px;
    }
}
@media (max-width: 1485px) {
    .btn-text {
        display: none;
    }
}
@media (max-width: 1322px) {
    #searchbox {
        width: 150px;
    }
}
@media (max-width: 1265px) {
    .hidden-mobile {
        display: none;
    }
    #searchbox {
        width: 150px;
    }
}
@media (max-width: 1200px) {
    .right-navbar, .user-dropdown {
        margin-top: 10px;
    }
    .navbar-form .btn-group, .btn-login {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem!important;
    }
    
}
@media (max-width: 1050px) {
    .navbar .navbar-brand {
        font-size: 18px;
    }
	.navbar-nav button {
		font-size: 14px;
	}
	.navbar-nav .btn-custom-icon img, .navbar-nav  .leaflet-bar a {
		height: 32px;
		width: 32px;
	}
}
@media (max-width: 767px) {
    .url-break {
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    .dropdown-menu a i {
        color: #FFFFFF;
    }
    .navbar-form .form-group {
        margin-left: 10px;
        margin-right: 10px;
    }
    .navbar-nav.about,
    .navbar-nav.user {
        display: block;
    }
    .navbar-nav.user {
        margin: 7.5px 10px;
    }
    .navbar-nav.tools {
        margin: 7.5px -5px;
    }
    .navbar-collapse {
        max-height: 100% !important;
    }
    .help {
        margin-left: 0px;
    }
    #searchbox {
        width: 100%;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #FFFFFF;
    }
}
/* Print Handling */

@media print {
    * {
        margin: 0 !important;
        padding: 0 !important;
    }
    html {
        width: 8.5in;
    }
    .navbar, .leaflet-control-container, #sidebar  {
        display: none !important;
    }
}