@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Lato:wght@400;700&display=swap');

body, html {
	height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #1b3c5f;	
}
td {
	color: #1b3c5f;	
}
p {
    margin: 0 0 30px;
}
a {
	color: #4275a4;
	text-decoration: none;
}
a:hover {
	color: #98a3b0;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Bree Serif', sans-serif;
}
h1 {
	border-bottom: 1px solid #d1dbe6;
	display: block;
	font-weight: 400;
	padding: 15px 0 20px;
	margin-bottom: 30px;
	width: 75%;
}
h2 {
	color: #132d52;	
	font-size: 27px;
    	font-weight: 400;
	line-height: 1.2;
	padding: 20px 0 13px;
    	text-transform: none;
}
input {
	border-radius: 4px;
	border: 1px solid #ccc;
	line-height: 32px;
	text-indent: 7px;
}
input[type="file"] {
	display: inline-flex;
	padding: 10px;
	margin-bottom: 10px;
}

div.flash-error, div.flash-notice, div.flash-success {
        padding:.9em;
        margin-bottom:2em;
        border:1px solid #ddd;
        background:#FBE3E4;
        color:#8a1f11;
        border-color:#FBE3E4;
        border-radius: 3px;
        text-align: center;
}
div.flash-notice {
        background:#d3eaf9;
        color:#2468b1;
        border-color:#d3eaf9;
}
div.flash-success {
        background:#c7f5c9;
        color:#218430;
        border-color:#c7f5c9;
}

@media only screen and (min-width: 1px) and (max-width: 799px) {
        .mobileBreak {
                display: block;
        }
}
.jumbotron {
	background: #fafaf7;
	padding-bottom: 60px;
}
@media only screen and (min-width: 1px) and (max-width: 799px) {
        .jumbotron {
                display: none;
        }
}
.jumbotron h1 {
	font-size: 45px;
	line-height: 70px;
	margin: 0 auto;
	padding: 15px 0 30px;
	width: 65%;
}
.site-index .row, .site-index .col-lg-4 {
        margin: 0 auto;
        text-align: center;
}
.site-index .col-lg-4 {
	text-align: center;
}
	.site-index .col-lg-4 h2 {
		color: #f29900;
		font-size: 56px;
		font-family: 'Bree Serif';
		margin-bottom: 0;
		text-transform: none;
	}
	.site-index .col-lg-4 p {
		font-family: 'Bree Serif';
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 26px;
	}
