@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=Lato:wght@300;400;700&display=swap');
* {
	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: inherit;
	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: #1e3e7f;
}
body.home {
	background:#11223b;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	margin: 0;
}
body.home:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.2;
	background-image: url(images/dots-mini-light.png);
	background-repeat: repeat;
	z-index:1;
}
body {
	background:#fff;
	margin: 0;
    color: #444852;
}
a:link, a:visited, a:active {
	color: #f5730e;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}

body.tax a:link,
body.tax a:visited,
body.tax a:active {
	color: #1c90fa;
	text-decoration: none;
	outline: none;
}
body.tax a:hover {
	text-decoration: none;
	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-family: 'Lato', sans-serif;
	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;	
}
}

/* Spring Golf 2021 */
@media (min-width: 1200px) {
    #registration_form .container,
    #registration_form .container-lg,
    #registration_form .container-md,
    #registration_form .container-sm,
    #registration_form .container-xl {
        max-width: 1360px;
        padding: 0px 50px;
    }
}
#cover {
    height: 500px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    background-size: cover;
    background-color: #11223b;
    color: #fff;
    position: relative;
}
#cover.tsc32,
#cover.small {
    height: 120px;
    background-color: #122C53;
}
#cover.shadow {
	position: relative;
}
#cover.shadow::after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	background-color: rgba(0,0,0,.40);
	z-index: 0;
}
#cover.shadow.nbg::after {
    background-color: transparent;
}
#cover.small {
    height: 160px;
    background-color: #122C53;
}
#cover.x-small {
    height: 120px;
    background-color: #122C53;
}
#cover.small .information_bar {
	height: 54px;
	background-color: #21418e;
}
.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;
}
#cover .logo {
    width: 100%;
    height: 120px;
	position: relative;
	z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#cover .logo img {
    max-height: 60px;
    margin: 50px;
}
#cover .logo.large img {
    max-height: 120px;
    top: 20px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    #cover .logo img {
        max-height: 40px;
        margin: 20px;
    }
}
#cover h1 {
    width: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    transform: translateY(-55%);
    margin: 0 auto;
    font-size:60px;
    line-height: 66px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    text-align: center;
	z-index: 1;
}

#registration_form a {
    color: #f5720e;
    text-decoration: underline;
}
#registration_form h3 {
    color: #1e3e7f;
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 8px;
    font-family: 'Lato', sans-serif;
}
#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: 2.3;
    color: #444852;
    font-size: 15px;
    font-weight: 400;
}
#registration_form .form-check .form-check-input {
    margin-left: -1.5em;
    margin-right: 0.5rem;
}
#registration_form .form-check-input {
	width: 2em;
	height: 2em;
}
#registration_form .form-check-inline {
	margin-right: 2rem;
}
#registration_form .topic_list {
    line-height: 1.5 !important;
}
#registration_form .topic_list .form-check-input {
    width: 1em;
    height: 1em;
    margin-right: 0;
}
#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 .form-control[readonly],
#registration_form .form-select[readonly],
#registration_form .form-control[readonly]:focus {
    color: #c9c9c9;
}
#registration_form textarea.form-control {
	resize: none;
}
@media (max-width: 991px) {
    #cover {
        height: 350px;
    }
    #cover h1 {
        font-size: 36px;
        line-height: 39.6px;
    }
    #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
    }
}
@media (max-width: 767px) {
#cover h1 {
        width: 80%;
        font-size: 28px;
        line-height: 30.8px;
    }
}
@media (max-width: 576px) {
    #cover {
        height: 380px;
    }
}
#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-register-iri {
    background-color: #f5720e;
    color: #ffffff;
    border-color: #d3500c;
}
.btn-register-iri:hover {
    background-color: #ff7811;
    color: #ffffff;
    border-color: #dd5600;   
}
.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;
}

.date {
    color: #1e3e7f;
    font-size: 28px;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
    margin-bottom: 40px;
}
.schedule {
    color: #1e3e7f;
    font-size: 28px;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
    margin-bottom: 40px;
}
.venue {
    margin-bottom: 40px;
}
.venue ul li {
    color: #1e3e7f;
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}
.venue .name {
    font-size: 24px;
    font-weight: 700;
}
.venue .room {
    font-size: 24px;
    font-weight: 400;
}
.venue .address {
    font-style: italic;
}
.note {
    font-weight: 400;
    margin-bottom: 50px;
}

.topics {
    margin-bottom: 40px;
    margin-left: 20px;
}
.topics li {
    font-size: 18px;
    line-height: 1.2;
    list-style-type: disc;
    margin-bottom: 10px;
}
.speaker_name {
    font-size: 14px;
    font-weight: 700;
    color: #1e3e7f;
    line-height: 1.2;
    font-family: 'Lato', sans-serif;
    margin: 10px 0;
}
.speaker_position {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Lato', sans-serif;
}
