/* ═══════════════════════════════════════════════════
   VARIABLES — ePoster identity (teal/blue-science)
═══════════════════════════════════════════════════ */
:root {
    --negro:     #0a0a0a;
    --gris-dark: #1c1c1c;
    --acento:    #0369a1;
    --acento2:   #0ea5e9;
    --texto:     #2d3748;
    --claro:     #f7f9fc;
    --borde:     #e2e8f0;
    /* ePoster identity */
    --ep-teal:   #0d6e94;
    --ep-teal2:  #22b8dc;
    --ep-screen: #1e293b;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto-light.eot');
	src: url('fonts/roboto-light.eot?#iefix') format('embedded-opentype'),
		url('fonts/roboto-light.woff2') format('woff2'),
		url('fonts/roboto-light.woff') format('woff'),
		url('fonts/roboto-light.ttf') format('truetype'),
		url('fonts/roboto-light.svg#robotolight') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto-medium.eot');
	src: url('fonts/roboto-medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/roboto-medium.woff2') format('woff2'),
		url('fonts/roboto-medium.woff') format('woff'),
		url('fonts/roboto-medium.ttf') format('truetype'),
		url('fonts/roboto-medium.svg#robotomedium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto-regular.eot');
	src: url('fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/roboto-regular.woff2') format('woff2'),
		url('fonts/roboto-regular.woff') format('woff'),
		url('fonts/roboto-regular.ttf') format('truetype'),
		url('fonts/roboto-regular.svg#robotoregular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto-bold.eot');
	src: url('fonts/roboto-bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/roboto-bold.woff2') format('woff2'),
		url('fonts/roboto-bold.woff') format('woff'),
		url('fonts/roboto-bold.ttf') format('truetype'),
		url('fonts/roboto-bold.svg#robotobold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto-bolditalic.eot');
	src: url('fonts/roboto-bolditalic.eot?#iefix')
		format('embedded-opentype'), url('fonts/roboto-bolditalic.woff2')
		format('woff2'), url('fonts/roboto-bolditalic.woff') format('woff'),
		url('fonts/roboto-bolditalic.ttf') format('truetype'),
		url('fonts/roboto-bolditalic.svg#robotobold_italic') format('svg');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto-italic.eot');
	src: url('fonts/roboto-italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/roboto-italic.woff2') format('woff2'),
		url('fonts/roboto-italic.woff') format('woff'),
		url('fonts/roboto-italic.ttf') format('truetype'),
		url('fonts/roboto-italic.svg#robotoitalic') format('svg');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto-lightitalic.eot');
	src: url('fonts/roboto-lightitalic.eot?#iefix')
		format('embedded-opentype'), url('fonts/roboto-lightitalic.woff2')
		format('woff2'), url('fonts/roboto-lightitalic.woff') format('woff'),
		url('fonts/roboto-lightitalic.ttf') format('truetype'),
		url('fonts/roboto-lightitalic.svg#robotolight_italic') format('svg');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto-mediumitalic.eot');
	src: url('fonts/roboto-mediumitalic.eot?#iefix')
		format('embedded-opentype'), url('fonts/roboto-mediumitalic.woff2')
		format('woff2'), url('fonts/roboto-mediumitalic.woff') format('woff'),
		url('fonts/roboto-mediumitalic.ttf') format('truetype'),
		url('fonts/roboto-mediumitalic.svg#robotomedium_italic') format('svg');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto-thin.eot');
	src: url('fonts/roboto-thin.eot?#iefix') format('embedded-opentype'),
		url('fonts/roboto-thin.woff2') format('woff2'),
		url('fonts/roboto-thin.woff') format('woff'),
		url('fonts/roboto-thin.ttf') format('truetype'),
		url('fonts/roboto-thin.svg#robotothin') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/roboto-thinitalic.eot');
	src: url('fonts/roboto-thinitalic.eot?#iefix')
		format('embedded-opentype'), url('fonts/roboto-thinitalic.woff2')
		format('woff2'), url('fonts/roboto-thinitalic.woff') format('woff'),
		url('fonts/roboto-thinitalic.ttf') format('truetype'),
		url('fonts/roboto-thinitalic.svg#robotothin_italic') format('svg');
	font-weight: 100;
	font-style: italic;
}

html, body {
	height: 100%;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
	font-size: 12px !important;
}

