#register,
#returning{
	display:none;	
}
#breadcrumb{
	display:none;	
}
.alert.alert-success{
	display:none;	
}
.navbar-nav > li > a {
	font-size: 1rem;
	font-weight: 300;
}
#header{
	position: sticky;
    top: -516px;
	z-index: 99;
}
#header div.abstract-bg {
	background: url(https://mycs-cdn.myconferencesuite.com/other/Project/1293/ca/8e/ehpic-2019-abstract-art.jpg) no-repeat right center / cover;
	height: 236px;
}
#header .container,
#content,
#menu,
#footer .footer{
	max-width:80% !important;
	width:100% !important;
	margin: 0 auto;
}
#header .container{
	padding:0px;	
}
#content{
	padding:0px;	
}
#singleTab div.row div.col-sm-9 {
	background: transparent;
}
#singleTab,
#singleTab div.row div.col-sm-9,
#singleTab div.row div.col-sm-3,
#singleTab>div.row,
#singleTab div.row,
div.panel-body div.col-sm-9,
#singleTab .col-sm-9,
div.panel-body div.col-sm-3,
div.panel-body div.row{
	background: transparent !important;
}
#fields,
div.col-sm-9 div.panel div.panel-body{
	padding:0px;	
}
div.field{
	margin: 7px 0px !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
select,
select input{
	height:auto !important;	
}
#breadcrumb {
	padding: 15px 24px;
	margin: 15px 0px 0px 0px;
	border-radius: 25px;
}
#breadcrumb div.pageinfo{
	background: #002f65;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 600 !important;
	font-family: 'Open Sans', sans-serif;
}
#breadcrumb div.pageinfo strong{
	font-weight:600;	 
}
h2{
	background: #f27f02;
	font-weight: 600;
	color: #ffffff;
	font-size: 1.2rem;
	border-radius: 25px;
	font-family: 'Open Sans', sans-serif;
	padding: 15px 24px;
	margin: 25px 0px 15px 0px;
	border: 2px solid #d26d00;
	text-shadow: 1px 1px 3px rgba(00, 00, 00, 0.2);
}

html,
body,
input,
select,
textarea,
legend,
legend.left,
label,
label.left{
	font-size:1.1rem !important;	
}
ul.contributors{
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	margin: 15px;
	font-weight: bold;
	line-height: 2rem;
}
table.programhistory{
	margin:15px;
	width:auto;
}
table.programhistory tr th{
	font-weight:bold;
	width:200px;

}
.fancybox-bg{
	opacity:0.6 !important;	
}
div.file-upload label {
	width: auto !important;
	margin-right: 0px !important;
}

div.file-upload input {
	max-width: 86%;
	width: 100%;
}

div.file-upload legend {
	float: left;
	font-size: 14px;
	border: none;
	margin-right: 10px;
	width: 20%;
}

div.file-upload div.form-group {
	margin-bottom: 0px;
}

div[data-group="file"] .form-group fieldset div {
	position: relative;
	width: 100%;
	height: 80px;
	margin: 15px;
}
div[data-group="file"] .help-block.error-help-block{
	position: absolute;
	bottom: 0px
}
div[data-group="file"] .form-group fieldset div:after {
	content: attr(data-text);
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	padding: 10px 15px;
	display: block;
	width: calc(100% - 40px);
	pointer-events: none;
	z-index: 2;
	height: 47px;
	line-height: 27px;
	color: #999;
	border-radius: 5px 10px 10px 5px;
	font-weight: 300;
	border: 1px solid rgba(00, 00, 00, 0.1);
	box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}

div[data-group="file"] .form-group fieldset div:before {
	content: 'Upload';
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	height: 47px;
	background: #4daf7c;
	color: #fff;
	font-weight: normal;
	z-index: 3;
	font-size: 1rem;
	line-height: 40px;
	padding: 4px 10px;
	text-transform: uppercase;
	pointer-events: none;
	border-radius: 0 5px 5px 0;
}

div[data-group="file"] .form-group fieldset div:hover:before {
	background: #3d8c63;
}

div[data-group="file"] .form-group fieldset div input {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	height: 47px;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	width: 100%;
}

div[data-group="file"] fieldset legend {
	border: none;
	width: 30%;
	float: left;
	padding-left:15px;
}

div[data-group="file"] div.form-group fieldset {
	margin-right: 0px;
	margin-bottom: 5px;
}

div[data-group="file"] div.form-group fieldset div {
	width: 68% !important;
	margin: 0px;
	padding: 0px;
}

div[data-group="file"] div.form-group fieldset legend {
	font-weight: 400 !important;
	padding-top: 10px;
	padding-left:0px !important;
}

div[data-group="file"] p {
	display: none;
}

div[data-group="file"] p.foot {
	display: block;
	width: 74%;
	float: right;
	margin-top: 0px;
	padding: 5px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	border-radius: 4px;
	margin-right: 0;
}

/***********************************
Radio/Checkbox Inputs
***********************************/
[type="radio"],
[type="checkbox"]{
	opacity:0;
	position: absolute;
}
[type="radio"] + label,
[type="checkbox"] + label{
	position:relative;
	padding-left:30px;
	cursor:pointer;
	display:inline-block;
	color:#666;
	line-height:25px;
}

