/* see https://simplegrid.io/ */
@import url(./simple-grid.min.css); 
*:not(.ql-editor) {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input, textarea, .ql-editor * {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/*
@font-face { font-family: 'conduitLight'; src: url('../fonts/LT_70620.ttf') format('truetype'); }
@font-face { font-family: 'conduitMedium'; src: url('../fonts/LT_70622.ttf') format('truetype'); }
@font-face { font-family: 'conduitBold'; src: url('../fonts/LT_70618.ttf') format('truetype'); }


*/

/*
	FONT-NAME CHEAT... 
*/

@font-face {
 font-family: conduitLight;
 src: url("../fonts/PTS55F.eot"); /* EOT file for IE */
}
@font-face {
 font-family: conduitLight;
 src: url("../fonts/PTS55F.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: conduitMedium;
 src: url("../fonts/PTS55F.eot"); /* EOT file for IE */
}
@font-face {
 font-family: conduitMedium;
 src: url("../fonts/PTS55F.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: conduitBold;
 src: url("../fonts/PTN77F.eot"); /* EOT file for IE */
}
@font-face {
 font-family: conduitBold;
 src: url("../fonts/PTN77F.ttf"); /* TTF file for CSS3 browsers */
}




html, body {
	margin:0px; padding:0px;
	font-family: Helvetica, Arial;
	font-size:16px; line-height:20px;
	color:#454545; width:100%; height:100%;
	overflow: hidden;
	height:100%;
	font-family: 'conduitLight';
}

body {
	background-image:url('../images/cms/background.jpg'); background-size:cover; background-attachment:fixed;
 }

 .blurContent { 
 	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
 }

 h1, h2, h3, h4, h5, h6 { font-weight:normal; }
 p{ margin-top: 0px; }
 a, a:visited, a:active { text-decoration:none; display:inline-block; background-color:rgba(0,69,141,0.1); border-radius:3px; padding:0px 5px; color:#00458D; }

/* Wait */
/* ----------------------------------------------------------------- */
.wait { position:fixed; top:0; left:0; width:100%; height:100%; z-index:9999; background-color:rgba(255,255,255,0.8); display:none; text-align:center; }
.wait img { display:inline-block; position:relative; margin:0px auto; top:45%; color:#fff; text-align:center; }

/* Language */
.languageContainer { position:absolute; width:120px; top:40px; left:0; display:none; z-index:999; }
.btnLanguage:hover .languageContainer { display:block; }
.languageEntry { background-color:#fff; padding:5px 10px; color:#333; }

img.preloaderGfx { width:50px; height:50px; position:absolute; top:180px; left:49.7%; z-index:999; }


/* Login */
/* ----------------------------------------------------------------- */
.login { position:relative; width:425px; margin:100px auto 0 auto;  }
.loginInner { position:absolute; z-index:2; top:45px; background-color:#f5f6f6; padding:20px 30px 30px 30px; border-radius:10px; width:100%; }
.loginInner h1 { margin:0 0 10px 0px; padding:0px; color:#1a5999; font-size:20px; line-height:24px; }
.loginInner input { border:1px solid #e3e5e6; width:100%; padding:7px 10px; line-height:20px; margin-bottom:5px; font-size:16px; border-radius:3px; }
.loginInner .btnLogin { border-radius:3px; border:0px; background-color:#336ba4; color:#fff; display:inline-block; width:auto; margin-top:10px; padding:12px 40px 10px; font-size:14px; float:right; cursor: pointer;}
.loginInner a { text-decoration:none; font-size:14px; margin-top:22px; color:#336ba4; display:inline-block; background: none;}
.loginOuter { background-color:#7C96A7; color:#fff; padding:14px 30px 3px 30px; border-radius:10px; position:absolute; width:100%; height:60px; }
.lockedOuter { background-color:#7C96A7; color:#fff; border-radius:10px; position:relative; width:100%; height:120px; text-align:center; padding-top:45px; }


/* Add playlist */
.addPL { position:absolute; right: 20px; top: 50px; text-align:right; display:none; z-index:1000; }
.addPL .btnAddToPlaylist { height: 50px; line-height: 50px; }
.addPL:hover .headerSubContent { display:block; top:50px; }
.error_playlist .headerSubContentArrow, 
.addPL .headerSubContentArrow { background-image:url('../frontend/images/menuArrow_white.png'); }
.addPlaylistIcon { width:50px; height:50px; background-size:cover; background-image:url('../frontend/images/icon_starGray.png');
	display: inline-block; vertical-align: top;
 }

.helpBtnArea { position:absolute; right:0px; top:50px; z-index:1000; cursor:pointer; }
.helpBtnArea .btnHelp { width:50px; height:50px; background-size:cover; background-image:url('../frontend/images/icon_helpWhite.png'); }
.helpBtnArea .btnHelpGray { width:50px; height:50px; background-size:cover; background-image:url('../frontend/images/icon_helpGray.png'); }

.whiteText { color:#fff; }
.whiteText .addPlaylistIcon { background-image:url('../frontend/images/icon_starWhite.png'); }


/* Overlay */
/* ----------------------------------------------------------------- */
.overlay { position:fixed; top:0; left:0; width:100%; height:100%; z-index:9998; background-color:rgba(0,0,0,0.8); display:none; }

.warningWindow { width:500px; background-color:#f5f6f6; border-radius:10px; margin:100px auto 0 auto; padding:20px; font-size:14px; line-height:18px; }
.warningWindow h2 { color:#000000; margin-top:0px; }

.smallWindow { width:460px; background-color:#e8e9ea; border-radius:10px; margin:100px auto 0 auto; padding:30px; font-size:17px; line-height:20px; }
.smallWindow h2 { color:#336ba4; margin:0px 0px 25px 0px; padding:0; font-size:24px; font-family:'conduitBold'; }

.smallWindow .profileEditLabel { width:120px; display: inline-block; }
.smallWindow .profileEditTxt { width:280px; display:inline-block; line-height:35px; height:35px; font-size:16px; padding:0 0 0 10px; border-radius:4px; border:0px; margin-bottom:10px; color:#111; }
.smallWindow .profilePwdEdit, .smallWindow .noteEditBox, .smallWindow .noteEditBox2, .smallWindow .noteEditBox3
.smallWindow .profileUploadImgField { width:400px; display:inline-block; line-height:35px; height:35px; font-size:16px; padding:0 0 0 10px; border-radius:4px; border:0px; margin-bottom:10px; color:#111; }
.smallWindow .profileUploadImgField { margin-bottom:25px; }
.smallWindow .profileEditTextarea { width:280px; height:140px; border:0px; border-radius:4px; vertical-align:top; font-size:16px; padding:0 0 0 10px; line-height:22px; }
.smallWindow .noteEditBox { height:200px; line-height:20px; }
.smallWindow .noteEditBox2 { height:110px; line-height:20px; }


.mediumWindow { height:100%; overflow:auto; width:760px; background-color:#e8e9ea; border-radius:10px; margin:100px auto 0 auto; padding:30px; font-size:17px; line-height:20px; max-height: calc( 100vh - 200px );}
.mediumWindow h2 { color:#336ba4; margin:0px 0px 25px 0px; padding:0; font-size:24px; font-family:'conduitBold'; }

.mediumWindow .profileEditLabel { width:120px; display: inline-block; }
.mediumWindow .profileEditTxt { width:280px; display:inline-block; line-height:35px; height:35px; font-size:16px; padding:0 0 0 10px; border-radius:4px; border:0px; margin-bottom:10px; color:#111; }
.mediumWindow .profilePwdEdit, .mediumWindow .noteEditBox, .mediumWindow .noteEditBox2, .mediumWindow .noteEditBox3, .inputWithPading, 
.mediumWindow .profileUploadImgField { width:100%; display:inline-block; line-height:35px; height:35px; font-size:16px; padding:0 0 0 10px; border-radius:4px; border:0px; margin-bottom:10px; color:#111; }
.mediumWindow .profileUploadImgField { margin-bottom:25px; }
.mediumWindow .profilePwdEdit_withLimit { width:100%; display:inline-block; line-height:35px; height:35px; font-size:16px; padding:0 0 0 10px; border-radius:4px; border:0px; margin-bottom:10px; color:#111; max-width: 200ch;}

.mediumWindow .profilePwdEdit::placeholder,
.mediumWindow .noteEditBox::placeholder,
.mediumWindow .noteEditBox2::placeholder,
.mediumWindow .noteEditBox3::placeholder,
.inputWithPading::placeholder, 
.mediumWindow .profileUploadImgField::placeholder {
	font-weight: 400;
    color: rgb(117, 117, 117);
    font-family: Helvetica, Arial;
}

.mediumWindow .noteEditBox { height:250px; line-height:20px; }
.mediumWindow .noteEditBox2 { height:110px; line-height:20px; }
.mediumWindow .noteEditBox3 { height:200px; line-height:20px; padding: 10px;}

.textPage_contents_summaryslide { position:relative; width:calc(100% - 70px); top:50px; font-size:16px; font-family:'conduitMedium'; max-width:1800px; margin:0 auto; min-height:30px; }
.CESWindow{ height:100%; overflow:auto; width:760px; background-color:#e8e9ea; border-radius:10px; margin:auto auto 0 auto; padding:30px; font-size:17px; line-height:20px; }
.CESWindow .details { width:100%; display:inline-block; font-size:16px; padding:10px; border-radius:4px; border:0px; margin-bottom:10px; color:#111; background-color:#fff; line-height: 18px; margin-top:10px }
.CESWindow .columHeader { width:100%; color:#336ba4; margin:0px 0px 25px 0px; padding:0; font-size:24px; font-family:'conduitBold'; }
.CESWindow .tableHeader { width:100%; color:#336ba4; margin:10px 0px 15px 0px; padding:20px; font-size:36px; font-family:'conduitBold'; border-radius:4px; border:0px;  background-color:#fff; line-height: 40px; }

.CESTABLE { width:100%}
.CESTD { width:48%; float:left; margin:0 0 0 10px }


.bigWindow { width:calc(100vw - 100px); height:calc(100vh - 100px); background-color:#e8e9ea; border-radius:10px; margin:50px; padding:30px; font-size:17px; line-height:20px; }
.bigWindow h2 { color:#336ba4; margin:0px 0px 25px 0px; padding:0; font-size:24px; font-family:'conduitBold'; }

.overlayButtons { text-align:right;margin-top:10px; width:402px; }
.overlayButtons button { cursor:pointer; }

.mediumWindow .overlayButtons { width:auto; }


.btnSave, .btnCancel { border-radius:4px; text-transform:uppercase; margin-left:15px; display:inline-block; height:40px; line-height: 35px; border:0px; font-size:14px; padding:0px 20px; cursor: pointer;}
.btnSave { background-color:#336ba4;color:#fff;  }
.btnCancel { background-color:#d1d3d4; color:#72706e; }

.linkAdd { text-transform:uppercase; cursor: pointer; font-size:14px; padding:5px; background-color:#d1d3d4;color:#7C96A7;}
.linkAdd:active { text-transform:uppercase; cursor: pointer; font-size:13px; padding:5px; background-color:#d1d3d4;color:#7C96A7;}

.bigWindow .overlayButtons { width:auto; }

/* Header */
/* ----------------------------------------------------------------- */
.header { width:100%; height:50px; position:absolute; top:0; left:0; background-color:#00458d; text-align:center; color:#fff; line-height:50px; font-size:25px; font-family: 'conduitBold'; }
.headerButton { position:absolute; top:0; width:50px; height:50px; background-size:50px 50px; background-repeat:no-repeat; cursor:pointer; z-index:2000; }
.btnBack { left:0px; background-image:url('../images/icons/icon_back.png'); }
.btnNext { left:150px; background-image:url('../images/icons/icon_forward.png'); }

.btnHelp { right:0px; background-image:url('../frontend/images/icon_helpWhite.png'); }
.btnSearch { right:50px; background-image:url('../images/icons/icon_search.png'); }
.btnHome { right:100px; background-image:url('../images/icons/icon_home.png'); }
.btnUser { right:150px; background-image:url('../images/icons/icon_user.png'); }
.btnPlaylist { right:200px; background-image:url('../images/icons/icon_playlist.png'); display:none; }
.btnReports { right:200px; background-image:url('../images/icons/icon_report.png'); }
.btnAdminReports { right:300px; background-image:url('../images/icons/icon_report.png'); }
.btnLogout { right:250px; background-image:url('../images/icons/icon_logout.png'); background-size:cover; }

.searchContainer > h4 {
    font-weight: 600;
}
.searchPadding { padding: 7px !important; }
.searchField { width: 100%; line-height: 22px; font-size: 16px; padding: 5px 10px; background-color:#eee; border:0px solid #ccc; }

.searchResults { position:absolute; width:100vw; height:100vh; z-index:9999; background-color:rgba(0,0,0,0.4); display:none; }
.searchResultsOuter { position:absolute; width:600px; height:500px; top:50%; left:50%; margin-left:-250px; margin-top:-200px; background-color:#fff; }
.searchResultsInner { overflow-x:hidden; overflow-y:auto; width:100%; height:100%; }

.searchResults h4 { margin:20px 0px 10px 20px; font-weight:700; }

.searchEntry { border-bottom:1px solid #ccc; padding: 16px 16px 0px; transition:all 0.5s; cursor:pointer; }
.searchEntry .breadcrumb a {
	background-color: transparent;
    padding: 0;
}
.searchEntry:hover { background-color:rgba(0,0,0,0.02); }
.searchEntry h2 { margin-bottom:2px; padding-bottom:0px; }
.searchEntry p { padding-top:2px; margin-top:2px; }
.closeSearch { width:40px; height:40px; cursor:pointer; background-image:url('../frontend/images/btnClose.png'); position:absolute; right:0px; top:-40px; }

.headerSubContent { position:absolute; top:50px; right:0; display:none; z-index:2001; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
border-radius:5px; }
.headerSubContentArrow { position:absolute; top:-15px; right:7px; width:35px; height:15px; background-image:url('../frontend/images/menuArrow.png'); background-size:cover; }
.headerSubContents { position:relative; border-radius:5px; background-color:#fff; font-family:'conduitLight'; text-align:left; width:250px; overflow:hidden; }
.headerNavItem { color:#333; font-size:16px; line-height: 20px; padding: 8px 15px 8px 15px; /*10 -15 */ border-bottom:1px solid #ccc; cursor:pointer; }
.headerNavItem:last-of-type { border-bottom:0px; }
.headerNavItemDark { background-color: #dbdbdb; }
.headerNavSeparator { background-color:#f4f4f4; border-bottom:1px solid #e9e9e9; padding:13px 15px; font-family:'conduitBold'; font-size:18px; }
.headerNavItemActive { background-image:url('../frontend/images/check.png'); background-repeat:no-repeat; background-position:210px 10px; }
.headerButton:hover .headerSubContent { display:block; }
.headerNavScrollArea { max-height: 300px; overflow-y:auto;  }


.playlistControl { position:absolute; width:100%; height:50px; top:0px; left:0px; z-index:9999; background-color:#00458d; color:#fff; display:none; }
.txtSlideInfo { left:50px; width:100px; text-align:center; line-height:50px; cursor:default; }
.btnStopPlaylist { left:200px; width:200px; line-height:30px; height:50px; text-align:center; }
.btnStopPlaylist span { background-color: #fff;
color: #00458d;
margin-top:10px;
display:inline-block;
padding:0px 10px;
border-radius: 5px; }

.jumpToSlide { width:140px; left:400px; }
.jumpToSlide select {
	width: 147px;
    margin-top: 10px;
    height: 30px;
    padding: 0 5px;
    color: #00458d;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'conduitLight';
}


/* Overview */
/* ----------------------------------------------------------------- */
	.overview_content { position:absolute; top:50px; bottom:0px; width:100%; color:#fff; }
	.overview_content h1 { position: relative; width: calc(100% - 70px); top: 60px; font-family: 'conduitMedium'; max-width: 1800px; margin: 0 auto; }
	.overview_breadCrumb { position: relative; width: calc(100% - 70px); top: 20px; font-size:16px; font-family: 'conduitMedium'; color: #fff; max-width: 1800px; margin:0 auto; min-height:30px; }
	.overview_breadCrumb a { color:#fff; text-decoration:none; display:inline; color:inherit; background-color:transparent; padding:0; border-radius:0; }
	.overview_tileSection { position: relative; width: calc(100% - 70px); top: 150px; /* left: 35px; */ height: 400%; max-width: 1800px; margin: 0 auto; /*overflow: hidden;*/ }
	.overview_tilesInnerContainer { white-space:normal; position:absolute; 
		transition:all 0.5s ease-out;
		-moz-transition:all 0.5s ease-out;
		-webkit-transition:all 0.5s ease-out;
	}
	.overview_tilesInnerMask { position:absolute; height:100%; left:0; top:0; width:100%; overflow:auto; }
	.overview_pagination { position:relative; width: calc(100% - 70px); top:170px; height:20px; text-align:center; }
	.overview_pagination button { width:10px; height:10px; border-radius:4px; background-color:#0b68a9; cursor:pointer; display:inline; margin:0px 8px; padding:0; border:1px solid #ccc; }
	.overview_pagination button.overview_bubbleActive { background-color:#fff; }
	
	.overview_arrowRight, .overview_arrowLeft { position:absolute; top:355px; width:30px; height:50px; background-size:cover; cursor:pointer; }	
	.overview_arrowRight { background-image:url('../images/arrowRight.png'); right:0px; }
	.overview_arrowLeft { background-image:url('../images/arrowLeft.png'); left:0px; }

	/* Overview tile */
	.overview_tile { width:180px; display:inline-block; margin-right:15px; margin-bottom:15px; cursor:pointer; vertical-align: top; }
	.overview_tileInner { width:180px; height:100%; border-radius:5px; overflow:hidden; }
	.overview_tileUpper { width:180px; height:180px; background-color:#00458d; position:relative; }
	.overview_tileUpper img {
		height: 100%;
		position: absolute;
		top: 0px;
		max-width: inherit;
		right: 0px;
		left: 50%;
		transform: translate(-50%, 0);
	 }
	.overview_tileLower { width:180px; height:90px; background-color:#031133; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; /*background-image:url('../images/tiles/tileBottom.png');*/ background-size:cover; 
		position:relative;
		-webkit-box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.4);
		box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.4);
	}
	.overview_tileLower h3 { width:100%; color:#fff; text-align:center; vertical-align:middle; position:absolute; text-transform:uppercase; font-size:20px; line-height:24px; font-family:'conduitBold'; font-weight:normal; white-space:normal; padding:5px; }

	img.overview_tileImgInactive { display:block; }
	img.overview_tileImgActive { display:none; }

	.overview_tile:hover img.overview_tileImgActive { display:block; }
	.overview_tile:hover img.overview_tileImgInactive { display:none; }
	.overview_tile:hover .overview_tileLower { background-color:white; /*background-image:url('../images/tiles/tileBottomHighlight.png');*/ }
	.overview_tile:hover .overview_tileLower h3 { color:#00458d; }


	.overview2_content { position:absolute; top:50px; bottom:0px; width:100%; background-color:#fff; overflow-y:scroll; }
	.overview2_content h1 { position: relative; width: calc(100% - 70px); top: 60px; font-family: 'conduitMedium'; max-width: 1800px; margin: 0 auto; color:#00458d; }
	.overview2_breadCrumb { position: relative; width: calc(100% - 70px); top: 20px; font-size:16px; font-family: 'conduitMedium'; color: #fff; max-width: 1800px; margin:0 auto; min-height:30px; color:#00458d; }
	.overview2_breadCrumb a { text-decoration:none; display:inline; color:inherit; background-color:transparent; padding:0; border-radius:0; }

	.overview2_content .overview_tilesInnerContainer { white-space:inherit; }



/* Search */
/* ----------------------------------------------------------------- */
	.search_content { position:absolute; top:50px; bottom:0px; width:100%; background-color:#fff; /*#bcc0c2*/ overflow-y:scroll; }
	.search_content h1 { position: relative; width: calc(100% - 70px); top: 60px; font-family:'conduitMedium'; max-width: 1800px; margin: 0 auto; color:#00458d; }
	.search_breadCrumb { position: relative; width: calc(100% - 70px); top: 20px; font-size:16px; font-family: 'conduitMedium'; color: #fff; max-width: 1800px; margin:0 auto; min-height:30px; color:#00458d; }
	.search_breadCrumb a { text-decoration:none; display:inline; color:inherit; background-color:transparent; padding:0; border-radius:0; }
	.search_content .input_areaSelection{ left: 0px; overflow-x : auto; }
	.search_content .areaSelectionFolder{ overflow-y : auto; }
	.objectFilter { position:relative; width:calc(100% - 70px); top:110px; max-width:1800px; margin:0 auto; min-height:30px; }
	a.btn_white,a.btn_blue, .search_content .btn { padding: 13px 20px 11px; margin-bottom: 20px; margin-right: 20px; font-size: 16px; background-color: #00458d; border: 0px; border-radius: 3px; color: #fff; text-transform: uppercase; display: inline-block; cursor: pointer;}
	a.btn_white,
	.search_content .btn#reset_button {
		background-color: #ffffff;
    	border: 1px solid #dfdfdf;
    	color: #454545;
    }
	.searchContainer { position:relative; width:calc(100% - 70px); top:150px; font-size:16px; font-family:'conduitMedium'; max-width:1800px; margin:0 auto; min-height:30px; }

	.btn_blue2{ padding:12px; font-size: 16px; background-color: #00458d; border: 0px; border-radius: 3px; color: #fff; text-transform: uppercase; display: inline-block; cursor: pointer; width:100%; margin-bottom:1px; }

	.btn_blue2 span {
		cursor: pointer;
		display: inline-block;
		position: relative;
		transition: 0.5s;
	}

	.btn_blue2 span:after {
		content: '\00bb';
		position: absolute;
		opacity: 0;
		top: 0;
		right: -20px;
		transition: 0.5s;
	}

	.btn_blue2:hover span {
		padding-right: 25px;
	}

	.btn_blue2:hover span:after {
		opacity: 1;
		right: 0;
	}

	/* Reports */
/* ----------------------------------------------------------------- */
	.report_content { position:absolute; top:50px; bottom:0px; width:100%; background-color:#fff; /*#bcc0c2*/ overflow-y:scroll; }
	.report_content h1 { position: relative; width: calc(100% - 70px); top: 60px; font-family:'conduitMedium'; max-width: 1800px; margin: 0 auto; color:#00458d; }
	.report_breadCrumb { position: relative; width: calc(100% - 70px); top: 20px; font-size:16px; font-family: 'conduitMedium'; color: #fff; max-width: 1800px; margin:0 auto; min-height:30px; color:#00458d; }
	.report_breadCrumb a { text-decoration:none; display:inline; color:inherit; background-color:transparent; padding:0; border-radius:0; }
	.report_content .input_areaSelection{ left: 0px; overflow-x : auto; }
	.report_content .areaSelectionFolder{ overflow-y : auto; }
	.objectFilter { position:relative; width:calc(100% - 70px); top:110px; max-width:1800px; margin:0 auto; min-height:30px; }
	a.btn_white,a.btn_blue, .search_content .btn { padding: 13px 20px 11px; margin-bottom: 20px; margin-right: 20px; font-size: 16px; background-color: #00458d; border: 0px; border-radius: 3px; color: #fff; text-transform: uppercase; display: inline-block; cursor: pointer;}
	a.btn_white,
	.report_content .btn#reset_button {
		background-color: #ffffff;
    	border: 1px solid #dfdfdf;
    	color: #454545;
    }
	.reportContainer { position:relative; width:calc(100% - 70px); top:150px; font-size:16px; font-family:'conduitMedium'; max-width:1800px; margin:0 auto; min-height:30px; }

/* Mediacenter */
/* ----------------------------------------------------------------- */

		.mediacenter_content { position:absolute; top:50px; bottom:0px; width:100%; background-color:#fff; /*#bcc0c2*/ overflow-y:scroll; }
		.mediacenter_content h1 { position: relative; width: calc(100% - 70px); top: 60px; font-family:'conduitMedium'; max-width: 1800px; margin: 0 auto; color:#00458d; }
		.mediacenter_breadCrumb { position: relative; width: calc(100% - 70px); top: 20px; font-size:16px; font-family: 'conduitMedium'; color: #fff; max-width: 1800px; margin:0 auto; min-height:30px; color:#00458d; }
		.mediacenter_breadCrumb a { text-decoration:none; display:inline; color:inherit; background-color:transparent; padding:0; border-radius:0; }

		.objectFilter { position:relative; width:calc(100% - 70px); top:110px; max-width:1800px; margin:0 auto; min-height:30px; }

		.mediaContainer { position:relative; width:calc(100% - 70px); top:150px; font-size:16px; font-family:'conduitMedium'; max-width:1800px; margin:0 auto; min-height:30px; }


/* Text */
/* ----------------------------------------------------------------- */

		.textPage_content { position:absolute; top:50px; bottom:0px; width:100%; background-color:#fff; overflow-y:scroll; }		
		.textPage_breadCrumb { position: relative; width: calc(100% - 70px); top: 20px; font-size:16px; font-family: 'conduitMedium'; color: #fff; max-width: 1800px; margin:0 auto; min-height:30px; color:#00458d; }
		.textPage_breadCrumb a { text-decoration:none; display:inline; color:inherit; background-color:transparent; padding:0; border-radius:0; }


		/*.textPage_contents { position:relative; width:calc(100% - 70px); top:60px; font-size:16px; font-family:'conduitMedium'; max-width:1800px; margin:0 auto; min-height:30px; }*/
		.textPage_contents { position:relative; width:calc(100% - 70px); font-size:16px; font-family:'conduitMedium'; max-width:1800px; margin:0 auto; min-height:30px; }

		.textPage_contentsInner { width:75%; padding-bottom:100px; max-width:1000px; position:relative; color:#222; }
		.textPage_contentsInner h1 {
			color:#00458d;
			padding-bottom:5px;
			border-bottom:2px solid #00458d;
			/*font-family:'conduitBold';*/
			font-size:50px;
			line-height: 60px;
		}
		.textPage_contentsInner h2 {
			color:#00458d;
			margin-bottom:20px;
			/*font-family:'conduitBold';*/
			font-size: 40px;
			line-height: 50px;
		}
		.textPage_contentsInner h3 {
			color:#00458d;
			margin-bottom:20px;
			/*font-family:'conduitBold';*/
			font-size: 30px;
			line-height: 40px;
		}
		.image_caption{
			font-style: italic; 
			text-align: center; 
			margin-top: 10px;
			margin-bottom: 30px; 
		}
		.textPage_contentsInner h6,
		.textPage_contentsInner h5,
		.textPage_contentsInner h4 {
			color:#00458d;
		}
		.textPage_contentsInner ul, .textPage_contentsInner ol { padding-left:17px; }

/* Profile */
/* ----------------------------------------------------------------- */

	.profileContainer { position:relative; width:calc(100% - 70px); top:110px; font-size:16px; font-family:'conduitMedium'; max-width:1800px; margin:0 auto; min-height:30px; 
						border-bottom:2px solid #d1d3d4; padding-bottom:20px; margin-bottom:20px; 
	}
	.profileContainer:after { clear:both; display:block; content: ''; }
	
	.profileContainer h2 { font-family:'conduitBold'; margin-bottom:40px; }
	
	.profileImgCol { width:200px; float:left; margin-right:60px; }
	.profilePersonCol { width:400px; float:left; }

	.profileImgHolder { width:200px; height:200px; background-color:#fff; background-size:cover; background-position:center center; }
	
	.profileTable { width:100%; margin-bottom:15px; }
	.profileTable:after { clear:both; display:block; content:' '; }
	.profileTable div { float:left; }
	.profileTable div:first-of-type { width:40%; }
	.profileTable div:last-of-type { width:60%; font-family:'conduitBold'; }
	
	.profileButtons { position:relative; top:100px; width:calc(100% - 70px); max-width:1800px; margin:0 auto; font-size:16px; font-family:'conduitMedium'; }
	.profileButtons div { display:inline-block; width:200px; background-repeat:no-repeat; background-size:50px 50px; padding-left:50px; height:50px; line-height:50px; cursor:pointer; }
	.profileUploadImage { background-image:url('../frontend/images/icon_upload.png'); }
	.profileEdit { background-image:url('../frontend/images/icon_edit.png'); }
	.profileEditPassword { background-image:url('../frontend/images/icon_password.png'); }	
	.profileDeleteImage { background-image:url('../frontend/images/icon_delete.png'); }
		
/* Playlists */
/* ----------------------------------------------------------------- */
	.playlistContainer { position:relative; width:calc(100% - 70px); top:110px; font-size:16px; font-family:'conduitMedium'; max-width:1800px; margin:0 auto; min-height:30px; 
						padding-bottom:20px; margin-bottom:20px; 
	}
	.createNewPlaylist { padding:10px 10px 8px; margin-bottom:20px; font-size:16px; background-color:#00458d; border:0px; border-radius:3px; color:#fff; text-transform:uppercase; display:block; cursor:pointer;  }

	.playlistEntry { border-bottom: 1px solid #d1d3d4; }
	.playlistEntry:after { clear:both; content:' '; display:block; }
	.playlistName { padding:0px; color:#00458d; width:calc(100% - 275px); line-height: 50px; float:left; font-size:18px; cursor:pointer; }
	.playlistSharedByName {padding-left:10px; font-size:12px;}
	.error_playlist, .playlistPlayBtn, .playlistEditBtn, .playlistSendBtn, .playlistSendBtnP, .playlistDeleteBtn, .playlistAddToPlaylist, .playlistEditBtn2, .playlistCopyBtn {
		width:40px; height:40px; background-size:cover; float:left; cursor:pointer;margin-top: 10px;margin-right: 5px;
	}
	.error_playlist .message { display: none; position: absolute; right: 0px; width: 200px; font-size: 18px; color: #454545; text-align: center; background-color: white; padding: 10px; line-height: 20px; top: 55px; z-index: 2; }
	span.red { color: #721c24; }

	.error_playlist.red { background-image:url('../frontend/images/warning_red.png'); }
	.error_playlist:hover .message { display: block; }
	.error_playlist { background-image:url('../frontend/images/warning.png'); float: right; position: relative;  }
	.playlistPlayBtn { background-image:url('../frontend/images/icon_play.png'); }
	.playlistEditBtn { background-image:url('../frontend/images/icon_edit.png'); }
	.playlistSendBtn { background-image:url('../frontend/images/icon_send.png'); }
	.playlistSendBtnP { background-image:url('../frontend/images/icon_send_p.png'); }
	.playlistDeleteBtn { background-image:url('../frontend/images/icon_delete.png'); }
	.playlistCopyBtn { background-image:url('../frontend/images/icon_copy.png'); }
	.playlistEditBtn2 { background-image:url('../frontend/images/icon_edit.png'); }
	.playlistAddToPlaylist { background-image:url('../frontend/images/icon_starGray2.png'); position:relative; }
	.playlistAlreadyShared { color: #721c24; }

	.bigWindow .plItemsContainer { width:100%; height:calc(100% - 130px); overflow-x:hidden; overflow-y: auto; }

	.playlistContentItem { width:30%; height:150px; margin-top:10px; border:1px solid #d1d3d4; cursor:pointer; position:relative; display: inline-table; margin-left:10px}
	.playlistContentItem .mediaIcon { width:100%; height:180px; float:left; background-image:url('../data/thumbnails/default.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;}
	.playlistContentTxt { float:left; width:70%; margin:10px; line-height:16px; color: #9c9c9c; font-size:14px; 
		max-width:70%;
		overflow: hidden; 
		text-overflow: ellipsis;
		height: 1.2em;}

	.playlistContentItem .playlistContentTxt a {
		background: none;
		padding: 0;
	}
	.playlistContentItem .playlistContentIcons { width:auto; position:absolute; bottom:0; right:5px; margin-top:15px}

	/* Toolbar */
		.jqte_tool_icon,
		.jqte_tool_icon:visited,
		.jqte_tool_icon:active,
		.jqte_tool_label,
		.jqte_tool_label:visited,
		.jqte_tool_label:active {
			padding: 5px 5px;
			margin-top: 3px;
		}
		.jqte_tool:hover {
			background-color: transparent;
			border-color: #eee;
		}
		.jqte_toolbar {
		    padding: 0 6px;
		}
		.jqte_tool {
			margin-right: 3px;
		}
		.jqte_tool.jqte_tool_1 .jqte_tool_label {
		    width: 100px;
		    padding: 2px 7px;
		    margin-top: 0px;
		    height: auto;
		}
		.jqte_tool.jqte_tool_1 .jqte_tool_icon {
		    right: 6px;
		}
		.jqte_tool.jqte_tool_1 .jqte_tool_text {
			font-size: 12px;
		}
	
	.playlistContainer:after { clear:both; display:block; content:' '; }
	.col2Left, .col2Right { float:left; width:45%; margin-right:5%; }

	a.playlistSendBtn { background-color:transparent; }
	a.playlistSendBtnP { background-color:transparent; }

	.playlistAddToPlaylist:hover .headerSubContent { display:block; }
	.playlistAddToPlaylist .headerSubContent { top:50px; }
	.playlistAddToPlaylist .headerSubContentArrow { background-image: url('../frontend/images/menuArrow_white.png'); }

	.col2MediumWindow { width:100%; }
	.col2MediumWindow:after { clear:both; display:block; content:' '; }

	.col2MediumWindow div { width:48%; float:left; }
	.col2MediumWindow div:first-of-type { margin-right:3.9%; }

	.plHeadline { margin-top:30px; margin-bottom:10px; font-size: 22px;}
	.noPointer { cursor:default; }

	h2.clientLogoUpload { margin-top:10px; margin-bottom: 16px; }

	
/* Detail */
/* ----------------------------------------------------------------- */
	.detail_content { position:absolute; top:50px; bottom:0px; width:100%; color:#00458d; background-color:#fff; /*fff'*/     overflow: auto;}
	.detail_content_scroll_hide { overflow: hidden;}
	.detail_content h1 { position: relative; width: calc(100% - 70px); top: 50px; font-family: 'conduitMedium'; max-width: 1800px; margin: 0 auto; z-index:201; font-weight:normal; }
	.detail_breadCrumb { position: relative; width: calc(100% - 70px); top: 20px; font-size:16px; font-family: 'conduitMedium'; color: #00458d; max-width: 1800px; margin:0 auto; z-index:200; }
	.detail_breadCrumb a { color:#00458d; text-decoration:none; display:inline; color:inherit; background-color:transparent; padding:0; border-radius:0; }
	.detail_viewport { position:absolute; top:110px; /*0px*/ left:0px; width:100%; background-color:#fff; overflow:hidden; }

	.detail_viewport_V { margin:5%; display:flex; width:100%;}
	.detail_hotspotViewport_V { display:flex; width:15% }
	.detail_innerContent_V { width:85% }
	.navC_V {}
	.detail_tagline_V { bottom: 0; font-family: 'conduitMedium'; max-width: 1800px; margin: 0 auto; z-index:201; font-weight:bold; text-align:center; padding-bottom:10px; color:#000; font-style:italic}

	.detail_innerContent { height:100%; position:relative; }
	.detail_innerContent img { height:100%; width:auto; max-width: inherit;  }
	.detail_hotspotViewport { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	.detail_tagline {position: relative; width: calc(100% - 70px); bottom: 0; font-family: 'conduitMedium'; max-width: 1800px; margin: 0 auto; z-index:201; font-weight:bold; text-align:center; padding-bottom:10px; color:#000; font-style:italic}

	.detail_hotspotViewport_H { position: relative; top: 0; left: 0; width: 100%; height: 100%; }
	.detail_innerContent_H { position:relative; text-align:center}
	.detail_innerContent_H img { width:auto; max-width: inherit; border-radius:2px; }
	
	.siteMapText {font-size:18px; padding-left:10px; cursor:pointer; }
	.siteMapTextLevel_0 {color: rgb(0,68,158); font-size:20px; cursor:pointer; font-weight:bold; }
	.siteMapTextLevel_1 {color: rgb(0,68,158); font-size:16px; cursor:pointer; font-weight:bold; }
	.siteMapTextLevel_2 {color: rgb(99,99,99); font-size:14px; cursor:pointer; }
	.siteMapTextLevel_3 {color: rgb(99,99,99); font-size:12px; cursor:pointer; }

	/* Detail -> Hotspots */
	/* ----------------------------------------------------------------- */
	.hotspotC { position:absolute; }
	.hotspotItem { position:absolute; z-index:300; }
	.hotspotBtnPlus { position:absolute; top:9px; left:5px; width:25px; height:25px; background-image:url('../images/cms/btns/hotSpotPlusIcon.png'); cursor:pointer; }
	.green .hotspotBtnPlus { background-image:url('../images/cms/btns/hotSpotPlusIcon_green.png'); }

	.hotspotItem:hover .hsCallout, .hotspotItem:hover .hsEditBtns { display:block; }
	.hotspotItem:hover { z-index:301; }

	.hsCallout { position:absolute; width:240px; z-index: 20; display:none; }
	.hsCalloutTop { width:240px; height:10px; background-image:url('../images/bubbles/bubble_top.png'); }
	.hsCalloutText { width:240px; background-color:#fff; padding:5px 10px 0px 10px; font-size:14px; line-height:16px; }
	.hsCalloutText h3 { color:#00458d; font-size:18px; line-height:22px; margin:0px; padding:0 0 0px 0; font-weight:normal; }
	.hsCalloutText p { margin:12px 0 0 0; }
	.hsCalloutText p:empty { display: none; }

	.hsCalloutBottom { width:240px; height:20px; background-image:url('../images/bubbles/bubble_arrowBottomRight.png'); }
	.hsEditBtns { display:none; padding:0px 5px 5px 5px; background-color: #bdc0c2; position: absolute; bottom:0px; left: 15px; z-index: 10; }
	.hsEditBtns button { display:block; margin-top:5px; }
	
	.hsCalloutText a { background-color:transparent; display:inline; padding:0; border-radius:0px; }

	.calloutBottomRight { top:15; left:15px;  }
	.small .calloutBottomRight{ top: 10px; left: 10px; }
	.big .calloutBottomRight{ top: 20px; left: 20px; }
	.calloutBottomRight .hsCalloutTop { background-image:url('../images/bubbles/bubble_arrowTopLeft.png'); height:20px; }
	.calloutBottomRight .hsCalloutBottom { height:10px; background-image:url('../images/bubbles/bubble_bottom.png'); }

	.calloutBottomLeft { right:15px; top:15px; }
	.small .calloutBottomLeft{ top: 10px; right: 10px; }
	.big .calloutBottomLeft{ top: 20px; right: 20px; }
	.calloutBottomLeft .hsCalloutTop { background-image:url('../images/bubbles/bubble_arrowTopRight.png'); height:20px; }
	.calloutBottomLeft .hsCalloutBottom { height:10px; background-image:url('../images/bubbles/bubble_bottom.png'); }	
	
	.calloutTopRight { left:15px; bottom:15px; }
	.small .calloutTopRight{ bottom: 10px; left: 10px; }
	.big .calloutTopRight{ bottom: 20px; left: 20px; }
	.calloutTopRight .hsCalloutBottom { background-image:url('../images/bubbles/bubble_arrowBottomLeft.png'); }	

	.calloutTopLeft { right: 15px; bottom:15px; } /* standard */
	.small .calloutTopLeft{ right: 10px; bottom: 10px; }
	.big .calloutTopLeft{ right: 20px; bottom: 20px; }
	.calloutTopRight .hsCalloutText, .calloutTopLeft .hsCalloutText { padding:5px 10px 5px 10px; }
	
	/* Detail -> Navigation */
	/* ----------------------------------------------------------------- */
	.navHedgehogItem { z-index:22; text-transform:uppercase; position:absolute; background-color: rgb(0, 69, 141); /*min-width:200px;*/ padding:0 10px; padding:0px 15px; height:50px; text-align:center; line-height:50px; font-size:22px; color: rgb(255, 255, 255); cursor:pointer; border-radius: 3px; }
	.navHedgehogItemOBrdr {border:2px solid #7C96A7;}
	.navHedgehogItemGBrdr {border:2px solid #52ae32;}
	.navHedgehogItem_H { z-index:22; text-transform:uppercase; background-color: rgb(0, 69, 141); width:160px;  padding:0 10px; padding:0px 15px; height:50px; text-align:center; line-height:50px; font-size:22px; color: rgb(255, 255, 255); cursor:pointer; border-radius: 2px; }
	.navHedgehogItemHeader { z-index:22; text-transform:uppercase; position:absolute; background-color: rgb(0, 69, 141); min-width:170px; padding:0 10px; padding:0px 15px; height:50px; text-align:center; line-height:50px; font-size:22px; color: rgb(255, 255, 255); cursor:pointer; border-radius: 10px;}
	.navHedgehogItemHeader span { display:block; width:100%; height:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height: 47px;}
	.navHedgehogItemHeader a { color:#fff; display: inline; /*block*/  font-size: 16px;}
	.navHedgehogItem span { display:block; width:100%; height:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height: 47px;}
	.navHedgehogItem a { color:#fff; display: inline; /*block*/  font-size: 16px;}
	.navHedgehogItem_H span { display:block; width:100%; height:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height: 47px;}
	.navHedgehogItem_H a { color:#fff; display: inline; /*block*/  font-size: 16px;}

	.navHedgehogLineUp { position:absolute; border-left:2px solid rgb(0, 69, 141); width:2px; }
	.navHedgehogLineSide { position:absolute; border-top:2px solid rgb(0, 69, 141); height:2px; }	
	.navHedgehogDragger { position:absolute; }
	.navHedgehogDragger:hover { z-index:300; }
	.hotspotImageDiv { animation:none; }
	.navHedgehogDragger:hover > .hotspotImageDiv { animation: blinking ease-in-out 1s infinite alternate; }
	.navHedgehogDragger:hover > .navHedgehogItemOBrdr { background-color:#7C96A7; }
	.navHedgehogDragger:hover > .navHedgehogItemGBrdr { background-color:#52ae32; }

	@keyframes blinking { 
		0%{ opacity: 1; } 
		50% { opacity: 0.3; } 
	}

	.navHedgehogDragger img { position:relative; width:20px; height:20px; left:-8px; top:-8px; }
	.navHedgehogDraggerImgTxt { position: absolute; top:0; left:0; transform: translate(-45%, -45%); color:white; }

	.navHedgehogDragger_H:hover { z-index:300; }
	.navHedgehogDragger_H img { position:absolute; width:18px; height:18px; left:-8px; top:-8px; }
	.navC_H {
		display: flex; 
		justify-content: space-evenly; 
		justify-content: space-around;
		&:before,
		&:after {
			content: '';
			display: block;
		}
	}

	.lineHedgehog_h, .lineHedgehog_v, .lineHedgehog_ho, .lineHedgehog_vr { position:absolute; /*background-color:#7C96A7;*/ }
	.lineHedgehog_h, .lineHedgehog_ho { height:2px; }
	.lineHedgehog_v, .lineHedgehog_vr { width:2px; }

	.green .lineHedgehog_h, .green .lineHedgehog_v, .green .lineHedgehog_ho, .green .lineHedgehog_vr { /*background-color:#52ae32;*/ }

	.hedgehogMore { text-transform:none; position:absolute; left:0px; background-color:#fff; min-width:100%; overflow:hidden; bottom:50px; z-index:200; display:none; opacity:0.95; }
	/*.hedgehogSubNavItem { width:200px; height:50px; color:#000; border-bottom:1px solid #dfdfdf; font-size:22px; line-height:50px; text-align:left; text-indent:15px; cursor:pointer; }*/
	.hedgehogSubNavItem { /*width:200px;*/ border: 1px solid #dfdfdf; border-bottom: 0px; white-space:nowrap; color:#000; border-bottom:1px solid #dfdfdf; font-size:16px; line-height:20px; text-align:left; padding:15px; cursor:pointer; }
	.hedgehogMore .hedgehogSubNavItem:last-of-type { border-bottom: 1px solid #dfdfdf; }
	.navHedgehogItem:hover .hedgehogMore { display:block;}
	.navHedgehogItem_H:hover .hedgehogMore { display:block;}
	.navHedgehogItemHeader:hover .hedgehogMore { display:block;}
	.navHedgehogItemHeader_H:hover .hedgehogMore { display:block;}
	.hedgehogMoreDown { bottom:auto; top:50px; }

	/* Detail -> Rail */
	/* ----------------------------------------------------------------- */
	.detail_slideRail { position:relative; width: calc(100% - 70px); top:450px; max-width:1800px; height:50px; margin:0 auto; }
	.detail_innerRail { position:absolute; width:100%; height:14px; top:18px; background-color:#bcc0c2; border-radius:7px; }
	.detail_slideWindow { display:none; background-color:rgba(255,255,255,0.02); position:absolute; top:0; left:0; border:1px solid #00458d; height:50px; width:200px; cursor:pointer; }
	.railIndicator { width:14px; height:14px; border-radius:8px; background-color:#7C96A7; position:absolute; top:0px; border:1px solid #fff; }



	/* Detail -> Footer */
	/* ----------------------------------------------------------------- */
	.detail_footer { position: fixed; bottom: 0px; width: 100%; z-index: 500; 
		transition:all 0.5s ease-out;
		-moz-transition:all 0.5s ease-out;
		-webkit-transition:all 0.5s ease-out;
	}
	.info_image {
		max-width:100%;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.info_image img { max-width:100%; }
	img.infoInlineImage { float:left; margin:0px 15px 15px 0px; padding-right:20px; display:inline-block; }
	img.infoNonInlineImage { display:block; /*width:100%;*/ max-width:1000px; margin:0px 0px 10px 0px; }
	p.textAndImageInlineImg { display: block; float: left; margin-top:0px; }
	.textAndImageInlineImg > *:first-child { margin-top: 0px; }

	.detail_footerMain { height: 500px; position: absolute; width: 100%; background-color: #fff; 
		-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
		border-top: 1px solid #00458d;
	}
	.detail_footerNav { position:relative; top:-50px; width: calc(100% - 70px); max-width:1800px; margin:0 auto; height:50px; }
	.detail_footerBtnOff, .detail_footerBtnOn { cursor:pointer; border-radius: 5px 5px 0px 0px; color: #00458d; display: inline-block; margin-right: 20px; width: 200px; font-size: 22px; line-height: 54px;
		vertical-align: top; overflow: hidden; font-family:'conduitMedium'; 
		border: 1px solid rgba(0,0,0,0.06); border-bottom: 0px; height:50px; overflow:hidden; text-transform:uppercase;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.detail_footerBtnOff { background-color: #fff; border: 1px solid #00458d; }
	.detail_footerBtnOn { background-color: #fff; border: 1px solid #00458d; border-bottom: 0px;} 
	.detail_footerBtnOff img, .detail_footerBtnOn img { width:50px; height:50px; display:inline-block; margin-right: 15px; vertical-align: top;}
	.detail_footerContent { position: relative; width: calc(100% - 76px); max-width: 1800px; height: 450px; background-color: #fff; margin: 0 auto; overflow:hidden; }
	.detail_footerInnerData { 
		-webkit-column-width: 400px;
		-moz-column-width: 400px;
		column-width: 400px;
		column-gap: 50px;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		height: 400px;
		position:absolute;
		transition:left 0.5s ease-out;
		-moz-transition:left 0.5s ease-out;
		-webkit-transition:left 0.5s ease-out;
		color:#000; font-size:20px; line-height:24px;
		column-fill:auto;
		-webkit-column-fill:auto;
		-moz-column-fill:auto;
	}

	.detail_footerInnerData h1,
	.detail_footerInnerDataNoCol h1 { font-size:50px; line-height:52px; padding-top:10px; margin-bottom:20px; border-top:14px solid #00458d; width:auto; color: #00458D; position: static; }
	.detail_footerInnerData h2,
	.detail_footerInnerDataNoCol h2 { font-size:24px; line-height:26px;  margin-bottom:10px; width:auto; text-transform:uppercase; }

	.detail_footerArrowLeft, .detail_footerArrowRight { position:absolute; top:220px; width:42px; height:70px; background-repeat:no-repeat; cursor:pointer; }
	.detail_footerArrowLeft { background-image:url('../images/footerArrowLeft.png'); left:0px; }
	.detail_footerArrowRight { background-image:url('../images/footerArrowRight.png'); right:0px; }
	.detail_footerBubbleNav { position: relative; width:calc(100% - 120px); max-width:1800px; height:16px; margin:0px auto; overflow:hidden; top:-40px; text-align:center; }
	.bubbleActive, .bubbleInactive { display:inline-block; width:14px; height:14px; border-radius:7px; background-color:#9c9c9c; margin:0 8px; cursor:pointer; }
	.bubbleInactive { opacity:0.5; }

	.detail_footerInnerDataNoCol { height: 400px; position:absolute; color:#000; font-size:20px; line-height:24px; white-space:nowrap; 
		transition:left 0.5s ease-out;
		-moz-transition:left 0.5s ease-out;
		-webkit-transition:left 0.5s ease-out;
	}
	
	.mediaSingleTile { overflow:hidden; width:197px; height:290px; display:inline-block; vertical-align:top; margin-right:15px; position:relative; cursor:pointer; }
	.mediaSingleTile .imgArea { width: 100%; height: 132px; overflow: hidden; position: relative; text-align: center; line-height: 130px; background-color: #f0f0f0; margin: 0; padding-top:0px; }
	.mediaSingleTile .imgArea img { display: inline-block; width: auto; height: auto; max-width: 195px; max-height: 130px; vertical-align: middle; padding: 0; margin: 0; }
	.mediaSingleTile .imgArea .mediaIcon { width:50px; height:50px; position:absolute; top:0; left:0; z-index:20; display:block; }
	.mediaBRDiv { white-space: pre-wrap; }
	.mediaSingleTile h2 { font-size: 18px; margin: 10px 0px 5px 0px; padding: 0px; font-family: 'conduitBold'; }
	.mediaSingleTile p { margin: 5px 0px 10px 0px; font-size:16px; }

	.newsItem h2 { white-space:normal; font-size:16px; line-height:20px; text-transform:none;  }

	.newsEntry { border-bottom: 1px solid #eaeaea; margin: 15px 0px; padding: 0px 0px 15px; cursor: pointer; min-height: 45px;}
	.newsEntry:hover span { color: #00458d; }
	.newsEntry .imgArea { display: inline-block; width: 100px;  }
	.newsEntry .imgArea img { width: 100%; height: auto; display: inline-block; vertical-align: middle; }
	.newsEntry span {
		display: inline-block;
		margin-left: 40px;
		font-size: 18px;
		line-height: 22px;
		position: relative;
		top: 3px;
	}

	.newsContainer { position:relative; width:calc(100% - 70px); top:110px; font-size:16px; font-family:'conduitMedium'; max-width:1800px; margin:0 auto; min-height:30px; 
						padding-bottom:20px; margin-bottom:20px; }

	.newsContainer img { display:block; width:600px; height:auto; margin-bottom:20px; }
	.newsContainer p { width: 600px; }
	.newsHeadline { line-height: 28px; font-size: 22px;  }


	.teaserSingleTile { overflow:hidden; width:197px; height:320px; display:inline-block; vertical-align:top; margin-right:15px; position:relative; cursor:pointer; }	
	.teaserSingleTile .imgArea { width:100%; height:132px; overflow:hidden; position:relative; text-align:center; line-height:130px; background-color: #111; margin: 0; padding-top:0px; background-size:cover; }
	
	.teaserSingleTile h2 { font-size: 18px; margin: 10px 0px 5px 0px; padding: 0px; font-family: 'conduitBold'; }
	.teaserSingleTile p { margin: 5px 0px 10px 0px; font-size:16px; }

	
	.col2Wrapper:before { display:block; clear:both; content:' '; }
	.col2Wrapper { width:100%; margin-top:20px; }
	.col2Wrapper:after { clear:both; display:block; content:' '; }
	.col2Item { width:48%; margin-right:2%; float:left; }
	
	.customBullet { padding-left:10px; background-image:url('../images/blueCustomBullet.png'); background-repeat:no-repeat; margin-bottom:5px;  }


/* PDF Viewer */
/* ----------------------------------------------------------------- */
.pdfViewer { display:none; position:absolute; top:0; left:0; width:100vw; height:100vh; background-color:#111; z-index:9999; }
.pdfViewer iframe { position:absolute; top:40px; border:0px; width:100%; height:calc(100% - 40px); }
.pdfViewer .btnClose { width:40px; height:40px; cursor:pointer; background-image: url('../frontend/images/btnClose.png'); position: absolute; right:0px; z-index: 9999; }  


/* Mediaplayer */
/* ----------------------------------------------------------------- */
.dummyBtn { width:20px; height:20px; z-index:9999; position:absolute; left:0px; bottom:0px; background-color:transparent; cursor:pointer; display:none; }
.mediaPlayer { position:absolute; top:0px; z-index:9998; 
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.mediaPlayer_inner { position:absolute; top:0px; left:0; }
.mediaPlayer_close { width:40px; height:40px; cursor:pointer; background-image: url('../frontend/images/btnClose.png'); position: absolute; left: calc(100vw - 40px); bottom: calc(100vh - 90px); z-index: 9999; } 
.mediaPlayer_viewport { position:absolute; bottom:0; width:100vw; height:calc(100vh - 50px); background-color:#efefef; overflow:hidden; }
.mediaPlayer_menuBar { position:absolute; top:0; width:100vw; height:50px; background-color:#00458d; display:none; color:#fff; line-height:50px; font-size:24px; }
.mediaPlayer_viewport  h5 { line-height:calc(100vh - 140px); font-size:50px; color:#000; text-align:center; margin:0; padding:0; }

.mediaPlayer_preloader { width:50px; height:50px; position:absolute; left:calc(100vw /2); bottom:calc(50vh); z-index:5000; }
.mediaPlayer_imageContainer { position:absolute; 
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.mediaPlayer_imageContainer img { width:100%; height:100%; }

.mediaPlayer_imageControls { width:100%; height:50px; text-align:right; }
.mediaPlayer_controlButton { width:50px; height:50px; display:inline-block; cursor:pointer; background-size:cover; }
.mpPlaylist { background-image:url('../images/mediaplayer/mbIcon_playlist.png'); position:relative; }
.mpPlus { background-image:url('../images/mediaplayer/mpIcon_plus.png'); }
.mpMinus { background-image:url('../images/mediaplayer/mpIcon_minus.png'); }
.mpZoom { background-image:url('../images/mediaplayer/mbIcon_zoom.png'); position:relative; }
.mpShrink { background-image:url('../images/mediaplayer/mbIcon_shrink.png'); }
.mpNext { background-image:url('../images/icons/icon_forward.png'); }
.mpPrev { background-image:url('../images/icons/icon_back.png'); }
.mpVolume { background-image:url('../images/mediaplayer/mbIcon_volume.png'); }
.mpPlay { background-image:url('../images/mediaplayer/mbIcon_play.png'); }
.mpPause { background-image:url('../images/mediaplayer/mbIcon_pause.png'); }
.mediaPlayer_vid_replay { background-image:url('../images/mediaplayer/replay.png'); }

div#mediaPlayer_vid_replay {
    position: absolute;
    top: 50%;
    width: 100px;
    height: 100px;
    left: 50%;
    z-index: 20000;
    background-size: contain;
    margin-top: -50px;
    margin-left: -50px;
}

.mediaPlayer_pdfControls { position:absolute; left:0; top:0; width:450px; }
.mediaPlayer_pageControl { width:300px; height:40px; display:inline-block; line-height:50px; margin-top:1px; vertical-align:top; }
.mediaPlayer_pageControl input { width:70px; border:0px; border-radius:5px; background-color:rgba(255, 255, 255, 0.2); color:#fff; padding:5px; font-size:24px; line-height:24px; height:32px; text-align:right; font-family:'conduitLight'; }

.mpZoom:hover .zoomSliderObject { display:block; }
.zoomSliderObject { position:absolute; left:0; top:-150px; width:50px; height:150px; background-color:#00458d; display:none; }
.zoomRail { position:absolute; background-color:rgba(255,255,255,0.3); width:10px; height:120px; top:15px; left:20px; border-radius:5px; }
.zoomSlider { position:absolute; left:-3px; top:104px; background-color:#fff; width:16px; height:16px; border-radius:8px; z-index:10; }
.zoomRailIndicator { position:absolute; background-color:#7C96A7; width:10px; height:0px; bottom:15px; left:20px; border-radius:5px; }

.noTransition {
	transition:all 0s;
	-moz-transition:all 0s;
	-webkit-transition:all 0s;
}

.mediaPlayer_vidControls { position:absolute; left:0; top:0; width:100%; height:50px; }
.mediaPlayer_vidControls .mediaPlayer_controlButton { position:absolute; top:0px; }
.mediaPlayer_vidControls mpPlay, .mediaPlayer_vidControls mpPause { left:0px; }
.mediaPlayer_timeElapsed, .mediaPlayer_timeRemaining { position:absolute; top:0px; width:100px; height:50px; line-height:50px; text-align:center; }
.mediaPlayer_timeElapsed { left:50px; }
.mediaPlayer_timeRemaining { right:100px; }
.mediaPlayer_bar { position:absolute; top:0px; height:50px; left:150px; right:200px; background-repeat:repeat-x; 
	background-image:url('../frontend/images/playerbar_back.png');
}
.mediaPlayer_barInner { position:absolute; width:10%; height:50px;  background-repeat:repeat-x;
	background-image:url('../frontend/images/playerbar_indicator.png');
}
.mediaPlayer_vidControls .mpPlaylist { right:50px; }
.mediaPlayer_vidControls .mpShrink { right:0px; }
.mediaPlayer_vidControls .mpVolume { right:0px; }
.mpVolume:hover .volumeSliderObject { display:block; }
.volumeSliderObject { position:absolute; left:0; top:-150px; width:50px; height:150px; background-color:#00458d; display:none; }
.volumeRail { position:absolute; background-color:rgba(255,255,255,0.3); width:10px; height:120px; top:15px; left:20px; border-radius:5px; }
.volumeSlider { position:absolute; left:-3px; top:104px; background-color:#fff; width:16px; height:16px; border-radius:8px; z-index:10; }
.volumeRailIndicator { position:absolute; background-color:#7C96A7; width:10px; height:112px; bottom:15px; left:20px; border-radius:5px; }


.mpPlaylist:hover .headerSubContent { display:block; }
.mpPlaylist .headerSubContent { bottom:50px; top:auto; }
.mpPlaylist .headerSubContentArrow { bottom:-15px; top:auto; background-image: url('../frontend/images/menuArrow_whiteDown.png'); }




/* Help */
/* ----------------------------------------------------------------- */

.numberedItem { border-bottom:1px solid #ccc; height: 60px; line-height: 60px; cursor:pointer; }
.numberedItem_text { display: inline-block; color: #00458d; font-size: 20px; }
.numberedItem_num { 
	display: inline-block;
	width: 35px; height: 35px;
	margin: 12px;
	border: 2px solid #00458d;
	border-radius: 20px;
	line-height: 32px;
	text-align: center;
	color: #00458d;
	font-weight: bold;
}
.helpMoreButtons { position: relative; width: calc(100% - 70px); top: 110px; font-size: 16px; font-family: 'conduitMedium'; max-width: 1800px; margin: 0 auto; min-height: 30px; padding-bottom: 20px; margin-bottom: 20px; }
.helpButton { display:inline-block; padding:7px 20px; background-color:#00458d; color:#fff; border-radius:3px; cursor:pointer; margin-right:25px; }


/* Misc */
/* ----------------------------------------------------------------- */
.clearFloat { clear:both; display:block; content:' '; }
.input_label { width:100px; font-family:'conduitBold'; display:inline-block; line-height:45px; font-size:20px; vertical-align:top; }

.input_pullDown { position:relative; width:200px; height:45px; background-color:#fff; display:inline-block; cursor:pointer;
	background-image:url('../frontend/images/arrowDown.png'); background-repeat:no-repeat; background-position:170px 17px;	border-radius:4px;
	margin-right:20px; margin-bottom:20px;
}

.input_pullDownArrowUp { background-image:url('../frontend/images/arrowUp.png'); }
						 
.input_pullDown_items { position:absolute; top:45px; left:0px; z-index:200; display:none; 
	overflow:hidden;
}
.input_pullDown_currentItem, .input_pullDown_item { 
	min-width:200px;
	width:auto;
	padding-right:30px;
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    border: 1px solid #dfdfdf;
}
.input_pullDown_item { background-color:#fff; cursor:pointer; }
div.input_pullDown_item:first-of-type {
	background-repeat: no-repeat;
    background-position: 170px 17px;
}
/*.input_pullDown:hover .input_pullDown_items { display:block; }*/

.inputSearch_txt { height:45px; background-color:#fff; display:inline-block; border-radius:4px; margin-right:20px; margin-bottom:20px;
	border: 0px; width: 520px; font-size: 16px; text-indent: 10px;
	border: 1px solid #dfdfdf;
    border-radius: 0px;
}

video { background-color:#000; }

.input_areaSelection { display:none; position:absolute; left:100px; top:45px; z-index:200; background-color:#fff; width:840px;					
					  font-size:12px; overflow-y:hidden;border: 1px solid #dfdfdf; 
}
.input_areaSelection:after { display:block; content:' '; clear:both; }
.input_areaSelectionWrapper {white-space: nowrap;font-size: 16px;}

.areaSelectionFolder { width:200px; height:300px; overflow-x:hidden; border-right:1px solid #ccc; display:inline-block; vertical-align:top }

.singleFolderActive, .singleFolderInactive  {
	cursor:pointer;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding:0px 5px;
	height: 45px;
    line-height: 45px;
    padding-left: 15px;
    border-bottom: 1px solid #dfdfdf;}
.singleFolderActive { color:#fff; background-color:#00458d; }
.singleFolderInactive { color:inherit; }

.clear{ clear:both; }
img {max-width: 100%; }
a.toggle_class:active, 
a.toggle_class { background-color: transparent; display: block; width: 30px; height: 17px; background-image: url(../images/footerArrowDown.png); background-size: contain; background-repeat: no-repeat; }
.toggle_class.active{ background-image: url(../images/footerArrowUp.png); }
.fulltext{ display: none; }
.line{border-top:1px solid #00458d; margin-top:35px;}

a.download_class { background-color:transparent; }

.office-title h2:before { content: "\25bc"; }
.office-title h3:before { content: "\25bc"; }
.office-title h4:before { content: "\25bc"; }
.office-title h5:before { content: "\25bc"; }
.office-title h6:before { content: "\25bc"; }

.office-title.is-active h2:before { content: "\25b2"; }
.office-title.is-active h3:before { content: "\25b2"; }
.office-title.is-active h4:before { content: "\25b2"; }
.office-title.is-active h5:before { content: "\25b2"; }
.office-title.is-active h6:before { content: "\25b2"; }

/* Image Slider */
/* ----------------------------------------------------------------- */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    position: absolute; 
    width: 48px; 
    height: 48px;
    top: 50%;
    border-radius: 50%;
    background-color: #00458d;
    margin-top: 0px;
    margin-bottom: 0px;
    transition: all 300ms;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 500px;
    width: auto;
    margin: 0px auto; 
    transition: transform .2s;
}

/* .owl-item img:hover {
  -ms-transform: scale(2); 
  -webkit-transform: scale(2); 
  transform: scale(2); 
}*/

.owl-item img:hover {
	cursor: all-scroll;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    font-size: 56px;
    line-height: 28px;
    display: inline;
    color: white;
}

.owl-carousel .owl-nav button.owl-next {
    padding-left: 5px !important;
}

.owl-carousel .owl-nav button.owl-prev {
    padding-right: 5px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #00458d;
    opacity: 0.7;
}

.go_to.active {
    background-color: #00458d;
}

.go_to img {
	width:100% !important; 

}
.go_to.active img {
    opacity: 0.7;
}

.go_to {
    background-color: white;
    display: flex;
    align-items: center;
    padding: 10px;
	max-width:100%;
	overflow:hidden; 
	position:relative;
	cursor: pointer;
}
.slider_navigation{
	display: flex;
	flex-wrap: wrap; 
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.margin_top{
	margin-top:50px;
}

/* Highlighttext */
/* ----------------------------------------------------------------- */
.highlight{ 
	background-color: white;
    text-align: center;
    padding: 40px 0px;
    margin-bottom: 10px;
    border-top: 2px solid #00458d;
    border-bottom: 2px solid #00458d;
    width: 80%;
	margin: 0px auto;
	margin-bottom: 40px; 
	margin-top: 40px; 
}
.highlight h2 {
    margin-top: 20px;
}

/*
.highlight{ 
	background-color: white;
	text-align: left;
	margin-bottom: 10px;
	border-top: 1px solid #00458d;
	border-bottom: 1px solid #00458d;
	margin-top: 40px; 
}
.highlight p {
    display:none;
}

.highlight h3 {
    display:block;
}*/

/* Highlighttext */
/* ----------------------------------------------------------------- */
#mediaPlayer .detail_footerArrowLeft, #mediaPlayer .detail_footerArrowRight {
    top: 50%;
    margin-top: -35px;
    background-color: #ccc;
}
#mediaPlayer .detail_footerArrowRight{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#mediaPlayer .detail_footerArrowLeft{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#intro_outro_playlist.outro_playlist .textPage_contentsInner.first_page, 
#intro_outro_playlist.intro_playlist .textPage_contentsInner.first_page {

    max-width: inherit;
    text-align: center;
    display: inline-block;
    padding-bottom: 0px;
}
#intro_outro_playlist, 
#intro_outro_playlist {
    overflow-y: auto;
    background-image: url(../images/cms/background.jpg);
    background-size: cover;
    background-attachment: fixed;
}
div#intro_outro_playlist.outro_playlist .textPage_contents, 
div#intro_outro_playlist.intro_playlist .textPage_contents {
    display: flex;
    height: 100%;
    top: 0px;
    overflow: auto;
    align-items: center;
    justify-content: center;
}
div#intro_outro_playlist .textPage_contents .date, 
div#intro_outro_playlist .textPage_contents h1,
div#intro_outro_playlist .textPage_contents h3,
div#intro_outro_playlist .textPage_contents li,
div#intro_outro_playlist .textPage_contents p {
    color: #fff;
}
div#intro_outro_playlist .textPage_contents h1 {
    border-color: #fff;	
}
.outro_playlist .textPage_contentsInner h1{
	border-bottom: 0px solid; 
}
.outro_playlist h1.first_page_headline, 
.intro_playlist h1.first_page_headline {
    width: auto;
    display: inline-block;
    padding-right: 100px;
    padding-left: 100px;
}
#table_of_contents li {
    padding: 8px 0px;
    font-size: 18px;
}
.error, div#error_input_empty { color: #721c24;}
.error_max_row_count { color: #721c24;}

div#note { margin-bottom: 20px; }
#error_too_many_entries{
	margin-bottom: 30px; 
	margin-top: 10px; 
}
div#error_too_many_entries_detail {
    display: inline-block;
}
.txtRight {
    text-align: right;
}
.two_cols{
	float: left; 
	width: auto; 
}
.two_cols.left_col {
	padding-right: 40px;
	margin-bottom: 50px; 
}
.two_cols.right_col{
	min-width: 30%; 
	margin-left: 20px; 
	margin-bottom: 50px; 
}
.hotspotC.two_cols p {
    margin-bottom: 0px;
}

.title {
    display: inline-block;
    background-color: #00458d;
    color: white;
    width: 100%; 
    box-sizing: unset;
	border-bottom: 1px solid white;
	position: relative;
}
.hotspots_desc .title h3:after {
	background-image:url(../images/ArrowDown_white.png); 
	content: '';
    position: absolute;
	right: 18px;
    height: 20px;
    width: 25px;
    top: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}
.hotspots_desc.active .title h3:after {
    
	background-image:url(../images/ArrowUp_white.png); 
}
.hotspots_desc{
	width: calc( 100% - 50px);
}
.content {
    padding: 20px;
}

.title h3 {
    width: 100%;
    margin: 0px;
    padding: 15px 20px;
}
.txt-right {
    text-align: right;
}

.content .txt-right {
    margin-top: 20px;
}
div#detail_viewport.overflow {
    position: relative;
    height: auto !important;
    overflow: visible;
}
.overflow   #hotspot_container_flex{
	margin: 0px auto;
	position: relative;
	width: calc(100% - 70px);
    max-width: 1800px;
	display:flex;
}

div#hotspot_container_flex:after {
    content: '';
    clear: both;
    display:block;
    content: '';
}

div#detail_viewport.overflow .detail_hotspotViewport {
	position: relative;
	text-align: center; 

}

.hotspotItem:hover .pulsate, 
.active .pulsate{
	display: block; 
	opacity: 0.7;
	background-color: #a8a8a9; 
	transition: all 300ms; 
}
#viewport_image.hidden {
    display: none !important;
}
.hotspotBtnPlus {
    box-sizing: content-box;
    border-radius: 50%;
	transition: all 300ms; 
	background-image: none; 
	top: 0px; 
	left: 0px; 
}
.hotspotItem{
	top:9px; left:5px;
}
.hotspotItem, 
.hotspotItem .hotspotBtnPlus{
	width: 30px; 
	height: 30px; 

}
.hotspotItem.small, 
.hotspotItem.small .hotspotBtnPlus {
    width: 20px;
    height: 20px;
}
.hotspotItem.big, 
.hotspotItem.big .hotspotBtnPlus {
    width: 40px;
    height: 40px;
    background-size: contain;
}

.hotspotItem.hidden, 
.hotspotItem.hidden .hotspotBtnPlus {
    width: 0px;
    height: 0px;
    background-size: contain;
}

.hotspotBtnPlus, 
.blue .hotspotBtnPlus{
	background-color: #00458d; 
	background-image: none !important; 
}
.green .hotspotBtnPlus{
	background-color: #52ae32; 
}
.orange .hotspotBtnPlus{
	background-color: #7C96A7; 
}
.gray .hotspotBtnPlus{
	background-color:#a8a8a9; 
}
.dark_gray .hotspotBtnPlus{
	background-color: #454545; 
}
.pulsate{	
	display: none; 
    position: absolute;
    left: 0px;
    width: 150%;
    height: 150%;
    background-color: transparent;
    border-radius: 50%;
    z-index: -1;
    left: -25%;
    top: -25%;
	transition: all 300ms; 
}

.hotspotC.full_width{
	margin-left: 0px; 
	margin-top: 50px; 
	width: 100%; 
}

.highlight ol, .highlight ul {
    /* display: inline-block; */
    list-style-position: inside;
}
div#addSlide {
    height: calc(100% - 250px);
    background-color: white;
    border: 0px solid white;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ql-toolbar.ql-snow {
    background-color: white;
    border: 0px solid white;
    margin-bottom: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.ql-align-right {
    text-align: right;
}
.ql-align-center {
    text-align: center;
}
.ql-align-justify {
    text-align: justify;
}

.textslider{
	border: 1px solid #00458d;
	padding-left: 20px;
	margin-top: 5px;
}

/* Update Logs */
/* ----------------------------------------------------------------- 

.header{width:100%;height:60px;position:absolute;top:0;left:0;}
.mainWrapper{background-color:#fff;position:absolute;top:60px;left:0px;height:calc(100% - 60px);width:100%;}*/

.pageWrapper{width:100%;height:100%;position:absolute;top:0;left:0;transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;}
.blurContent{-webkit-filter:blur(4px);-moz-filter:blur(4px);-o-filter:blur(4px);-ms-filter:blur(4px);filter:blur(4px);}

.logsdetail_content { position:absolute; top:50px; bottom:0px; width:100%; color:#000; background-color:#f5f6f6; /*fff'*/ padding-top:20px; }
#loggingContent .container{max-height:100%;position:relative;width:100%;height:100%; }
#filter_container{margin-bottom:20px;}
#filter_container input{padding:10px 5px;}
#filter_container span{padding:5px;display:inline-block;}
#datepicker_to{margin-right:50px;}
#search_logs{margin-right:50px;}
#logging_table{width:90%;max-width:100%;}
#logging_table_body .row > div span{font-weight:bold;}
#logging_table .row > div{float:left;padding:5px 10px;}
#loggingContent{padding-top:60px;max-height:100%;height:100% }
#logging_table .table_line:nth-child(2n){background-color:#ccc;}
.header_table{background-color:#00458d;color:white;}
.header_table .active::after{content:"";width:18px;height:14px;display:inline-block;background-image:url('../images/cms/treeArrowDown.png');cursor:pointer;background-size:cover;}
.header_table .active.inverted::after{background-image:url('../images/cms/treeArrowUp.png');}
.header_table div{cursor:pointer;}
.table_line.inactive{display:none;}
.pagination{margin-right:2%;margin-top:10px;float:right;}
.pagination_item.active{background-color:#ccc;}
.pagination_item{float:left;background-color:#00458d;color:white;padding:10px;cursor:pointer;}
#filter_container span.search_button{cursor:pointer;background-color:#00458d;color:white;padding:10px;margin:0px 5px;}
.ui-datepicker{width:17em;padding:.2em .2em 0;display:none;}
.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0;}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em;background-repeat:no-repeat;background-position:center center;}
.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px;}
.ui-datepicker .ui-datepicker-prev{left:2px;background-image:url(../images/cms/treeArrowLeft.png);}
.ui-datepicker .ui-datepicker-next{right:2px;background-image:url(../images/cms/treeArrowRight.png);}
.ui-datepicker .ui-datepicker-prev-hover{left:1px;}
.ui-datepicker .ui-datepicker-next-hover{right:1px;}
.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;}
.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center;}
.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0;}
.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%;}
.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em;}
.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0;}
.ui-datepicker td{border:0;padding:1px;}
.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none;}
.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0;}
.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible;}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left;}
.ui-datepicker.ui-datepicker-multi{width:auto;}
.ui-datepicker-multi .ui-datepicker-group{float:left;}
.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em;}
.ui-datepicker-multi-2 .ui-datepicker-group{width:50%;}
.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%;}
.ui-datepicker-multi-4 .ui-datepicker-group{width:25%;}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;}
.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left;}
.ui-datepicker-row-break{clear:both;width:100%;font-size:0;}
a.ui-state-default{border:0px solid #c5c5c5;background:#cccccc;font-weight:normal;color:#454545;text-align:center;}
div#ui-datepicker-div{background-color:white;}
a.ui-state-default.ui-state-active{color:white;background-color:#00458d;}
.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;}
div#pagination_container{position:absolute;width:100%;bottom:0px;background-color:#f5f6f6;}
#loggingContent .container .row{margin-left:0px;margin-right:0px;}
#logging_table_body{max-height:calc(100% - 60px);overflow:auto;}
#logging_table{width:100%;}
#logging_table div#search_text_container{float:none;display:inline;font-weight:unset;padding:0px;}
@media only screen and (max-width:1080px){
	div#logging_table_body{margin-bottom:46px;}
	#datepicker_to, input#search_logs{margin-right:0px;}
	#filter_container input{margin-bottom:10px;}
	#logging_table_body{max-height:calc(100% - 205px) }
}
@media only screen and (max-width:790){
	#logging_table_body{max-height:calc(100% - 234px) }
	#logging_table div#search_text_container{display:block;width:100%;}
}
@media only screen and (max-width:45em){
	#logging_table_body{max-height:calc(100% - 306px) }
}