body {
	padding-top: 50px;
	/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus
	{
	background-color: #F7F7F7;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

.wrap>.container {
	padding: 70px 15px 20px;
}

.jumbotron {
	text-align: center;
	background-color: transparent;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.btn-primary-menu {
	background-color: #0D6E94;
	border-color: var(--ep-teal);
	color: #FFFFFF;
}
.btn-primary-menu:hover,
.btn-primary-menu:focus {
	background-color: var(--ep-teal2);
	border-color: var(--ep-teal2);
	color: #FFFFFF;
}

.poster-detail-view th {
	white-space: nowrap;
	vertical-align: middle;
}
.poster-detail-view .glyphicon {
	margin-right: 6px;
	color: var(--ep-teal2);
}
.poster-detail-view .dv-id-caption,
.poster-detail-view .dv-id-value {
	background-color: #eef7fa;
}
.poster-detail-view .dv-id-value {
	font-weight: 700;
	font-size: 1.15em;
	color: var(--ep-teal);
}
.poster-detail-view .dv-title-value {
	font-weight: 600;
	font-size: 1.08em;
}

.author-detail-view th {
	white-space: nowrap;
	vertical-align: middle;
}
.author-detail-view .glyphicon {
	margin-right: 6px;
	color: var(--ep-teal2);
}
.author-detail-view .dv-id-caption,
.author-detail-view .dv-id-value {
	background-color: #eef7fa;
}
.author-detail-view .dv-id-value {
	font-weight: 700;
	font-size: 1.15em;
	color: var(--ep-teal);
}
.author-detail-view .dv-title-value {
	font-weight: 600;
}
.author-posters-grid th {
	background-color: #f5f5f5;
}

.profile-view .bk-profile-title,
.profile-view .bk-roles-title {
    color: var(--ep-teal2);
    background: #eef7fa;
    padding: 6px 10px;
    border-left: 3px solid var(--ep-teal);
    font-size: 15px;
    margin-bottom: 10px;
}

.poster-status-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}
.poster-status-badge.status-pendiente {
    background: #fff3cd;
    color: #8a6d1a;
}
.poster-status-badge.status-publicado {
    background: #d4edda;
    color: #1e7e34;
}
.poster-status-badge.status-oculto {
    background: #eee;
    color: #6c757d;
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: /*"\e113"*/ "\e151";
}

a.desc:after {
	content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
	content: "\e153";
}

.sort-numerical a.desc:after {
	content: "\e154";
}

.sort-ordinal a.asc:after {
	content: "\e155";
}

.sort-ordinal a.desc:after {
	content: "\e156";
}

.grid-view th {
	white-space: nowrap;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

/* CUSTOMIZATIONS */

.rating-container {
	width:70%;
	float:left;
	display:block;
}
footer {
	background-color: #333333;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	height: 80px;
	margin-top: 60px;
}

footer p, footer div div i {
	color: #FFF;
	line-height: 5px;
	font-size: 10px;
}

footer div div i {
	font-size: 18px;
	margin-bottom: 15px !important;
	margin-bottom: 10px !important;
}
.language-picker {
  position: absolute;
  display: inline-block;
}

.language-picker ul {
	border-radius: 0 !important;
}

.page-header {
	border-bottom: none;
	margin-top: 60px;
}

.bk-breadcrumb-wrap {
	margin-top: 50px;
	margin-left: -20px;
}

/* Botón "Actualizar asignaciones" (widget Assignments de econgress/rbac):
   viene con btn-block del vendor, lo alineamos a la derecha y le damos
   más aire respecto del selector de arriba, sin tocar vendor. */
#assignments-rbac-form .btn-block {
	display: inline-block;
	width: auto;
	float: right;
	margin-top: 20px;
}
#assignments-rbac-form::after {
	content: "";
	display: table;
	clear: both;
}

/* Espacio entre íconos de acción en las grillas */
td.action-column-td a {
	margin-left: 4px;
	margin-right: 4px;
}

td.action-column-td .glyphicon,
td.action-column-td .fa {
	font-size: 16px;
}

h3.page-header, h2.page-header {
	margin-bottom: 0;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 390px;
	z-index: 90;
	background: linear-gradient(to top, rgba(37, 37, 37, 0),
		rgba(37, 37, 37, 0.71));
}

#slider-msj {
	margin-top: -250px;
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	color: #FFFFFF;
	width: 100%;
	z-index: 900;
	padding-left: 0 !important;
	text-shadow: 2px 2px 2px #000;
}

#slider-msj p {
	font-weight: 400;
}

#showme-btn {
	margin-top: 20px;
	background-color: #32ABF4 !important;
	color: #FFF !important;
	border-color: #666666 !important;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.8);
	text-shadow: none !important;
	width: 100%;
}

video {
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.8);
}

#showme-btn:hover {
	background-color: #CCCCCC !important;
}

.bx-viewport {
	height: 550px !important;
	overflow: hidden;
}

.bx-viewport ul.bxslider li {
	height: 550px !important;
	overflow: hidden;
}

.bx-wrapper img {
	height: 550px !important;
	width: 100%;
	overflow: hidden;
}

/* ── Authenticated layout — modern skin ──────────────────── */

/* Navbar */

#main-navbar {
	min-height:80px !important;
}
.navbar-inverse {
    background-color: #0d1a26 !important;
    border-bottom: 1px solid rgba(13,110,148,0.35) !important;
    border-top: none !important;
}
/* rgba(13,110,148,*) below == rgba of ep-teal #0d6e94; kept literal since CSS custom properties can't feed rgba() alpha channels here */
.nav-logo {
    height: 60px;
    width: auto;
    vertical-align: middle;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff !important;
    font-size: 14px;
    letter-spacing: 0.3px;
    transition: color .15s, background .15s;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: var(--ep-teal2) !important;
    background: rgba(13,110,148,0.12) !important;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: var(--ep-teal2) !important;
    background: rgba(13,110,148,0.18) !important;
}
.navbar-inverse .dropdown-menu {
    background-color: #0d1a26 !important;
    border: 1px solid rgba(13,110,148,0.3) !important;
    border-top: 2px solid var(--ep-teal) !important;
    border-radius: 0 0 4px 4px;
    min-width: 180px;
}
.navbar-inverse .dropdown-menu > li > a {
    color: #ffffff !important;
    font-size: 12px;
    padding: 7px 16px;
}
.navbar-inverse .dropdown-menu > li > a:hover {
    color: var(--ep-teal2) !important;
    background: rgba(13,110,148,0.15) !important;
}
.navbar-inverse .dropdown-menu > li.active > a,
.navbar-inverse .dropdown-menu > li.active > a:hover,
.navbar-inverse .dropdown-menu > li.active > a:focus {
    background: rgba(13,110,148,0.15) !important;
    color: var(--ep-teal2) !important;
}
.navbar-inverse .navbar-brand {
    padding: 8px 15px;
    line-height: 1;
}
.nav li > form > button.logout {
    padding: 15px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.3px;
    transition: color .15s;
}
.nav li > form > button.logout:hover { color: var(--ep-teal2); }

/* Bootstrap 5 loads on user/admin/* pages via CustomUserAsset dependency.
   Its flex layout breaks Bootstrap 3 navbar. These rules restore float-based layout. */

/* BS5 makes .navbar > .container flex — this overrides floats and displaces the brand */
.navbar-inverse > .container,
.navbar-inverse > .container-fluid {
    display: block !important;
}
.navbar-inverse .navbar-header {
    float: left !important;
    display: block !important;
}
.navbar-inverse .navbar-brand {
    float: left !important;
}
.navbar-inverse .navbar-collapse {
    display: block !important;
    height: auto !important;
}
.navbar-inverse .navbar-nav {
    display: block !important;
    float: right !important;
    margin: 0 !important;
}
.navbar-inverse .navbar-nav > li {
    float: left !important;
    display: block !important;
}

