body
{
	background-color:#eee;
	font-family: 'Open-Sans', sans-serif;
	color:#333;
	line-height:1.5;
	font-size:14px;
}
.container{
	background:white;
}
.program
{
	font-size:12px;
}

.ui-tooltip {
    white-space: pre-line;
	font-size:0.8em;
}

a
{
	color:#001D5F;
}

a.contrast{
    color:#2DAAE2;
}

a.contrast:hover{
    color: #58bee2;
}

a:hover{
    color: #5C5FC8;
    text-decoration: none;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #AAAAAA;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #AAAAAA;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #AAAAAA;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #AAAAAA;
}

label.error
{
	color:#FF0000;
    margin-top:5px;
    margin-left:5px;
    font-weight: normal;
    display: none;
}

label.error.above-radio, label.error.above-checkbox{
	margin-bottom: 0px;
	margin-top:0px;
	margin-left: 20px;
	position: relative;
	top: 5px;
}

.small-field.error{
	border-color: #FF0000;
}

.smaller{
    font-size:80%;
}

.speaker-field, .poster-field{
	margin-left: 40px;
}

h1, h2
{
    color:#001D5F;
    margin-top:10px;
}

h1{
    font-size:22px;
    margin-bottom:20px;
}

h2{
    font-size:18px;
}

h3{
    font-size:16px;
    color:#000;
    font-weight: bold;
    margin-top:20px;
    margin-bottom:10px;
}

form h2{
    margin-bottom:0;
}

img
{
	max-width:100%;
}

label.adjusted
{
	display:inline-block;
	font-weight:normal;
	font-size:14px;
    padding-top: 6px;
}

label.above
{
    margin: 0 0 8px 4px;
}

table.fee-table th{
    font-size:12px;
}

table.fee-table .mark, table.price-table .mark{
    background: white;
}

table.fee-table .text-muted{
    color:#999999;
}

table.fee-table .fee-column{
    width:90px;
    text-align: right;
}

table.fee-table div.radio, table.fee-table div.checkbox{
    margin:0;
}

table.fee-table label{
    width: 100%;
}

table.fee-table a:visited, table.review-table a.action:visited {
	color:#001D5F;
}

table.fee-table a, table.review-table a.action{
    color:#001D5F;
}

table.fee-table a:hover, table.review-table a:hover{
    color: #5C5FC8;
    text-decoration: none;
}

td.euro{
    width:20px;
}

td.price{
    width:100px;
    text-align: right;
}

tr.header{
    color:#001D5F;
}

.excursion-full{
    color:#999999;
    font-size: 10px;
    font-variant: small-caps;
    vertical-align: middle;
}

table .bg-white{
	background-color: white;
}

table.no-margin{
	margin:0;
}

table.program tr td
{
	border-bottom:1px solid #fff;
	padding:4px;
}

table.program tr:last-child td
{
	border-bottom:0px solid #fff;
}

table a{
	color: #001D5F;
	text-decoration: none;
}

table a:visited{
	color:#001D5F
}

table a:hover{
	color: #7eaba7;
	text-decoration: underline;
}

table a.normal
{
	color:#001D5F;
}

table a.normal:hover{
	color: #5C5FC8;
	text-decoration: none;
}

table a.muted
{
	color:#999999;
}

table a.muted:hover{
	color: #AAAAAA;
	text-decoration: underline;
}

tr.approved{
	background-color: #c6d350!important;
}

tr.approved a, tr.approved a:hover, tr.approved a:visited, tr.not_approved a, tr.not_approved a:hover, tr.not_approved a:visited{
	color: #333333;
}

tr.not_approved{
	background-color: #F95146!important;
}

img.payment-logo{
    max-height:20px;
    margin-top: -3px;
    margin-left:10px;
}

.radio.payment-method{
    margin:0;
    padding:10px 0 10px 0;
    border-bottom: 1px solid #dddddd;
}

.radio.payment-method label{
    max-width:75%;
}

span.payment-method{
    max-width:25%;
}

label.normal
{
	display:inline;
	font-weight:normal;
	font-size:12px;
}

input.with-right-icon{
	padding-right: 20px;
}

.btn.btn-primary
{
    background-color: #001D5F;
    border-color: #001D5F;
}

.btn.btn-primary:hover
{
    background-color: #203D7F;
    border-color: #203D7F;
}

.btn.btn-warning
{
    background-color: #999999;
    border-color: #AAAAAA;
}

.btn.btn-warning:hover
{
    background-color: #BBBBBB;
    border-color: #CCCCCC;
}

a.text-warning{
    color:#999999;
}

a.text-warning:hover{
    color:#AAAAAA;
}

