.dEventTitle
{
	font-family: "roboto","lato","helvetica neue",helvetica,arial,sans-serif;
	font-size: 1.6em;
	font-weight: 200;
	color: #666666!important;
	padding: 6px 4px 0 0;
	text-align: center;
	line-height: 1.1em;
	clear: left;
}
.dLocationRow
{
	padding: 4px 0px 4px 0px;
}

.dTabsClass {
	height: 440px;
	overflow-y: auto;
	padding: 8px;
}
.dButtonsBlock {
	text-align: left;
	line-height: 2rem;
	margin-top: 4px;
	float: left;
}
.dLocationsValue {
	margin: 0 0 4px 110px;
	padding-top: 4px;
}
.dLocationsLabel
{
	margin: 4px 0 4px 0;float: left; width: 100px;
}

.dAddressBoxEvent {
	text-align: left;
	padding-top: 15px;
	padding-left: 7px;
	padding-bottom: 15px;
	padding-right: 4px;
}
.dEventTitleBackoffice {
	text-align: left;
	margin-left: 3px;
	margin-top: 19px;
	margin-right: 1px;
	line-height: 1.1em;
	color: #FE6D4C !important;
	padding: 6px 4px 5px 4px;
	font-family: "helvetica neue","open sans",helvetica,arial,sans-serif;
	font-size: 2.5em;
	font-weight: 200;
	letter-spacing: -0.025em;
	clear: left;
}

.dCloseButton {
	right: 4px;
	top: 5px;
	width: 15px;
	position: absolute;
	height: 15px;
	opacity: 0.3;
}

.dCloseButton:hover {
	opacity: 1;
}
.dCloseButton:before, .dCloseButton:after {
	position: absolute;
	right: 6px;
	content: ' ';
	height: 12px;
	width: 2px;
	background-color: #333;
}

.dCloseButton:before {
	transform: rotate(45deg);
}

.dCloseButton:after {
	transform: rotate(-45deg);
}

.dTinyCloseButton {
	right: 3px;
	top: 1px;
	width: 8px;
	position: absolute;
	height: 8px;
	opacity: 0.3;
}

.dTinyCloseButton:hover {
	opacity: 1;
}

.dTinyCloseButton:before, .dTinyCloseButton:after {
	position: absolute;
	right: 3px;
	content: ' ';
	height: 8px;
	width: 2px;
	background-color: #333;
}

.dTinyCloseButton:before {
	transform: rotate(45deg);
}

.dTinyCloseButton:after {
	transform: rotate(-45deg);
}