/* Page headers */
h1.page-header, h2.page-header {
    font-size: 21px;
    font-weight: 300;
    color: #1a3348;
    letter-spacing: 0.3px;
    margin-top: 20px;
    padding-bottom: 9px;
    border-bottom: 2px solid var(--ep-teal) !important;
    margin-bottom: 18px;
}
h3.page-header {
    font-size: 16px;
    font-weight: 400;
    color: #1a3348;
    margin-top: 14px;
    padding-bottom: 7px;
    border-bottom: 2px solid var(--ep-teal) !important;
    margin-bottom: 14px;
}

/* bk-page component — unified page title bar (index/view/create/update) */
.bk-page .page-header {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--ep-teal);
    margin-bottom: 14px;
}
.page-header h4 {
    color: var(--ep-teal);
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
}
.bk-page .bk-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.bk-page .bk-actions {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}
.bk-page.margintop {
    margin-top: 10px;
}

/* Breadcrumbs */
.breadcrumb {
    background: rgba(13,110,148,0.04) !important;
    border: none !important;
    border-left: 3px solid var(--ep-teal) !important;
    border-radius: 4px !important;
    padding: 7px 14px !important;
    font-size: 12px;
    margin-bottom: 14px;
}
.breadcrumb > .active { color: var(--ep-teal); font-weight: 500; }
.breadcrumb a { color: var(--ep-teal2); }
.breadcrumb > li + li:before { color: #94a3b8; }

/* Buttons */
.btn-primary {
    background-color: #14819c  !important;
    border-color: #1d4ed8 !important;
    color: #ffffff !important;
    border-radius: 4px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: rgb(26, 67, 182)  !important;
    border-color: #1e40af !important;
    color: #ffffff !important;
}
.btn-danger, .btn-success, .btn-default, .btn-warning, .btn-info {
    border-radius: 4px;
}

/* Alerts */
.alert { border-radius: 4px; font-size: 12px; }
.alert-info {
    background: rgba(13,110,148,0.07) !important;
    border: 1px solid rgba(13,110,148,0.22) !important;
    border-left: 3px solid var(--ep-teal) !important;
    color: #0c4a6e !important;
}
.alert-success  { border-left: 3px solid #15803d !important; }
.alert-danger,
.alert-error    { border-left: 3px solid #c53030 !important; }
.alert-warning  { border-left: 3px solid #b45309 !important; }

/* Panels */
.panel {
    border-radius: 6px;
    border: 1px solid var(--borde);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.panel-default > .panel-heading {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid var(--borde);
    color: #334155;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
}
.panel-default > .panel-heading h4,
.panel-default > .panel-heading h5 {
    margin: 0;
    font-weight: 500;
    color: #334155;
    text-transform: none !important;
    font-size: 13px;
    letter-spacing: 0;
}

/* Footer */
footer {
    background-color: #0d1a26 !important;
    border-top: 1px solid rgba(13,110,148,0.25) !important;
    padding: 22px 0 !important;
    height: auto !important;
}
footer p {
    color: #ffffff !important;
    font-size: 11px !important;
    line-height: 1.6 !important;
    margin-bottom: 4px;
}
footer .fab, footer .fa { color: #4d7088; font-size: 15px; }
footer .fab:hover        { color: var(--ep-teal2); }
.lightlink  { color: #4d7088 !important; text-decoration: none; }
.lightlink:hover { color: var(--ep-teal2) !important; }
.company    { color: #9eb3c2 !important; font-weight: 500; }
#footeraddress p { color: #6b8a9e !important; font-size: 11px !important; margin-bottom: 3px; }

span.divider {
	display: block;
	width: 150px;
	height: 1px;
	background-color: #1589FF;
	margin: 10px auto !important;
}

h3.text-modulename, span.text-modulename {
	text-transform: none !important;
	font-weight: 300 !important;
}

.row.event {
	height: 400px;
}

td.date-squares {
	width: 20%;
	text-align: center;
	padding-top: 20px;
}

.square {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	margin-bottom: 10px;
	color: #FFF;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.49);
	-moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.49);
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.49);
}

.square.datef {
	background-color: #56c8ff;
}

.square.datet {
	background-color: #09adfd;
}

.datetxt {
	width: 100%;
	font-weight: 500;
	display: block;
	top: 10px;
	position: relative;
}

.eventbox {
	margin: 0 auto;
	display: table;
	width: 100%;
	/* padding:25px; */
	padding: 35px;
	margin-top: 30px;
	height: 380px;
	font-size: 14px;
	border-radius: 5px;
}

.eventbox::before {
	background-color: #F2F2F2;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 130px;
	/* right: 10px; */
	/*  width: 95%; */
	width: 85%;
	right: 30px;
	height: 350px;
	z-index: -1;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border: 1px solid #E9E9E9;
}

.event-logo-preview-home {
	max-height: 150px !important;
	width: auto !important;
	max-width: 100% !important;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.49);
	-moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.49);
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.49);
	margin: 0 auto !important;
}

.eventbox table {
	bottom: 10px;
	width: 100%;
	height: 400px;
	border: none !important;
}

tr.eventlogobox {
	height: 150px;
	text-align: center;
}

.eventbox table.infoevent {
	border: none !important;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 0 !important;
	bottom: 0 !important;
}

.eventbox table.infoevent tr {
	border: none !important;
}

.eventbox table.infoevent td {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 10px !important;
	border: none !important;
}

.eventbox table.infoevent td.icon {
	padding-right: 10px !important;
	text-align: left;
}

.row .col-md-4 
.eventbox table tr td.title {
	color: #000000;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 30px !important;
	padding-left: 30px;
	padding-right: 30px;
}

.row .col-md-4 
.eventbox table tr td.title a {
	color: #000000;
}

.eventbox table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #666666;
}

.vmiddle {
	padding: 70px 0;
	border: none;
}

td.id-column-grid, th.id-column-grid {
	width: 30px;
	text-align: center;
	font-weight: bold;
	color: var(--ep-teal2);
}

td.id-column-hidden, th.id-column-hidden {
	display: none;
}

.form-group.field-user-password_new {
	margin-top: -16px;
}

.action-buttons .fa.fa-trash {
	color: #FFF;
}

td.action-column-td .glyphicon.glyphicon-ban-circle {
	color: #E52E39;
	margin-left: 2px;
	margin-right: 2px;
}

td.action-column-td .fa.fa-envelope {
	color: #47BAF1;
	margin-left: 2px;
}

.green {
	color: #3ce52e;
}

.red {
	color: #e52e39;
}

img.poster-preview {
	max-width: 80%;
	height: auto;
	float: right;
}

#textareakeywords {
	-moz-appearance: textfield-multiline;
	-webkit-appearance: textarea;
	border: 1px solid #cccccc;
	font: medium -moz-fixed;
	font: -webkit-small-control;
	height: 70px;
	overflow: auto;
	padding: 8px;
	resize: both;
	width: 100%;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #E9E9E9;
}

span.divider {
	display: block;
	width: 150px;
	height: 1px;
	background-color: #1589FF;
	margin: 10px auto !important;
}

span.divider1 {
	display: block;
	width: 50px;
	height: 1px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 10px;
}

span.divider2 {
	display: block;
	width: 50px;
	height: 1px;
	background-color: #000000;
	margin-left: 0;
	margin-bottom: 30px;
	margin-top: 10px;
}

p.slider-sub {
	font-size: 14px;
	line-height: 20px;
	margin-top: 50px;
}

header {
	margin-top: -60px;
}

.navbar {
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	z-index: 1000;
}

.navbar-brand>img {
	display: inline-block !important;
}

body.home .navbar.scrolled {
	background: rgb(68, 68, 68); /* IE */
	background: rgba(0, 0, 0, 0.8); /* NON-IE */
}

.navbar-brand {
	padding: 5px !important;
	z-index: 1000;
}

body.home .navbar {
	background-color: rgba(0, 0, 0, 0.1);
}

body.site .navbar {
	background-color: rgba(0, 0, 0, 0.7);
}

.navbar .navbar-nav>li>a {
	color: #DBDBDB;
}

.bx-controls.bx-has-pager, .bx-pager {
	z-index: 1001 !important;
}

nav.navbar.shrink {
	min-height: 35px;
	navbar-brand {font-size: 25px;
}

a {
	font-size: 15px;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.navbar-toggle {
	margin: 8px 15px 8px 0;
	padding: 4px 5px;
}

}
body.site .navbar .navbar-nav>li.active {
	background-color: #000000;
}

body.home .navbar .navbar-nav>li.active {
	background-color: rgba(0, 0, 0, 0.5);
}

.navbar .navbar-nav>li>a:hover {
	background-color: #3E4042;
}

body {
	padding-top: 50px;
	/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

ul.nav.navbar-nav.navbar-right li.dropdown.open a.dropdown-toggle {
	background-color: #333333 !important;
}

ul.dropdown-menu li.dropdown.open a.dropdown-toggle {
	background-color: #E9E9E9 !important;
}

.btn.btn-square {
	border-radius: 0 !important;
}

h1, h2, h3 {
	font-weight: 100 !important;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase !important;
}

a.navbar-brand {
	padding-top: 2px !important;
}

#content {
	min-height: calc(100vh - 190px);
	min-height: -o-calc(100vh - 130px) !important; /* opera */
	min-height: -webkit-calc(100vh - 130px) !important;;
	/* google, safari */
	min-height: -moz-calc(100vh - 130px) !important;; /* firefox */
	height: auto;
	display: block;
}

#video-about {
	margin-top: 40px;
	margin-bottom: 30px;
}

#footeraddress {
	float: right;
	text-align: right;
}