@media only screen and (min-width: 1000px) {
       .site-index .col-lg-4 {
	        float: left;
                width: 33%;
        }
}
.wrap {
	height: auto;
	margin: 0 auto -402px;
	min-height: 100%;
	padding-bottom: 470px;
}
.summary {
  	color: #aaa;
	font-size: 13px;
}
.btn, button {
	background: #f29900;
	border: 2px solid #f29900;
    	border-radius: 24px;
	color: #fff;
	font-family: 'Lato';
	font-size: 15px;
    	font-weight: 700;
    	letter-spacing: .5px;
	line-height: 40px;
	margin: 0 12px 0 0;
	padding: 0 24px;
}
	.btn:hover, button:hover {
		background-color: transparent;
    		color: #f29900;
    		border-color: #f29900;
    		background-image: linear-gradient(90deg,transparent 50%,#f29900 50%);
		background: white;
	}
.btn-primary, .btn-primary:focus, .btn-primary:active {
	background: #24507f;
	border-color: #24507f;
}
	.btn-primary:hover {
		border-color: #24507f;
		color: #24507f;
	}
.btn-danger, .btn-danger:focus, .btn-danger:active {
	background: #ae0000;
	border-color: #ae0000;
	color: #fff;
}
	.btn-danger:hover {
		border-color: #ae0000;
		color: #ae0000;
	}
.btn-group > .btn {
	border-radius: 4px;
    	color: #fff;
	line-height: 32px;
	margin-right: 7px;
	padding: 0 14px;
}
	.btn-group > .btn:hover {
		color: #f29900;
	}
.btn-group > .btn:first-child {
 	margin: 0 3px 0 0;
}
.kv-form-bs3 .hint-block {
	margin-top: 2px;
}
.navbar {
	background: #fff!important;
	border-bottom: 1px solid #d1dbe6;
	margin-bottom: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 799px) {
        .navbar-header {
                float: none;
                padding: 45px 0;
        }
        .navbar-brand {
                color: #013f7d;
                display: block;
                font-size: 18px;
                font-family: 'Lato';
                line-height: 40px;
                margin-top: -50px;
                padding-top: 0;
                text-align: center;
                width: 100%;
        }
}
@media only screen and (min-width: 800px) {
        .navbar-header {
                float: none;
                padding: 45px 0;
        }
        .navbar-brand {
                color: #013f7d;
                display: block;
                font-size: 20px;
                font-family: 'Lato';
                line-height: 40px;
                margin-top: 0;
                padding-top: 10px;
                text-align: center;
                width: 100%;
        }
}
	.navbar-collapse {
		text-align: center;
	}
	ul.navbar-nav {
		display: inline-block;
		float: none;
		height: 47px;
		text-align: center;
	}
	.navbar li a {
		border-bottom: 3px solid transparent;
		color: #132d52;
		font-size: 17px;
    		font-family: 'Lato';
		padding-left: 25px;
		padding-right: 25px;
	}
	.navbar li a:focus {
		background: none;
		outline: none;
	}
	.navbar li a:hover {
		background: none;
		color: #a7a69f;
		border-bottom: 3px solid #f29900;
	}
	.navbar li.active a {
		background: none;
		color: #a7a69f!important;
	}
	.navbar li.active a:hover {
		background: transparent;
		color: #24507f!important;
	}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		background: transparent;
		border-color: #f29900;
	}
		ul.dropdown-menu {
			padding: 13px 0 16px;
		}
		.dropdown-menu li a,.dropdown-menu li a:hover {
			border: 0;
			font-size: 16px;
			padding: 4px 23px;
			text-transform: initial;
		}
	.nav li > form > button.logout {
	      	padding-top: 0;
	      	color: #fff;
		margin: 3px 18px 0;
      	}
	.nav li > form > button.logout:hover {
		color: #f29900;
	}
}
.breadcrumb {
	background: transparent;
	padding: 5px 0 0;
}
.panel-default > .panel-heading {
  	background-color: transparent;
}
.kv-table-header {
  	background: linear-gradient(to bottom, #fff 0%, #f8f8f5 100%);
}
.btn-toolbar .btn-group {
	float: right;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    	border: 1px solid transparent;
}
.table-bordered > thead > tr > th:first-of-type, .table-bordered > tbody > tr > th:first-of-type, .table-bordered > tfoot > tr > th:first-of-type, .table-bordered > thead > tr > td:first-of-type, .table-bordered > tbody > tr > td:first-of-type, .table-bordered > tfoot > tr > td:first-of-type {
	padding-left: 14px;
}
.table-bordered > thead > tr > th:last-of-type, .table-bordered > tbody > tr > th:last-of-type, .table-bordered > tfoot > tr > th:last-of-type, .table-bordered > thead > tr > td:last-of-type, .table-bordered > tbody > tr > td:last-of-type, .table-bordered > tfoot > tr > td:last-of-type {
	padding-right: 14px;
}
.kv-table-header {
    	background: linear-gradient(to bottom, #fff 0%, #f8f8f6 100%);
}
.table-bordered {
	border-collapse: unset;
	border-radius: 4px;
}
.table-striped > tbody > tr:nth-of-type(even) {
    	background-color: #f8f8f6;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    	background-color: #fff;
}
div.bitWiseCheckboxListCol {
	float: left;
	margin: 0 20px 20px 30px;
}
.bitWiseCheckboxListCol div {
	margin-top: 8px;
}
.form-group {
	clear: both;
}
.people-view h2:nth-child(-n+1) {
	margin-top: 5px;
	padding-top: 0;
}
.people-view h2, .ship-view h2 {
	margin-top: 30px;
	padding-top: 0;
}
.people-view .btn {
	margin-bottom: 10px;
}
.block {
	display: block;
	float: left;
	margin-right: 4%;
	width: 45%;
}
.pdfBlock {
   	align-items: center;
	background-color: #f8f8f6;
    	border: 1px solid #d1dbe6;
	border-radius: 6px;
	display: inline-block;
	height: auto;
    	justify-content: center;
	margin: 0 2% 20px 0;
	padding: 8px 0;
	position: relative;
	width: 40%;
}
div[role=radiogroup] label {
	margin-right: 12px;
}
div{role=radiogroup} input[type="radio"] {
	margin-right: 2px;
}

.event-map-with-search .searchElement {
	display: inline-block;
	width: 49%;
}
.event-map-with-search .searchElement:nth-of-type(2) {
	float: right;
}
.event-map-with-search iframe {
	border: 0;
}

/*
	.pdfBlock::before {
		background-image: url('../images/cargo-ship.png');
		background-repeat: no-repeat;
		background-size: 220px;
      		bottom: 0px;
		content: "";
      		left: 20px;
      		opacity: 0.08;
      		position: absolute;
      		right: 0px;
      		top: 20px;
	}
*/
	.pdfBlock a {
		color: #1D467F;
	}
	.pdfBlock a:hover {
  		color: #98a3b0;
	}
	.pdfBlock p {
		font-size: 20px;
		height: auto;
		line-height: 37px;
		margin-top: 3%;
		margin-bottom: 6%;
		padding: 0 14px;
		position: relative;
		text-align: center;
	}
		p .boldLink {
			font-size: 25px;
			font-weight: bold;
			padding: 5px 0 0;
		}
		img.PDFIcon {
			display: block;
			margin: 18px 0 0 75px;
			width: 80px;
		}
.panel-footer {
	background: transparent;
}
.toolbar-container .pagination {
	display: block;
	float: right;
	margin: 0 0 0 20px;
}
.pagination > .disabled > span {
	background: transparent;
	border: 0;
}
	.pagination > .disabled > span:hover {
		background: none;
	}
.pagination li.prev a, .pagination li.prev a:hover,
.pagination li.next a, .pagination li.next a:hover {
	background: transparent;
	color: #132d52;
}
.pagination li a {
	background: #eee;
	border: 0;
	border-radius: 20px;
	color: #132d52;
	line-height: 19px;
	margin-right: 5px;
	padding: 7px 13px;
}
.pagination li a:hover {
	background: #1b3c5f;
	color: #fff;
}
.pagination > .active > a {
	background: #24507f;
}
.page-link.active, .active > .page-link {
	background: #fff;
	border-radius: 20px;
	color: #132d52;
	line-height: 20px;
}

.topfooter {
	background: #24507f;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	padding: 56px 0;
}
	.topfooter a {
		color: #fff;
	}
	.topfooter a:hover {
		color: #a7b9cc;
	}
	.topfooter .name {
		font-size: 20px;
	}
	.topfooter .nameImg {
                display: block;
                float: left;
        }
	.topfooter .nameCut {
                display: block;
                font-size: 12px;
                font-style: italic;
                line-height: 15px;
                padding-top: 5px;
        }
	.topfooter div.col {
		display: inline-block;
		padding: 16px 0 0;
		width: 33%;
		vertical-align: top;
	}
		.topfooter div.col h6 {
			border-top: 1px solid rgba(255,255,255,.2);
			font-size: 17px;
			font-family: 'Bree Serif';
			font-weight: 500;
			margin-right: 40px;
			padding: 27px 0 8px;
		}
.footer {
	background: #ededeb;
	color: #a8a8aa;
	height: 70px;
	padding-top: 27px;
}
@media only screen and (min-width: 1px) and (max-width: 1000px) {
        .topfooter p {
                margin: 0 0 10px;
        }
        .topfooter .name {
                font-size: 18px;
        }
        .topfooter div.col h6 {
                padding-bottom: 0;
        }
        .topfooter div.col {
                display: block;
                width: 100%;
        }
        .footer {
                height: auto;
        }
                .footer p {
                        margin: 0 0 20px;
                }
        .pull-left, .pull-right {
                float: none!important;
        }
        .pull-right {
                padding: 0 0 10px;
                margin: 0;
        }
}
