:root {
    --success-color: #28a745;
    --danger-color: #dc3545;
    --info-color: #f5720e;
}

@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;	
}
}


#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,.30);
	z-index: 0;
}
#cover.small {
    height: 160px;
    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;
}
#cover .logo img {
    width: 350px;
    margin: 30px;
}
@media only screen and (max-width: 767px) {
    #cover .logo img {
        width: 300px;
        margin: 20px;
    }
}
#cover h1 {
    width: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    font-size:60px;
    line-height: 66px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    text-align: center;
	z-index: 1;
}
#cover h2 {
    width: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: 62%;
    transform: translateY(-62%);
    margin: 0 auto;
    font-size: 24px;
    line-height: 26px;
    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: 0 0.5rem 0.5rem -1.5em;
}
#registration_form .form-check .form-check-label {
    line-height: 1.5;
}
#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 0 15px;
    border-radius: 0;
}
#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: 40px;
        line-height: 44px;
    }
    #cover h2 {
        font-size: 18px;
        line-height: 22px;
    }
    #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: 576px) {
    #cover {
        height: 200px;
    }
    #cover h1 {
        top: 40%;
        transform: translateY(-40%);
    }
    #cover h2 {
        top: 60%;
        transform: translateY(-60%);
    }
}
#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;
}

#document-review table thead tr th {
    background-color: #F9F9F9;
    color:#153174;
    font-weight: 400;
    line-height: 30px;
}
#document-review table.comments thead tr th {
    background-color: #153174;
    color:#FFF;
    font-weight: 500;
    line-height: 30px;
    border:0;

    &:not(:last-child) {
        width: calc((100% - 200px)/3);
    }
}
#document-review table.comments thead tr th:last-child {
    text-align: center;
}
#document-review table.comments tbody tr td {
    font-size: 14px;
    vertical-align: middle;
}
#document-review textarea.form-control {
    font-size: 14px;
}
#document-review .form-floating>label {
    left: 0;
}
#document-review .form-floating>.form-control-plaintext~label::after,
#document-review .form-floating>.form-control:focus~label::after,
#document-review .form-floating>.form-control:not(:placeholder-shown)~label::after,
#document-review .form-floating>.form-select~label::after {
    background-color: transparent;
}

.form-control, .form-select {
    background-color: #F9F9F9;
}
.form-control:hover,
.form-select:hover,
.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #1d7ffc;
    background-color: #F9F9F9;
}

.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,
.btn-review {
    background-color:#153174;
    color: #ffffff;
    border-color: #153174;
	font-size: 14px;
}
.btn-blue:hover,
.btn-review:hover {
    background-color: #21418E;
    color: #ffffff;
    border-color: #21418E;
	font-size: 14px;
}
.btn-review,
.btn-review:hover {
    font-size: 16px !important;
}
.main_message i {
	color: #21418e;
}

.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;
}

.note {
    font-weight: 400;
    margin-bottom: 50px;
}

#profile-details > div {
    display: block;
    border: 1px solid var(--bs-border-color);
    border-right: none;
    margin: 0 auto;
    padding: 8px;
    border-radius: 0;
}
#profile-details div:last-child {
    border-right: 1px solid var(--bs-border-color);
}
#profile-details .label {
    background-color: #F9F9F9;
}
@media only screen and (max-width: 1399px) {
    #profile-details > div {
        border-bottom: none;
    }
    #profile-details div:nth-child(5),
    #profile-details div:nth-child(6) {
        border-bottom: 1px solid var(--bs-border-color);
    }
    #profile-details div:nth-child(2),
    #profile-details div:nth-child(4) {
        border-right: 1px solid var(--bs-border-color);
    }
}
@media only screen and (max-width: 767px) {
    #profile-details > div {
        border-right: 1px solid var(--bs-border-color);
    }
    #profile-details div:nth-child(5) {
        border-bottom: none;
    }
}
#document-review {
    padding: 40px;
}
#document-review .actions {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#document-review .active .actions {
    height: 40px;
}

#document-review .form-select {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    min-width: 140px;
    /*width: 242px;*/
    background-color: #F9F9F9;
    font-size: 13px;
    margin-bottom: 0 !important;
}

#comment-table {
    margin-bottom: 30px;
}
#comment-table .ct-head {
    display: flex;
    justify-content: space-between;
    background-color: #153174;
    color:#FFF;
    font-weight: 500;
    line-height: 30px;
    border:0;
    padding: 8px;

    & .chapter, .section, .paragraph {
        width: calc((100% - 150px)/3);
    }

    & .action {
        width: 150px;
        text-align: center;
    }
}
#comment-table .ct-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border:1px solid #dee2e6;


    & .chapter, .section, .paragraph {
        width: calc((100% - 150px)/3);
        padding: 8px;
    }

    & .action {
        width: 150px;
        padding: 8px;
        text-align: center;
    }
}

.show_hide_comments {
    position: relative;
}
.show_hide_comments span {
    position: absolute;
    right: 15px;
    top: 7px;
}

.comments_status {
    cursor: pointer;
}