/* Buttons */
.btn-danger {
	background-color: #fe5a55 !important;
}

.btn-warning {
	background-color: #ffd266 !important;
}

/*Glyphicons *?
 * 
 */
.glyphicon.glyphicon-plus-sign {
	font-size: 20px;
	color: #CCC;
	cursor: pointer;
	top: 2px;
}

.glyphicon.glyphicon-expand {
	font-size: 20px;
	color: #CCC;
}

p.action .fa.fa-trash {
	color: #FFFFFF;
}

.fa.fa-trash {
	color: #ffffff;
}

.fa.fa-trash.remove_field {
	font-size: 20px;
	color: #E9E9E9 !important;
	cursor: pointer;
	top: 6px;
}

.fa.fa-trash.remove_author {
	font-size: 20px;
	color: #DCA7A7 !important;
	cursor: pointer;
	top: 6px;
}

.glyphicon.glyphicon-ok-circle {
	font-size: 20px;
	color: #5CB85C;
	cursor: pointer;
}

a.btn.btn-warning .glyphicon.glyphicon-ok-circle {
	font-size: 16px;
	color: #FFFFFF;
}

.glyphicon.glyphicon-remove-circle {
	font-size: 20px;
	color: #FF0000;
	cursor: pointer;
}

.glyphicon.glyphicon-repeat {
	font-size: 20px;
	color: #CCC;
	cursor: pointer;
	top: 6px;
	float: right;
	margin-right: 10px;
}

.glyphicon.glyphicon-repeat:hover {
	color: #47BAF1;
}

.glyphicon.glyphicon-off.red {
	font-size: 16px;
	color: #C12E2A;
}

.glyphicon.glyphicon-off.green {
	font-size: 16px;
	color: #5CB85C;
}
/* Location and Geocoding *
 */
#geoloc {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #5BC0DE;
	border-radius: 2px;
	overflow: hidden;
	/*min-height:300px;*/
	padding-top: 20px;
	overflow-y: scroll;
	height: 280px;
}

span.locname {
	font-weight: bold;
	font-size: 14px;
}

#geoloc a.btn.btn-default {
	float: right;
	margin-top: 15px;
}

.input_fields_wrap {
	margin-bottom: 20px;
	margin-top: 20px;
}

input[name="room[]"] {
	width: 50%;
	display: inline;
	margin-bottom: 25px;
	margin-right: 5px;
}