[type="radio"] + label:before,
[type="checkbox"] + label:before{
	content:"";
	position:absolute;
	left:0;
	top:4px;
	width:20px;
	height:20px;
	border-radius: 100%;
	border:2px solid rgba(00,83,109,0.5);
	background:#fff;
}
[type="checkbox"] + label:before{
	border-radius: 0px;
}

[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after{
	content:"";
	position:absolute;
	left:3px;
	top:7px;
	width:14px;
	height:14px;
	border-radius:100%;
	background:rgba(41, 128, 185,1.0);
	transform:scale(1);
	opacity:1;
	transition:all .3s ease;
}
[type="checkbox"]:checked + label:after{
	border-radius:0;
}
[type="radio"]:checked + label:before,
[type="checkbox"]:checked + label:before{
	border-color:rgba(00,83,109,1.0);
}

[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after{
	content:"";
	position:absolute;
	left: 3px;
	top: 7px;
	width:14px;
	height:14px;
	border-radius:100%;
	background:#fff;
	transform:scale(0);
	opacity:0;
}
[type="checkbox"]:not(:checked) + label:after{
	border-radius: 0;
}
label.full:after{
	content:"Full" !important;
	font-size: 14px;
	color: orangered;
}
#paymentForm input[type="radio"] {
	opacity: 1 !important;
	float: none;
	position: relative;
}
div[data-group="wide"] div.text-editable{
	width:100% !important;	
}
div.field div.form-group div{
	width: 68% !important;
}
div.field div.form-group label {
	width: 29% !important;
}
fieldset legend.left{
	float: left;
	width: 28% !important;
	border: none;
	font-weight: normal;	
}
div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label {
	width: 100% !important;
	float: left;
	padding-left: 6%;
	padding-top: 3px;
}
div[data-group="yesno"] fieldset legend{
	border: none;
	float: left;
	width: 75%;
}
div[data-group="yesno"] fieldset div.de_fieldset{
	width: 23%;
	float: left;
	padding-left: 0px;
	margin-left: 0px;
}
div[data-group="yesno"] fieldset div.de_fieldset .de_cols_1{
	width: 44%;
	float: left;
	display: inline-block;
	clear: none;	
}
div[data-group="yesno"] fieldset div.de_fieldset .de_cols_1 label{
	padding-left: 35% !important;	
}

div[data-group="consent"] p{
	display:none;	
}
div[data-group="consent"] fieldset legend{
	width:80% !important;
	display:none;
}
div[data-group="consent"] fieldset div{
	width:18% !important;	
}
div[data-group="consent"] fieldset div .de_cols_1{
	float:left !important;
	clear:none !important; 
	display:inline !important;
	width:50%;
}

div[data-group="consent"] p.consent_txt {
	display: block !important;
	width: 76%;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
div[data-group="consent"] fieldset div.de_fieldset {
	float: left;
	width: 19% !important;
	padding-left: 0px;
}
div[data-group="consent"] fieldset div.de_fieldset span.de_cols_1 label{
	padding-left: 25px !important;
}
div[data-group="note"] div.form-group p.information{
	display:none;
}
div[data-group="note"] div.form-group .text-editable{
	width:100% !important;	
}
div[data-group="note"] div.form-group .text-editable .alert{
	width:98% !important;
	margin:15px;
}

ul.checked-list, ul.checked-list li {
	margin-left: 8px !important;
	list-style: none !important;
}
ul.checked-list li:before{
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	left: -7px;
}
table.table-materials{
	background:#ffffff;	
}
table.table-materials thead th{
	font-weight:bold;
}
table.table-materials tbody th{
	width: 65px;
	text-align: center;	
	font-weight:bold;
}
table.table-materials tbody th span.fa.fa-file-pdf-o{
	font-size: 2rem;
	color: rgba(192, 57, 43,1.0);
	background: #ffffff;
	padding: 3px;
	border-radius: 4px;
	border: 1px solid rgba(00, 00, 00, 0.1);
	box-shadow: 0px 0px 3px rgba(00, 00, 00, 0.1);	
}

#exampleLogin h5.modal-title{
	font-size: 1.3rem;
}
#exampleLogin input[type="password"]{
	width: 80%;
	float: left;
	margin: 15px 0px;
	height: auto;
	border-radius: 4px 0px 0px 4px;
}
#exampleLogin input[type="button"]{
	margin: 15px 0px;
	border-radius: 0px 4px 4px 0px;
}
.course-Materials .modal-backdrop.in{
	opacity:0.7;	
}
#exampleLogin .modal-content{
	height:100%;
	overflow:hidden;
}
table.table-materials th.BlueBG{
	background: #deeaf5;
	border-bottom-color: #333333;
	border-top-color: #333333 !important;
	border-top-width: 2px;
	border-bottom-width: 2px;	
}
table.table-materials tbody td{
	line-height: 3.5rem;
	font-weight: bold;	
}

