/* Branding */

:root {
	--brand-main-color: #0f2c7a;
	--brand-main-color-rgb: 15,44,122;
	--brand-secondary-color: #96c034;
	--brand-secondary-color-rgb: 150,192,52;
	--brand-third-color: #00b2b2;
	--brand-third-color-rgb: 0,178,178;
	--brand-fourth-color: #3f5ba9;
	--brand-fourth-color-rgb: 56,89,181;
}

/* Branding */

.mt0 {
	margin-top: 0px
}
.mt10 {
	margin-top: 10px
}
.mt20{
	margin-top: 20px
}
.mt30{
	margin-top: 30px
}
.mt40{
	margin-top: 40px
}
.mt50{
	margin-top: 50px
}
.mt60{
	margin-top: 60px
}
.mt70{
	margin-top: 70px
}
.mt80{
	margin-top: 80px
}
.mt90{
	margin-top: 90px
}
.mt100{
	margin-top: 100px
}
.mb0{
	margin-bottom: 0px
}
.mb10{
	margin-bottom: 10px
}
.mb20{
	margin-bottom: 20px
}
.mb30{
	margin-bottom: 30px
}
.mb40{
	margin-bottom: 40px
}
.mb50{
	margin-bottom: 50px
}
.mb60{
	margin-bottom: 60px
}
.mb70{
	margin-bottom: 70px
}
.mb80{
	margin-bottom: 80px
}
.mb90{
	margin-bottom: 90px
}
.mb100{
	margin-bottom: 100px
}
.pt0 {
	padding-top: 0px
}
.pt10 {
	padding-top: 10px
}
.pt20{
	padding-top: 20px
}
.pt30{
	padding-top: 30px
}
.pt40{
	padding-top: 40px
}
.pt50{
	padding-top: 50px
}
.pt60{
	padding-top: 60px
}
.pt70{
	padding-top: 70px
}
.pt80{
	padding-top: 80px
}
.pt90{
	padding-top: 90px
}
.pt100{
	padding-top: 100px
}
.pb0{
	padding-bottom: 0px
}
.pb10{
	padding-bottom: 10px
}
.pb20{
	padding-bottom: 20px
}
.pb30{
	padding-bottom: 30px
}
.pb40{
	padding-bottom: 40px
}
.pb50{
	padding-bottom: 50px
}
.pb60{
	padding-bottom: 60px
}
.pb70{
	padding-bottom: 70px
}
.pb80{
	padding-bottom: 80px
}
.pb90{
	padding-bottom: 90px
}
.pb100{
	padding-bottom: 100px
}
.ml0 {
	margin-left: 0px
}
.ml5 {
	margin-left: 5px
}
.ml10 {
	margin-left: 10px
}
.ml20{
	margin-left: 20px
}
.ml30{
	margin-left: 30px
}
.ml40{
	margin-left: 40px
}
.ml50{
	margin-left: 50px
}
.mr0 {
	margin-right: 0px
}
.mr5 {
	margin-right: 5px
}
.mr10 {
	margin-right: 10px
}
.mr20{
	margin-right: 20px
}
.mr30{
	margin-right: 30px
}
.mr40{
	margin-right: 40px
}
.mr50{
	margin-right: 50px
}
a:active, a:focus {
    outline: none;
}
:focus {
	outline:none !important;
}
body {
	font-family: 'Muli', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #8A98AC;
	line-height: 1.3;
}
a {
	color: #0f2c7a;
}
a:hover {
	color: #96c034;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Muli', sans-serif;
	color: #0f2c7a;
	font-weight: 700;
}
h2 span,
h3 span,
h4 span {
	font-size: 75%;
	text-transform: none;
}
header,
main {
	padding: 20px;
}
header,
footer {
	background: #fff;
}
header {
	position: relative;
}
header img {
	max-width: 120px;
}
.feather {
	color: #0f2c7a;
}
div.session-info,
div.video {
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
}
.slido {
	border: 1px solid #f2f2f2;
}
.tab-pane,
div.speaker-info {
	margin-top: 20px;
}
div.speaker-info {
	margin-bottom: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #0f2c7a;
}
.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.widgetbar {
	display: inline;
	float: right;
    text-align: right;
}
.btn {
	border-radius: 5px;
    font-size: 14px;
    padding: 6px 12px;
}
.btn-primary {
    background-color: #0f2c7a;
    border: none;
    color: #ffffff;
	box-shadow: none;
	opacity: 1.0;
	transition: opacity .3s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #96c034;
    border: none;
    color: #fff;
	opacity: 1;
	box-shadow: none;
}
.btn-secondary {
    background-color: #e5e5e5;
    border: none;
    color: #9b9b9b;
	box-shadow: none;
	opacity: 1.0;
	transition: opacity .3s;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #0f2c7a;
    border: none;
    color: #fff;
	opacity: 1;
	box-shadow: none;
}
.btn-success {
    background-color: #0f2c7a;
    border-color: #0f2c7a;
}
.btn-success:hover {
    color: #fff;
    background-color: #96c034;
    border-color: #96c034;
}
.btn-primary .feather {
    color: #fff;
}
.btn-secondary .feather {
    color: #9b9b9b;
}
.btn-primary:hover .feather,
.btn-secondary:hover .feather {
	color: #fff;
}
.table.dataTable {
	border-spacing: 0;
}
.dataTables_wrapper {
	padding: 0 !important;
}
.table {
	margin-bottom: 10px;
	color: #263a5b;
}
.table th {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	border-top: 1px solid rgba(0, 0, 0, 0.03);
	padding: 0.7rem;
}
.table td {
	color: #8A98AC;
	vertical-align: middle;
	border-top: 1px solid rgba(0, 0, 0, 0.03);
	padding: 0.6rem;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid rgba(0, 0, 0, 0.03);
}
.table .thead-light th {
	color: #282828;
	background-color: #d4d8de;
	border-color: rgba(0, 0, 0, 0.03);
}
.table .thead-dark th {
	color: #ffffff;
	background-color: #263a5b;
	border-color: rgba(0, 0, 0, 0.03);
}
.table-bordered {
	border: 1px solid rgba(0, 0, 0, 0.03);
	border-top: none;
	border-bottom: none;
}
.table-bordered th {
	border: 1px solid rgba(0, 0, 0, 0.03);
}
.table-bordered td {
	border: 1px solid rgba(0, 0, 0, 0.03);
}
.table-hover tbody tr:hover {
	color: #282828;
	background-color: #d4d8de;
}
.thead-default th {
	background-color: #d4d8de;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
	background-color: #0080ff;
	border: none;
	box-shadow: none;
	height: 18px;
	width: 18px;
	line-height: 18px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
	background-color: #0080ff;
	border: none;
	box-shadow: none;
	height: 18px;
	width: 18px;
	line-height: 18px;
}
.page-link {
    color: #0f2c7a;
	opacity: 0.7;
	transition: opacity .2s;
}
.page-link:hover {
    color: #0f2c7a;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item.active .page-link {
    background-color: #0f2c7a;
    border-color: #0f2c7a;
}
.modal-header {
    background-color: #0f2c7a;
    border: 1px solid #0f2c7a;
	color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.modal-title {
    color: #ffffff;
    font-size: 18px;
}
.modal-header .close {
    color: #ffffff;
}
a.open-bio {
	color: #0f2c7a;
	font-weight: 600;
}
a.open-bio:hover {
	cursor: pointer;
}
.panel {
    background-color: #fff;
}
.panel-button {
    border-color: #ddd;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.176);
    margin: 60px 0;
	border-radius: 0;
}
.panel-button .panel-body {
    border-bottom: 5px solid #0f2c7a;
	transition: all 0.1s;
}
.panel-button .panel-body:hover,
.panel-button .panel-body:active,
.panel-button .panel-body:focus {
    background: #0f2c7a;
	color: #fff;
}
.pb-icon {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 90px;
    color: #0f2c7a;
    height: 90px;
    margin: -60px auto 20px;
    padding-top: 15px;
    text-align: center;
    width: 90px;
}
.button-heading  {
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.button-subtitle {
    font-weight: bold;
    margin-top: 20px;
}
.welcome main {
	margin: 15px 0px;
}
.hero {
	margin-top: 0px;
	margin-bottom: 60px;
	background: #efefef url('../imgvirtual/hero-bg.svg') no-repeat top center;
	height: 300px;
}
.hero h1 {
	margin-top: 60px;
	font-weight: 800;
	color: #fff;
}
.hero h1 span {
	color: #96c034;
}
.hero h5 {
	color: #fff;
}
.hero-img-container {
	position: relative;
}
.hero img.img-hero {
	position: absolute;
	top: 30px;
	right: 0px;
}
.login main {
	background: url('../imgvirtual/virtual-congress-bg.jpg');
	background-size: cover;
	background-position: 50% 50%;
}
.img-login {
	max-height: 150px;
	margin: 15px auto;
}
.login .row-max {
	min-height: calc(100vh - 205px);
}

/* Welcome */

.welcome .card {
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 10px;
}
.welcome .card-img-top {
	background: #fff;
	transition: all .2s ease;
}
.welcome .card-body {
	padding: 20px;
}
.welcome .card-body.color-1 {
	background: #96c034;
}
.welcome .card-body.color-2 {
	background: #00b2b2;
}
.welcome .card-body.color-3 {
	background: #3f5ba9;
}
.welcome .card-body-inner {
	color: #fff;
}
.welcome .card-body-inner h5 {
	color: #fff;
	font-size: 150%;
}

/* Toasts */

.jq-toast-wrap.bottom-right {
    bottom: 20px;
    right: 20px;
}
.jq-has-icon {
    padding: 15px 15px 15px 55px;
}
.jq-icon-info {
    background-color: #0f2c7a;
    color: #fff;
    border-color: #0f2c7a;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.jq-icon-info a:hover {
    color: #fff;
}
.jq-toast-loader {
	background-color: #96c034 !important;
}

/* Newsticker */

.newsticker {
	margin-top: 30px;
}
.newsticker .bn-breaking-news {
	border-color: rgba(0,0,0,.125) !important;	
}
#newsTicker {
	border-radius: 10px !important;
}
.bn-controls button {
    border-left: none;
    background-color: #0f2c7a;
}
.bn-controls button:hover {
    background-color: #96c034;
}
.bn-arrow::after {
    border-color: #fff;
}
.bn-pause::before,
.bn-pause::after  {
    background-color: #fff;
}
.bn-play {
    background: #fff;
}
.bn-play::after {
    border-left-color: #fff;
}

/* Footer */

.footer-widget-wrapper {
	padding: 60px 0px;
}
ul.footer-menu li {
	display: inline-block;
	margin-right: 10px;
}
.footer-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-widget-wrapper ul.social li {
	display: inline-block;
	margin-right: 10px;
}
.footer-widget h5 {
	font-size: 16px;
}
.footer-widget h5::before, 
.footer-widget h5::after {
    position: absolute;
    content: "";
}
.footer-widget h5::after {
    width: 5px;
    height: 5px;
    right: 40%;
    top: 6.5px;
    margin-right: -2.5px;
    border-radius: 50%;
}
.footer-widget h5::before {
    top: 9px;
    right: 0;
    width: 40%;
    height: 1px;
    background: #cecece;
}
.footer-bottom-wrapper {
    background: #0f2c7a;
	padding: 15px 0px;
    color: rgba(255,255,255,0.7);
}
.footer-bottom-wrapper a {
    color: rgba(255,255,255,0.7);
}
.footer-bottom-wrapper a:hover {
    color: rgba(255,255,255,1.0);
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
	.hero {
		height: 260px;
	}
	.hero h1 {
		margin-top: 45px;
		font-size: 36px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	main {
		padding: 20px 0px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 100%;
	}
	.hero {
		height: 190px;
	}
	.hero h1 {
		margin-top: 30px;
		font-size: 24px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	header, main {
		padding: 10px;
	}
	header img {
		max-width: 80px;
	}
	.btn {
		border-radius: 5px;
		font-size: 12px;
		padding: 4px 8px;
	}
	.btn i {
		font-size: 12px;
	}
	.hero {
		background: url('../imgvirtual/hero-bg-mobile.svg') no-repeat top right;
		margin-bottom: 15px;
	}
	.hero-img-container {
		display: none;
	}
	.hero h1 {
		margin-top: 20px;
		font-size: 30px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}
.footer-widget h1 {
    font-size: 16px;
}


.card-img-top{
width: 100%!important;
height:auto!important;
}