#map {
	height: 300px;
	width: 400px;
	background-color: #e5f6ff;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

#event-map {
	height: 300px;
	width: 100%;
	background-color: #e5f6ff;
	margin-right: 20px;
}

.mapgenlabel {
	font-weight: bold;
	float: left;
	margin-left: 15px;
}

.reload {
	display: block;
	bottom: 40px;
	right: 40px;
	position: absolute;
}

.reload span {
	color: #B92C28 !important;
	text-shadow: 0 0 5px red;
}

.reload span:hover {
	text-shadow: 0 0 5px gray;
}

.contact-location {
	margin-top: 30px;
	padding-right: 0;
	padding-left: 0;
	max-width: 400px;
	float: right;
}

.clear {
	clear: both;
	display: block;
}

.action {
	text-align: right;
}

.table-sm tr td {
	padding: 6px !important;
}

img.location-preview {
	max-width: 300px;
	max-height: 300px;
}

img.file-preview-image {
	max-width: 150px;
	max-height: 150px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all
	{
	z-index: 1000 !important;
}

/* event */
table#event-switches {
	width: 30%;
	border: 1px solid #5ec7f8;
}

table#event-switches th {
	width: 80%;
}

table#event-switches tr {
	background-color: #e7f5fc;
}

table#event-location {
	margin-top: 20px;
}

table#event-location, table#event-location tr td, table#event-location th
	{
	border: none;
}

table#event-view-table th {
	width: 20%;
	background-color: #edeeee;
	vertical-align: middle;
	/* font-weight:400; */
}

table#event-view-table td {
	/*font-size:12px; */
	font-weight: 300;
}

table#event-view-table td.eng {
	background-image: url('/images/gb-bg.jpg');
	background-repeat: no-repeat;
	background-position: right;
	font-style: italic;
	color: var(--ep-teal);
}

input.eng, textarea.eng, input.form-control.eng {
	background-image: url('/images/gb-bg.jpg');
	background-repeat: no-repeat;
	background-position: right;
	font-style: italic;
	color: var(--ep-teal);
	margin-top: 5px;
}

input.eng1, textarea.eng1, input.form-control.eng1 {
	background-image: url('/images/gb-bg.jpg');
	background-repeat: no-repeat;
	background-position: right;
	font-style: italic;
	color: var(--ep-teal);
}

.dropdown-menu>li>a {
	font-size: 12px;
}

.drp-container {
	width: 100%;
}

.blue {
	color: #2AABD2;
}

.file-preview {
	min-height: 200px;
}

.event-logo-preview {
	max-width: 350px;
	max-height: 350px;
	margin-bottom: 40px;
}

.event-logo-preview-grid {
	max-width: 120px;
	max-height: 120px;
}

td.id-column-grid, th.id-column-grid {
	width: 30px;
	text-align: center;
	font-weight: bold;
	color: var(--ep-teal2);
}

td.code-column-grid, th.code-column-grid {
	width: 120px;
}

.btn.btn-default.left {
	float: left;
}

.add-subfield {
	width: 100%;
}

.add-subfield input[name="subfield_code[]"] {
	width: 15%;
	display: inline;
	margin-bottom: 25px;
	margin-right: 5px;
}

.add-subfield input[name="subfield[]"], .add-subfield input[name="subfield_eng[]"]
	{
	width: 40%;
	display: inline;
	margin-bottom: 25px;
	margin-right: 5px;
}

span.eng {
	font-style: italic;
	color: var(--ep-teal);
}

label[for="del[]"] {
	position: relative !important;
	top: 1px !important;
	margin-left: 5px;
}

input[name="del[]"] {
	position: relative !important;
	margin-left: 8px;
	top: 3px;
}

th.action-column {
	width: 60px;
	vertical-align: middle;
}

td.action-column-td, th.action-column-td {
	vertical-align: middle !important;
	text-align: center;
	min-width: 80px;
}

td.action-column-td .fa.fa-eye {
	margin-right: 2px;
}

td.action-column-td .fa.fa-pencil, td.action-column-td .fa.fa-edit,
	td.action-column-td .fa.fa-play {
	margin-left: 2px;
	color: #FF6347;
}

td {
	vertical-align: middle !important;
}

.action-buttons {
	margin-top: 20px;
	margin-bottom: 20px;
}

td.active-bg {
	background-color: #dafada;
	text-align: center;
	vertical-align: middle;
}

td.revoked-bg {
	background-color: #fcd3d1;
	text-align: center;
	vertical-align: middle;
}

.right {
	text-align: right;
}

input.form-control.sortableinput {
	max-width: 88%;
	display: inline;
	margin-left: 10px;
	margin-right: 5px;
}

.scoreoffset {
	display: inline;
	max-width: 50px;
	margin-left: 10px;
}

span.handle {
	margin-left: 10px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>.active>a:focus {
	background-color: #3C3C3C !important;
}

/*abstract submission form */
input.authorassalutation, select.authorassalutation {
	max-width: 10%;
	display: inline;
}

input.authorasfirstname, input.authoraslastname {
	max-width: 25%;
	display: inline;
}

input.authorasemail {
	max-width: 35%;
	display: inline;
}

.add-author {
	margin-top: 10px;
}

.add_author_button {
	float: right;
}

.add-author input.authorasfirstname, .add-author input.authoraslastname,
	.add-author input.authorasemail {
	margin-left: 3px;
}

.event-logo {
	text-align: right;
}

#subfieldcodes {
	color: #B92C28;
}

input.red, span.red, td.red, h5.red {
	color: #FF0000 !important;
}

input.green, span.green, td.green {
	color: #5CB85C !important;
}
/* Admin Users Customisation
 * 
 */
.panel-body.login {
	padding-left: 15px;
	padding-right: 15px;
}