#register,
#returning,
#button input.navButton,
a.btn-primary,
#paybtn,
a.btn-agenda{
	background: rgba(204,30,00,0.9);
	border-color: rgba(181,27,01,1);
}

#register:hover,
#returning:hover,
#button input.navButton:hover,
a.btn-primary:hover,
#paybtn:hover,
#register:focus,
#returning:focus,
#button input.navButton:focus,
a.btn-primary:focus,
#paybtn:focus,
a.btn-agenda:hover,
a.btn-agenda:focus{
	background: rgba(204,30,00,1);
	border-color: rgba(181,27,01,1);
}
.col-sm-9 #register{
	float: right;
	position: relative;
	top: 30px;
	padding: 20px 25px;
	font-size: 1.1rem;
	font-weight: 400;
	text-shadow: 1px 1px 3px rgba(00, 00, 00, 0.3);
}
.col-sm-9 #returning{
	padding: 20px 25px;
	font-size: 1.1rem;
	font-weight: 400;
	text-shadow: 1px 1px 3px rgba(00, 00, 00, 0.3);
}


/* Apple glass effect modal */
.password-modal {
	text-align: center;
	padding: 30px;
	max-width: 400px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	box-shadow: 0 10px 40px rgba(0,0,0,0.25);
	transform: scale(0.9);
	opacity: 0;
	transition: all 0.4s ease;
	color: #fff;
}

/* Animate in */
.fancybox-slide--current .password-modal {
	transform: scale(1);
	opacity: 1;
}

.password-modal h3 {
	margin-bottom: 20px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.password-modal .form-control {
	text-align: center;
	margin-bottom: 15px;
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,0.3);
	background: rgba(255,255,255,0.4);
	color: #fff;
	font-weight: 500;
}

.password-modal .form-control::placeholder {
	color: rgba(255,255,255,0.7);
}

.password-modal .btn {
	border-radius: 6px;
	font-weight: 600;
	background: rgba(39, 174, 96,0.8);
	border: 1px solid rgba(39, 174, 96,1.0);
	color: #fff;
	transition:all 0.3s ease;
	transform:scale(1);
}

.password-modal .btn:hover {
	background: rgba(39, 174, 96,1);
	border: 1px solid rgba(39, 174, 96,1.0);
	color: #ffffff;
	transition:all 0.3s ease;
	transform:scale(1.05);
}

.password-modal .error-message {
	color: #ffaaaa;
	display: none;
	margin-bottom: 10px;
}

.password-modal .success-message {
	color: #b3ffb3;
	display: none;
	margin-bottom: 10px;
}

/* Fancybox overlay blur */
.fancybox-bg {
	background: rgba(0,0,0,0.6) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

ul.materials, ul.materials li {
	list-style: none;
	margin: 0px 0px 60px 49px;
	padding: 0px;

}
ul.materials li{
	display: flex;
	align-items: center;
	position: relative;
	margin: 37px 0px;
}
ul.materials li a.file:before{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	left:-32px;
	content:"";
	width: 50px;
	height: 50px;
	background:rgba(250,250,250,1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 1.5rem;
	box-shadow: 4px 0px 7px rgba(00, 00, 00, 0.2);
	transition:all 0.3s ease;
	transform:scale(1);
}
ul.materials li a.pdf-file:before{
	content: "\f1c1";
	color: rgba(192, 57, 43, 1.0);
}
ul.materials li a.pdf-file:hover:before{
	background: rgba(192, 57, 43, 1.0);
	color:#ffffff;
}
ul.materials li a.excel-file:before{
	content: "\f1c3";
	color: rgba(39, 174, 96, 1.0);
}
ul.materials li a.excel-file:hover:before{
	background: rgba(39, 174, 96, 1.0);
	color:#ffffff;
}


ul.materials li a.ppt-file:before{
	content: "\f1c4";
	color: rgba(209, 68, 36, 1.0);
}
ul.materials li a.ppt-file:hover:before{
	background: rgba(209, 68, 36, 1.0);
	color:#ffffff;
}

ul.materials li a{
	display: inline-flex;
	align-items: center;
	padding: 9px 35px;
	border-radius: 0px 25px 25px 0px;
	background: #FAFAFA;
    box-shadow: 4px 3px 8px rgba(00, 00, 00, 0.1);
	transition:all 0.3s ease;
	transform:scale(1);
}
ul.materials li a:hover:before{
	transition:all 0.3s ease;
	transform:scale(1.05);
	color:#ffffff !important;
}
ul.materials li a:hover,
ul.materials li a:focus{
	transition:all 0.3s ease;
	transform:scale(1.1);	
	box-shadow: 4px 3px 10px rgba(00, 00, 00, 0.2);
}
h3.materials{
	background: rgba(00, 47, 101, 0.8);
    border: 2px solid rgba(00, 47, 101, 1);
    color: #ffffff;
    font-size: 1.3rem;
    padding: 12px 20px;
    border-radius: 55px;
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.2);
    position: sticky;
    top: 65px;
	z-index: 9;
}
.col-sm-3.sidebarSticky,
#singleTab div.row div.col-sm-3{
	position: sticky;
    top: 47px;
}