* {
    margin: 0;
    padding: 0;
}

.header {
    width: 100%;
    height: 110px;
    display: inline-block;
    text-align: center;
    padding-top: 2px;
}


html, body, #map {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px
}

.menuTitles a {
    /* font-size: x-small; */
    font-size: 9px;
    color: #4e96fa;
}

.iconButton {
    font-family: "Trebuchet MS", Arial, Verdana;   
    background: transparent;
    border-radius: 16px;
    border: 0px;
}

.formSettings {
    border-radius: 10px;
}

.piechart {
    width: 170px; 
    height: 170px;
}

.accountNote {
    background-color: yellow;
    text-align: center;
    border-radius: 10px;
}

.backupNote {
    background-color: #f2e2b1;
    text-align: center;
    border-radius: 10px;
}

nav ul {
    display: inline-block;
}

nav ul li {
    list-style: none;
    display: inline-block;
    float: left;
    line-height: 40px;
}

nav ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 0px;
}

nav.pagination {
    height: 30px;
}

nav.padination ul {
    display: inline-block;
}

nav.padination ul li {
    float: center;
}

.pagination ul li {
    float: center;
}

.logo {
    width: 100%;
    height: 110px;
    display: inline-block;
    text-align: center;
    background-image: url("../images/menu_background.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.crumbline {
    /* margin: 5px 10px 5px; */
    margin: 0 auto;
    width: 95%;
    text-align: right;
}

.wrapper {
    margin: 0 auto;
    width: 95%;
}

.content {
    margin: 20px auto 20px;
}

.italic {
    font-style: italic;
}

.loginFormError {
    color: red;
    font-size: larger;
}

.table-log tbody tr td {
    font-size: 14px;
    text-align: center;
}

.table-log thead tr td {
    font-size: 14px;
    text-align: center;
}

.table-log {
    margin-bottom: 0px;
}

.table-log tbody tr td.remark {
    text-align: left;
}


.table-log-alt tbody tr td {
    font-size: 14px;
    text-align: center;
}

.table-log-alt thead tr td {
    font-size: 14px;
    text-align: center;
}

.table-log-alt {
    margin-bottom: 0px;
}

.table-log-alt tbody tr td.remark {
    text-align: left;
}

.table-log-detail td.remark {
    text-align: left;
}

/* Months Formatting */
.logbook-tree ul {
    margin-left: 10px;
    margin-bottom: 0px;
    font-size: 14px;
}

/* Years Formatting */
.logbook-tree li {
    list-style-type: none;
    margin: 0px;
    padding-bottom: 10px;
    font-size: 16px;
}

button.link { 
    background:none;
    border:none;
	color: inherit;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.tooltip-inner {
    background-color: #b1cff8;
    color: #000000;
}

.tooltip.show {
    opacity: 1;
}

@media (min-width: 768px)
{
    .container {
        max-width: 100%;
    }
}

@media (min-width: 996px)
{
    .container {
        max-width: 980px;
    }

    .crumbline {
        max-width: 980px;
    }
}