@charset "UTF-8";
:v-cloak {
  display: none !important;
}

.bgCover {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.c_black {
  color: black;
}

.m0 {
  margin: 0;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pa5_12 {
  padding: 5px 15px;
}

.maxw350 {
  max-width: 350px;
}

.maxw50p {
  max-width: 50%;
}

.minh100 {
  min-height: 100px;
}

.minh80 {
  min-height: 80px;
}

.w200 {
  width: 200px;
}

.pointer {
  cursor: pointer;
}

*.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.profile-picture span {
  display: inline-block;
  background: #888;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
}
.profile-picture span i {
  color: white;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.loadingBar {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-left: -20px;
  z-index: 1;
}
.loadingBar img {
  display: inline-block;
}

#loadingDiv {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 88888888;
  background: rgba(0, 0, 0, 0.5);
}
#loadingDiv .spinner {
  position: absolute;
  width: 100%;
  bottom: 40vh;
  text-align: center;
}
#loadingDiv .spinner img {
  display: inline-block;
}

.panel-actions {
  display: none;
}

.panel.transparent {
  opacity: 0;
}

.panel-heading h3 {
  margin: 0;
}

.sidebar-left {
  width: 220px;
  box-shadow: -5px 0 0 #1d334a inset;
}

.tabs .nav a {
  text-shadow: none;
}

.tab-content .container {
  width: 100%;
}

.nav .separator span {
  display: block;
  height: 1px;
  width: 100%;
  background: #1d334a;
}

.content-body {
  background: #ecedf0;
}

.page-header {
  box-shadow: 1px 3px 0 1px #3d77ce;
}
.page-header h2 {
  border: 0;
}

.modal-backdrop {
  z-index: 8888;
}

.bs_modal {
  z-index: 88888;
  color: black;
}
.bs_modal .input-group {
  width: 100%;
}
.bs_modal .loadingBar {
  position: static;
  margin: 0;
}
.bs_modal button.close {
  display: inline-block;
  width: 20px;
  height: 30px;
  margin-right: -5px;
}
.bs_modal button.close:focus, .bs_modal button.close span:focus {
  outline: 0;
}

.swal2-container {
  z-index: 99999 !important;
}
.swal2-container .swal2-content {
  font-size: 1.5rem !important;
  font-weight: normal;
  margin-bottom: 10px !important;
}
.swal2-container .swal2-popup .swal2-styled {
  font-size: 1.3rem !important;
}
.swal2-container .swal2-title {
  line-height: 1.5em;
}

#app_body {
  padding-right: 0 !important;
}

