/* ### Main Layout ### */
h1,h2 {
    font-size: 1em;
}
p {
    font-size: 0.9em;
}

/* ### PrimeFace Layout ### */
/* Layout styles */
html, body, .portal-layout-wrapper {
    font-family: Helvetica, Arial, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

.portal-layout-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.portal-header {
    height: 90px;
}

.portal-footer {
    border-top: #a6c9e2;
    border-top-width: 0.1rem;
    border-top-style: solid;
}

.portal-content-container {
    flex: 1;
    display: flex;
    overflow: hidden;
}

.portal-sidebar {
    flex: 0 0 12rem;
    margin: 0 0.2rem 0.2rem 0;
    border: #a6c9e2;
    border-width: 0.1rem;
    border-style: solid;
    display: flex;
    flex-direction: column;
}

.portal-sidebar .portal-sidebar-header {
    margin: 0.2rem;
    padding: 0.3rem;
    color: white;
    font-weight: bold;
    border: 1px solid #4297d7;
    background: #5c9ccc;
}
.portal-sidebar .portal-sidebar-content {
    flex: 1;
    overflow-y: auto;
}

.portal-content {
    flex: 1;
    margin-left: 0.4rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    overflow-y: auto;
}

.ui-page-layout-header {
    background-color: white;
	border: 0px;
}
.ui-page-layout-header .ui-widget-content{
    background-color: transparent;
    overflow: hidden !important;
}
.ui-page-layout-content {
    background-image: none;
    background-color: white;
    border: 0px;
}
.ui-page-layout-content .ui-layout-unit-content {
    background-image: none;
    background-color: white;
}
.ui-page-layout-footer .ui-layout-unit-content {
    overflow: hidden !important;
}
.ui-widget,.ui-widget.ui-widget-header .ui-widget .ui-widget-header,.ui-widget-content {
    font-size: 0.9rem;
    font-family: Helvetica, Arial, sans-serif !important;
    color: black;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	font-size: 0.8rem;
}
html .ui-state-loading.ui-button-text-only .ui-icon-loading + .ui-button-text {
    opacity: inherit;
}
html .ui-state-loading .ui-icon-loading {
    display: none;
}
html .ui-state-loading .ui-icon:not(.ui-icon-loading) {
    display: inherit;
}
.ui-tooltip {
	font-size: 0.9rem;
}
.ui-shadow {
	border-radius: 0px 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 2px 4px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.ui-datatable.transparent thead th,
.ui-datatable.transparent tbody,
.ui-datatable.transparent tbody tr,
.ui-datatable.transparent tbody td {
    background: transparent none;
}

.ui-datatable.borderless thead th,
.ui-datatable.borderless tbody,
.ui-datatable.borderless tbody tr,
.ui-datatable.borderless tbody td {
    border-style: none;
}

.ui-datatable.spaceless-tb thead th,
.ui-datatable.spaceless-tb tbody,
.ui-datatable.spaceless-tb tbody tr,
.ui-datatable.spaceless-tb tbody td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ui-datatable.headerless table thead tr {
    display: none;
}

.dt-headerless > div > div > table > thead > tr {
    display: none;
}
.dt-borderless > * > div > table > thead > th,
.dt-borderless > * > div > table > tbody,
.dt-borderless > * > div > table > tbody > tr,
.dt-borderless > * > div > table > tbody > td  {
    border-style: hidden;
}

.ui-datatable.facetsearchheader > div {
    background-color: transparent;
    padding: 0;
    border-width: 0 0 0 0;
}

.ui-datatable.align-left thead th, .ui-datatable tfoot td {
    text-align: left;
}

.datatable-error .ui-widget-content .ui-datatable-empty-message{
   color: #b94a48;
   background-color: #f2dede;
}

.borderless-datalist .ui-widget-content {
    border: none;
}

.borderless-grid.ui-panelgrid>*>tr,
.borderless-grid.ui-panelgrid .ui-panelgrid-cell {
    border: none;
    border-style: none;
}
.spaceless-grid.ui-panelgrid>*>tr,
.spaceless-grid.ui-panelgrid .ui-panelgrid-cell {
    padding: 0px;
}
.transparent-grid tr,
.transparent-grid td {
    background: transparent !important;
}

.table-header-grid tr, .table-header-grid td {
    border: none !important;
    padding: 0px !important;
}

.spaceless-tabs .ui-tabs-panel {
    padding: 0px !important;
}

.ui-inputfield {
    background-color: #f9fbfc !important;
}

.ui-picklist.width-picklist .ui-picklist-list {
    width: 350px;
}
.ui-picklist.height-picklist .ui-picklist-list {
    height: 100px;
}
.hide-picklist-btn-all.ui-picklist .ui-picklist-button-add-all,
.hide-picklist-btn-all.ui-picklist .ui-picklist-button-remove-all {
    display: none;
}

.ui-state-highlight {
    text-shadow: none !important;
}
.ui-steps.ui-steps-custom {
    margin-top: 15px;
    margin-bottom: 55px;
}
.ui-steps.ui-steps-custom-4 .ui-steps-item {
    width: 25%;
}
.ui-steps.ui-steps-custom-6 .ui-steps-item {
    width: 16.6%;
}
.ui-steps.ui-steps-custom .ui-steps-item .ui-menuitem-link {
    height: 10px;
    padding: 0 1em;
}
.ui-steps.ui-steps-custom .ui-steps-item .ui-steps-number {
    background-color: #0081c2;
    color: #FFFFFF;
    display: inline-block;
    width: 30px;
    border-radius: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.ui-steps.ui-steps-custom .ui-steps-item.ui-state-highlight .ui-steps-title {
    color: #555;
}

.ui-selectcheckboxmenu-emptylabel {
    padding: 5px 0 0 4px;
}

.ui-selectcheckboxmenu {
    background-color: white;
}

/* Ensure the toolbar is above the editor field */
.sun-editor .se-toolbar {
   z-index: 10000 !important;
}

/* ### Global definitions ### */
.preformatted {
    white-space: pre-wrap;
}

@font-face {
    font-family: 'passwordMask';
    src: local('Arial'); /* replace the font through a default font */
    unicode-range: U+0020-007E; /* mask only visible ASCII-characters */
}
.password-style {
    font-family: 'passwordMask';
    font-size: 16px;
    -webkit-text-security: disc; /* works with WebKit-Browser (Chrome, Edge) */
}

.fa-center-4 {
    margin-top: -4px !important;
}
.fa-center-5 {
    margin-top: -5px !important;
}
.fa-center-6 {
    margin-top: -6px !important;
}

.menuitem-fa-icon-margin-right {
	margin-right: 7px;
}

.ui-component-width-fill {
	width: 100%;
}
.ui-component-height-fill {
    height: 100%;
}
.ui-component-align-left {
	text-align: left;
}
.ui-component-align-right {
    text-align: right;
}
.ui-component-align-center {
    text-align: center;
}
.ui-component-text-bold {
    font-weight: bold;
}
.ui-component-text-italic {
	font-style: italic;
}
.ui-component-text-light {
    color: #b7b7b7;
}
.ui-component-combo-panel {
	font-size: 13px;
}
.ui-component-top-aligned-columns td{
    vertical-align: top;
}
.ui-component-top-aligned {
    vertical-align: top;
}
.ui-component-margin-5-lr {
	margin: 0 5px;
}
.ui-component-margin-15-lr {
    margin: 0 15px;
}
.ui-component-margin-top {
    margin-top: 15px;
}
.ui-component-margin-center {
    margin: 0px auto;
}
.ui-component-button-small {
	height: 25px;
	font-size: 75% !important;
}
.ui-component-button-middle {
    height: 29px;
    font-size: 85% !important;
}
.ui-component-button-toolbar {
    margin: 0.1rem 0.2rem;
}
.ui-component-tablebutton-small {
	width: 24px !important;
	height: 20px;
}
.ui-component-menubutton-small .ui-button {
    height: 25px;
    font-size: 75% !important;
}
.ui-component-menubutton-toolbar .ui-button {
    margin: 0.1rem 0.2rem !important;
}
.ui-component-font-small {
	font-size: 12px;
}
.ui-component-float-right {
	float: right;
}

.ui-datetime-date-only-width input {
	width: 90px;
}
.ui-clock-width {
	width: 225px;
}

.ui-dialog-disable-scroll .ui-dialog-content {
    overflow: hidden !important;
}
.ui-dialog-disable-scroll-x .ui-dialog-content {
    overflow-x: hidden !important;
}
.ui-tree-disable-scroll-x .ui-tree-container {
	overflow-x: hidden !important;
}

.ui-color-red {
	color: #FF9494;
}
.ui-color-darkred {
    color: #ff0000;
}

.ui-background-color-open {
	background-color: #3BAA8E;
}
.ui-background-color-pending {
    background-color: #5A82A3;
}
.ui-background-color-closed {
    background-color: #7A6FA3;
}
.ui-background-color-closed-warn {
    background-color: #D6C75F;
}
.ui-background-color-rejected {
    background-color: #C46A6A;
}
.ui-background-color-deactivated {
    background-color: #6C7A89;
}
.ui-background-color-unknown {
    background-color: #000000;
}

.ui-vertical-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ui-wrap-text {
    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
}

.ui-icon-conf {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    height: 16px;
    width: 16px;
}

.ui-icon-folder {
    background-image: url("/portal/javax.faces.resource/img/icon_folder.png.xhtml") !important;
}
.ui-icon-folder-locked {
    background-image: url("/portal/javax.faces.resource/img/icon_folder_locked.png.xhtml") !important;
}
.ui-icon-folder-extlocked {
    background-image: url("/portal/javax.faces.resource/img/icon_folder_extlocked.png.xhtml") !important;
}
.ui-icon-folder-sublocked {
    background-image: url("/portal/javax.faces.resource/img/icon_folder_sublocked.png.xhtml") !important;
}
.ui-icon-folder-system {
    background-image: url("/portal/javax.faces.resource/img/icon_folder_system.png.xhtml") !important;
}
.ui-icon-folder-system-sublocked {
    background-image: url("/portal/javax.faces.resource/img/icon_folder_system_sublocked.png.xhtml") !important;
}
.ui-icon-file {
    background-image: url("/portal/javax.faces.resource/img/icon_file.png.xhtml") !important;
}
.ui-icon-file-locked {
    background-image: url("/portal/javax.faces.resource/img/icon_file_locked.png.xhtml") !important;
}
.ui-icon-file-extlocked {
    background-image: url("/portal/javax.faces.resource/img/icon_file_extlocked.png.xhtml") !important;
    }
.ui-icon-boat {
    background-image: url("/portal/javax.faces.resource/img/icon_boat.png.xhtml") !important;
}
.ui-icon-company {
    background-image: url("/portal/javax.faces.resource/img/icon_company.png.xhtml") !important;
}
.ui-icon-user {
    background-image: url("/portal/javax.faces.resource/img/icon_user.png.xhtml") !important;
}
.ui-icon-company {
    background-image: url("/portal/javax.faces.resource/img/icon_company.png.xhtml") !important;
}
.ui-icon-ecdis-chart {
    background-image: url("/portal/javax.faces.resource/img/icon_ecdis_chart.png.xhtml") !important;
}
.ui-icon-nacos {
    background-image: url("/portal/javax.faces.resource/img/icon_nacos.png.xhtml") !important;
}
.ui-icon-vdr {
    background-image: url("/portal/javax.faces.resource/img/icon_vdr.png.xhtml") !important;
}
.ui-icon-device-small {
    background-image: url("/portal/javax.faces.resource/img/icon_device_small.png.xhtml") !important;
}
.ui-icon-digicert {
    background-image: url("/portal/javax.faces.resource/img/icon_digicert.png.xhtml") !important;
}
.ui-icon-remote-service-record {
    background-image: url("/portal/javax.faces.resource/img/icon_remote_service_record.png.xhtml") !important;
}
.ui-icon-shipyard {
    background-image: url("/portal/javax.faces.resource/img/icon_shipyard.png.xhtml") !important;
}

.ui-icon-company-large-grey {
    background-image: url("/portal/javax.faces.resource/img/logo_nacosmarine_200_grey.png.xhtml") !important;
}

.ui-fieldset-simple.ui-fieldset .ui-fieldset-legend {
    background-color: white;
    padding: 3px 10px;
}
.ui-font-disabled {
    color: #959595;
}

/* ### Header ### */
.header-link {
    height: 75px;
}

.header-title {
    font-size: 18px;
    width: 600px;
    position: absolute;
    top: 3px;
    left: 411px;
}

.header-logout {
    color: white;
    position: fixed;
    top: 9px;
    right: 25px;
}
@media (min-width: 1920px) {
    .header-logout {
        right: calc((100vw - 1920px) + 25px);
    }
}
.header-logout-icon {
    font-size: 30px;
}
.header-logout-text {
    font-size: 12px;
    padding-right: 6px;
}


/* ### Footer ### */
.footer {
	margin: 0px auto;
	font-size: 13px;
}
.footer-powered {
    margin-right: 5px;
}
.footer-about-image {
	margin: 0px 15px 0px 0px;
	border: 0px;
	padding-bottom: 5px;
}
.footer-copyright {
	margin: 0px 15px;
}
.footer-impressum.ui-commandlink {
	margin: 0px 2px 0px 15px;
    text-decoration: none;
}
.footer-datenschutz.ui-commandlink {
    margin: 0px 15px 0px 2px;
    text-decoration: none;
}


/* ### Menu ### */

.menu-user {
    border: 0px;
}

.menu-user dt {
    margin: 0 0px;
    padding: 5px 5px;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.menu-user dt.active {
    background: #DBDBDB;
}

.menu-user_content {
    margin: 0;
    padding: 5px 0 5px 0px;
    font-size: 1em;
}

.menu-user-panel .ui-widget-header {
    background-color: white;
    color:black;
    font-weight:normal;
    font-family: verdana;
    border-style: none;
    border: 0px;
}
.menu-user-panel.ui-panel .ui-panel-titlebar {
    margin: 0px;
    padding: 0px;
}
.menu-user-panel.ui-panel .ui-panel-content {
    margin: 5px 0px 5px 5px;
    padding: 0px;
}
.menu-link.ui-commandlink {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    text-decoration: none;
	color: black;
	opacity: 1.0;
	display: table-cell;
    width: 1%;
}
.menu-link:hover {
    color: white;
    background-color: #3399ff;
}
.menu-link-sub {
	padding-left: 15px !important;
}
.menu-cat {
    display: table-cell;
    padding-top: 5px;
    padding-left: 5px;
    font-weight: bold;
}
.menu-link-top {
    font-weight: bold;
}
.menu-font-size {
	font-size: 100%;
}
.menu-link-selected.ui-commandlink {
    color: white;
    background-color: #233d6c;
}
.menu-link-disabled.ui-commandlink {
    opacity: 0.5;
}
.menu-cat-disabled {
    opacity: 0.5;
}

.menu-dlg-icon .ui-dialog-content .ui-icon {
    margin-top: -4px;
    font-size: 30px;
    height: 29px;
    width: 38px;
}


/* ### Main Dialog - Impressum and Datenschutz ### */
.main-dialogs-impressum-datenschutz {
	max-height:500px;
	max-width:800px;
}
.main-dialogs-impressum-datenschutz-content {
	padding: 15px;
	text-align: center;
}

/* ### Main Dialog - About ### */
.main-dialogs-about-gradient-2 {
	background: rgb(115,177,231); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjNzNiMWU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTMlIiBzdG9wLWNvbG9yPSIjZDllNmZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZDllNmZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODclIiBzdG9wLWNvbG9yPSIjZDllNmZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjNTM5ZmUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg,  rgba(115,177,231,1) 5%, rgba(217,230,252,1) 13%, rgba(217,230,252,1) 50%, rgba(217,230,252,1) 87%, rgba(83,159,225,1) 95%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(5%,rgba(115,177,231,1)), color-stop(13%,rgba(217,230,252,1)), color-stop(50%,rgba(217,230,252,1)), color-stop(87%,rgba(217,230,252,1)), color-stop(95%,rgba(83,159,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(115,177,231,1) 5%,rgba(217,230,252,1) 13%,rgba(217,230,252,1) 50%,rgba(217,230,252,1) 87%,rgba(83,159,225,1) 95%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(115,177,231,1) 5%,rgba(217,230,252,1) 13%,rgba(217,230,252,1) 50%,rgba(217,230,252,1) 87%,rgba(83,159,225,1) 95%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(115,177,231,1) 5%,rgba(217,230,252,1) 13%,rgba(217,230,252,1) 50%,rgba(217,230,252,1) 87%,rgba(83,159,225,1) 95%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(115,177,231,1) 5%,rgba(217,230,252,1) 13%,rgba(217,230,252,1) 50%,rgba(217,230,252,1) 87%,rgba(83,159,225,1) 95%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73b1e7', endColorstr='#539fe1',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.main-dialogs-about-separater {
    height:5px;
    background-color: #5c9ccc;
}

.main-dialogs-about-logo {
	margin-left: 30px;
}
.main-dialogs-about-logo-marsig {
    margin-top: 10px;
}
.main-dialogs-about-contact {
	font-size: 14px;
	margin: 0px 60px;
	text-decoration: none;
}
.main-dialogs-about-contact-email {
	text-decoration: none;
}
.main-dialogs-about-version {
    margin: 0px 30px;
}
.main-dialogs-about-copyright-authors {
	font-size: 13px;
	margin: 0px 3px;
	margin-top: 5px;
}
.main-dialogs-about-authors {
	font-size: 13px;
    margin: 0px 20px;
}


/* ### Content ### */
.content-default-background {
    background-color: #fcfdfd;
}
.content-white-background {
    background-color: white;
}

.content-error-pages {
    margin-top: 15px;
}
.content-error-pages-icon {
    text-align: right;
    vertical-align: top;
    width: 230px;
}
.content-error-pages-text {
    margin-top: 10px;
    margin-left: 15px;
}

.content-login-welcome {
	margin: 30px auto 0px auto;
	text-align: center;
	border: 0px;
}
.content-login-welcome-text {
    font-size: 25px;
    font-weight: bold;
}
.content-login-panel {
	margin: 50px auto 0px auto;
	width: 430px;
}
.content-login-field {
	width: 300px;
}
.content-login-register-panel {
    margin: 0px auto 0px auto;
    width: 430px;
    border: 0px;
}
.content-login-register-link {
    font-size: 13px !important;
}
.content-login-message-panel {
    max-width: 600px;
    margin:5px auto 30px auto;
    background-color: #b7d8b7;
}
.content-login-message-summary {
    font-size: 16px;
    font-weight: bold;
}
.content-login-message-details {
    font-size: 15px;
}
.content-login-username-message .ui-message-warn-detail {
    padding-left: 5px;
    display: grid;
}

.content-userpwdchg-panel {
    margin: 50px auto 0px auto;
    width: 530px;
}

.content-register-panel {
	margin: 10px auto 0px auto;
    max-width: 500px;
}
.content-register-label {
    min-width: 145px;
    max-width: 145px;
}
.content-register-inputfield {
    width: 100%;
}

/* ### Content Admin Home (ahome) ### */
.content-ahome-portalusage {
    display: flex;
    flex-direction: column;
}
.content-ahome-portalusage-chart {
    margin: 0 4rem;
    max-width: 80rem;
}

/* ### Content NACOS Marine Support (shome) ### */
.content-shome-title-panel {
	margin: 0 0 10px 150px;
	font-size: 20;
}
.content-shome-activities-panel {
    width: 300px;
}
.content-shome-activities-text-align {
	display: block;
	text-align: right;
}
.content-shome-upload-stat-chart {
	width: 953px;
}
.content-shome-upload-last-table {
    width: 959px;
}

.content-useradmin-table-header {
	width: 100%;
	margin-top:30px;
}
.content-useradmin-datatable-header-search {
    width: 370px;
    text-align: left;
}
.content-useradmin-datatable-header-btn {
    width: 50px;
}
.content-useradmin-datatable {
	margin: 0 20px;
}
.content-useradmin-datatable-user-blocked {
    background-color: #FF9494;
}
.content-useradmin-datatable-user-enddatereached {
    background-color: #FFFF7D;
}
.content-useradmin-dgl-lbl {
	width: 175px;
}
.content-useradmin-dgl-val {
    width: 320px;
}
.content-useradmin-dgl-msg {
    margin: 5px 0 10px 0;
}

.content-inputtext-default-width {
    width: 287px;
}
.content-msg-default-width {
    width: 280px;
}

.content-userprofile-input {
	width: 245px;
}
.content-userprofile-editicon {
	margin-left: 5px;
}

.content-settings-panel {
	margin: 30px auto 0px auto;
	max-width: 975px;
}
.content-settings-column-label {
    width: 275px;
}
.content-settings-column-input {
	width: 350px;
}
.content-settings-column-msg {
    width: 300px;
}
.content-settings-btn-panel {
    margin: 15px auto 0px auto;
    max-width: 950px;
}
.content-settings-ecdis-listbox-font {
    font-size: 12px;
}

.content-shipadmin-datatable {
    margin: 0 20px;
}
.content-shipadmin-datatable-header-search {
    width: 275px;
    text-align: left;
}
.content-shipadmin-datatable-header-btn {
    width: 350px;
}
.content-shipadmin-datatable-ship-notmonitored {
    background-color: #FFFF7D;
}
.content-shipadmin-datatable-ship-blocked {
    background-color: #FF9494;
}

.content-shipdev-ecdis-data {
    padding-left: 20px !important;
}

.content-mfradmin-datatable {
    margin: 0 20px;
}
.content-mfradmin-datatable-header-search {
    width: 350px;
    text-align: left;
}
.content-mfradmin-datatable-header-btn {
    width: 250px;
}
.content-mfradmin-datatable-mfr-hidden {
    background-color: #FFFF7D;
}

.content-rptsskd-datatable-ss-overdue {
    background-color: #FF9494;
}

.content-csadmin-datatable {
    margin: 0 20px;
}
.content-csadmin-datatable-header-search {
    width: 350px;
    text-align: left;
}
.content-csadmin-datatable-header-btn {
    width: 350px;
}

.content-digicertmgmt-datatable-c-invalid {
    background-color: #FF9494;
}

.content-digicertmgmt-datatable-c-valid-but-new {
    background-color: #FFFF7D;
}

.content-digicertwi-td-content-fill {
    height: 100%;
}

.content-digicertwi-div-in-td-fill {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.content-thome-ndreq-panel {
    width: 485px;
}
.content-thome-uld-panel {
    max-width: 465px;
    min-width: 300px;
}

.content-thome-uld-incomplete {
    background-color: #FFFF7D;
}

.content-dlreq-search {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}
.content-dlreq-search-label {
    margin-right: 10px;
}
.content-dlreq-search-input {
    flex: 0 1 300px;
}
.content-dlreq-search-button {
    flex: 0 0 30px;
}

.content-dlreq-item-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 0 0.5rem;
}
.content-dlreq-item-detail-sub {
    display: flex;
    flex-direction: column;
}
.content-dlreq-item-detail-sub-300 {
    flex: 0 1 300px;
}
.content-dlreq-item-detail-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.content-dlreq-item-dates {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}
.content-dlreq-item-stats {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}
.content-dlreq-item-stats-img {
    width: 39px;
    height: 32px;
}
.content-dlreq-item-controls {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}
.content-dlreq-item-info {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.content-dlreq-item-info-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
}
.content-dlreq-item-info-header-title {
    font-weight: bold;
}
.content-dlreq-item-info-history-title {
    text-decoration: underline;
}
.content-dlreq-item-info-history-table {
    border-collapse: collapse;
    table-layout: fixed;
}
.content-dlreq-item-info-history-table td {
    padding: 0 0.5rem;
    vertical-align: top;
}

.content-dlreq-registration-panel-warning {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 30px 0px;
    text-align: center;
}
.content-dlreq-registration-panel {
    margin: 30px auto 0px auto;
    max-width: 920px;
}
.content-dlreq-registration-col1 {
    width: 190px;
    vertical-align: top;
    padding-top: 7px !important;
}
.content-dlreq-registration-col2 {
    width: 350px;
}
.content-dlreq-registration-col3 {
    width: 280px;
    vertical-align: top;
}
.content-dlreq-registration-panel-info {
    margin: 0px auto 0px auto;
    max-width: 860px;
}

.content-dlreq-table-header {
    width: 100%;
}
.content-dlreq-datatable {
    margin: 0 20px;
}
.content-dlreq-datatable-ship-accepted {
    background-color: #7dfb8c;
}
.content-dlreq-datatable-ship-notmonitored {
    background-color: #FFFF7D;
}
.content-dlreq-datatable-ship-blocked {
    background-color: #FF9494;
}
.content-dlreq-dialog {
    max-width: 650px;
}
.content-dlreq-dialog-col1 {
    min-width: 145px;
}

.content-upload-data-panel {
	margin: 0px auto;
	max-width: 1000px;
}
.content-upload-data-panel-info {
    margin: 0px auto;
    max-width: 960px;
}
.content-upload-data-datatable {
    margin: 0 0px;
}

.content-upload-inputs-column-label {
    width: 275px;
}
.content-upload-inputs-column-input {
    width: 350px;
    display: flex;
}
.content-upload-inputs-column-msg {
    width: 300px;
    vertical-align: text-top;
}

.content-data-mgmt {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.content-data-mgmt-toolbar {
    padding: 0.2rem 0;
}
.content-data-mgmt-ship-selection {
    margin: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.content-data-mgmt-ship-selection-chkbox-div {
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.content-data-mgmt-ship-selection-chkbox-div .chkbox {
    display: flex !important;
    margin-right: 5px;
}
.content-data-mgmt-panel-height {
    flex-grow: 1;
    display: flex;
}
.content-data-mgmt-panel-height>form {
    flex-grow: 1;
    margin-bottom: 0;
    display: flex;
}
.content-data-mgmt-panel-split-content {
    height:0;
    flex-grow: 1;
    overflow-y: auto;
}
.content-data-mgmt-trash-datatable {
    margin: 0 20px;
    max-width: 700px;
    height: 500px;
}
.content-data-mgmt-trash-datatable-dt {
    height: 85%;
}
.content-data-mgmt-zip-content-datatable {
    margin: 0 20px;
    max-width: 900px;
    height: 550px;
}
.content-data-mgmt-zip-content-datatable-dt {
    height: 88%;
}
.content-data-mgmt-icon {
    width: 17px;
    height: 17px;
}

.content-nacos-sw-mgmt-panel-height {
    position: absolute;
    bottom: 15px;
    top: 45px;
}
.content-nacos-sw-mgmt-locked-panel-height {
    position: absolute;
    bottom: 15px;
    top: 65px;
}

.content-settings-full-width {
    display: flex;
}
.content-settings-full-width>span {
    flex-grow: 1;
    display: flex;
}
.content-settings-full-width>span>input {
    flex-grow: 1;
}

.split-container {
    border: 1px solid #a6c9e2;
    flex-grow: 1;
}
.split{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    overflow-y: auto;
    overflow-x: hidden;
}
.split.split-horizontal {
    display: flex;
    flex-direction: column;
}
.split.split-horizontal, .gutter.gutter-horizontal {
    height: 100%;
    float: left;
}
.gutter {
    /*background-color: #eee;*/
    background-color: #d3dce2;

    background-repeat: no-repeat;
    background-position: 50%;
}
.gutter.gutter-horizontal {
    background-image: url("/portal/javax.faces.resource/img/gutter_vertical.png.xhtml");
    cursor: ew-resize;
}
.gutter.gutter-vertical {
    background-image: url("/portal/javax.faces.resource/img/gutter_horizontal.png.xhtml");
    cursor: ns-resize;
}


.content-data-mgmt-ship-list .ui-selectonemenu-label { 
    color: black;
}

.content-data-mgmt .ui-tree .ui-tree-container .ui-treenode-content .ui-treenode-leaf-icon {
    height: 0;
}

.content-tecdldata-infopanel {
    height: 105px;
    overflow: auto;
}
.content-tecdldata-details-label {
    min-width: 100px;
}
.content-tecdldata-details-text {
    white-space:nowrap;
    font-size: 13px;
}
.content-tecdldata-info-text {
    white-space:pre-wrap;
    font-size: 13px;
}

.content-rep-op-datatable-header-search-width {
	width: 230px;
	text-align: left;
}
.content-rep-op-datatable-header-date-width {
	width: 350px;
	text-align: right;
}
.content-rep-op-datatable-header-date-lbl-width {
    width: 30px;
}
.content-rep-op-datatable-header-date-calc-width {
    width: 70px;
    text-align: center;
}

.content-rep-op-dbfiles-datatable-header-search-width {
    width: 320px;
    text-align: left;
}
.content-rep-op-dbfiles-datatable-header-filter-width {
    width: 410px;
}
.content-rep-op-dbfiles-datatable-header-lbl-width {
    width: 40px;
}
.content-rep-op-dbfiles-datatable-header-ship-box-width {
    width: 325px;
}
.content-rep-op-dbfiles-datatable-header-entries-box-width {
    width: 80px;
}

.content-appinfo-authors-lbl {
    vertical-align: top;
}
.content-appinfo-uploads-active {
    background-color: #3cb371;
}

.content-ecdissearch-shipname {
    font-size: 15px;
}

/*begin content-report-search*/

.contnent-report-logo {
    display: block;
    width: 527px;
    height: 320px;
    background-size: contain;
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto;
}

.content-report-search-input {
    padding: 4px;
}

.content-report-search-input>input {
    width: 20em;
    border: 0px transparent solid !important;
    background: none !important;
}

.content-report-search-input::before {
    content: '🔎';
    opacity: 50%;
} 

.content-report {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.content-report-results.lockedf {
    top: 0;
}

div.content-report-root {
    width: 100%;
    max-width: 100%;
    border: none;
    cursor: text;
    pointer-events : none;
}

div.content-report-root .ui-tree-toggler {
    pointer-events : auto;
}

li.content-report-folder.notExpandable .ui-tree-toggler,
li.content-report-entry.notExpandable .ui-tree-toggler {
    display: none;
}

div.content-report-root span.ui-treenode-leaf-icon {
    display: none;
}

div.content-report-root ul.ui-tree-container {
    overflow:hidden;
    width: 90%;
    max-width: 90%;
    white-space: normal
}

.content-report-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    background-size: cover;
    margin-right: 10px;
    margin-left: 0px;
}

div.content-report-root .content-report-folder {
    margin-bottom: 1.0em;
}
 
li.content-report-folder > ul.ui-treenode-children {
    padding: 0px;
}

li.content-report-entry > ul.ui-treenode-children {
    padding-left: 24px;
}

.content-report-folder-label {
    font-size: 14px;
    font-weight: bold;
}

.content-report-folder-too-many {
    display: block;
    font-size: 1.0em;
    font-style: italic;
}

li.ui-treenode.content-report-entry.ship,
li.ui-treenode.content-report-entry.special-folder,
li.ui-treenode.content-report-entry.user {
    margin-bottom: 0.75em;
}

.content-report-entry-link {
    max-width: 50em;
    cursor: auto;
    margin-top: 0.5em;
    margin-bottom: 0.0em;
    white-space: nowrap;
}

.content-report-entry-link a {
    pointer-events: initial;
    text-decoration: none;
}

.content-report-entry-link a:hover {
    text-decoration: underline;
}

.content-report-button-dummy,
li.content-report-entry button {
    display: inline-block;
    text-align: center;
    pointer-events: initial;
    height: 21px;
    width: 21px;
    padding: 0;
    margin-right: 3px;
}

.content-report-button-dummy > .content-report-icon {
    margin-left: 3px;
    margin-right: 3px;
}

.content-report-entry-label {
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    width: 100%;
}

li.ui-treenode.content-report-detail {
    display: flex;
    color: #7e8896;
    font-size: 0.9em;
}

.content-report-detail-label {
    font-weight: normal;
}

.content-report-detail-value {
    font-size: 1.0em;
    white-space: normal; 
    max-width: 20em;
    font-weight: normal;
}

.content-report-detail-inline {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
}

.content-report-detail-block {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*end content-report*/

.content-thome-main-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content-thome-main-panel-warning {
    margin-top: 1rem;
}
.content-thome-btn-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}
.content-thome-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}
.content-thome-btn-div {
    display: flex; 
    justify-content: center;
}
.content-thome-dlreq-panel {
    margin-top: 2rem;
    width: 80%;
    display: flex;
    flex-direction: column;
}
.content-thome-dlreq {
    display: flex; 
    justify-content: center;
}
.content-thome-dlreq-item {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0;
    gap: 0.5rem;
}
.content-thome-dlreq-item-detail {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 0 0.5rem;
}
.content-thome-dlreq-item-img {
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    border-radius: 10px;
    margin: 0 0.5rem;
    padding: 0.4rem;
    width: 32px;
    height: 32px;
}
.content-thome-dlreq-item-name {
    font-size: 1rem;
    font-weight: 700;
}
.content-thome-dlreq-item-description {
    margin: 0 10px 0 0;
    max-width: 300px;
}
.content-thome-dlreq-loader {
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
}

.content-bhome-main-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content-bhome-btn-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
    margin-top: 5rem;
}
.content-bhome-btn-link {
    text-decoration: none;
}
.content-bhome-btn {
    width: 175px;
    height: 175px;
    background-color: #233d6c;
    color: white;
    text-align: center;
}
.content-bhome-btn:hover {
    background-color: #3399ff;
}
.content-bhome-btn-image {
    font-size: 115px;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-bhome-btn-text {
    font-size: 16px;
    font-weight: bold;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-bhome-btn-div {
    flex-basis: 30%;
    display: flex; 
    justify-content: center;
}
@media screen and (max-width: 1024px) {
    .content-bhome-btn-1 {
        display: flex; 
        justify-content: center;
    }
    .content-bhome-btn-3 {
        display: flex; 
        justify-content: center;
    }
}

.content-gnadmin-grp-txt {
    font-weight: bold;
}
.content-gnadmin-grp-btn-edit {
    text-align: right;
}
.content-gnadmin-grp-btn-delete {
    text-align: left;
}
@media screen and (max-width: 1024px) {
    .content-gnadmin-grp-txt {
        font-weight: bold;
        text-align: center;
    }
    .content-gnadmin-grp-btn-edit {
        text-align: center;
    }
    .content-gnadmin-grp-btn-delete {
        text-align: center;
    }
}

.content-fhome-btn {
    flex-basis: 30%;
    display: flex;
    justify-content: center;
}

.content-service-records-text-view {
    word-wrap: break-word;
    max-width: 900px;
    display: block;
}



.resumable-drop {
	padding:15px; color:#444; background-color:#FFF; border:1px solid #999; min-width: 600px;
}

.resumable-select {
	margin-bottom: 10px; font-size: 20px; font-weight: normal; padding: 7px; color: #000000;
}
.resumable-drag-text {
    font-size: 15px; font-weight: normal; padding: 7px; color: #666; border:1px solid #ffffff; border-radius: 5px; margin: 0 auto;	
}
.resumable-dragover {
    color: #ffffff; background-color:#4472c4; border:1px solid #999;
}
.resumable-select-off {
	pointer-events: none;
}

.progressBar {
    position: relative;
    display: block;
  }
.progressBar:after {
    content: attr(data-percent) '%';
    position: absolute;
    right: 2%;
    top: 23%;
    font-weight: bold;
    display: block;
    font-size: 15px;
}
progress {
    height: 25px;
    width: 580px;
    margin-top: 3px;
}

.separator {
	border-bottom: 1px solid #E0E0E0;
    width: 100%;
    overflow: hidden;
    height: 0px;
    margin: 10px 0px;
    clear: both;
}

mark{
    padding: 1px;
    background: orange;
    color: black;
}