@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Playfair+Display&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Baskervville&family=Playfair+Display&display=swap');

/*
    font-family: 'Baskervville', serif;
    font-family: 'Playfair Display', serif;
*/
* {
    margin: 0;
    box-sizing: inherit;
}
*:before, *:after {
    box-sizing: inherit;
}
html, body {
    height: 100%;
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}
fieldset, img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol, ul {
    list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
iframe {
    border: none;
    margin: 0;
    padding: 0;
}
body, td, th {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
}
body {
    background:#003c6b;
    margin: 0;
    color: #000;
}
body.home {
    background-image: url('images/background.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
a:link, a:visited, a:active {
    color: #f5730e;
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: underline;
    color: #fff;
}

.clr {
    clear: both;
    font-size: 1px;
    height: 1px;
}
/* float clearing for IE6 */
* html .clearfix {
    height: 1%;
    overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix {
    min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

#rsvp {
    padding:50px 0 0;
    position:relative;
    z-index:10;
}
#rsvp .logo {
    text-align:center;
}
#rsvp .logo img {
    max-width: 400px;
}
#event {
    margin:30px auto;
}
#event .wrapper h1 {
    font-size:26px;
    color:#fff;
    text-align:center;
    margin-bottom:10px;
}
#event .wrapper p {
    margin-bottom:15px;
}