.login_wrap .content-body {
  height: 100%;
  /*background:gray url("./~/images/benelux-homepage-3.jpg") center top no-repeat;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.login_wrap .body-sign h3 {
  color: white !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.login_wrap .body-sign .text-muted {
  color: white !important;
}
.login_wrap .loadingBar {
  position: static;
  margin: 0;
}

.dashboard_page .text-danger {
  color: #d00d06 !important;
}
.dashboard_page .text-warning {
  color: #d87900 !important;
}
.dashboard_page .panelExpire {
  background: #ffe4e4 !important;
}
.dashboard_page .panelPending {
  background: #ffe6c6 !important;
}
.dashboard_page .panelExpire, .dashboard_page .panelPending {
  font-size: 1.75rem;
  border: solid 1px #d3c7c7;
}

.dataTables_wrapper a {
  text-decoration: underline;
}
.dataTables_wrapper table.dataTable.no-footer {
  margin-bottom: 10px !important;
}
.dataTables_wrapper table {
  border: 0 !important;
  border-top: solid 1px #ccc !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .dataTables_wrapper {
    width: inherit !important;
  }
}
.dataTables_wrapper table.dataTable thead .sorting {
  background-image: url("../images/vendor/datatables.net-dt/sort_both.png");
}
.dataTables_wrapper td:first-child, .dataTables_wrapper th:first-child {
  width: 60px;
}
.dataTables_wrapper td, .dataTables_wrapper th {
  width: auto;
  border-bottom: 0 !important;
  color: black;
}
.dataTables_wrapper td:last-child, .dataTables_wrapper th:last-child {
  width: 100px;
}
.dataTables_wrapper tr:last-child td {
  border-bottom: solid 1px #ccc !important;
}
.dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead td {
  border-bottom: 0;
}
.dataTables_wrapper table.dataTable.no-footer {
  border-bottom: 0;
}
.dataTables_wrapper table.dataTable tbody th, .dataTables_wrapper table.dataTable tbody td, .dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead td {
  padding: 8px;
}
.dataTables_wrapper .table > thead > tr > th, .dataTables_wrapper .table > tbody > tr > th, .dataTables_wrapper .table > tfoot > tr > th, .dataTables_wrapper .table > thead > tr > td, .dataTables_wrapper .table > tbody > tr > td, .dataTables_wrapper .table > tfoot > tr > td {
  vertical-align: middle;
  vertical-align: top;
}
.dataTables_wrapper table.dataTable .highlight {
  background: #ed9c28 !important;
}
.dataTables_wrapper .dataTables_filter {
  display: none;
}
.dataTables_wrapper .dataTables_filter input {
  display: inline-block;
}
.dataTables_wrapper .input_col_search {
  border: solid 1px #ccc;
  padding: 3px 6px;
  display: inline-block;
  width: 100%;
  font-weight: normal;
}
.dataTables_wrapper .input_actions {
  display: none !important;
}
.dataTables_wrapper .dataTables_length {
  margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_length select {
  padding: 8px;
  height: auto;
}
.dataTables_wrapper .column_filter_tr th {
  background-image: none !important;
}
.dataTables_wrapper .dataTable th.hasSearch {
  background-color: #ffedd2;
}
.dataTables_wrapper .dataTable th.hasSearch input {
  background-color: #fff7eb;
}
.dataTables_wrapper .dataTable th.sorting_desc, .dataTables_wrapper .dataTable th.sorting_asc {
  background-color: #ffedd2;
}
.dataTables_wrapper .dataTable th.sorting_desc {
  background-image: url("../images/vendor/datatables.net-dt/sort_desc.png");
}
.dataTables_wrapper .dataTable th.sorting_asc {
  background-image: url("../images/vendor/datatables.net-dt/sort_asc.png");
}
.dataTables_wrapper .dataTables_paginate {
  margin-bottom: 8px;
}

#dashboardPage .dataTables_wrapper td:first-child, #dashboardPage .dataTables_wrapper th:first-child {
  width: 300px;
}
#dashboardPage .panel-heading {
  color: black;
  font-weight: bold;
}

#accordion .panel-heading {
  cursor: pointer;
}

.header .logo span {
  font: bold 2rem "Rajdhani", sans-serif;
  margin-top: 5px;
  display: inline-block;
  color: #34495e;
  /*text-shadow: 1px 1px 1px #96cde9;*/
}
.header .logo:hover {
  text-decoration: none;
}
.header .logo:focus {
  outline: 0;
  text-decoration: none;
}
.header .search {
  width: 300px;
}
.header #userbox {
  display: inline-block !important;
}
.header #userbox.show .dropdown-menu, .header #userbox.show.open .dropdown-menu {
  display: inline-block !important;
}
.header .userbox.show > a, .header .userbox.open > a {
  position: relative;
  z-index: 993;
}
.header .userbox.show > a .custom-caret:before, .header .userbox.open > a .custom-caret:before {
  content: "\F106";
}
.header .userbox.show .dropdown-menu, .header .userbox.open .dropdown-menu {
  border: none;
  padding: 45px 10px 0 !important;
  left: -5px !important;
  width: 110% !important;
  z-index: 992 !important;
}
.header .userbox.show .dropdown-menu a, .header .userbox.open .dropdown-menu a {
  border-radius: 2px;
  color: #7d7d7d;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.5rem;
  padding: 5px 10px;
}
.header .userbox.show .dropdown-menu a:hover, .header .userbox.open .dropdown-menu a:hover {
  color: white;
}
.header .userbox.show .dropdown-menu li, .header .userbox.open .dropdown-menu li {
  margin-bottom: 5px;
}
.header .userbox.open .dropdown-menu {
  width: 100% !important;
}

.sidebar-left .sidebar-header .sidebar-title {
  color: #abb4be;
}
.sidebar-left .nav-main li a.router-link-exact-active {
  color: white;
}
.sidebar-left .nav-main li.disabled_link {
  opacity: 0.35;
}
.sidebar-left .nav-main li.disabled_link a {
  cursor: no-drop;
}
.sidebar-left .nav-main .active > a {
  color: white;
}

.login_wrap {
  padding-top: 0;
}
.login_wrap .content-body {
  padding: 0;
}

.seaman_profile_personal_info_page .pageForm .divider {
  width: 100%;
  height: 1px;
  background: black;
  margin: 40px 0;
}
.seaman_profile_personal_info_page .pageForm .withRadio label {
  margin-right: 10px;
}
.seaman_profile_personal_info_page .pageForm .withRadio label.form-label {
  margin-right: 20px;
}
.seaman_profile_personal_info_page .pageForm .dataView .form-control[disabled] {
  border: none;
  box-shadow: none;
  cursor: auto;
}
.seaman_profile_personal_info_page .pageForm .form-group label {
  margin-bottom: 0;
}

.requiredInput label.form-label:before {
  content: "* ";
  color: red;
  font-size: 1.1em;
  line-height: 0.9em;
}

