body
{
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

main
{
	flex: 1 0 auto;
	margin-bottom: 2% !important;
}

h1
{
	text-align: center;
	font-size: 7vh;
}

h2
{
	font-size: 5vh;
}

h3
{
	font-size: 4vh;
}

textarea[rows]
{
	height: unset;
}

.breakWord
{
	word-wrap: break-word;
}

.bold
{
	font-weight: bold;
}

.uppercase
{
	text-transform: uppercase;
}

.lowercase
{
	text-transform: lowercase;
}

.capitalize
{
	text-transform: capitalize;
}

.justify-align
{
	text-align: justify;
}

.stickyTop
{
	position: sticky;
	top: 0px;
	z-index: 3;
}

ul.horizontal, ol.horizontal
{
	text-align: center;
}

ul.horizontal li, ol.horizontal li
{
	display: inline-block;
}

ul.withoutType
{
	list-style-type: none;
}

div.haveComboBox
{
	width: 20%;
	display: inline-block;
}

iframe.youtube
{
	width: 560px;
	height: 315px;
	border: none;
}

.chip
{
	background-color: white !important;
}

.flexOneRow
{
	display: flex;
	flex-wrap: nowrap;
}

.flexSpace
{
	flex: 1;
}

.inlineB
{
	display: inline-block !important;
}

.orangeContour
{
	text-shadow:
		orange 1px 1px,
		orange -1px 1px,
		orange -1px -1px,
		orange 1px -1px;
}

.progress
{
	height: 16px;
	margin: 2px;
}

.progressStart
{
	width: 0px;
	transition: width 5s !important;
}

.strikeAround
{
	text-align: center;
	overflow: hidden;
	font-size: 26px;
	font-family: georgia;
}

.click:hover
{
	cursor: pointer;
}

.chip .delete
{
	cursor: pointer;
	float: right;
	font-size: 16px;
	line-height: 32px;
	padding-left: 8px;
}

.image a
{
	cursor: zoom-in;
}

.image img
{
	max-width: calc(100% - 30px);
	height: 160px;
	position: relative;
}

.imageDisplay img
{
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 9999;
	transition: all 1s ease-out;
}

.imageDisplay span
{
	position: fixed;
	bottom: 10px;
	left: 5px;
}

.placeholder-image
{
	height: 160px;
	background-color: #DAD55E;
	border: 2px dashed white;
}

.uploadImage
{
	background: palegreen;
	width: 100%;
	height: 160px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
}

.uploadImage.in
{
	width: 600px;
	height: 200px;
	line-height: 200px;
	font-size: larger;
}

.uploadImage.hover
{
	background: lawngreen;
}

.uploadImage.fade
{
	transition: all 0.3s ease-out;
	opacity: 1;
}

.buttonListImage
{
	position: relative;
	right: 16px;
	top: -150px;
}

.listImage li, #languageChoice li
{
	padding: 5px;
	min-height: 0px !important;
}

.listImage li.divider
{
	padding: 0px;
}

.ui-effects-transfer
{
	border: 2px dotted gray;
}

@media only screen and (min-width: 601px)
{
	.strikeAround:before, .strikeAround:after
	{
		content: '';
		width: 100%;
		border-bottom: black solid;
		display: inline-block;
		vertical-align: middle;
	}
	
	.strikeAround:before
	{
		margin-left: -100%;
		margin-right: 1em
	}

	.strikeAround:after
	{
		margin-right: -100%;
		margin-left: 1em;
	}
}

.pointer
{
	cursor: pointer;
}

/* TableSorter */

.tablesorter-header:not(.sorter-false)
{
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-repeat: no-repeat;
	background-position: center right;
}

.tablesorter-headerAsc
{
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7) !important;
}

.tablesorter-headerDesc
{
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7) !important;
}

@media only screen and (max-width: 992px)
{
	table.responsive-table th
	{
		padding-right: 20px;
	}
}