/*
	MESSENGER
================================================== */

.ctPage-messenger {
	text-align: left;
	padding-left: 45px;
	padding-right: 30px;
	background: rgba(0, 0, 0, 0.85) url('/images/icons/ok-green-white.svg') no-repeat scroll 15px 15px;
}

.ctPage-messenger a.ctPage-messenger-close {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

.ctPage-messenger.error {
	background-color: rgba(0, 0, 0, 0.85);
	background-image: url('/images/icons/ok-red-white.svg');
}

.ctPopup-shadeIsVisible .ctPage-messenger.error {
	background-color: rgba(0, 80, 150, 0.85);
}

.ctPage-messenger.success {
	background-color: rgba(0, 0, 0, 0.85);
	background-image: url('/images/icons/ok-green-white.svg');
}

.ctPopup-shadeIsVisible .ctPage-messenger.success {
	background-color: rgba(0, 80, 150, 0.85);
}

.ctPage-messenger.info {
	background-color: rgba(0, 0, 0, 0.85);
}

.ctPopup-shadeIsVisible .ctPage-messenger.info {
	background-color: rgba(0, 80, 150, 0.85);
}

/*
	GENERIC
================================================== */

.clear {
	clear: both;
	float: none;
	display: block;
}

.hl {
	background-color: #ffff00;
}

.code {
	font-family: Consolas;
	color: #008000;
}

/* Text align */
.textAlignRight {
	text-align: right;
}

.textAlignLeft {
	text-align: left;
}

.textAlignCenter {
	text-align: center !important;
}

.verticalAlignMiddle {
	vertical-align: middle;
}

/* Whitespace wrap */
.whiteSpaceNowrap {
	white-space: nowrap;
}

/* Display */
.displayInlineBlock {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.displayBlock {
	display: block !important;
}

/* Float */
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* Position */
.positionRelative {
	position: relative;
}

.positionAbsolute {
	position: absolute;
}

/* Overflow */
.overflowHidden {
	overflow: hidden;
}

.noOutlineOnFocus:focus {
	outline: none !important;
}

.cursorMove {
	cursor: move;
}

.cursorPointer {
	cursor: pointer;
}

.cursorHelp {
	cursor: help;
}

.visibleOnHover-trigger {
}

.visibleOnHover-trigger .visibleOnHover-item {
	display: none;
}

.visibleOnHover-trigger:hover span.visibleOnHover-item {
	display: inline;
}

.visibleOnHover-trigger:hover div.visibleOnHover-item {
	display: block;
}

/* Margins and paddings
-------------------------------------------------- */

.lastChildNoMargin:last-child {
	margin: 0 !important;
}

/* Margin top */
.marginTop5px {
	margin-top: 5px;
}

.marginTop10px {
	margin-top: 10px;
}

.marginTop15px {
	margin-top: 15px;
}

.marginTop20px {
	margin-top: 20px;
}

.marginTop30px {
	margin-top: 30px;
}

.marginTop40px {
	margin-top: 40px;
}

.marginTop04em {
	margin-top: 0.4em;
}

/* Margin right */
.marginRight5px {
	margin-right: 5px;
}

/* Head entity | separator */
.marginRight10px {
	margin-right: 10px;
}

.marginRight15px {
	margin-right: 15px;
}

.marginRight20px {
	margin-right: 20px;
}

.marginRight30px {
	margin-right: 30px;
}

.marginRight40px {
	margin-right: 40px;
}

/* Margin left */
.marginLeft5px {
	margin-left: 5px;
}

.marginLeft10px {
	margin-left: 10px;
}

.marginLeft15px {
	margin-left: 15px;
}

.marginLeft01em {
	margin-left: 0.1em;
}

.marginLeft20px {
	margin-left: 20px;
}

.marginLeft02em {
	margin-left: 0.2em;
}

.marginLeft30px {
	margin-left: 30px;
}

.marginLeft40px {
	margin-left: 40px;
}

/* Margin bottom */
.marginBottom5px {
	margin-bottom: 5px;
}

/* Margin position*/
.margin0auto {
	margin: 0 auto;
}

/* text p */
.marginBottom7px {
	margin-bottom: 7px;
}

.marginBottom10px {
	margin-bottom: 10px;
}

.marginBottom01em {
	margin-bottom: 0.1em;
}

.marginBottom20px {
	margin-bottom: 20px;
}

.marginBottom15px {
	margin-bottom: 15px;
}

.marginBottom30px {
	margin-bottom: 30px;
}

.marginBottom03em {
	margin-bottom: 0.3em;
}

.marginBottom40px {
	margin-bottom: 40px;
}

/* Padding */

.paddingLeftRight150px {
	padding-left: 150px;
	padding-right: 150px;
}

.paddingLeftRight5px {
	padding-left: 5px;
	padding-right: 5px;
}

.paddingLeftRight1px {
	padding-left: 1px;
}

.padding5px {
	padding: 5px;
}

.padding10px {
	padding: 10px;
}

.padding15px {
	padding: 15px;
}

.padding20px {
	padding: 20px;
}

.padding50px {
	padding: 50px;
}

/* Padding top */
.paddingTop5px {
	padding-top: 5px;
}

.paddingTop10px {
	padding-top: 10px;
}

.paddingTop15px {
	padding-top: 15px;
}

.paddingTop20px {
	padding-top: 20px;
}

.paddingTop02em {
	padding-top: 0.2em;
}

.paddingTop40px {
	padding-top: 40px;
}

/* Padding right */
.paddingRight5px {
	padding-right: 5px;
}

.paddingRight10px {
	padding-right: 10px;
}

.paddingRight15px {
	padding-right: 15px;
}

.paddingRight20px {
	padding-right: 20px;
}

.paddingRight40px {
	padding-right: 40px;
}

.paddingRight02em {
	padding-right: 0.2em;
}

/* Padding bottom */
.paddingBottom5px {
	padding-bottom: 5px;
}

.paddingBottom10px {
	padding-bottom: 10px;
}

.paddingBottom15px {
	padding-bottom: 15px;
}

.paddingBottom20px {
	padding-bottom: 20px;
}

.paddingBottom02em {
	padding-bottom: 0.2em;
}

.paddingBottom30px {
	padding-bottom: 30px;
}

.paddingBottom40px {
	padding-bottom: 40px;
}

/* Padding left */
.paddingLeft5px {
	padding-left: 5px;
}

.paddingLeft10px {
	padding-left: 10px;
}

.paddingLeft15px {
	padding-left: 15px;
}

.paddingLeft20px {
	padding-left: 20px;
}

.paddingLeft30px {
	padding-left: 30px;
}

.paddingLeft40px {
	padding-left: 40px;
}

/* Row
-------------------------------------------------- */

.row {
	display: block;
}

.row div.cell {
	float: left;
	min-height: 1px;
}

.row div.cell.cell10 {
	width: 10%;
}

.row div.cell.cell15 {
	width: 15%;
}

.row div.cell.cell20 {
	width: 20%;
}

.row div.cell.cell25 {
	width: 25%;
}

.row div.cell.cell30 {
	width: 30%;
}

.row div.cell.cell33 {
	width: 33.33%;
}

.row div.cell.cell35 {
	width: 35%;
}

.row div.cell.cell40 {
	width: 40%;
}

.row div.cell.cell50 {
	width: 50%;
}

.row div.cell.cell60 {
	width: 60%;
}

.row div.cell.cell66 {
	width: 66.66%;
}

.row div.cell.cell70 {
	width: 70%;
}

.row div.cell.cell80 {
	width: 80%;
}

/*
	MODERATOR WANING
================================================== */

.moderatorWarning {
	background-color: red;
	color: #ffffff;
}

/*
	MODERATOR CONROL
================================================== */

.moderatorControl {
	position: absolute;
	display: block;
	padding: 3px;
	background-color: greenyellow;
	color: #000000;
	width: 2px;
	height: 2px;
	overflow: hidden;
	text-decoration: none;
}

.moderatorControl:hover {
	background-color: #f8bbd0;
	width: auto;
	height: auto;
}

.moderatorControl.stickedLeft {
	top: 3px;
	left: 3px;
}

.moderatorControl.stickedRight {
	top: 3px;
	right: 3px;
}

/*
	MODERATOR PANEL
================================================== */

div.moderatorPanel {
	color: #000000;
	font-size: 15px;

	position: fixed;
	z-index: 7000;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	overflow: hidden;

	-webkit-transition: width 0.1s linear 0.3s;
	-moz-transition: width 0.1s linear 0.3s;
	-o-transition: width 0.1s linear 0.3s;
	transition: width 0.1s linear 0.3s;
}

div.moderatorPanel a {
	color: #000000;
	text-decoration: underline;
}

div.moderatorPanel a:hover {
	text-decoration: none;
}

div.moderatorPanel.fixed,
div.moderatorPanel.opened,
div.moderatorPanel:hover {
	width: 600px; /* ~ 4 panel by 140 */
	height: auto;
}

div.moderatorPanel > div.wrapper {
	width: 600px; /* ~ 4 panel by 140 */
}

div.moderatorPanel div.trigger {
	width: 30px;
	height: 30px;
	margin-right: 3px;
	line-height: 30px;
	text-align: center;
	background-color: #f8bbd0;
	float: left;
}

div.moderatorPanel div.item {
	float: left;
}

div.moderatorPanel div.item > div.caption {
	height: 20px;
	padding: 5px;
	line-height: 20px;
	background-color: #f8bbd0;
	margin-right: 3px;
	box-sizing: content-box;
}

div.moderatorPanel div.item > div.content {
	position: relative;
	display: none;
	padding: 20px 5px 5px 5px;
	margin-top: 3px;
	background-color: #f8bbd0;
	box-sizing: content-box;
	max-height: 500px;
	overflow: auto;
}

div.moderatorPanel div.item:hover > div.content,
div.moderatorPanel div.item > div.content.fixed {
	display: block;
}

div.moderatorPanel div.item > div.content .fixingCheckbox {
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	color: #ffffff;
}

div.moderatorPanel div.item:hover > div.content.db,
div.moderatorPanel div.item:hover > div.content.cache,
div.moderatorPanel div.item > div.content.db.fixed,
div.moderatorPanel div.item > div.content.cache.fixed {
	width: 407px;
	margin-left: -280px;
	font-size: 13px;
	line-height: 130%;
}

/*
	BROWSERHAPPY
================================================== */

div.browsehappy {
	padding: 20px;
	background-color: red;
	color: #ffffff;
	font-size: 24px;
	line-height: 130%;
	text-align: center;
}

div.browsehappy a {
	color: #ffffff;
	text-decoration: underline;
}

div.browsehappy a:hover {
	text-decoration: none;
}

/*
	ADDTHIS 20x20
================================================== */
/*http://stackoverflow.com/questions/34664610/addthis-button-size-class-stopped-working*/
.addthis_20x20_style .at-icon-wrapper,
.addthis_20x20_style .at-icon {
    height:20px !important;
    width:20px !important;
}

/*
	FORMS
================================================== */

.locker {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: #ffffff;
	opacity: 0.5;
}

/*
	RESPONSIVE VIDEO IFRAME
================================================== */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
	Idea vote result block
================================================== */
.voteResultLine {
	margin: 11px 0 10px 0;
	width: 100%;
	background-color: #999999;
}

.voteResultLine > .left,
.voteResultLine > .right {
	position: relative;
	height: 20px;
}

.voteResultLine > .left::before,
.voteResultLine > .right::before {
	position: absolute;
	content: "";
	height: 20px;
	width: 5px;
}

.voteResultLine > .left {
	float: left;
}

.voteResultLine > .left,
.voteResultLine > .left::before {
	background-color: #009a00;
}

.voteResultLine > .left::before {
	right: 0;
	bottom: 20px;
}

.voteResultLine > .right {
	float: right;
}

.voteResultLine > .right,
.voteResultLine > .right::before {
	background-color: #a40c13
}

.voteResultLine > .right::before {
	left: 0;
	top: 20px;
}