.dExtraMarginRow {
	margin-top: 10px !important;
	margin-bottom: 5px;
	padding-top: 1px;
}
.dChip:hover {
	color: #525252;
	text-decoration: none;
}
.dChip {
	width: 150px;
	color: #525252;
	text-align: center;
	border: 1px solid gray;
	font-size: 12px;
	border-radius: 0.75em;
	padding: 2px 10px;
	margin-right: 4px;
}
.dPublicSection1
{
	margin-left: 4px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.dPublicSection2
{
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.dProcessingBox {
	font-size: 18px;
	max-width: 400px;
	margin: 20px auto 0px auto;
	clear:both;
	display: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 3px 2px rgb(225 225 225);
	-moz-box-shadow: 0 0 3px 2px rgba(225,225,225,1);
	box-shadow: 0 0 3px 2px rgb(225 225 225);
	padding: 24px 20px;
	clear: left;
	text-align: center;
}
.dTabbedContent
{
	margin-left: 120px;
	padding-top: 0px;
	padding-bottom: 12px
}
.dEventBigTitle
{
	font-size: 1.6em;
	font-weight: 200;
	color: #666666!important;
	padding: 8px 0 0 0;
	text-align: center;
	line-height: 1.1em;
	clear: left;
	font-family: "roboto","lato","helvetica neue",helvetica,arial,sans-serif;
}
.dEventSubTitle
{
	font-size: 0.5em;
	font-weight: normal;
	font-variant: small-caps;
	font-family: "roboto","lato","helvetica neue",helvetica,arial,sans-serif;
}
.dEventSlogan
{
	padding-top: 4px;
	line-height: 1.1em;
	font-size: 0.5em;
	font-weight: 200;
	font-style: italic;
	text-transform: uppercase;
	font-family: "roboto","lato","helvetica neue",helvetica,arial,sans-serif;
}
.dEventAffiliation
{
	padding-top: 8px;
	font-size: 0.57em;
	font-weight: 200;
	line-height: 1.1em;
	font-family: "roboto","lato","helvetica neue",helvetica,arial,sans-serif;
}

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

/* styles for '...' */
.block-with-text {
	/* hide text if it more than N lines */
	overflow: hidden;
	/* for set '...' in absolute position */
	position: relative;
	/* use this value to count block height */
	line-height: 1.5em;
	/* max-height = line-height (1.2) * lines max number (3) */
	max-height: 4.5em;
	/* fix problem when last visible word doesn't adjoin right side */
	text-align: justify;
	/* place for '...' */
	margin-right: 0em;
	padding-right: 1em;
}
/* create the ... */
.block-with-text:before {
	/* points in the end */
	content: '...';
	/* absolute position */
	position: absolute;
	/* set position to right bottom corner of block */
	right: 0;
	bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
	/* points in the end */
	content: '';
	/* absolute position */
	position: absolute;
	/* set position to right bottom corner of text */
	right: 0;
	/* set width and height */
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	/* bg color = bg color under block */
	background: white;
}

.dSummaryContainer {
	padding-bottom: 15px;
	padding-top: 15px;
	display: inline-block;
	vertical-align: top
}

.dSummaryCard {
	width: 150px;
	text-align: left;
	min-height: 200px;
	background-color: #f0f0f0;
	border-radius: 6px;
}
.dSummaryArrow {
	padding-top: 50px;
}
.dSummaryBody {
	padding: 4px 6px 4px 6px;
	font-size: 13px;
	line-height: 1.4em;
}
.dSummaryHeader {
	background-color: #d0d0d0;
	text-align: center;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.dBlockHeader
{
	font-family: "helvetica neue","open sans",helvetica,arial,sans-serif;
	font-size: 28px;
	line-height: 1.2em;
	font-weight: 200;
	padding-bottom: 10px;
}
.dBlockHeaderBox
{
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 10px;
	margin-bottom: 6px;
}

.dBlockSubheaderBox
{
	background-color: whitesmoke;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 2px;
	padding-left: 6px;
	padding-bottom: 1px;
}
.dBlockDescription
{
	padding-top: 14px;
	padding-bottom: 1px;
}
.dProgramRow
{
	padding-top: 4px;
	padding-bottom: 4px;
}
.dSmallCaption
{
	color: rgb(170, 28, 4);
}

.pn-Advancer {
	background: transparent;
	padding: 0;
	border: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.slick-disabled .pn-Advancer_Icon {
	fill: #bbb;
}
.slickIcon {
	width: 20px;
	height: 44px;
	fill: #666;
}
.slick-dots > li > button {
	transform: scale(1.75);
	-ms-transform: scale(1.75); /* IE 9 */
	-webkit-transform: scale(1.75); /* Safari and Chrome */
	-o-transform: scale(1.75); /* Opera */
	-moz-transform: scale(1.75); /* Firefox */
}
.slickArrow {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: black;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slickPrev {
	left: -25px;
}
.slickNext {
	right: -25px;
}

.dBlockTime
{
}
.dBlockDay {
	padding-bottom: 6px;
	background-color: white;
	font-size: 13px;
	margin: 8px;
	border-radius: 6px;
}
.dBlockDayTopHeader {
	padding: 2px;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	background-color: #979797;
	font-family: "helvetica neue","open sans",helvetica,arial,sans-serif;
	text-shadow: 0 0 1.5px BLACK;
	color: #f4f4f4;
	font-size: 19px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}

.dBlockTopHeader
{
	padding: 2px;
	border: 1px solid #e0e0e0;
	background-color: whitesmoke;
	font-family: "helvetica neue","open sans",helvetica,arial,sans-serif;
	font-size: 13px;
}
.dDayHeader {
	padding: 2px 0px;
}
.dDayToday {
	background-color: #c15454!important;
}
.dActivityRowBlockAdmin
{
	padding: 6px 6px 0px 6px;
}
.dActivityBlockAdmin {
	-moz-border-radius: 5px;
	text-align: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 6px 3px 6px;
	font-family: Arial, Verdana, helvetica;
	max-height: 125px;
	text-overflow: ellipsis;
	word-wrap: break-word;
	line-height: 1.4em;
	margin: 4px 0px 4px 0px;
	background-color: #DEE7EC;
	border: 1px solid #C2D9E4;
}


.dEventCategory
{
	padding: 5px;
}

.dEventTopic {
	padding: 6px 4px 4px 4px;
	vertical-align: middle;
	margin-top: 2px;
	font-size: 14px;
	margin-bottom: 2px;
	background-color: #E9E9E9;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	font-size: 15px;
}

.iconSet
{
	display: table-cell;
	padding-top: 9px;
	padding-bottom: 6px;
}
.iconSetItem
{
	float: left;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1em;
	margin-right: 20px;
	margin-left: 12px;
	min-height: 40px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.dLogosBox
{
	padding-top: 9px;
	padding-bottom: 12px;
}

.documentSet
{
	padding-bottom: 6px;
}
.documentSetItem
{
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 4px;
	padding-top: 4px;
}

.sideBox {
	background-color: #FFFFFF;
	border-bottom: 1px solid #8CACBB;
	margin: 8px 0 1em 10px;
	width: 200px;
	float: right;
	word-wrap: break-word;
	font-size: 0.9em;
}

.sideBoxHeader {
	background-color: #DEE7EC;
	border: 1px solid #8CACBB;
	font-weight: normal;
	line-height: 1.6em;
	padding: 2px 11px;
	text-transform: none;
}

.sideBoxItem {
	border-left: 1px solid #8CACBB;
	border-right: 1px solid #8CACBB;
	line-height: 1.2em;
	margin: 0;
	padding: 11px;
	text-align: left;
}

.dSummaryLine
{
	font-family: "roboto","lato","helvetica neue",helvetica,arial,sans-serif;
	color: #505050;
	display: inline-block;
	margin: 0 auto;
	line-height: 1.15em;
}
.dSummaryPart
{
	overflow: hidden;
	text-overflow: ellipsis;
	display:inline-block;
}

.dAbstract
{
	line-height: 1.2em;
	font-size: 13px;
	padding: 6px 250px 0 25px;
}

.dContent p
{
	margin-bottom: 9px;
	margin-top: 0;
}

.dLogosTitle
{
	clear: left;
	text-align: left;
	padding: 10px 0 0 4px;
	font-weight: bold;
	color: #963434;
	font-size: 11px;
	font-family:	tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}

/***********************************/
/* Inicio layout backoffice events */
/***********************************/

.boev-container {
	display:flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.boev-menu {
	flex-basis: auto;
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
.boev-content {
	flex: 1;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 10px;
}

/********************************/
/* Fin layout backoffice events */
/********************************/

/*****************************/
/* Inicio menú de navegación */
/*****************************/

.DynarchCalendar-topCont {
	background-color: white;
}

.menubar {
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	font-size: 15px;
	padding: 0px 11px 0px 10px;
	line-height: 1.6rem;
	margin-bottom: 15px;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.075);
	width: 100%;
}
.menubar ul {
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.menubar li a {
	display: block;
	padding: 2px 11px;
	text-decoration: none;
	color:#666666;
}

.menubar li a:hover,
.menubar .menu-btn:hover {
	background-color: #eee;
}

.menubar .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
}

.menubar .menu-icon {
	cursor: pointer;
	display: inline-block;
	position: relative;
	user-select: none;
}

.menubar .menu-icon .navicon {
	margin: 5px;
	background: #333;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
}

.menubar .menu-icon .navicon:before,
.menubar .menu-icon .navicon:after {
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.menubar .menu-icon .navicon:before {
	top: 5px;
}

.menubar .menu-icon .navicon:after {
	top: -5px;
}

.menubar .menu-btn {
	display: none;
}

.menubar .menu-btn:checked ~ .menu {
	max-height: 240px;
}

.menubar .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}

.menubar .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.menubar .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}

.menubar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.menubar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
}

.menubar .menu .sel {
	font-weight:bold;
	text-decoration: none;
}

/* 48em = 768px */
@media (min-width: 48em) {
  .menubar li {
	  float: left;
  }
  .menubar .menu {
	  clear: none;
	  max-height: none;
  }
  .menubar .menu-icon {
	  display: none;
  }
}
/*****************************/
/*  Fin menú de navegación   */
/*****************************/