.panel-body {
	padding-left: 0;
	padding-right: 0;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus
	{
	background-color: #DDDDDD;
	color: var(--ep-teal2);
}

.nav-pills>li>a {
	border-radius: 0;
}

ul.nav-pills.nav-stacked.nav li a {
	color: #000000;
}

.panel-admin {
	padding-left: 20px;
	padding-right: 20px
}

td.eng {
	background-image: url('/images/gb-bg.jpg');
	background-repeat: no-repeat;
	background-position: right;
	font-style: italic;
	color: var(--ep-teal);
}

/* forbidden message */
.pforbidden {
	position: relative;
}

.cforbidden {
	max-width: 500px;
	width: auto;
	height: 100px;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 50px 0 0 -220px;
}

/* paper Review */
.range-control {
	position: relative;
}

input[type=range] {
	display: block;
	width: 100%;
	margin: 0;
	-webkit-appearance: none;
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
	position: relative;
	height: 12px;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	background-color: #e2e2e2;
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

input[type=range]::-webkit-slider-thumb {
	position: relative;
	top: -5px;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	-webkit-appearance: none;
	background-color: #fff;
	box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.25);
	border-radius: 100%;
	cursor: pointer;
}

output {
	position: absolute;
	top: 20px;
	display: none;
	width: 50px;
	height: 24px;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	border-radius: 3px;
	color: #777;
	font-size: .8em;
	line-height: 10px;
	text-align: center;
}

input[type=range]:active+output {
	display: block;
	transform: translateX(-50%);
}

tr.paperrev {
	height: 100px;
}

td.revslider {
	width: 50%;
}

.score {
	display: block;
	float: right;
	width: 100%;
	margin-top: 10px;
	color: red;
	background-color: #E7F5FC;
	padding-right: 4px;
	text-align: right;
}

.popover-title {
	font-size: 12px;
}

td.eventname-column, th.eventname-column {
	font-weight: bold;
}

#generatepasswd {
	margin-top: 20px;
	background-color: #F8EFC0;
}

p.bg-warning {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.footerinfo {
	line-height: 12px;
}

.company {
	font-size: 14px;
}

a.lightlink {
	color: #C4E3F3;
}

.error {
	color: #FF0000;
	font-style: italic;
}

#keywords strong {
	margin-left: 18px;
}

.btn .caret {
	margin-left: 10px;
}

td.widthdrawn-bg, tr.widthdrawn-bg {
	background-color: #FE5A55 !important;
	text-align: center;
}

td.completed-accepted-bg {
	background-color: #99EE99 !important;
}

td.rejected-bg {
	background-color: #DCA7A7 !important;
}

td.uncompleted-bg {
	background-color: #F5E79E !important;
}

.bold-column-grid, .bold {
	font-weight: bold;
}

input#field-name_en {
	margin-top: 0;
}

th.text-wrap {
	max-width: 85px;
	white-space: normal !important;

	/*word-break:break-all!important;*/
}

input[name="PaperSearch[averageScore]"] {
	max-width: 90px;
}

/*input[type=range] {
  -webkit-appearance: none;
  margin-top: 0.5rem;
  width: 100%;
  border: none !important;
  background: transparent;
  padding: 0; 
 }
 
 input[type=range]:focus {
    outline: none; 
 }
  
 input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.3rem;
    cursor: pointer;
    animate: 0.2s;
    background: #eee;
    border-radius: 5px;
 }
 
 input[type=range]::-webkit-slider-thumb {
    height: 1rem;
    width: 1rem;
    border-radius: 0.5rem;
    background: #0275d8;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -0.35rem;
 }
 
 input[type=range]::-moz-range-track {
    width: 100%;
    height: 0.3rem;
    cursor: pointer;
    animate: 0.2s;
    background: #eee;
    border-radius: 5px; 
  }
  
  input[type=range]::-moz-range-thumb {
    height: 1rem;
    width: 1rem;
    border-radius: 0.5rem;
    background: #6FBAFB;
    cursor: pointer; }
  
 input[type=range]::-ms-track {
    width: 100%;
    height: 0.3rem;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    color: transparent; 
  }
  
  input[type=range]::-ms-fill-lower {
    background: #e1e1e1;
    border-radius: 10px; 
  }
  
  input[type=range]::-ms-fill-upper {
    background: #eee;
    border-radius: 10px; 
  }
  
  input[type=range]::-ms-thumb {
    height: 1rem;
    width: 1rem;
    border-radius: 0.5rem;
    background: #0275d8;
    cursor: pointer; 
  }
  
  input[type=range]:focus::-ms-fill-lower {
    background: #eee; 
  }*/
input[type=range] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 12.8px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #CCCCCC, 0px 0px 0px #CCCCCC;
	background: #DCDCDC;
	border-radius: 25px;
	border: 0px solid #CCCCCC;
}

input[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px #CCCCCC, 0px 0px 0px #CCCCCC;
	border: 0px solid #CCCCCC;
	height: 30px;
	width: 10px;
	border-radius: 8px;
	background: #FFDD88;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -3.6px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #DCDCDC;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 12.8px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #CCCCCC, 0px 0px 0px #CCCCCC;
	background: #DCDCDC;
	border-radius: 25px;
	border: 0px solid #CCCCCC;
}

input[type=range]::-moz-range-thumb {
	box-shadow: 0px 0px 0px #CCCCCC, 0px 0px 0px #CCCCCC;
	border: 0px solid #FFCC00;
	height: 30px;
	width: 10px;
	border-radius: 8px;
	background: #FFDD88;
	cursor: pointer;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 12.8px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 39px 0;
	color: transparent;
}

input[type=range]::-ms-fill-lower {
	background: #DCDCDC;
	border: 0px solid #000101;
	border-radius: 50px;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
	background: #DCDCDC;
	border: 0px solid #000101;
	border-radius: 50px;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000000;
	height: 30px;
	width: 10px;
	border-radius: 8px;
	background: var(--ep-teal2);
	cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
	background: #DCDCDC;
}

input[type=range]:focus::-ms-fill-upper {
	background: #DCDCDC;
}

datalist {
	display: flex;
	justify-content: space-between;
	font-size: 8px;
	/*height: 6px;
  overflow: hidden;
  margin-top: -6px; }
  datalist option::before {
    content: '';
    display: block;
    width: 0;
    border-right: 1px solid #DDD;
    height: 10px;
    padding-left: 3px;
    text-indent: 0; */
}