button[type=submit].btn-primary {
  min-width: 120px;
}

.seaman_profile_details_page #avatarBox {
  margin-bottom: 20px;
}
.seaman_profile_details_page #avatarBox .seamanAvatar .photo, .seaman_profile_details_page #avatarBox .seamanAvatar .text {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  height: 180px;
}
.seaman_profile_details_page #avatarBox .seamanAvatar .photo {
  min-width: 180px;
  max-width: 180px;
  width: 26%;
  margin-right: 20px;
  border: solid 1px #aaa;
  position: relative;
}
.seaman_profile_details_page #avatarBox .seamanAvatar .photo .uploadAvatar {
  background: none;
  border: 0;
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}
.seaman_profile_details_page #avatarBox .seamanAvatar .photo .uploadAvatar i {
  font-size: 2rem;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.seaman_profile_details_page #avatarBox .seamanAvatar .photo .uploadAvatar:focus {
  outline: 0;
}
.seaman_profile_details_page #avatarBox .seamanAvatar .text {
  width: 68%;
}
.seaman_profile_details_page #avatarBox .seamanAvatar .text h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 2.5rem;
}
.seaman_profile_details_page #avatarBox .mainActions > div {
  text-align: right;
}
.seaman_profile_details_page #avatarBox .mainActions div button {
  min-width: 180px;
}

.seaman_profile_list_page .photo {
  height: 70px;
  max-width: 70px;
  border: solid 1px #aaa;
  margin: 5px 0;
}

.document_types_page .form-group label, .document_types_page .form-group input, .document_types_page .form-group select, .ships_page .form-group label, .ships_page .form-group input, .ships_page .form-group select, .system_users_page .form-group label, .system_users_page .form-group input, .system_users_page .form-group select {
  display: block;
}
.document_types_page .form-group label, .ships_page .form-group label, .system_users_page .form-group label {
  text-align: left;
  width: 100%;
}
.document_types_page .form-group select, .document_types_page .form-group input, .ships_page .form-group select, .ships_page .form-group input, .system_users_page .form-group select, .system_users_page .form-group input {
  display: block;
  width: 100%;
}
.document_types_page .input_sel_div, .ships_page .input_sel_div, .system_users_page .input_sel_div {
  width: 100%;
  display: block;
}
.document_types_page .input_sel_div input, .ships_page .input_sel_div input, .system_users_page .input_sel_div input {
  width: 40%;
}
.document_types_page .input_sel_div select, .ships_page .input_sel_div select, .system_users_page .input_sel_div select {
  width: 60%;
}

.system_roles_page .permissionItem {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .maxw50p {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .document-types_page .form-group label, .document-types_page .form-group input, .document-types_page .form-group select, .ships_page .form-group label, .ships_page .form-group input, .ships_page .form-group select, .system-users_page .form-group label, .system-users_page .form-group input, .system-users_page .form-group select {
    display: block;
  }
  .document-types_page .form-group label, .ships_page .form-group label, .system-users_page .form-group label {
    text-align: left;
    margin-right: 0;
    width: 100%;
    margin-top: 0;
  }
  .document-types_page .form-group select, .document-types_page .form-group input, .ships_page .form-group select, .ships_page .form-group input, .system-users_page .form-group select, .system-users_page .form-group input {
    width: 100%;
  }
  .document-types_page .input_sel_div, .ships_page .input_sel_div, .system-users_page .input_sel_div {
    width: 100%;
    display: block;
  }
  .document-types_page .input_sel_div input, .ships_page .input_sel_div input, .system-users_page .input_sel_div input {
    width: 100%;
    margin-bottom: 10px;
  }
  .document-types_page .input_sel_div select, .ships_page .input_sel_div select, .system-users_page .input_sel_div select {
    width: 100%;
  }
}
.system_backup_page .backupProgressDiv img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.system_backup_page .backupProgressDiv strong, .system_backup_page .backupProgressDiv p {
  color: black;
}
.system_backup_page .backupSettingsDiv {
  color: black;
}
.system_backup_page .backupSettingsDiv .schedDiv {
  display: inline-block;
}
.system_backup_page .backupSettingsDiv .schedDiv span {
  display: inline-block;
  padding: 0 5px;
  border-right: solid 1px #ccc;
  margin-right: 5px;
}
.system_backup_page .backupSettingsDiv .schedDiv span:last-child {
  margin: 0;
  border: none;
}
.system_backup_page .backupSettingsDiv b {
  font-weight: normal;
}
.system_backup_page .backupSettingsDiv .enabled {
  color: green;
  font-weight: bold;
}
.system_backup_page .backupSettingsDiv .disabled {
  color: red;
}
.system_backup_page #table_records tr td:last-child {
  width: 160px !important;
}
.system_backup_page #table_records tr td:last-child a {
  text-decoration: none;
}