.container
{
	max-width:960px;
	margin: 20px auto;
	padding-bottom: 20px;
}


.logo
{
	margin-bottom:20px;
}

.no-padding
{
	padding:0;
}

.small-font
{
    font-size: 12px;
}

.large-font
{
    font-size: 16px;
}

.bm-0{ margin-bottom:0 !important;}
.bm-5{ margin-bottom:0 !important;}
.bm-10{ margin-bottom:10px !important;}
.bm-14{ margin-bottom:14px !important;}
.bm-20{ margin-bottom:20px !important;}
.bm-30{ margin-bottom:30px !important;}
.bm-40{ margin-bottom:40px !important;}

.lm-20{ margin-left:20px !important;}
.rm-20{ margin-right:20px !important;}

.tm-0{ margin-top:0 !important;}
.tm-10{ margin-top:10px !important;}
.tm-14{ margin-top:14px !important;}
.tm-20{ margin-top:20px !important;}
.tm-30{ margin-top:30px !important;}
.tm-40{ margin-top:40px !important;}

.lp-0{padding-left:0!important;}
.share_item{
	display: inline-block;
	width:34px;
	height:34px;
	margin-right:8px;
}

.fa.form-control-feedback
{
    left:10px;
    top:2px;
    color: #CCCCCC;
}

.has-left-icon
{
    padding-left: 20px;
}

.header
{
	padding:0px;
	margin-bottom:2px;
	background-color:transparent;
}
.ucfirst h2{
	text-transform: capitalize;
}
.footer{
	margin-top:10px;
	margin-bottom:10px;
}

.footer .content
{
	background-color: #001D5F;
	color: #f2d2d2;
	padding:20px;
	height:100px;
    font-size:12px;
	box-shadow: none;
}

.footer .content a
{
	color: #f2f2f2;
}

.row .data, .row .info, .row .form, .row .info2
{
	background-color:#f5f5f5;
	padding:20px;
	position:relative;
	z-index:100;
}

.row.content{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.row .data
{
	border-right:1px solid #E6E6E6;
    padding: 20px 40px;
}

.row .info
{
	background-color:#fff;
	padding:20px 20px 40px 20px;
	position:relative;
	z-index:100;
	color: #000;
	font-size: 12px;
}

.modal-info
{
	width:600px;
	padding:20px;
	box-sizing: border-box;
	max-width:100%;
}

a.remove-author{
	padding-top: 4px;
}

.discussion-session, .session, #other_session_type
{
	margin-left: 20px;
}

label[for=other_session_type]
{
	margin-left: 22px;
}

.tab:last-child
{
	border-right:0px solid #AFAFAF;
}

.tab:first-child
{
	border-left:3px solid #AFAFAF;
}

.tab:last-child.active
{
	border-right:0px solid #AFAFAF;
}

.tab:first-child.active
{
	border-left:0px solid #AFAFAF;
}

.tab a
{
	color:#696969;
	text-decoration:none;
}

.tab.active
{
	background-color:#f5f5f5;
	color:#696969;
	padding:20px 15px;
	font-size:12px;
	box-shadow: 0px 0px 3px #000;
	position:relative;
	z-index:10;
	display:block;
	font-weight: bold;
}

.tab
{
	background-color:#e6e6e6;
	color:#696969;
	padding:20px 15px;
	font-size:12px;
	font-weight: normal;
	width:20%;
}

.tab.w25{
	width:25%;
}

.tab.flex
{
	width:auto;
	flex-grow:1;
}

div.row.flex-container{
	display: flex;
}

#tuesday-question, #sunday-question{
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 0;
}

#tuesday-question label, #sunday-question label{
	width:auto;
	margin-left:10px;
}

@media all and (max-width: 992px) {
	.tab {
		display: none;
		width:100%
	}

    .row.content{
        display:block;
    }
}

@media all and (max-width: 768px) {

	.info .center-block{
		margin: 0 0 0 -5px;
	}

    .row .data
    {
        border-right:1px solid #E6E6E6;
        padding: 20px 20px;
    }

    .filler{
        display:none;
    }
}

ul{
	padding-left:16px;
}
.justify_content{
	display:inline-block;
	width:100%;
}
.pagination>li>a, .pagination>li>span, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	color:#001D5F;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #001D5F;
	border-color: #001D5F;
}
.title_container{
	border-bottom: 2px solid #AF9A63;
	padding-bottom: 15px;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.flex-filler{
	flex:1;
}
.date_time{
	font-weight: bold;
	font-size:18px;
}
@media only screen and (max-width: 767px){
	.title_container {
		flex-wrap: wrap;
	}
	.title_container h1{
		margin-bottom:10px!important;
	}
}