.hideexpan {
	display: none;
}

/*#reviewerindex-container table tbody tr[title]:hover:after{
content: attr(title);
 border: 1px solid #cccccc;
 background-color: #FFFFFF;
 position: absolute;
 padding: 3px 8px;
 font-size: 12px;
 z-index: 9999;
 margin-left: -250px;
 margin-top: 0;
 width: 250px;
 color:#C9302C;
 height:35px;
}*/
#reviewerindex-container table tbody tr:hover {
	cursor: pointer;
}

.kv-expanded-row {
	background-color: #F8EFC0;
	overflow: hidden;
	padding: 5px;
}

#authors-helpblock {
	font-style: italic;
}

.row.event {
	height: 400px;
}

.daterange {
	display: block;
	width: 100%;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #D9EDF7;
	border-radius: 5px;
}

.from, .sep, .to, .cal {
	float: left;
	display: block;
	margin: 0;
	height: 30px;
	padding-top: 5px;
	text-align: center;
}

.from, .to {
	width: 37%;
	background-color: #EDEEEE;
}

.sep, .cal {
	width: 10%;
}

.sep {
	border-left: 1px solid #D9EDF7;
	border-right: 1px solid #D9EDF7;
}

.cal {
	text-align: right;
}

.eventbox table tr td.view-event-facts {
	padding: 0 !important;
	height: 30px;
}

.view-event-facts div {
	background-color: #F7F7F7;
	border: 1px solid #F5E79E;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	padding-top: 5px;
}

.view-event-facts a {
	text-decoration: none;
}

.view-event-facts div:hover {
	background-color: #FCF8E3;
}

#cke_103_uiElement {
	display: none;
}

.math-tex {
	display: block;
	color: #000;
}

.rolelist {
	line-height: 25px;
	font-size: 12px;
}

form div.required label.control-label:after {
	content: " * ";
	color: red;
}

th.wwrap, td.wwrap {
	word-wrap: break-word !important;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
}

#commentsfile {
	display: none;
}

.bg-conflict {
	background-color: #FF8888;
	color: #FFF;
}

.bg-rejected {
	background-color: #C12E2A;
	color: #FFF;
}

#reviewer-notif-box {
	position: fixed;
	top: 65px;
	right: 190px;
	width: 300px;
	height: 100px;
	z-index: 1000;
}

a.disabled:hover {
	cursor: not-allowed;
}

.bootstrap-dialog.type-warning .modal-header {
	background-color: #FFDD88;
}

@media ( max-width :767px) {
	ul.navbar-nav.navbar-right.nav li.dropdown.open ul.dropdown-menu li a {
		color: #FFF;
	}
	.nav li>form>button.logout {
		display: block;
		text-align: left;
		width: 100%;
		padding: 10px 15px;
	}
	.language-picker.dropdown-list.small {
		position: absolute !important;
		display: inline-block !important;
		top: 20px !important;
		right: 70px !important;
		z-index: 9999;
	}
	p.slider-sub {
		display: none !important;
	}
	.bx-controls.bx-has-pager, .bx-pager {
		display: none !important;
	}
	.back ul {
		margin-top: -20px !important;
		margin-bottom: 10px !important;
	}
	.card .back a#btnereg, .card .back a#btneabst {
		margin-top: 0 !important;
	}
	#features-img {
		max-width: 100% !important;
		margin-top: 30px !important;
	}
	footer {
		background-color: #333333;
		border-top: 1px solid #ddd;
		padding-top: 20px;
		height: 180px;
		margin-top: 20px;
	}
	#footeraddress {
		float: none;
		text-align: center;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #666666;
	}
}

.nav>li>form>button.logout:focus, .nav>li>form>button.logout:hover {
	text-decoration: none;
}

.nav>li>form>button.logout:focus {
	outline: none;
}


@media ( min-width : 1281px) {
	.language-picker {
		position: relative;
		display: inline-block;
	}
}


@media ( min-width : 1025px) and (max-width: 1280px) {
	.language-picker {
		position: relative;
		display: inline-block;
	}
}

@media ( min-width : 768px) and (max-width: 988px) {
	.overlay {
		height: 200px;
	}
	#slider-msj {
		margin-top: -100px;
		text-align: center;
		font-size: 14px;
		width: 100%;
		z-index: 900;
		padding-left: 20px !important;
		text-shadow: 2px 2px 2px #000;
	}
	p.slider-sub {
		display: none !important;
	}
	.bx-viewport {
		height: 200px !important;
		overflow: hidden;
	}
	.bx-viewport ul.bxslider li {
		height: 200px !important;
		overflow: hidden;
	}
	.bx-wrapper img {
		height: 200px !important;
		width: 100%;
		overflow: hidden;
	}
	.bx-controls.bx-has-pager, .bx-pager {
		display: none !important;
	}
	#content {
		margin-top: 0;
	}
	.eventbox {
		width: 80%;
	}
	.eventbox::before {
		right: 55px !important;
		height: 380px !important;
	}
	.eventbox table {
		margin-left: 10px !important;
		width: 95%;
	}
	.row .col-md-4 .eventbox table tr td.title {
		font-size: 16px;
	}
	.eventbox table.infoevent {
		width: 80% !important;
	}
	td.date-squares {
		width: 14%;
	}
	.datetxt {
		font-weight: 400;
		top: 5px;
		font-size: 18px;
	}

	a#getstarted_btn {
		width: 80%;
		float: none;
		margin: 0 auto;
		display: block;
	}
	#video-about {
		width: 100%;
	}
	table#address_contact {
		margin: 0 auto;
		float: none;
		width: 60%;
		margin-bottom: 30px;
	}
	#footeraddress {
		margin-top: 30px;
		float: none;
		text-align: center;
	}
	footer {
		background-color: #333333;
		border-top: 1px solid #ddd;
		padding-top: 20px;
		height: 180px;
		margin-top: 60px;
	}
	footer div.container div {
		float: none;
		text-align: center;
	}
}