@media (max-width: 767px) {
    .visible-xs {
        display: inline-block !important;
    }
    img.visible-xs {
        margin-top:20px;
    }
}
.information_bar .navbar-dark .navbar-nav .nav-link {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: rgba(255,255,255,1);
    font-weight: 600;
}
.information_bar .navbar-dark .navbar-nav .nav-link:hover {
    background-color: #1c90fa;
    color: rgba(255,255,255,.8);
}
.information_bar .navbar-dark .navbar-nav .nav-link i {
    margin-right: 5px;
}
.title {
    font-family: 'Baskervville', serif;
    font-size: 36px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
    color: #003c6b;
}
/*
.title span {
    position: relative;
    font-size: 22px;
}
.title span::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 100%;
    background-color: #ffab00;
}
*/
#registration {
    background-color: #003c6b;
    position: relative;
}
#registration h1 {
    text-align: center;
}
#registration h1 img {
    height: 80px;
    margin: 0 auto 20px;
}
#registration .invitation {
    font-family: 'Baskervville', serif;
}
#registration .invitation h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    color: #005d88;
}
#registration .invitation h3 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #005d88;
    margin-bottom: 10px;
}
#registration .invitation p {
    margin-bottom: 15px;
}
#registration_form {
    font-family: 'Open Sans', sans-serif;
    padding: 30px 60px;
    border: 5px solid #6ea8ac;
    position: relative;
    overflow: hidden;
}
.circle_corners {
    width: calc(100% - 24px);
    display: block;
    height: 60px;
    position: absolute;
    overflow: hidden;
    padding: 0;
}
.circle_corners_bottom {
    width: calc(100% - 24px);
    display: block;
    height: 60px;
    position: absolute;
    overflow: hidden;
    padding: 0;
    bottom: 0;
}
.circle_corners::before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #6ea8ac;
    background: conic-gradient(#fff 90deg, transparent 90deg 100%);
    rotate: 90deg;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 10;
}
.circle_corners::after {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #6ea8ac;
    background: conic-gradient(#fff 90deg, transparent 90deg 100%);
    rotate: 180deg;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 10;
}
.circle_corners_bottom::before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #6ea8ac;
    background: conic-gradient(#fff 90deg, transparent 90deg 100%);
    rotate: 0deg;
    position: absolute;
    bottom: -30px;
    left: -30px;
    z-index: 10;
}
.circle_corners_bottom::after {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #6ea8ac;
    background: conic-gradient(#fff 90deg, transparent 90deg 100%);
    rotate: 270deg;
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: 10;
}

#registration_form label.label {
    font-family: 'Baskervville', serif;
    font-size: 16px;
    font-weight: 400;
}
#registration_form a {
    color: #f5720e;
    text-decoration: underline;
}
#registration_form h3 {
    font-family: 'Baskervville', serif;
    color: #1e3e7f;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 15px;
}
#registration_form p {
    font-size: 18px;
    line-height: 1.65em;
    font-weight: 300;
    margin:0.85em 0;
}
#registration_form strong {
    color: #f5720e;
    font-weight: 700;
}
#registration_form .data {
    line-height: 1.6;
    color: #444852;
    font-size: 13px;
    font-weight: 300;
}
#registration_form .col_wrapper {
    width:94%;
    margin-left: 6%;
}
#registration_form .label {
    margin-bottom: 10px;
    display: block;
}
#registration_form .form-control,
#registration_form .form-select {
    border-color: #c3c3c3;
    background-color: #f8f8f8;
    color: #444852;
    -webkit-appearance: none;
    padding: 8px 6px;
    outline: none;
    margin: 0;
    margin-bottom: 15px;
    border-radius: 0px;
}
#registration_form .form-select {
    font-size: 13px;
    margin-bottom: 0 !important;
}
#registration_form .form-control:focus {
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    color: #555;
    outline: 0;
}
#registration_form textarea.form-control {
    resize: none;
}
@media (max-width: 991px) {
    #registration_form .col_wrapper {
        width:100%;
        margin-left: 0;
    }
    #registration_form .container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        float: none
    }
}
#addEmailModal .modal-header .modal-title,
#addEmailModal .modal-body .form-label {
    font-size: 16px;
    font-weight: 600;
}
#form_attending table thead tr th {
    background-color: #153174;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
}
#form_attending table thead tr th:last-child {
    text-align: center;
    line-height: 30px;
}
#form_attending table tbody tr td:first-child {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    width: 20px;
}
#form_attending table tbody tr td:last-child {
    line-height: 30px;
    width: 130px;
}
#form_attending table tbody tr td:nth-child(2) {
    font-weight: 400;
    line-height: 30px;
}
.btn {
    border-radius: 0;
}
.btn-register {
    background-color: #0088C7;
    color: #ffffff;
    border-color: #0088C7;
}
.btn-register:hover {
    background-color: #19214F !important;
    color: #ffffff !important;
    border-color: #19214F !important;
}
.btn-blue {
    background-color:#153174;
    color: #ffffff;
    border-color: #153174;
    font-size: 14px;
}
.btn-blue:hover {
    background-color: #21418E;
    color: #ffffff;
    border-color: #21418E;
    font-size: 14px;
}
.main_message i {
    color: #21418e;
}
.vessel_counter {
    color: #1c90fa;
    font-size: 28px;
    font-weight: 700;
    display: block;
}
.updated {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    background-color: #21418e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#vessel_list .vessel {
    position: relative;
}
#vessel_list .vessel.status::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}
#vessel_list .vessel.confirmed::after {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    font-size: 80px;
    font-weight: 800;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    transform: translateY(-30%);
    z-index: 2;
    text-align: center;
    color: #198754;
}
#vessel_list .vessel.pending::after {
    content: '\f252';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    font-size: 80px;
    font-weight: 300;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    transform: translateY(-30%);
    z-index: 2;
    text-align: center;
    color: #1c90fa;
}
#vessel_list .vessel.notincharge::after {
    content: '\f06a';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    font-size: 80px;
    font-weight: 800;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    transform: translateY(-30%);
    z-index: 2;
    text-align: center;
    color: #F77D1E;
}
#vessel_list .vessel .actions {
    display: none;
}
#vessel_list .vessel.status .actions {
    display: flex;
    background-color: #11223b;
    color: #fff;
    width: calc(100% - 1.5rem);
    padding: 6px 10px;
    position: absolute;
    z-index: 5;
}
#vessel_list .vessel.status .actions:hover i {
    cursor: pointer;
}
#vessel_list .table {
    position: relative;
    margin-bottom: 0;
}
#vessel_list .table tbody tr td {
    font-size: 14px;
}
#vessel_list .table tbody tr td:first-child {
    background-color: #F9F9F9;
    font-weight: 600;
    text-transform: uppercase;
}
#vessel_list .table tbody tr td[colspan]:not([colspan="1"]) {
    background-color: #fff;
}
.btn_update {
    background-color: #1c90fa;
    color: #fff;
    border-color:#1c90fa;
}
.btn_update:hover,
.btn_update:focus,
.btn_update:active {
    background-color: #0085FF;
    color: #fff;
    border-color:#0085FF;
}
.btn_confirm {
    background-color: #21418e;
    color: #fff;
    border-color:#21418e;
}
.btn_confirm:hover,
.btn_confirm:focus,
.btn_confirm:active {
    background-color:#1D46A9;
    color: #fff;
    border-color:#1D46A9;
}
.btn_notincharge {
    background-color: #f5730e;
    color: #fff;
    border-color: #f5730e;
}
.btn_notincharge:hover,
.btn_notincharge:focus,
.btn_notincharge:active {
    background-color: #F77D1E;
    color: #fff;
    border-color: #F77D1E;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #21418e;
}
.nav-link, .nav-link:active, .nav-link:visited {
    color: #21418e;
}
.nav-link:focus, .nav-link:hover {
    color: #0085FF;
}
.form-floating>label {
    left: initial;
}
.alert .close {
    background-color: transparent;
    border: none;
}
.text_box {
    background-color: #035299;
    color: #fff;
}