/* ------------------------------------------------------------------------------------------------------------------------ */
/* CARD																														*/

.card {
	position: relative;
	background: #ffffff;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	padding: 15px 280px 15px 15px;
	color: #333333;
}

.card + .card {
	margin-top: 10px;
}

.card-w-thumb {
	min-height: 110px;
    padding-left: 110px;;
}

.card-thumb {
	width: 80px;
	height: 80px;
	border-radius: 4px;
	margin: 0 0 0 -95px;
	float: left;
}

.card-thumb img {
	width: 100%;
	height: 100%;
}


.card-title {
	margin: 0 0 5px 0;
	line-height: normal;
}

.card-facts {
	margin-top: 10px;
	font-size: 13px;
}

.card-facts .icon16 {
	margin-right: 10px;
}

.card-options {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 15px;
	text-align: right;
}

.card-options .badge {
    padding: 0;
	margin: 0 0 5px 0;
    border-radius: 0 0 3px 3px;
}

.card-options .badge .icon16 {
	margin-right: 8px;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* CARD DECK																												*/

.card-deck {
	margin: -5px;
}

.card-deck .card {
	width: calc(33.3333% - 10px);
	margin: 5px;
	padding: 15px;
	float: left;
}

.card-deck .card + .card {
	margin: 5px;
}

.card-deck .card-thumb {
	margin: 0 auto;
	float: none;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* CARD FILE																												*/

.card-file {
	width: 100px;
	height: 80px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #333333;
	text-align: center;
	text-decoration: none;

	transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card-file:hover {
	border-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	color: #333333;
}

.card-file + .card-file {
	margin-left: 10px;
}

.card-file .icon16 {
	width: 32px;
	height: 32px;
	margin: 0 auto 10px auto;
	display: block;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* DATALIST																													*/

.datalist {
	width: 100%;
	border-collapse: collapse;
}

.datalist-header th {
	background: rgba(255, 255, 255, 0.1);
	padding: 8px 10px;
	vertical-align: bottom;
	font-weight: bold;
	text-align: left;
}

.datalist-subheader td {
	padding: 20px 10px 8px 10px;
	font-weight: bold;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.datalist-subheader:first-child td {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(0, 0, 0, 0.4);
}

.datalist-row td {
	padding: 8px 10px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.datalist-row:first-child td {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(0, 0, 0, 0.4);
}

/* ---------------------------------------------------------------------------- */
/* DATALIST - DATA MAIN															*/

.datalist .data-main {
	max-width: 240px;
}

.datalist .data-main a {
	color: #666666;
	text-decoration: none;
}

.datalist .data-main a:hover {
	text-decoration: underline;
}

.datalist .data-main .icon-subcategory {
	margin-right: 5px;
	opacity: 0.4;
}

/* ---------------------------------------------------------------------------- */
/* DATALIST - DATA STATUS														*/

.datalist .data-status {
	max-width: 200px;
	text-align: right;
}

.datalist .data-status .icon16 {
	padding: 0 8px;
}

/* ---------------------------------------------------------------------------- */
/* DATALIST - DATA FILES														*/

.datalist .data-files {
	text-align: right;
}

.datalist .data-files a {
	color: #333333;
	text-decoration: none;
}

.datalist .data-files a:hover {
	text-decoration: underline;
}

.datalist .data-files a + a {
	margin: 0 0 0 20px;
}

.datalist .data-files a + .dropdown {
	margin: 0 0 0 20px;
}

/* ---------------------------------------------------------------------------- */
/* DATALIST - DATA OPTIONS														*/

.datalist .data-options {
	width: 1%;
	text-align: right;
}

/* ---------------------------------------------------------------------------- */
/* DATALIST - DATA SELECT														*/

.datalist .data-select {
	width: 1%;
	vertical-align: middle;
}

.datalist .data-select label {
    padding: 5px;
    cursor: pointer;
}

.datalist .data-select input[type="checkbox"],
.datalist .data-select input[type="radio"] {
  cursor: pointer;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* LIST OPTIONS																												*/

.listoptions {
	margin: 0 0 20px 0;
}

/* ---------------------------------------------------------------------------- */
/* LIST OPTIONS - SEARCH														*/

.listoptions .search {
	margin-right: 10px;
	float: left;
}

.listoptions .search input[type="text"] {
	width: 160px;
}

/* ---------------------------------------------------------------------------- */
/* LIST OPTIONS - SORT BY														*/

.listoptions .sortby {
	margin-right: 10px;
	float: left;
}

.listoptions .sortby select {
	width: 160px;
}

/* ---------------------------------------------------------------------------- */
/* LIST OPTIONS - SHOW PER PAGE													*/

.listoptions .showperpage {
	margin-right: 10px;
	float: left;
}

.listoptions .showperpage select {
	width: 100px;
}

/* ---------------------------------------------------------------------------- */
/* LIST OPTIONS - DOWNLOAD BUTTON												*/

.listoptions .btn {
	width: auto;
	display: inline-flex;
	float: right;
}

/* ---------------------------------------------------------------------------- */
/* LIST OPTIONS - BADGE															*/

.listoptions .badge {
	width: auto;
	height: 30px;
	display: inline-block;
	float: right;
	font-size: 14px;
	line-height: 30px;
	padding: 0;
}

.listoptions .badge .icon16 {
	margin-right: 8px;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* AGENDA HEAD																												*/

.agenda-head {
	position: relative;
}

.agenda-head .handle-left,
.agenda-head .handle-right {
	cursor: pointer;
}

.agenda-head .handle-left {
	padding: 8px;
    display: inline-block;
	float: left;
    xposition: absolute;
    xleft: 0;
    xz-index: 1;
}

.agenda-head .handle-right {
	padding: 8px;
    display: inline-block;
	xfloat: right;
    xposition: absolute;
    xright: 0;
    xz-index: 1;
}

.iconAgenda20 {
	width: 10px;
    height: 20px;
	background: url('../images/icons/arrow-right.svg') no-repeat;
	background-size: 20px 20px;
    background-position: center;
}

.iconAgenda20.arrowLeft {
	transform: rotate(180deg);
}

.iconAgenda20.arrowRight {
	xbackground-position: -25px 0;
}

.registered {
	height: 20px;
	background:#fff;
	background: -moz-linear-gradient(top, #feffff 0%, #ececec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #feffff 0%, #ececec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #feffff 0%, #ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr=‘#ececec’,GradientType=0 ); /* IE6-9 */
	border: 1px solid #ececec;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	padding: 0 5px;
	position: absolute;
	top: -10px;
	right: -5px;
	z-index: 10;
	color: #8c8c8c;
	font-size: 11px;
	line-height: 20px;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* AGENDA (CALENDAR)																										*/

.agenda-calendar {
	height: auto;
	position: relative;
	background: #FFFFFF;
	transition: all 0.2s ease-in-out;
}

.agenda-calendar .agenda-content {
	position: relative;
}

.agenda-calendar .activity-area {
	position: absolute;
	top: 0px;
	left: 60px;
	right: 0px;
	bottom: 5px;
	z-index: 1;
}

.agenda-calendar .agenda-row {
	height:auto;
	position: relative;
	padding: 0;
}

.agenda-calendar .agenda-row .time {
	background: #ffffff;
	padding: 0 5px 0 0;
	position: absolute;
	top: -10px;
	left: 0px;
	line-height: 20px;
	color: #666666;
}

.agenda-calendar .agenda-row .time .hour {
	xfont-size: 15px;
	xvertical-align: bottom;
	xmargin: 0 2px 0 0;
}

.agenda-calendar .agenda-row .first-half {
	height: 30px;
	border-top: 1px solid #f2f2f2;
	box-sizing: border-box;
}

.agenda-calendar .agenda-row .last-half {
	height: 30px;
	border-top: 1px solid #f2f2f2;
	box-sizing: border-box;
}

/* ---------------------------------------------------------------------------- */
/* AGENDA (CALENDAR) - ACTIVITY													*/

.agenda-calendar .activity {
	background: #ffffff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	box-sizing: border-box;
	padding: 4px 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-size: 12px;
	line-height: 16px;

	-webkit-transition: min-width 0.2s ease-in-out, min-height 0.2s ease-in-out;
	-moz-transition: min-width 0.2s ease-in-out, min-height 0.2s ease-in-out;
	-o-transition: min-width 0.2s ease-in-out, min-height 0.2s ease-in-out;
	transition: min-width 0.2s ease-in-out, min-height 0.2s ease-in-out;
}

.agenda-calendar .activity-w-thumb {
	padding-left: 105px;
}

.agenda-calendar .activity.open {
	min-width: 200px !important;
	min-height: 200px !important;
}

.agenda-calendar .activity.error {
	border: 1px solid #FF8C9F;
}

.agenda-calendar .activity .inner {
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.agenda-calendar .activity .title {
	padding: 0 30px 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-weight: bold;
}

.agenda-calendar .activity .thumb {
	width: 85px;
	height: 85px;
	border-radius: 3px;
	margin: 0 0 0 -95px;
	float: left;
	overflow: hidden;
}

.agenda-calendar .activity .thumb img {
	width: 100%;
	height: 100%;
}

.agenda-calendar .activity .price {
	margin: 0 0 5px 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
	font-size: 11px;
}

.agenda-calendar .activity .readmore {
	float: left;
	position: absolute;
    bottom: 10px;
    font-size: 11px;
    text-decoration: underline;
}

.agenda-calendar .activity .attached-file {
	height: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10;
	line-height: 16px;
}

.agenda-calendar .activity .attached-file .icons16 {
	margin: 0 0 0 2px;
	float: right;
}

.agenda-calendar .activity .attached-file .number {
	color: #ffffff;
	font-weight: bold;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* AGENDA (HORIZONTAL)																										*/

.agenda-horizontal {
	position: relative;
	background: #FFFFFF;
}

.agenda-horizontal .activity-area {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 60px;
	z-index: 3;
	overflow: auto;
}

.agenda-horizontal .agenda-content {
	width: 8000px;
	position: relative;
}

.agenda-horizontal .agenda-row {
	min-height: 60px;
	padding-left: 60px;
	position: relative;
}

.agenda-horizontal .agenda-row > .time {
	background: #ffffff;
	margin: 0;
	padding: 0 5px 0 0;
	position: absolute;
	top: -10px;
	left: 0px;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}

.agenda-horizontal .agenda-row .time .hour {
	xfont-size: 15px;
	xvertical-align: bottom;
	xmargin: 0 2px 0 0;
}

.agenda-horizontal .agenda-row .first-half {
	border-top: 1px solid #f2f2f2;
	box-sizing: border-box;
}

.agenda-horizontal .agenda-row .last-half {
	border-top: 1px solid #f2f2f2;
	box-sizing: border-box;
}

/* ---------------------------------------------------------------------------- */
/* AGENDA (HORIZONTAL) - ACTIVITY												*/

.agenda-horizontal .activity {
	width: 340px;
	background: #ffffff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	color: #333333;
}

.agenda-horizontal .activity-w-thumb {
	padding-left: 60px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.agenda-horizontal .activity.error {
	border: 1px solid #FF8C9F;
}

.agenda-horizontal .activity .thumb {
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin: 0 0 0 -50px;
	float: left;
	overflow: hidden;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.agenda-horizontal .activity .thumb img {
	width: 100%;
	height: 100%;
}

.agenda-horizontal .activity .title {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.agenda-horizontal .activity .btn + .title {
	padding: 0 100px 0 0;
}

.agenda-horizontal .activity .price {
	margin: 5px 0 0 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
	line-height: 18px;
}

.agenda-horizontal .activity .desc {
	margin: 5px 0 0 0;
}

.agenda-horizontal .activity .attached-file {
	height: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10;
	line-height: 16px;
}

.agenda-horizontal .agenda-row.open .activity .desc {
	display: block;
}

.agenda-horizontal .activity .btn {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* ---------------------------------------------------------------------------- */
/* AGENDA (HORIZONTAL) - ARROWS													*/

.agenda-horizontal .gradient-left {
	width: 100px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.0));
	position: absolute;
	top: 0;
	left: 60px;
	bottom: 0;
	z-index: 20;
}

.agenda-horizontal .gradient-left .arrow.arrow-left{
	background: url('../images/icons/arrow-left.svg') no-repeat;
	background-size: 20px 20px;
    background-position: center;
	width: 20px;
	height: 20px;
	margin: -20px 0 0 0;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	cursor: pointer;
}

.agenda-horizontal .gradient-right {
	width: 100px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
}

.agenda-horizontal .gradient-right .arrow.arrow-right{
	background: url('../images/icons/arrow-right.svg') no-repeat;
    background-size: 20px 20px;
    background-position: center;
    width: 20px;
    height: 20px;
    margin: -20px 0 0 0;
    padding: 10px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 10;
	cursor: pointer;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* AGENDA (VERTICAL)																										*/

.agenda-vertical {
	position: relative;
}

.agenda-vertical .agenda-row {
	min-height: 60px;
	padding: 0 0 0 100px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.agenda-vertical .agenda-row + .agenda-row {
	margin-top: 20px;
}

.agenda-vertical .agenda-row > .time {
	margin: 0 0 0 -100px;
	float: left;
	color: #666666;
	font-size: 12px;
}

.agenda-vertical .agenda-row > .time span {
	background: #ffffff;
	padding: 4px 0;
	line-height: 20px;
}

/* ---------------------------------------------------------------------------- */
/* AGENDA (VERTICAL) - ACTIVITY													*/

.agenda-vertical .activity {
	min-height: 52px;
	background: #ffffff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	cursor: pointer;
	color: #333333;
}

.agenda-vertical .activity + .activity {
	margin-top: 10px;
}

.agenda-vertical .activity-w-thumb {
	padding-left: 60px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.agenda-vertical .activity.error {
	border: 1px solid #FF8C9F;
}

.agenda-vertical .activity .thumb {
	width: 40px;
	height: 40px;
	border-radius: 3px;
	margin: 0 0 0 -50px;
	float: left;
	overflow: hidden;
}

.agenda-vertical .activity .thumb img {
	width: 100%;
	height: 100%;
}

.agenda-vertical .activity .title {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 600;
}

.agenda-vertical .activity .btn + .title {
	padding: 0 120px 0 0;
}

.agenda-vertical .activity .price {
	margin: 5px 0 0 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.agenda-vertical .activity .desc {
	margin: 5px 0 0 0;
}

.agenda-vertical .activity .title + .desc {
	margin: 18px 0 0 0;
}

.agenda-vertical .activity .attached-file {
	height: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	line-height: 16px;
}

.agenda-vertical .activity .btn-choose {
	background: rgb(242,242,242);
	background: -moz-linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#ffffff",GradientType=1);
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333333;
}

.agenda-vertical .activity .btn-choose:hover {
	background: rgb(230,230,230);
	background: -moz-linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(242,242,242,1) 100%);
	background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e6e6",endColorstr="#f2f2f2",GradientType=1);
	color: #333333;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* DIALOG																													*/

.dialog {
	width: 640px;
	max-height: calc(100vh - 60px);
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	color: #333333;
}

.dialog-main {
	width: 100%;
	max-height: calc(100vh - 80px);
	display: flex;
	flex-direction: column;
}

/* ------------------------------------------------------------ */
/* DIALOG - HEADER												*/

.dialog-header {
	min-height: 16px;
	border-bottom: 1px solid #cccccc;
	border-radius: 4px 4px 0 0;
	padding: 10px 15px;
	flex: 0 1 auto;
	position: relative;
}

.dialog-close {
	width: 12px;
	height: 12px;
	background: url('../images/icons/cross.svg') center center no-repeat;
	border: none;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	opacity: 0.4;
	transition: opacity 0.2s ease-in-out;
}

.dialog-close:hover {
	opacity: 0.8;
	cursor: pointer;
}

/* ------------------------------------------------------------ */
/* DIALOG - BODY												*/

.dialog-body {
	min-height: 0px;
	display: flex;
	flex-direction: row;
	flex: 1 1 auto;
	align-items: stretch;
	justify-content: space-between;
}

.dialog-body-sidebar {
	min-width: 200px;
	background: rgba(0, 0, 0, 0.05);
	padding: 20px;
	flex: 1 1 auto;
}

.dialog-body-content {
	max-height: 100%;
	padding: 10px 24px;
	overflow: hidden;
	overflow-y: auto;
	flex: 1 1 auto;
}

/* ------------------------------------------------------------ */
/* DIALOG - FOOTER												*/

.dialog-footer {
	border-top: 1px solid #cccccc;
	border-radius: 0 0 4px 4px;
	padding: 10px 15px;
	flex: 0 1 auto;
	display: flex;
	justify-content: flex-end;
	text-align: right;
}

.dialog-footer .btn {
	width: auto;
}

.dialog-footer .btn + .btn {
	margin-left: 10px;
}

/* ---------------------------------------------------------------------------- */
/* DIALOG (SMALL)																*/

.dialog-small {
	width: 320px;
}

.dialog-small .dialog-manchet {
	font-size: 16px;
	line-height: 22px;
}

.dialog-small .icon-info-dark {
	width: 54px;
	height: 54px;
	margin: 0 0 15px;
	opacity: 0.3;
}

.dialog-small .icon-warning-dark {
	width: 54px;
	height: 54px;
	margin: 0 0 15px;
	opacity: 0.3;
}

.dialog-small .icon-error-dark {
	width: 54px;
	height: 54px;
	margin: 0 0 15px;
	opacity: 0.3;
}

/* ---------------------------------------------------------------------------- */
/* DIALOG (MEDIUM)																*/

.dialog-medium {
	width: 480px;
}

/* ---------------------------------------------------------------------------- */
/* DIALOG (LARGE)																*/

.dialog-large {
	width: 800px;
}

/* ------------------------------------------------------------ */
/* DIALOG - RESIZE												*/

.dialog-top-n {
	position: absolute;
	cursor: n-resize;
	width: 100%;
	height: 7px;
	top: -5px;
	left: 0px;
}

.dialog-right-e {
	position: absolute;
	cursor: e-resize;
	width: 7px;
	height: 100%;
	top: 0px;
	right: -5px;
}

.dialog-left-w {
	position: absolute;
	cursor: w-resize;
	width: 7px;
	height: 100%;
	top: 0px;
	left: -5px;
}

.dialog-bottom-s {
	position: absolute;
	cursor: s-resize;
	width: 100%;
	height: 7px;
	bottom: -5px;
	left: 0px;
}

.dialog-top-left-nw {
	position: absolute;
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.dialog-bottom-left-sw {
	position: absolute;
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.dialog-top-right-ne {
	position: absolute;
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.dialog-bottom-right-se {
	position: absolute;
	cursor: se-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	bottom: -5px;
}

/* ---------------------------------------------------------------------------- */
/* DIALOG - TEXT																*/

.dialog h1 {
	font-size: 2.2em;
	line-height: normal;
	margin: 0 0 1.25em 0;
	color: #333333;
	text-align: left;
}

.dialog h2 {
	font-size: 1.8em;
	line-height: normal;
	margin: 0 0 1.25em 0;
	color: #333333;
	text-align: left;
}

.dialog h3 {
	font-size: 1.2em;
	line-height: normal;
	margin: 0 0 1em 0;
	color: #333333;
	text-align: left;
}

.dialog h4 {
	font-size: 1em;
	line-height: normal;
	margin: 0 0 0.75em 0;
	color: #333333;
	text-align: left;
}

.dialog .sub-title {
	color: #666666;
}

.dialog p {
	margin: 0 0 1.25em 0;
}

/* ---------------------------------------------------------------------------- */
/* DIALOG - LINKS																*/

.dialog a,
.dialog a:hover {
	color: #333333;
}

/* ---------------------------------------------------------------------------- */
/* DIALOG - FORMS																*/

.dialog textarea {
	height: 60px;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* SURVEY																													*/

.survey-header + .survey-group-header,
.survey-header + .survey-group {
	margin: 60px 0 0 0;
}

/* ---------------------------------------------------------------------------- */
/* SURVEY GROUP - HEADER														*/

.survey-group-header + .survey-group {
	margin: 60px 0 0 0;
}

.survey-group + .survey-group-header {
	margin: 80px 0 40px 0;
}

.survey-group-header h2 {
    margin: 0;
}

.survey-group-header .survey-manchet {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0;
}

/* ---------------------------------------------------------------------------- */
/* SURVEY GROUP																	*/

.survey-group + .survey-group {
	margin: 80px 0 0 0;
}

.survey-group h3 {
	font-size: 1.666em;
	margin: 0 0 0.5em 0;
}

.survey-group h3 + p {
	margin: 0 0 0.833em 0;
}

.survey-group p {
	margin: 1.5em 0 0 0;
}

.survey-number {
	margin: 0 10px 0 0;
}

/* ---------------------------------------------------------------------------- */
/* SURVEY SUBGROUP																*/

.survey-subgroup {
	padding: 40px 0 40px 40px;
}

.survey-subgroup h3 {
	font-size: 1.333em;
}

.survey-subgroup .survey-choice {
	padding: 10px 60px 10px 15px;
}

/* ---------------------------------------------------------------------------- */
/* SURVEY - MULTIPLE CHOICE														*/

.survey-multiplechoice {
	margin: 20px 0 0 0;
}

.survey-multiplechoice .survey-choice {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    margin: 10px 0 0 0;
    padding: 10px 60px 10px 15px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -moz-transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	color: #333333;
}

.survey-multiplechoice .survey-choice + .survey-choice {
	margin: 10px 0 0 0;
}

.state-required .survey-multiplechoice .survey-choice {
	border: 1px solid #ff8888;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0), 0 0 0 1px #ff8888;
	border-radius: 4px;
}

.survey-multiplechoice .survey-choice input[type="checkbox"],
.survey-multiplechoice .survey-choice input[type="radio"] {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.survey-multiplechoice .survey-choice.active {
	color: #333;
	border: 1px solid #a6d941;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0), 0 0 0 1px #a6d941;
}

.survey-multiplechoice .survey-matrix .survey-choice.active {
	border: none;
	box-shadow: none;
}

/* ---------------------------------------------------------------------------- */
/* SURVEY - TEXT																*/

.survey-text {
	margin: 20px 0 0 0;
}

.survey-text textarea {
	height: 100px;
	font-family: inherit;
	padding: 15px;
}

.survey .state-required .survey-text textarea {
	border: 1px solid #ff8888;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0), 0 0 0 1px #ff8888;
	border-radius: 4px;
}

/* ---------------------------------------------------------------------------- */
/* SURVEY - MATRIX																*/

.survey-matrix {
	background-color: #ffffff;
	margin: 20px 0 0 0;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.state-required .survey-matrix {
	border: 1px solid #ff8888;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0), 0 0 0 1px #ff8888;
	border-radius: 4px;
}

.survey-matrix .survey-row {
	width: 100%;
	box-sizing: border-box;
	color: #333;
	padding: 15px;
	display: table;
}

.survey-matrix .survey-row + .survey-row {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.survey-matrix .survey-title {
	color: #333333;
    padding: 0px 30px 0px 10px;
	display: table-cell;
	vertical-align: middle;
}

.survey-matrix .survey-choices {
	width: 1%;
	display: table-cell;
	vertical-align: middle;
}

.survey-matrix .survey-choice {
	width: 1%;
	font-size: 1em;
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
}

.survey-matrix .survey-choice label {
    padding: 6px 20px;
    margin: 0 6px;
    color: #333;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    text-align: center;
}

.survey-matrix .survey-choice label:hover {
    background: #f7f7f7;
}

.survey-matrix .survey-choice input[type="radio"] {
	margin: 5px 0 0 0;
}

/* ---------------------------------------------------------------------------- */
/* SURVEY SUBGROUP - SURVEY MATRIX												*/

.survey-subgroup .survey-matrix .survey-row {
    padding: 10px 15px;
}

.survey-subgroup .survey-matrix .survey-title {
	padding: 0 30px 0 0;
}

.survey-subgroup .survey-matrix .survey-choice {
	border: none;
	padding: 0;
}

.survey-subgroup .survey-matrix .survey-choice:hover {
	border: none;
}

.survey-subgroup .survey-matrix .survey-choice input[type="checkbox"],
.survey-subgroup .survey-matrix .survey-choice input[type="radio"] {
	position: static;
    transform: none;
}

/* ---------------------------------------------------------------------------- */
/* SURVEY - MATRIX SMILEY 														*/

.survey-matrix-smiley .survey-choice label,
.survey-matrix-smiley .survey-choice label:hover  {
	background: none;
}

.survey-matrix-smiley input[type="radio"] {
	display: none;
}

.survey-matrix-smiley .smiley-bad {
	width: 30px;
	height: 30px;
	background: url('../images/survey/smiley-bad.svg');
	transition: all 500ms;
	margin: 0 auto;
}

.survey-matrix-smiley .smiley-bad:hover,
.survey-matrix-smiley .survey-choice.active .smiley-bad  {
	background: url('../images/survey/smiley-bad-active.svg');
}

.survey-matrix-smiley .smiley-not-good {
	width: 30px;
	height: 30px;
	background: url('../images/survey/smiley-not-good.svg');
	transition: all 500ms;
	margin: 0 auto;
}

.survey-matrix-smiley .smiley-not-good:hover,
.survey-matrix-smiley .survey-choice.active .smiley-not-good {
	background: url('../images/survey/smiley-not-good-active.svg');
}

.survey-matrix-smiley .smiley-neutral {
	width: 30px;
	height: 30px;
	background: url('../images/survey/smiley-neutral.svg');
	transition: all 500ms;
	margin: 0 auto;
}

.survey-matrix-smiley .smiley-neutral:hover,
.survey-matrix-smiley .survey-choice.active .smiley-neutral {
	background: url('../images/survey/smiley-neutral-active.svg');
}

.survey-matrix-smiley .smiley-good {
	width: 30px;
	height: 30px;
	background: url('../images/survey/smiley-good.svg');
	transition: all 500ms;
	margin: 0 auto;
}

.survey-matrix-smiley .smiley-good:hover,
.survey-matrix-smiley .survey-choice.active .smiley-good {
	background: url('../images/survey/smiley-good-active.svg');
}

.survey-matrix-smiley .smiley-very-good {
	width: 30px;
	height: 30px;
	background: url('../images/survey/smiley-very-good.svg');
	transition: all 500ms;
	margin: 0 auto;
}

.survey-matrix-smiley .smiley-very-good:hover,
.survey-matrix-smiley .survey-choice.active .smiley-very-good {
	background: url('../images/survey/smiley-very-good-active.svg');
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* FLIPBOARD																												*/

.flipboard {
	margin: 0 0 1.5rem 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.flipboard-card {
	background-clip: padding-box;
	padding: 10px;
	text-align: center;
}

.flipboard-card-timer {
	font-size: 4em;
	line-height: 1em;
}

.flipboard-card-label {
	font-size: 12px;
	line-height: 1em;
}

.flipboard-space {
	padding: 10px;
	font-size: 3em;
	line-height: 1em;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* COOKIE BLOCKER																											*/

.cookie-blocker {
	background: #ffffff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 20px;
	cursor: pointer;
	color: #333333;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	/* -------------------------------------------------------------------------------------------------------------------- */
	/* CARD																													*/

	.card {
		padding: 15px;
	}

	.card-w-thumb {
		min-height: 80px;
		padding-left: 80px;;
	}

	.card-thumb {
		width: 60px;
		height: 60px;
		margin: 0 0 0 -70px;
	}

	.card-title {
		margin: 0 0 5px 0;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* CARD DECK																											*/

	.card-deck {
		margin: -5px;
	}

	.card-deck .card {
		width: calc(50% - 10px);
		margin: 5px;
		padding: 10px;
		float: left;
	}

	.card-deck .card + .card {
		margin: 5px;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* LIST OPTIONS																											*/

	.listoptions {
		margin: 0 0 20px 0;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* AGENDA HEAD																											*/

	.agenda-head .sliderCarousel {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.agenda-head .sliderCarousel .btn {
		width: 70px
	}

	.agenda-head > .handle-right {
		display: none;
	}

	.agenda-head > .handle-left {
		display: none;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* AGENDA (HORIZONTAL)																									*/

	.activity-wrapper {
		left: 50px;
	}

	.agenda-horizontal .agenda-row {
		padding: 0 0 0 50px;
	}

	.agenda-horizontal .gradient-left {
		display: none;
	}

	.agenda-horizontal .gradient-right {
		display: none;
	}

	.agenda-horizontal .activity:focus {
		outline: none;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* AGENDA (VERTICAL)																									*/

	.agenda-vertical .activity {
		min-height: 62px;
	}

	.agenda-vertical .agenda-row {
		margin: 10px 0 0 0;
		padding: 0;
	}

	.agenda-vertical .agenda-row > .time {
		margin: 0 0 5px 0;
		float: none;
	}

	.agenda-vertical .activity:focus {
		outline: none;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* DATA LIST																											*/

	.datalist {
		width: auto;
		display: block;
	}

	.datalist tbody {
		display: block;
	}

	.datalist-header {
		display: none;
	}

	.datalist-subheader {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: stretch;
	}

	.datalist-subheader td {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
		padding: 20px 0 8px 0;
		display: block;
	}

	.datalist-subheader:first-child td {
		border-top: 1px solid rgba(255, 255, 255, 0.4);
		box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(0, 0, 0, 0.4);
	}

	.datalist-row {
		padding: 10px 36px 10px 0px;
		position: relative;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: stretch;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
	}

	.datalist-row:first-child {
		border-top: 1px solid rgba(255, 255, 255, 0.4);
		box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(0, 0, 0, 0.4);
	}

	.datalist-row td {
		border: none;
		box-shadow: none;
		padding: 0;
		display: block;
		order: 2;
	}

	.datalist-row:first-child td {
		border: none;
		box-shadow: none;
	}

	/* ------------------------------------------------------------------------ */
	/* DATALIST - DATA MAIN														*/

	.datalist .data-main {
		max-width: 100%;
		display: block;
		padding: 0;
		order: 1;
		flex: 1 1 auto;
		align-self: auto;
		border-bottom: none;
		box-shadow: none;
	}

	/* ------------------------------------------------------------------------ */
	/* DATALIST - DATA FILES													*/

	.datalist .data-files {
		margin: 10px 0 0 0;
		padding: 0;
		order: 3;
		text-align: left;
		border-bottom: none;
		box-shadow: none;
	}

	.datalist .data-files a + a {
		margin: 0;
	}

	.datalist .data-files a + .dropdown {
		margin: 0 100% 0 0;
	}

	/* ------------------------------------------------------------------------ */
	/* DATALIST - DATA STATUS													*/

	.datalist .data-status {
		font-size: 12px;
		background: rgba(0, 0, 0, 0.05);
		padding: 2px 6px;
		border-radius: 3px;
		position: absolute;
		top: 12px;
		right: 0px;
		z-index: 1;
	}

	/* ------------------------------------------------------------------------ */
	/* DATALIST - DATA OPTIONS													*/

	.datalist .data-options {
		width: auto;
		padding: 0;
		position: absolute;
		top: 10px;
		right: 0;
		display: block;
		border-bottom: none;
		box-shadow: none;
	}

	/* ------------------------------------------------------------------------ */
	/* DATALIST - DATA SELECT													*/

    .datalist .data-select {
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		display: block;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* DIALOG																												*/

	.dialog {
		width: 640px;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* SURVEY																												*/

	/* ------------------------------------------------------------------------ */
	/* SURVEY - GROUP															*/

	.survey-group {
		margin: 0 0 80px 0;
	}

	/* ------------------------------------------------------------------------ */
	/* SURVEY - HEADER															*/

	.survey-group + .survey-group-header {
		margin: 80px 0 80px 0;
	}

	/* ------------------------------------------------------------------------ */
	/* SURVEY - MATRIX															*/

	.survey-matrix .survey-row {
		width: auto;
		display: block;
		padding: 20px;
	}

	.survey-matrix .survey-title {
		padding: 0 0 20px 0;
		display: block;
	}

	.survey-matrix .survey-choices {
		width: auto;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		padding: 10px 0;
	}

	.survey-matrix .survey-choice {
		flex: 1 1 auto;
	}

	.survey-matrix .survey-choice label {
		margin: 0;
	}

	/* ------------------------------------------------------------------------ */
	/* SURVEY SUBGROUP - MATRIX													*/

	.survey-subgroup .survey-matrix .survey-row {
		padding: 15px;
	}

	/* ------------------------------------------------------------------------ */
	/* SURVEY - MATRIX SMILEY													*/

	.survey-matrix-smiley .survey-choices {
		text-align: center;
	}

	/* ------------------------------------------------------------------------ */
	/* SURVEY PAGINATION														*/

	.survey-pagination {
		margin: 30px 0;
	}
}

@media only screen and (max-width: 480px) {
	/* -------------------------------------------------------------------------------------------------------------------- */
	/* CARD																													*/

	.card {
		padding: 10px;
	}

	.card-w-thumb {
		min-height: 80px;
		padding-left: 80px;;
	}

	.card-thumb {
		width: 60px;
		height: 60px;
		margin: 0 0 0 -70px;
	}

	.card-title {
		margin: 0 0 5px 0;
	}

	.card-facts {
		font-size: 12px;
		line-height: normal;
	}

	.card-options {
		position: static;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-content: stretch;
		align-items: center;
		font-size: 12px;
		text-align: left;
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
	}

	.card-options .btn {
		align-self: auto;
	}

	.card-options .badge {
		flex: 3 1 auto;
		align-self: auto;
		margin: 0;
	}

	.card-options .badge span {
		display: inline-block;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* CARD DECK																											*/

	.card-deck {
		margin: 0;
	}

	.card-deck .card {
		width: auto;
		margin: 0;
		padding: 10px;
		float: none;
	}

	.card-deck .card + .card {
		margin: 10px 0 0 0;
	}

	/* ---------------------------------------------------------------------------- */
	/* LIST OPTIONS - SEARCH														*/

	.listoptions .search {
		margin-right: 0;
		float: none;
	}

	.listoptions .search input[type="text"] {
		width: 100%;
	}

	/* ---------------------------------------------------------------------------- */
	/* LIST OPTIONS - SHOW PER PAGE													*/

	.listoptions .showperpage {
		display: none;
	}

	/* ---------------------------------------------------------------------------- */
	/* LIST OPTIONS - SORT BY														*/

	.listoptions .sortby {
		display: none;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* DIALOG																												*/

	.dialog {
		width: 100%;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* SURVEY																												*/

	/* ------------------------------------------------------------------------ */
	/* SURVEY SUBGROUP															*/

	.survey-subgroup {
		padding: 20px 0 30px 20px;
	}

	/* ------------------------------------------------------------------------ */
	/* SURVEY - MATRIX															*/

	.survey-matrix .survey-row {
		padding: 15px;
	}

	.survey-matrix .survey-choices {
		flex-direction: column;
	}

	.survey-matrix .survey-choice {
		width: 100%;
	}
	.survey-matrix .survey-choice:last-child {
		border-bottom: none;
	}

	.survey-matrix .survey-choice label {
		padding: 10px 60px 10px 10px;
		margin: 0;
		text-align: left;
		position: relative;
		white-space: normal;
	}

	.survey-matrix .survey-choice input[type="radio"],
	.survey-matrix .survey-choice input[type="checkbox"] {
		position: absolute;
		right: 10px;
		top: 50%;
		margin: -6px 0 0 0;
	}

	/* ------------------------------------------------------------------------ */
	/* SURVEY SUBGROUP - MATRIX													*/

	.survey-subgroup .survey-matrix .survey-choice input[type="checkbox"],
	.survey-subgroup .survey-matrix .survey-choice input[type="radio"] {
		position: absolute;
	}

	/* ------------------------------------------------------------------------ */
	/* SURVEY - MATRIX SMILEYS													*/

	.survey-matrix-smiley .survey-choices {
		flex-direction: row;
		padding: 0;
	}

	.survey-matrix-smiley .survey-choice {
		border-bottom: none;
		display: table-cell;
	}

	.survey-matrix-smiley .survey-choice label {
		padding: 6px;
		text-align: center;
	}

	/* -------------------------------------------------------------------------------------------------------------------- */
	/* FLIPBOARD																											*/

	.flipboard-card {
		padding: 0;
	}

	.flipboard-card-timer {
		font-size: 2em;
	}

	.flipboard-space {
		font-size: 2em;
	}
}