@media ( min-width : 989px) and (max-width: 1200px) {
	.overlay {
		height: 200px;
	}
	#slider-msj {
		margin-top: -100px;
		text-align: center;
		font-size: 14px;
		width: 100%;
		z-index: 900;
		padding-left: 20px !important;
		text-shadow: 2px 2px 2px #000;
	}
	p.slider-sub {
		display: none !important;
	}
	.bx-viewport {
		height: 200px !important;
		overflow: hidden;
	}
	.bx-viewport ul.bxslider li {
		height: 200px !important;
		overflow: hidden;
	}
	.bx-wrapper img {
		height: 200px !important;
		width: 100%;
		overflow: hidden;
	}
	.bx-controls.bx-has-pager, .bx-pager {
		display: none !important;
	}
	#content {
		margin-top: 0;
	}
	#video-about {
		width: 100%;
	}
	.eventbox::before {
		height: 400px;
		right: 25px;
	}
	.datetxt {
		font-weight: 400;
		top: 3px;
		font-size: 10px;
	}
	#footeraddress {
		margin-top: 30px;
		float: none;
		text-align: center;
	}
	footer {
		background-color: #333333;
		border-top: 1px solid #ddd;
		padding-top: 20px;
		height: 180px;
		margin-top: 60px;
	}
	footer div.container div {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media ( min-width : 481px) and (max-width: 767px) {
	p.slider-sub {
		display: none !important;
	}
	.bx-controls.bx-has-pager, .bx-pager {
		display: none !important;
	}
	.overlay {
		height: 200px;
	}
	#slider-msj {
		margin-top: -100px;
		text-align: center;
		font-size: 14px;
		width: 100%;
		z-index: 900;
		padding-left: 20px !important;
		text-shadow: 2px 2px 2px #000;
	}
	p.slider-sub {
		display: none !important;
	}
	.bx-viewport {
		height: 200px !important;
		overflow: hidden;
	}
	.bx-viewport ul.bxslider li {
		height: 200px !important;
		overflow: hidden;
	}
	.bx-wrapper img {
		height: 200px !important;
		width: 100%;
		overflow: hidden;
	}
	.bx-controls.bx-has-pager, .bx-pager {
		display: none !important;
	}
	#content {
		margin-top: 0;
	}
	.eventbox table {
		margin-left: 45px !important;
		width: 95%;
	}
	.eventbox table.infoevent {
		width: 90% !important;
	}
	td.date-squares {
		width: 10%;
	}
	.datetxt {
		font-weight: 400;
		top: 3px;
		font-size: 14px;
	}
	footer {
		background-color: #333333;
		border-top: 1px solid #ddd;
		padding-top: 20px;
		height: 180px;
		margin-top: 20px;
	}
	body.home .navbar .navbar-nav>li {
		background-color: rgba(68, 68, 68, 0.8) !important;
	}
	#contactinfo {
		margin-top: 60px;
		border-top: 1px solid #CCCCCC;
	}
	#contactinfo table {
		margin-bottom: 20px;
	}
	#footeraddress {
		float: none;
		text-align: center;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #666666;
	}
	.language-picker {
		position: absolute !important;
		display: inline-block;
		top: 20px !important;
		right: 70px !important;
	}
	#col-video-txt {
		padding: 20px;
	}
	#video-about {
		width: 100% !important;
	}
	#features-img {
		max-width: 100% !important;
		margin-top: 30px !important;
	}
	footer {
		background-color: #333333;
		border-top: 1px solid #ddd;
		padding-top: 20px;
		height: 180px;
		margin-top: 20px;
	}
	body.home .navbar .navbar-nav>li {
		background-color: rgba(68, 68, 68, 0.8) !important;
	}
	#contactinfo {
		margin-top: 20px;
		border-top: 1px solid #CCCCCC;
	}
	#contactinfo table {
		margin-bottom: 20px;
	}
	#footeraddress {
		float: none;
		text-align: center;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #666666;
	}
	.language-picker {
		position: absolute;
		display: inline-block;
		top: 20px;
		right: 70px;
	}
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media ( min-width : 320px) and (max-width: 480px) {
	a#showme-btn {
		margin-top: 10px !important;
	}
	.overlay {
		height: 200px;
	}
	#slider-msj {
		margin-top: -100px;
		text-align: center;
		font-size: 14px;
		width: 100%;
		z-index: 900;
		padding-left: 20px !important;
		text-shadow: 2px 2px 2px #000;
	}
	p.slider-sub {
		display: none !important;
	}
	.bx-viewport {
		height: 200px !important;
		overflow: hidden;
	}
	.bx-viewport ul.bxslider li {
		height: 200px !important;
		overflow: hidden;
	}
	.bx-wrapper img {
		height: 200px !important;
		width: 100%;
		overflow: hidden;
	}
	.bx-controls.bx-has-pager, .bx-pager {
		display: none !important;
	}
	#content {
		margin-top: 0;
	}
	.datetxt {
		font-weight: 400;
		top: 3px;
		font-size: 10px;
	}
	footer {
		background-color: #333333;
		border-top: 1px solid #ddd;
		padding-top: 20px;
		height: 180px;
		margin-top: 20px;
	}
	body.home .navbar .navbar-nav>li {
		background-color: rgba(68, 68, 68, 0.8) !important;
	}
	#contactinfo {
		margin-top: 60px;
		border-top: 1px solid #CCCCCC;
	}
	#contactinfo table {
		margin-bottom: 20px;
	}
	#footeraddress {
		float: none;
		text-align: center;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #666666;
	}
	.language-picker {
		position: absolute !important;
		display: inline-block;
		top: 20px !important;
		right: 70px !important;
	}
	#col-video-txt {
		padding: 20px;
	}
	#video-about {
		width: 100% !important;
	}
}

/* ── Fix: Bootstrap 5 (cargado por CustomUserAsset / kartik\bs5dropdown en
   las vistas de administración de usuario, ej. user/admin/update) rompe el
   position:fixed del navbar BS3, dejando el padding-top:50px del body como
   espacio muerto. Se fuerza el navbar a quedarse fijo, gane quien gane el
   resto de la cascada. No requiere tocar vendor/econgress. ── */
.navbar.navbar-fixed-top {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
}