﻿/* Scrollbar */
::-webkit-scrollbar {
	width: 15px;
	height: 15px;
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: #5a88a6;
	border: 0px none #ffffff;
	/*border-radius: 50px;*/
}

	::-webkit-scrollbar-thumb:hover {
		background: #5a88a6;
	}

	::-webkit-scrollbar-thumb:active {
		background: #5a88a6;
	}

::-webkit-scrollbar-track {
	background: #06344c;
	border: 0px none #ffffff;
	/*border-radius: 50px;*/
}

	::-webkit-scrollbar-track:hover {
		background: #06344c;
	}

	::-webkit-scrollbar-track:active {
		background: #06344c;
	}

::-webkit-scrollbar-corner {
	background: transparent;
}

/* HTMLTemplate Index.aspx */
.htmltemplate-fieldset-search {
	width: 400px;
	margin-right: 50px;
}

.htmltemplate-fieldset-action {
	width: 200px;
	height: fit-content;
}

.htmltemplate-container-list {
	flex-wrap: wrap;
	display: flex;
	justify-content: flex-start;
}

.htmltemplate-container {
	width: fit-content;
	background-color: #eee;
	border-radius: 12px;
	padding: 10px;
	max-width: 400px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-right: 30px;
}

	.htmltemplate-container > img {
		height: 162px;
		width: 288px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.htmltemplate-container > h3 {
		text-overflow: ellipsis;
		margin: 0;
		font-size: large;
	}

.htmltemplate-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

/* EditableMediaModel.ascx */
/* début */
table.round_table {
	border-spacing: 0 5px;
	border: none;
}

	table.round_table th {
		color: white;
		background-color: rgb(70, 116, 149);
		border-color: rgb(70, 116, 149);
		border-bottom-color: rgb(0,0,0);
	}

	table.round_table tbody td {
		background-color: rgb(230, 238, 238);
	}

.round_table tr:first-child th:first-child {
	border-top-left-radius: 6px;
}

.round_table tr:first-child th:last-child {
	border-top-right-radius: 6px;
}

.round_table tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
}

.round_table tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
}

.descriptionRigthInInput,
.descriptionRigthInInput2,
.descriptionRigthInInput3 {
	float: right;
	margin-left: 75px;
	color: rgb(70, 116, 149);
	position: relative;
	margin-right: 9px;
	width: auto;
	border: 0px;
	padding-top: 5px;
}

.descriptionRigthInInput {
	margin-bottom: -28px;
}

.descriptionRigthInInput3 {
	margin-bottom: -43px;
}

.descriptionRigthInInput2 {
	margin-bottom: -39px;
}

labelForInput2, .labelForInput3, .labelForInput, .labelInInput {
	position: absolute;
	cursor: initial;
	font-style: normal;
	margin-left: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgb(255, 255, 255);
	transition: margin-top 0.3s linear, font-size 0.3s linear;
}

.labelForInput2, .labelForInput3 {
	font-size: 12px;
	margin-top: -1px;
	border: 0px;
	padding-bottom: 0px;
	width: auto;
}

.labelForInput {
	font-size: 12px;
	margin-top: -10px;
	border: 0px;
	padding-bottom: 0px;
	width: auto;
}

.labelInInput {
	font-size: 17px;
}

.labelForInput3 {
	margin-top: -17px;
}

#timePan {
	border-bottom-width: 8px;
}

.radioButtonsSection {
	margin-bottom: 18px;
	margin-top: 13px;
	text-align: center;
}
/* fin */

/* Style générique */
* {
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: "Trebuchet MS",Verdana,Helvetica,Sans-Serif;
	max-width: 100vw;
	width: 100%;
	font-size: 1rem;
	color: rgb(0,0,0);
	background-color: #F0F4FA;
}

header,
footer,
nav,
section {
	display: block;
}

article, aside {
	display: flex;
	flex-direction: column;
}

main {
	padding: 2.5vw;
	position: absolute;
	left: 60px;
	right: 0px;
}

h1 {
	font-size: 2rem;
	padding: 0;
	margin: 10px 0;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.5rem;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

h4 {
	font-size: 1.2rem;
	margin: 0.6rem 0;
}

h5, h6 {
	font-size: 1.1rem;
	margin-top: 0.55rem;
	margin-bottom: 0.55rem;
}

a:link {
	color: rgb(39, 93, 132);
	text-decoration: none;
}

a:visited {
	color: rgb(39, 93, 132);
}

a:hover, a:focus {
	color: rgb(109, 152, 182);
}

a:active {
	color: rgb(29, 96, 255);
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6rem;
}

ul, ol {
	padding-left: 20px;
}

li p {
	margin: 0.2rem;
}

ol ul {
	padding-left: 15px;
	margin-bottom: 5px;
}

ol ol {
	margin-bottom: 5px;
}

label {
	margin-left: 5px;
}

input[type=button] {
	white-space: normal;
}

/* Classe spécialiser */
.menu_home.home_logo_icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position-x: -10px;
	background-position-y: -10px;
	background-size: 200%;
}

.row_section > .row {
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 3px;
}

	.row_section > .row:nth-child(odd) {
		background-color: rgb(255, 255, 255);
	}

	.row_section > .row:nth-child(even) {
		border-color: rgb(209, 236, 255);
		background-color: rgb(209, 236, 255);
	}

	.row_section > .row.rowSelect {
		background-color: rgb(226, 241, 255);
		border-color: rgb(70, 116, 149);
	}

	.row_section > .row:hover {
		background-color: rgb(255, 255, 255);
		border-color: rgb(70, 116, 149);
	}

.colone {
	display: flex;
	flex-direction: column;
}

table.tablesorter thead tr .header {
	padding-right: 20px;
}

.personal-accordeon h4 {
	display: block;
	width: 100%;
	margin: 0;
}

	.personal-accordeon h4 + div {
		border: solid 1px rgb(70, 116, 149);
		background-color: rgb(230, 238, 238);
		padding: 15px;
		overflow: auto;
	}

	.personal-accordeon h4 button {
		max-width: 100%;
		width: 100%;
		border-radius: 0;
		margin: 0;
		border-style: solid;
		border-color: rgb(255,255,255);
		border-bottom-width: 2px;
		border-collapse: collapse;
	}

	.personal-accordeon h4 .buttonSelect {
		border-color: rgb(109, 152, 182);
	}

		.personal-accordeon h4 .buttonSelect:hover,
		.personal-accordeon h4 .buttonSelect:focus {
			border-color: rgb(255, 255, 255);
		}

.yellow-alert-media-out-schedule {
	background-color: rgb(255,244,142);
	color: rgb(91, 0, 10);
}

.red-alert-media-out-schedule {
	background-color: rgb(241,84,86);
}

.data-state-img {
	margin: 0 0 0 0;
	height: 28px;
	width: 28px;
}

.section-permission article {
	background-color: rgb(241, 242, 243);
	border: solid 1px rgb(70, 116, 149);
	margin: 30px auto;
	padding: 15px;
}

article.small {
	margin: 5px auto;
}

.section-permission article.temporaire {
	background-color: rgb(226, 241, 255);
}

.section-permission article > div, .section-permission aside > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.section-permission article a {
	color: inherit;
}

.section-permission h2 {
	margin: 15px 0;
}

.section-permission h3 {
	margin-left: 0px;
	margin-right: 0px;
}

.section-permission ul {
	padding: 0 0 0 40px;
	justify-content: space-between;
}

	.section-permission ul li {
		margin-bottom: 5px;
	}

.div_buttons div, .div_buttons {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

ul.home_section, .navigateur ul {
	padding: 0;
}
ul.home_section {
	margin-top: 0px;
}

header.navigateur {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #075781;
	height: 100vh;
	color: rgb(255,255,255);
	font-weight: bold;
	border-left: none;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 5px;
	z-index: 9999;
	width: 100%;
	max-width: 61px;
	transition: max-width 1s;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

	header.navigateur:hover, header.navigateurFocus {
		max-width: 246px;
		transition: max-width 0.3s;
	}

	header.navigateur li.elementMenu > div,
	header.navigateur div.elementMenu > div,
	header.navigateur a .btnMenu,
	header.navigateur .btnSousMenu a,
	header.navigateur a .btnSousMenu {
		border-width: 3px;
		border-style: solid;
		border-color: transparent;
		padding: 0 10px 0 0;
	}

		header.navigateur a:focus .btnMenu,
		header.navigateur .btnSousMenu a:focus,
		header.navigateur a:focus .btnSousMenu {
			border-width: 3px;
			border-style: solid;
			border-color: rgb(0,0,0);
			background-color: rgb(255, 255, 255);
			color: rgb(70, 116, 149);
		}

		header.navigateur .btnSousMenu a:focus {
			position: relative;
			left: -6px;
			padding-left: 1px;
			padding-right: 1px;
		}

.subNav > ul {
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: lightgray;
	padding-top: 5px;
	padding-bottom: 5px;
}

	.subNav > ul:first-child {
		border-top: 1px solid lightgray;
	}

.subNav .elementMenu {
	padding: 10px 5px 5px 0;
}

#title {
	width: 100%;
	height: auto;
	text-align: center;
	min-height: 20%;
}

	#title a {
		display: block;
		text-align: center;
		height: 100%;
		width: 100%;
	}

		#title a #img_logo_start {
			margin-left: auto;
			margin-right: auto;
			width: 80%;
			height: 100%;
			background-size: contain;
			background-position-x: center;
			background-position-y: center;
			background-repeat: no-repeat;
			background-color: transparent;
			background-image: url('/Content/images/Master-Intenso_logotransparent_BLANC.png');
		}

.elementMenu {
	display: block;
	white-space: nowrap;
}

.btnMenu {
	text-decoration: none;
	color: rgb(255,255,255);
	width: 100%;
	cursor: pointer;
	white-space: nowrap;
}

header.navigateur .btnSousMenu:hover {
	border-left: solid 2px rgb(255,255,255);
	padding-right: 8px;
}

.btnMenu a:focus,
.btnSousMenu a:focus,
.btnMenu a:active,
.btnSousMenu a:active {
	color: rgb(70, 116, 149);
	background-color: rgb(255,255,255);
}

.btnMenu p, .btnMenu > div {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}

.btnMenu p {
	margin-left: 5px;
}

.inverseColor {
	background-color: rgb(255,255,255);
	color: rgb(70, 116, 149);
}

.btnMenu .flecheSousMenu {
	margin-left: 5px;
}

.btnSousMenu {
	color: rgb(255,255,255);
	overflow: initial;
	padding: 10px;
	cursor: pointer;
}

	.btnSousMenu a {
		display: inline-block;
		color: inherit;
		margin: 0;
		padding: 0;
		margin-left: 10px;
		white-space: normal;
		width: 100%;
	}

.fleche.flecheVersBas, .buttonSelect .fleche {
	transform: rotate(-135deg);
	border-color: rgb(70, 116, 149);
}

.flecheSousMenu {
	overflow: visible;
	padding: 10px;
	padding-left: 6vw;
	padding-right: 4vw;
}

.fleche {
	border: solid rgb(255,255,255);
	border-width: 0 3px 3px 0;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
}


.btnMenu:hover .menu_icon {
	background-position-y: 100%;
	transform: scale(1.6);
}

	.btnMenu:hover .menu_icon.menu_selected {
		background-position-y: 100%;
		transform: scale(1.2);
	}

	.btnMenu:hover .menu_icon.profile {
		background-position-y: 0%;
		transform: scale(0.8);
		background-position-y: center;
	}

	.btnMenu:hover .menu_icon.menu_selected.profile {
		transform: scale(1.2);
	}

.menu_icon {
	width: 40px;
	height: 40px;
	background-size: 100%;
	background-position-x: center;
	background-repeat: no-repeat;
	background-origin: content-box;
	overflow-y: hidden;
	transition: ease 0.2s transform;
	border-radius: 50%;
}

	/* profile picture*/
	.menu_icon.profile {
		transform: scale(0.5);
		background-position-y: center;
	}

	.menu_icon.menu_selected.profile {
		transform: scale(1);
	}

#barTop_btnMenu {
	width: 40px;
	height: 40px;
	margin: 0 5px;
	background-image: url('/Content/images/MediaData.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-origin: content-box;
	padding: 0;
	border: 0;
}

.menu_dashboard {
	background-image: url('/Content/images/boxes.png');
}

.menu_dashboard_selected {
	background-image: url('/Content/images/boxes_selected.png');
}

.menu_home {
	background-image: url('/Content/images/home.png');
}

.menu_home_selected {
	background-image: url('/Content/images/home_selected.png');
}

.menu_playlists, .menu_screenlists {
	background-image: url('/Content/images/playlists.png');
}

.menu_playlists_selected, .menu_screenlists_selected {
	background-image: url('/Content/images/playlists_selected.png');
}

.menu_medias {
	background-image: url('/Content/images/medias.png');
}

.menu_medias_selected {
	background-image: url('/Content/images/medias_selected.png');
}

.menu_reports {
	background-image: url('/Content/images/reports.png');
}

.menu_reports_selected {
	background-image: url('/Content/images/reports_selected.png');
}

.menu_settings {
	background-image: url('/Content/images/settings.png');
}

.menu_settings_selected {
	background-image: url('/Content/images/settings_selected.png');
}

.menu_help {
	background-image: url('/Content/images/help.png');
}

.menu_help_selected {
	background-image: url('/Content/images/help_selected.png');
}

.menu_download {
	background-image: url('/Content/images/download.png');
}

.menu_download_selected {
	background-image: url('/Content/images/download_selected.png');
}

.menu_account {
	background-image: url('/Content/images/userProfile.png');
}

.menu_account_selected {
	background-image: url('/Content/images/userProfile_selected.png');
}

.menu_languages {
	background-image: url('/Content/images/languages.png');
}

.menu_logoff {
	background-image: url('/Content/images/logoff.png');
}

/*<!-- Menu mobile -->*/
#top_banner .barTop {
	position: fixed;
	padding: 5px;
	display: flex;
}

#top_banner div {
	overflow: hidden
}

.barTop {
	width: 100vw;
	max-width: 100%;
	height: 40px;
	color: rgb(255,255,255);
	display: none;
	justify-content: space-between;
}

	.barTop p {
		margin: 0px;
		padding: 0px;
		font-size: 1.5rem;
	}

	.barTop ul {
		line-height: normal;
	}

	.barTop img {
		height: 90%;
		margin-right: 2%;
	}

	.barTop > div:nth-child(2) {
		max-width: 60%;
	}

	.barTop > div > a > div {
		color: rgb(255,255,255);
	}

	.barTop .noSelect {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
	}

		.barTop .noSelect a {
			padding-right: 15px;
		}

#btnMenu {
	height: 100%;
}

.navigateur.noSelect .subNav {
	padding: 0 4px;
}

/** Views ----> version ----> index.aspx **/

.maxContent {
	max-width: max-content;
}

.red {
	background-color: rgba(255,0,0, 1);
	color: rgb(255,255,255);
	transition: background-color 500ms linear;
	transition: color 500ms linear;
}

/** Views ----> Shared ----> Site_Restricted.Master **/
.clear-both, .clear {
	clear: both;
}

/** Views ----> Shared ----> ScreensPreview.ascx **/
#ScreensPreview {
	width: 100%;
}

/** Views ----> ScreenGroop ----> index.aspx **/
.KeyInput input {
	width: 160px !important;
}

.DurationInput input {
	width: 80px !important;
}

/** Views ----> Report ----> ScreenCapture **/

.conteneur_elem_align_top {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

.conteneur-screenshot {
	margin: 10px;
	width: auto;
	min-width: 180px;
	/*text-align: center;*/
}

	.conteneur-screenshot img {
		max-height: 150px;
		max-width: 100%;
	}

/** Views ----> Report ----> ProofOfPlay.aspx **/
.archived {
	text-decoration: line-through;
}

.section-client {
	margin-bottom: 15px;
}

	.section-client h1 {
		display: inline-block;
	}

		.section-client h1 + a {
			margin-left: 10px;
		}

.container {
	display: flex;
	gap: 5px;
	align-items: center;
}

.space {
	flex-grow: 2;
}

.details {
	text-align: right;
	padding-right: 5px;
	font-size: smaller;
}

.media-cursor:hover {
	cursor: pointer;
	/*background-color: rgb(179,223,255);*/
}

#expand-collapse {
	font-weight: 600;
	font-size: larger;
}

/** Views ----> Playlist ----> PlayerScreenList.aspx **/
/* simulate href */
.grab {
	cursor: -webkit-grab;
	cursor: grab;
}

.player-list, .screen-list {
	width: calc(50% - 2px);
	float: left;
	min-height: 30px;
	border: 1px solid rgb(70, 116, 149);
	background: rgb(226, 241, 255);
}

.num-list {
	width: calc(100% - 2px);
	float: left;
	border: 1px solid rgb(70, 116, 149);
	background: rgb(226, 241, 255);
	line-height: 1rem;
}

	.num-list > span {
		min-height: 0px;
	}

.medium-column {
	min-width: 240px;
}

/************/
/* Sections */

#tree > ul.dynatree-container {
	border: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.XmlTree {
	display: inline-block;
	vertical-align: top;
	padding-right: 7em;
	width: 375px;
}

#playlist > select {
	height: 36px;
}

/* elem */
.widget {
	border: 1px solid rgb(70, 116, 149);
	background-color: rgb(255,255,255);
	color: rgb(0, 0, 0);
	word-wrap: break-word;
	float: left;
	clear: left;
	width: 100%;
	max-width: calc(100% - 2px);
}

	.widget.archived {
		background-color: rgb(255,0,0);
		color: rgb(255,255,255);
	}

.ui-icon.ui-icon-alert {
	float: left;
	margin: 0 7px 20px 0;
}

/** Views ----> PlayList ----> Manage.aspx **/
#dialog-delete span.ui-icon-alert,
#dialog-remove-screen span.ui-icon-alert,
#dialog-remove-media span.ui-icon-alert {
	float: left;
	margin: 0 7px 20px 0;
}

/** Views ----> PlayList ----> index.aspx **/

#topPage div {
	width: auto;
}

#topButtons {
	display: flex;
	flex-wrap: nowrap;
}

.topButton {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.topListButton {
	width: auto;
	margin-right: 4px;
	margin-left: 4px;
	padding: 5px;
}

.listButton {
	width: 20px;
	height: auto;
	cursor: pointer;
}

.sideButtonImage {
	height: 45px;
}

.clientDiv {
	background-color: rgb(230, 238, 238);
	border: 2px solid rgb(70, 116, 149);
	margin-top: 25px;
	min-height: 55px;
	padding: 10px 5px;
	display: inline-block;
	vertical-align: top;
	border-style: ridge;
	width: 100%;
	overflow: hidden;
}

	.clientDiv article,
	.clientDiv aside {
		margin: 15px;
		padding: 15px;
		background-color: rgb(209, 236, 255);
		border-color: rgb(109, 152, 182);
		border-style: solid;
		border-width: 1px;
		overflow: hidden;
	}

.clientHeader {
	color: rgb(0,0,0);
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}

.filterArrow {
	white-space: nowrap;
	width: 18px;
}

.div_fieldset {
	margin-left: 50px;
	float: left;
}

#btnLegend {
	position: relative;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	padding: 15px;
	cursor: help;
	display: inline-block;
	float: right;
	vertical-align: middle;
}

	#btnLegend:hover #legend {
		display: initial;
	}

#legend {
	display: none;
	position: absolute;
	right: 100%;
	top: -10px;
	color: rgb(0,0,0);
}

#search {
	display: inline-block;
	max-width: 50%;
}

	#search > h2, #search > select {
		display: inline-block;
	}

.ecran_media_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
}

/*Add screens and media*/

#dialogMediaAdd {
	top: 0%;
	right: 60%;
}

.addMediaOrScreen:hover, .addMediaOrScreen:focus,
.addPlayerOrScreen:hover, .addPlayerOrScreen:focus {
	color: rgb(0,0,0);
	background-color: rgb(209, 236, 255);
}

.addMediaOrScreenSelected, .addPlayerOrScreenSelected {
	background-color: rgb(39, 93, 132);
	color: rgb(255,255,255);
}

	.addMediaOrScreenSelected:hover,
	.addPlayerOrScreenSelected:hover {
		background-color: rgb(39, 93, 132);
		color: rgb(255,255,255);
		border-color: rgb(209, 236, 255);
		border-style: solid;
		border-width: 3px;
	}

		.addMediaOrScreenSelected label,
		.addPlayerOrScreenSelected:hover label {
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 2px;
			padding-right: 2px;
		}
/* <!-- Mobile -->  */
.ligneMedia {
	height: 50px;
}

	.ligneMedia > td:first-child {
		width: 25px;
	}

	.ligneMedia > td:nth-child(3) {
		text-align: center;
	}

	.ligneMedia > td:last-child {
		text-align: center;
	}

.dialog-add fieldset {
	overflow-y: scroll;
	margin-top: 10px;
	border: rgb(0,0,0) solid 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	min-width: 40vw;
	height: 50vh;
}

.dialog-add label {
	display: block;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	white-space: nowrap;
	margin-right: 15px;
}

.dialog-add input {
	width: 100%;
}

option:checked {
	background-color: rgb(39, 93, 132);
	color: rgb(255,255,255);
}

.img-small {
	margin: 0 0 0 0;
	height: 28px;
	height: 28px;
}

/** Views ----> Player ----> ViewPlayer.aspx **/

.player_value_warning span {
	background-color: rgb(255, 255, 0);
	color: rgb(0,0,0);
	padding: 2px;
}

.player_value_error span {
	background-color: rgb(255, 0, 0);
	color: rgb(255,255,255);
	padding: 2px;
}

.player_value_hide #ping {
	display: none;
}

tr.deleted_player_media {
	background-color: rgb(241, 242, 243);
}

.ui-widget,
.ui-widget button,
.ui-widget input {
	font-family: inherit;
	font-size: inherit;
}

.ui-widget-header {
	border-radius: 5px;
	color: rgb(255,255,255);
	background-color: rgb(39, 93, 132);
}

.ui-dialog-buttonset .ui-button, a.ui-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: rgb(70, 116, 149);
	max-width: 300px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 15px;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	color: rgb(255,255,255);
	font-weight: bold;
	text-align: center;
	word-break: keep-all;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(70, 116, 149);
	transition: background-color 250ms linear, color 250ms linear;
}

	.ui-dialog-buttonset .ui-button:hover,
	a.ui-button:hover,
	.ui-dialog-buttonset .ui-button:focus,
	a.ui-button:focus {
		border-style: solid;
		border-width: 2px;
		border-color: rgb(70, 116, 149);
		background-color: rgb(255,255,255);
		color: rgb(70, 116, 149);
	}

	.ui-dialog-buttonset .ui-button:active,
	.ui-state-active,
	.ui-widget-content
	.ui-state-active,
	.ui-widget-header
	.ui-state-active,
	a.ui-button:active,
	.ui-button:active,
	.ui-button.ui-state-active:hover {
		color: rgb(255, 255, 255);
		background-color: rgb(0, 115, 230);
	}

a.ui-spinner-button.ui-button {
	display: block;
	cursor: pointer;
	background-color: rgb(255, 255, 255);
	max-width: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	padding: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
}

	a.ui-spinner-button.ui-button:hover,
	a.ui-spinner-button.ui-button:focus {
		z-index: 5;
		border-color: transparent;
	}

.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
}

.ui-button.custom-combobox-toggle, .ui-button.custom-combobox-toggle:hover {
	margin: 0;
	padding: 5px;
	height: 100%;
	right: 0;
	width: 25px;
}

	.ui-button.custom-combobox-toggle .fleche, button .fleche {
		transition-property: border-color;
		transition-duration: 250ms;
		transition-property: transform;
		transition-duration: 250ms;
	}

	.ui-button.custom-combobox-toggle:hover .fleche,
	button:hover .fleche,
	button:focus .fleche,
	.buttonSelect .fleche {
		border-color: rgb(70, 116, 149);
	}

button .fleche {
	margin-left: 10px;
}

.custom-combobox {
	position: relative;
	display: inline-block;
	padding-right: 25px;
}

.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* support: IE7 */
	*height: 1.7rem;
	*top: 0.1rem;
}

.custom-combobox-input {
	margin: 0;
	padding: 0.3rem;
}

.small-section {
	max-width: 350px;
	justify-content: space-between;
	align-items: center;
}

	.small-section input {
		width: 100%;
		max-width: 200px;
	}

.medium-section {
	max-width: 450px;
	justify-content: space-between;
	align-items: center;
}

	.medium-section input {
		width: 100%;
		max-width: 200px;
	}

#playerPassword {
	font-family: monospace;
	border: none;
	border-width: 0;
	box-shadow: none;
	cursor: pointer;
	outline: none; /* chrome bug */
}

.password {
	font-family: monospace;
	font-weight: bold;
	font-size: 1.2rem;
}

#PlayerDetails {
	margin-top: 10px;
}

.base-list li {
	list-style: none;
	margin-top: 10px;
}

figure img {
	height: 100px;
}

figcaption {
	text-align: center;
}

#screenSynchronizationGroupEdit div {
	display: inline-block;
}

#screenSynchronizationGroupEdit a:nth-child(2) {
	margin-left: 35px;
}

input[type=range], input[type=range].text-box.single-line {
	width: 88%;
}

.rangeInputVal {
	padding-left: 15px;
}

/** Views ----> Player ----> PlayerDataViewModel.ascx **/
#tag_input {
	display: inline;
}

#addTag {
	display: inline;
	padding: 5px;
	margin-bottom: 0;
}

#tag_selection {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
}

.dropdown-tag {
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

	.dropdown-tag p {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

		.dropdown-tag p:hover {
			background-color: #ddd;
		}

.deleteTags {
	width: 25px;
	margin-left: 5px;
	vertical-align: middle;
}

.tag {
	background-color: rgb(39, 93, 132);
	color: white;
	border-radius: 25px;
	padding: 0px 5px;
	font-style: italic;
	font-size: 0.75em;
	margin: auto 2px;
	user-select: none;
	-moz-user-select: none;
}

#HomeEditMenu {
	user-select: none;
	-moz-user-select: none;
}

#HomeEditMenuParent, #EditPlayerGroupModalParent {
	position: fixed;
}

/** Views ----> Player ----> EditPlayerScreens.aspx **/
.PositionPanel input {
	width: 100px;
}

.SizePanel input {
	width: 100px;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/

.display-label,
.editor-label {
	margin: 1rem 0 0 0;
}

.display-label-bold,
.editor-label-bold {
	margin: 1rem 0 0 0;
	font-weight: bold;
}

.display-field,
.editor-field {
	margin: 0.5rem 0 0 0;
}

.text-box {
	max-width: 30rem;
}

	.text-box.single-line {
		width: 100%;
	}

	.text-box.multi-line {
		height: 6.5rem;
	}

.tri-state {
	width: 6rem;
}

.allMediaTree {
	width: 25%;
	float: left;
}

.scheduleMediaTree {
	width: 25%;
	float: left;
}

.infoMediaDiv {
	float: left;
	width: 25%;
}

.removeSectionDiv {
	float: left;
	width: 10%;
	height: 5%;
}

.livespell_textarea {
	min-height: 20px !important;
}

/** Views ----> MediaDataTemplate ----> EditorTemplates ----> MediaDataTemplateModel.ascs **/
img.SuggestedValueImageValue {
	max-width: 150px;
	max-height: 100px;
}

/** Views ----> MediaDataTemplate ----> EditorTemplates ----> MediaDataTemplateEntityModel.ascs **/

.StringValue {
	display: inline;
}

ul.ChildEntityList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	ul.ChildEntityList li {
		list-style-type: none;
	}

#ImageFile {
	display: block;
	height: 0;
	width: 0;
}

#VideoFile {
	display: block;
	height: 0;
	width: 0;
}

/** Views ----> MediaData ----> index.aspx **/
/* create because i don't know what i will do with this style.*/
.media-data-box {
	margin-top: 20px;
	margin-bottom: 20px
}

	.media-data-box a > div {
		display: inline-block;
		height: 36px;
		padding-bottom: 5px;
		padding-right: 35px
	}

		.media-data-box a > div div:first-child {
			display: inline-block;
			vertical-align: middle;
			line-height: 36px;
			height: 36px;
		}

			.media-data-box a > div div:first-child img {
				border-style: none;
				height: 36px;
				width: 82px;
			}

		.media-data-box a > div div:last-child {
			color: rgb(0,0,0);
			font-size: 1.2rem;
			display: inline-block;
			vertical-align: middle;
			line-height: 36px;
			height: 36px;
			min-width: 150px;
		}

/** Views ----> MediaData ----> EditDefaultData.aspx **/
div.entity {
	margin: 3px;
}

td > div.entityList > div > div.entity > span.FieldLabel,
td > span.ListLabel {
	display: none;
}

/** Views ----> MediaData ----> EditData.aspx **/
/*******************/
/* expire  */
tr.expired td {
	border-color: rgb(0,0,0);
}

tr.expired:nth-child(n), .expired {
	color: rgb(0,0,0);
	background-color: rgb(207,63,111);
	/*background-color: rgb(219,112,147);*/
}

	.expired a:link, .expired a:visited {
		color: rgb(255, 255, 255);
	}

	.expired a:hover, .expired a:focus {
		color: rgb(0, 0, 0);
	}

	.expired a:active {
		color: rgb(255, 255, 255);
	}

	.expired .button {
		color: rgb(0, 0, 0);
	}

		.expired .button:hover, .expired .button:focus {
			color: rgb(255,255,255);
		}

.addButton {
	transform: rotate(45deg);
	background-image: url("/Content/images/Remove.png");
	cursor: pointer;
}

.deleteButton {
	background-image: url("/Content/images/Remove.png");
	cursor: pointer;
}

.editButton {
	background-image: url("/Content/images/Pencil.png");
}

.playing {
	background-image: url("/Content/images/check.png");
}

.right-arrow {
	transform: rotate(90deg);
	background-image: url("/Content/images/upbutton.png");
}

.icon {
	background-size: contain;
	background-repeat: no-repeat;
	/* can't select */
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
	margin: 0px;
	height: 30px;
	width: 30px;
	/* min-width: 30px; */
	/* Firefox */
	-moz-transition: transform 0.5s linear;
	/* WebKit */
	-webkit-transition: transform 0.5s linear;
	/* Opera */
	-o-transition: transform 0.5s linear;
	/* Standard */
	transition: transform 0.5s linear;
}

	.icon.button {
		cursor: pointer;
	}

	.icon.right {
		position: absolute;
		right: 0;
	}

.icon-small {
	width: 15px;
	height: 15px;
}

/* XML */
.VideoPreview, .ImagePreview {
	max-width: 50%;
	border: rgb(70, 116, 149) solid 1px;
}

/** Views ----> Media ----> index.aspx **/
input:hover {
	border-color: rgb(74,162,204);
}

input[type='submit'].pageNumberButton,
input[type='submit'].goToMaxPageButton,
input[type='submit'].goToMinPageButton {
	width: 45px;
	height: 35px;
	padding: 0;
	display: inline-flex;
}

input[type='submit'].goToMaxPageButton {
	margin-left: 15px;
}

input[type='submit'].goToMinPageButton {
	margin-right: 15px;
}

.pageNumberButton#current {
	background-color: rgb(29, 96, 255);
	border-color: rgb(29, 96, 255);
}

	.pageNumberButton#current:hover {
		background-color: rgb(255,255,255);
		color: rgb(29, 96, 255);
	}

a.iconlink {
	text-decoration: none;
}

.OptionsButtons {
	height: 30px;
	width: auto;
}

.phone .OptionsButtons {
	height: auto;
}

fieldset.SearchField {
	width: 100%;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.SearchField {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

	.SearchField.Column {
		display: block;
	}

	.SearchField label {
		width: auto;
		margin-right: 5px;
		white-space: nowrap;
	}

	.SearchField input {
		width: 100%;
	}

		.SearchField input[type="checkbox"], .SearchField input[type="radio"] {
			width: 40px;
		}

.mainDiv {
	position: relative;
}

#recherche {
	width: 100%;
}

#barRecherche {
	background-color: rgb(230, 238, 238);
	padding: 1%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#advance {
	background-color: rgb(226, 241, 255);
	padding: 1%;
}

#barRecherche > div {
	padding-left: 2px;
	padding-right: 2px;
}

	#barRecherche > div:nth-child(1) {
		flex-grow: 1;
	}

#barRecherche div .SearchField {
	display: flex;
	align-items: center;
}

#advanceBtn > p, #eraseSearchField > p {
	margin: 0px;
}

#advanceBtn {
	display: inline-block;
}

.icon-container {
	min-width: 90px;
	display: inline-flex;
}

	.icon-container .iconlink {
		margin: 5px
	}

/** Views ----> Home ----> index.aspx **/
.div_buttons h3 {
	font-size: 1.2rem;
}

.home_section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home_lock {
	/*position: fixed;*/
	top: 50px;
	right: 10px;
	display: inline-block;
	/*float: right;*/
	margin-bottom: auto;
	margin-top: auto;
	background-image: url("/Content/images/lock_open.png");
}

	.home_lock.locked {
		background-image: url("/Content/images/lock_close.png");
	}

#EditPlayerGroupInput {
	width: 100%;
}

.home_client {
	background-color: rgb(230, 238, 238);
	border: 2px solid rgb(39, 93, 132);
	margin-top: 35px;
	padding: 20px 10px 30px 25px;
	display: inline-block;
	width: 49%;
	list-style-type: none;
	vertical-align: top;
	align-content: start;
	overflow: hidden;
}

.home_section .home_client:only-child {
	width: 100%;
}

.home_client_name {
	color: rgb(0,0,0);
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}

.home_group_list {
	color: rgb(0, 0, 0);
	list-style-type: none;
	margin-top: 2px;
	white-space: nowrap;
	padding-left: 0;
}

.home_group {
	list-style-type: none;
	margin-bottom: 0px;
}

.home_group_img {
	border-style: none;
	height: 22px;
	width: 50px;
}

.home_group_name {
	display: block;
	margin: 0 5px 0;
	top: -5px;
	font-size: 1.5rem;
}

.home_playergroup {
	max-width: 100%;
	overflow: hidden;
}

.player-selected {
	background-color: rgb(39, 93, 132);
	color: white;
}

.dropdown {
	position: relative;
	display: inline-block;
	float: right;
}

.dropdown-content {
	position: absolute;
	right: 0;
	background-color: #f9f9f9;
	min-width: 250px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	overflow: hidden;
	z-index: 2;
}

legend.movement, .clientName.movement {
	animation: shake 0.5s;
	animation-iteration-count: infinite;
	cursor: pointer;
}

	legend.movement:hover, .clientName.movement:hover {
		background-color: rgb(128, 255, 128);
	}


@keyframes shake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}

	25% {
		transform: translate(-3px, 0px) rotate(0.5deg);
	}

	50% {
		transform: translate(-1px, 2px) rotate(-0.5deg);
	}

	75% {
		transform: translate(3px, 1px) rotate(-0.5deg);
	}

	100% {
		transform: translate(1px, -2px) rotate(-0.5deg);
	}
}

.btnToScrollUp {
	height: 50px;
	width: 50px;
	background: white;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
}

	.btnToScrollUp::after {
		display: flex;
	}

.iconBtnToScrollUp {
	height: 50px;
	width: 50px;
}

.overlap {
	display: grid !important;
	grid-template-columns: auto auto;
}

.info {
	right: 0;
	padding-top: 5px;
}

.justify-right {
	display: flex;
	justify-content: flex-end;
}

#home_tags {
	display: inline-flex;
	flex-wrap: wrap;
}

.close {
	width: 15px;
	height: 15px;
	opacity: 0.3;
	padding-left: 5px;
}

	.close:hover {
		opacity: 1;
	}

/** Views ----> Home ----> DownPlayer.asp  **/
time.timeago {
	display: inline-block;
	padding: 3px;
	background-color: rgb(230, 238, 238);
}

/** Views ----> Home ----> DisplayTemplates ----> PlayerGroupStateModel.ascx et PlayerStateModel.ascx **/
.home-section-ecran-affichage {
	display: flex;
	/*flex-direction: row-reverse;*/
	justify-content: flex-end;
	padding: 0 0 5px;
}

.home-ecran-affichage {
	display: inline-flex;
	min-width: 50px;
	/*padding: 1px 4px;*/
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	max-height: 2rem;
	justify-content: center;
	align-items: center;
	background-size: cover;
	color: rgb(255,255,255);
	user-select: none;
	-moz-user-select: none;
}

	.home-ecran-affichage.errorScreen {
		background-image: url("/Content/images/player_button_red.svg");
	}

	.home-ecran-affichage.warningScreen {
		background-image: url("/Content/images/player_button_yellow.svg");
		color: black;
	}

	.home-ecran-affichage.normalScreen {
		background-image: url("/Content/images/player_button_blue.svg");
	}

	.home-ecran-affichage.offlineScreen {
		background-image: url("/Content/images/player_button_gray.svg");
		color: black;
	}


/** Views ----> FAQ ----> index.aspx **/

.planning-content-faq {
	width: 1100px
}

	.planning-content-faq p {
		word-wrap: break-word
	}

	.planning-content-faq iframe {
		width: 420px;
		height: 315px;
	}

/** Views ----> Client ----> UserControls ----> ClientForm.ascx **/
select {
	width: 100%;
	max-width: 200px;
	border: 1px solid rgb(39, 93, 132);
	padding: 2px;
	font-size: 1.2rem;
	color: rgb(0, 0, 0);
}

/** Views ----> ChangeApproval ----> index.aspx **/
.approved {
	text-decoration: line-through;
	color: rgb(255,255,255);
	background-color: rgba(255,0,0, 1);
}

/** Views ----> ChangeApproval ----> Hierachy.aspx **/
.buttonSelect {
	border-color: rgb(70, 116, 149);
	color: rgb(70, 116, 149);
	background-color: rgb(255, 255, 255);
}

.button,
input[type="checkbox"],
input[type="range"],
label,
select {
	cursor: pointer;
}

/** Views ----> Account ----> ResetPassword.aspx **/
#resetPasswordContent h2 {
	color: rgba(255,0,0, 1);
}

/** Views ----> Account ----> LogOn.aspx **/
.logOn_header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2%;
	padding-right: 2%;
	position: relative;
	top: 0px;
	left: -30px;
}

.logOn {
	/*text-align: center;*/
	position: relative;
	left: -30px;
	width: 30%;
	margin: auto;
	margin-top: 50px;
}

	.logOn h1 {
		text-align: center;
	}

	.logOn label {
		font-weight: bold;
	}

.captcha {
	margin-top: 10%
}

#captchaForm {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.logOn_header h1 {
	margin: 0;
	padding: 0;
}

.logOn form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.logOn .editor-label {
	margin-top: 20px;
}

.logOn .editor-field {
	width: 100%;
	margin-top: 20px;
}

.logOn input[type='text'], .logOn input[type='password'] {
	padding: 15px;
	width: 100%;
}

.logOn input[type='submit'] {
	width: 100%;
	border-radius: 15px;
	background-color: rgb(70, 116, 149);
	color: rgb(255,255,255);
}

.logOn .editor-button {
	margin-top: 20px;
}

	.logOn .editor-button input {
		padding: 10px;
	}

article.logOn {
	margin-top: 15px;
	width: 40%;
}

#langues {
	display: flex;
	align-items: center
}

	#langues a, #langues span {
		color: rgb(70, 116, 149);
		font-size: 1.3rem;
		padding: 5px;
	}

/*
.active {
	background-color: rgb(29, 96, 255);
	color: rgb(255,255,255);
}
*/

.noSelect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

form {
	/*padding: 25px;*/
}

	form p {
		margin-bottom: 5px;
		margin-top: 5px;
	}

	form.hidden {
		padding: 0;
	}

.onLine {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

li.collapse > fieldset ul {
	display: none;
}

fieldset, .fieldset {
	position: relative;
	height: auto;
	width: auto;
	border-width: 2px;
	border-style: inset;
	border-color: rgb(109, 152, 182);
	padding: 0.5rem 1.4rem 1.4rem 1.4rem;
	margin: 0 0 1.5em 0;
	margin-top: 10px;
	overflow: hidden;
}

	fieldset.no_border {
		border: 0px;
	}

	fieldset.subGroup {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0.5em;
		padding: 0;
		padding-left: 0.5em;
		min-width: auto;
	}

	fieldset.collapse {
		/*border-width: 0px;*/ /* bug in Chrome */
	}

		fieldset.collapse > div {
			display: none;
		}

	.fieldset .legend {
		margin: 0rem;
		position: absolute;
		top: -1rem;
		left: 5px;
		background-color: rgb(255, 255, 255);
	}

	.fieldset h2.legend {
		top: -1.12rem;
	}

	.fieldset h3.legend {
		top: -1.1rem;
	}

legend {
	font-size: 1.2rem;
	font-weight: bold;
}

textarea {
	min-height: 75px;
	max-width: 100%;
}

#Player_Notes {
	width: 100%;
	resize: vertical;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	font-size: 1.2rem;
	border: 1px solid rgb(39, 93, 132);
	padding: 2px;
	color: rgb(0, 0, 0);
}

	input[type="text"]:hover,
	input[type="email"]:hover,
	input[type="password"]:hover {
		border-color: rgb(209, 236, 255);
	}

	input[type="text"].spinner {
		font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
		font-size: 1.2rem;
		border: 0;
		padding: 0;
	}

option[disabled=""] {
	display: none;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input.time_entry {
	text-align: center;
	width: 100px;
}

.logOn input[type="submit"] {
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* TABLE
----------------------------------------------------------*/
form table {
	border: none;
}


.columnPermission {
	width: 10%;
	border-color: rgb(204, 221, 234);
}

.test {
	max-width: inherit;
	max-height: 500px;
	overflow-y: auto;
	display: block;
}

table {
	width: 100%;
	max-width: 900px;
	border-collapse: collapse;
	border: solid 1px rgb(230, 238, 238);
	margin-bottom: 15px;
}

	table th {
		padding: 6px 5px;
		border: solid 1px rgb(209, 236, 255);
		border-bottom: solid 4px rgb(0,0,0);
		text-align: center;
	}

	table p {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 5px;
	}

	table ul {
		padding-left: 15px;
	}

	table td {
		min-height: 30px;
		padding: 5px;
		border-style: solid;
		border-width: 1px;
		border-color: rgb(70, 116, 149);
	}

	table img {
		margin: 0 0 0 0;
		height: 28px;
		vertical-align: middle;
	}

	table table {
		border: solid 0px rgb(255,255,255);
		border-collapse: collapse;
		border-color: rgb(255,255,255);
		border-width: 0px;
		margin: 0;
		padding: 0;
		width: 100%;
		background-color: inherit;
	}

		table table td {
			border: solid 0px rgb(255,255,255);
		}

		table table input {
			width: 100%;
		}

.filtrer-type-az, .filtrer-type-09 {
	padding-left: 15px;
	padding-right: 15px;
}

.colone-order {
	padding-right: 25px;
	padding-left: 5px;
	background-position-x: right;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.colone-az-order {
	background-image: url("/Content/images/AZ.png");
}

.colone-za-order {
	background-image: url("/Content/images/ZA.png");
}

.colone-09-order {
	background-image: url("/Content/images/09.png");
}

.colone-90-order {
	background-image: url("/Content/images/90.png");
}

.logo-windows {
	background-image: url("/Content/images/Logo-Windows.png");
}

.logo-tizen {
	background-image: url("/Content/images/Logo-Tizen.png");
}

.logo-webos {
	background-image: url("/Content/images/Logo-WebOS.png");
}

.logo-unknown {
	background-image: url("/Content/images/Logo-Unknown.png");
	border: solid 1px black;
	border-radius: 50%;
}

.logo-size {
	display: inline-flex;
	min-width: 25px;
	height: 25px;
	background-size: contain;
	align-items: center;
	background-repeat: no-repeat;
	background-origin: content-box;
	margin-right: 4px;
}

table#logs td.log_time, table#logs td.severity {
	white-space: nowrap;
	width: 1px;
}

table#logs td.severity_fatal,
table#logs td.severity_error {
	background-color: rgb(245, 144, 117);
}

table#logs td.severity_warn {
	background-color: rgb(255, 221, 122);
}

table#logs td.archived_severity_fatal,
table#logs td.archived_severity_error {
	background-color: rgb(255, 225, 217);
}

table#logs td.archived_severity_warn {
	background-color: rgb(255, 245, 217);
}

table#logs td {
	border: none;
}

	/*
	table#logs tr.row_even {
		background-color: rgb(241, 242, 243);
	}

		table#logs tr.row_even td {
			border-color: rgb(255,255,255);
			border-width: 1px;
		}
*/

	table#logs td.severity {
		border-bottom-width: 1px;
		border-color: rgb(255,255,255);
		border-left-width: 1px;
		border-right-width: 5px !important;
		border-top-width: 1px;
	}

	table#logs td.command {
		background-color: rgb(255,255,255);
	}

table#screen_playlist {
	border: rgb(255,255,255) solid 0px;
}

	table#screen_playlist td {
		border: rgb(255,255,255) solid 0px;
		margin: 0px;
		padding-right: 5px;
	}

table#screen_playlist {
	width: 100%;
}

tr:nth-child(odd) {
	background-color: rgb(255, 255, 255);
}

tr:nth-child(even) {
	background-color: rgb(209, 236, 255);
}

tr.yellow-alert-media-out-schedule td {
	background-color: rgb(255,244,142);
	color: rgb(91, 0, 10);
}

tr.red-alert-media-out-schedule td {
	/*background-color: rgb(245, 144, 117);*/
	background-color: rgb(241,84,86);
}

tr.error_ {
	background-color: rgb(241,84,86);
	color: rgb(255,255,255);
}

	tr.error_ a {
		color: rgb(14, 253, 251); /* invert of background https://pinetools.com/invert-color */
	}

		tr.error_ a:hover {
			color: rgb(255, 255, 255); /* invert of background https://pinetools.com/invert-color */
		}

		tr.error_ a:active, tr.error_ a:focus {
			color: rgb(14, 253, 251); /* invert of background https://pinetools.com/invert-color */
		}

.grille-table-inv, .grille-table-inv td, .grille-table-inv th {
	border: none;
}

	.grille-table-inv tr:nth-child(odd) {
		background-color: inherit;
	}

	.grille-table-inv tr:nth-child(even) {
		background-color: inherit;
	}

.presentation_table_visual {
	width: auto;
	max-width: 900px;
	display: flex;
	flex-wrap: wrap;
}

	.presentation_table_visual div {
		width: 100%;
		padding: 5px;
		margin-bottom: 0px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.presentation_table_visual span {
		margin: 0 5px 0 0;
	}

	.presentation_table_visual p {
		margin: 5px 0;
	}

	.presentation_table_visual div:nth-child(odd) {
		background-color: rgb(255, 255, 255);
	}

	.presentation_table_visual div:nth-child(even) {
		background-color: rgb(209, 236, 255);
	}

.mainTable {
	width: 100%;
}

.centerColumn {
	text-align: center;
}

.wordcutter {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.sideButton {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	float: right;
}

.tableHeader {
	white-space: nowrap;
}

.table {
	margin-left: 15px;
	margin-top: 10px;
}

/* MISC  
----------------------------------------------------------*/

.error {
	color: rgb(255, 0, 0);
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: rgb(255,0,0);
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid rgb(255,0,0);
	background-color: rgb(255, 225, 217);
}

.validation-summary-errors {
	font-weight: bold;
	color: rgb(255,0,0);
}

.validation-summary-valid {
	display: none;
}

/* Log on
----------------------------- */
/* Style pour la page log On"*/

.logo {
	height: 100%;
	width: 50%;
}

	.logo img {
		width: 100%;
	}

/* 
------------------------------------------------ */
/* Make text like a button */
.ui-tabs .ui-tabs-nav li {
	border: none;
}

	.ui-tabs .ui-tabs-nav li a {
		color: rgb(0, 0, 0);
		border-color: rgb(39, 93, 132);
		border-style: solid;
		border-width: 3px;
		border-bottom-width: 0px;
	}

.ui-widget-header li.ui-state-active a {
	color: rgb(255, 255, 255);
}

.ui-tabs .ui-tabs-nav li:hover, .ui-tabs .ui-tabs-nav li a:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(70, 116, 149);
	border-color: rgb(255, 255, 255);
}

.ui-tabs .ui-tabs-nav li a:focus {
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	border-color: rgb(0, 0, 0);
	border-style: solid;
	border-bottom-width: 0px;
}

.master_buttons {
	display: flex;
	margin-top: 5px;
	margin-bottom: 5px;
}

	.master_buttons > div,
	input[type=button],
	input[type=submit],
	button,
	a.button,
	#advanceBtn,
	#eraseSearchField {
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		background-color: rgb(70, 116, 149);
		max-width: 300px;
		margin: 4px 5px;
		padding: 15px;
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
		user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
		color: rgb(255,255,255);
		font-weight: bold;
		text-align: center;
		word-break: keep-all;
		border: 2px solid rgb(70, 116, 149);
		transition: background-color 250ms linear, color 250ms linear;
	}

		a.button.hidden {
			display: none;
		}

a:link.button,
a:visited.button,
a:active.button {
	color: rgb(255,255,255);
	text-decoration: none;
}

.master_buttons > div:hover,
input[type=button]:hover,
input[type=submit]:hover,
button:hover,
a:hover.button,
#advanceBtn:hover,
#eraseSearchField:hover,
.master_buttons > div:focus,
input[type=button]:focus,
input[type=submit]:focus,
button:focus,
a:focus.button,
#advanceBtn:focus,
#eraseSearchField:focus {
	background-color: rgb(255,255,255);
	color: rgb(70, 116, 149);
	transition: background-color 250ms linear, color 250ms linear;
}

.master_buttons.round > div,
.master_buttons > div.round,
input[type="button"].round,
input[type="submit"].round,
button.round,
a.button.round {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.master_buttons.small > div,
.master_buttons > div.small,
input[type="button"].small,
input[type="submit"].small,
button.small,
a.small,
article.small {
	padding: 5px;
}

.master_buttons > div.disabled,
.disabled,
[disabled=""] {
	cursor: default !important;
	opacity: 0.5;
	pointer-events: none;
}

	.master_buttons > div.disabled:hover,
	.disabled:hover,
	[disabled=""]:hover {
		/* cancel normal hover */
		background-color: rgb(70, 116, 149) !important;
		color: rgb(255,255,255) !important;
	}

img.disabled:hover {
	background-color: initial !important;
}

button p {
	margin: 0px;
}

a.langue, a.langue:link {
	text-decoration: none;
	color: rgb(255,255,255);
}

header li {
	list-style: none;
}

/* Charte */
.chart_elem {
	/*min-height: 240px;*/
	height: 100%;
	display: inline-block;
}

.chart_div {
	width: 80%;
	margin-right: 1%;
}

.chart_legend {
	width: 18%;
}

/* Carousel */
.carousel {
	text-align: center;
	width: 100%;
	min-width: 350px;
	max-width: 700px;
	height: 400px;
}

	.carousel.carousel_heigth {
		height: 620px;
	}

	.carousel .fleche {
		height: 25px;
		width: 25px;
		border-color: rgb(70, 116, 149);
		cursor: pointer;
	}

.fleche_gauche {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.fleche_droit {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.carousel_content_container {
	max-height: 100%;
	max-width: 100%;
	height: 80%;
	min-height: 200px;
}

.carousel_content {
	max-width: 100%;
	max-height: 100%;
	padding: 5px;
}

	.carousel_content img {
		display: block;
		margin: 0 auto;
		width: 75%;
		max-width: 75%;
		max-height: 275px;
	}

.carousel_ancre {
	padding: 15px;
	width: 100%;
}

.carousel_link {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 1%;
	margin-right: 1%;
	background-color: rgb(70, 116, 149);
	border-color: rgb(70, 116, 149);
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
}

	.carousel_link:not(.carousel_link_selected) {
		cursor: pointer;
	}

.carousel_link_selected {
	background-color: rgb(255, 255, 255);
}

.step_liste_elem {
	display: block;
	padding: 5px;
	width: 100%;
	height: 100%;
	line-height: 1.5rem;
	color: rgb(70, 116, 149);
	background-color: rgb(255, 255, 255);
	border-width: 3px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
	cursor: pointer;
}

	.step_liste_elem:hover, .step_liste_elem:focus {
		color: rgb(70, 116, 149);
		border-color: rgb(70, 116, 149);
	}

.step_liste_elem_selected {
	color: rgb(255, 255, 255);
	background-color: rgb(70, 116, 149);
	border-color: rgb(70, 116, 149);
}

	.step_liste_elem_selected:hover, .step_liste_elem_selected:focus {
		color: rgb(209, 236, 255);
		border-color: rgb(209, 236, 255);
	}



/* Classe générique */

.staticBody {
	overflow: hidden
}

.conteneur_relatif {
	position: relative;
}

.m-0 {
	margin: 0;
	padding: 0;
}

.m-3 {
	margin: 3px;
}

.mr-15 {
	margin-right: 5px;
}

.m-8 {
	margin: 8px;
}

	.m-8 iframe {
		width: 600px;
		height: 400px
	}

.mt-0 {
	margin-top: 0px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.pt-20 {
	padding-top: 20px;
}

.p-5 {
	padding: 5px;
}

.w-10 {
	width: 10%;
}

.w-20 {
	width: 20%;
}

.w-70 {
	width: 70%;
}

.w-100 {
	width: 100%;
}

.mw-100 {
	max-width: 100%;
}

.phone {
	display: none
}

.link-no-deco {
	text-decoration: none;
}

.row, .row-pc {
	display: flex;
	flex-direction: row;
	margin-bottom: 5px;
}

	.row.playlist-name {
		position: relative;
	}

.column {
	display: flex;
	flex-direction: column;
	margin-bottom: 5px;
}

.home_player_name {
	white-space: normal;
}

.home_player_click {
	display: flex;
}

.playlist-name h3 {
	overflow: hidden;
	width: calc(100% - 40px);
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.centerItem {
	display: flex;
	justify-content: center;
	align-items: center;
}

.left_center_item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.colone.left_center_item {
	align-items: flex-start;
	justify-content: center;
}

.space-between {
	justify-content: space-between;
}

.space-around {
	justify-content: space-around;
}

.direction_column {
	flex-direction: column;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.flex_static_dim {
	flex-grow: 0;
	flex-shrink: 0;
}

.flow_hidden {
	overflow: hidden;
}

.flatpickr-calendar.static.open {
	background-color: rgb(255,255,255);
}


/* bibliotheque */
.dayContainer .flatpickr-day.selected,
.dayContainer .flatpickr-day.startRange,
.dayContainer .flatpickr-day.endRange,
.dayContainer .flatpickr-day.selected.inRange,
.dayContainer .flatpickr-day.startRange.inRange,
.dayContainer .flatpickr-day.endRange.inRange,
.dayContainer .flatpickr-day.selected:focus,
.dayContainer .flatpickr-day.startRange:focus,
.dayContainer .flatpickr-day.endRange:focus,
.dayContainer .flatpickr-day.selected:hover,
.dayContainer .flatpickr-day.startRange:hover,
.dayContainer .flatpickr-day.endRange:hover,
.dayContainer .flatpickr-day.selected.prevMonthDay,
.dayContainer .flatpickr-day.startRange.prevMonthDay,
.dayContainer .flatpickr-day.endRange.prevMonthDay,
.dayContainer .flatpickr-day.selected.nextMonthDay,
.dayContainer .flatpickr-day.startRange.nextMonthDay,
.dayContainer .flatpickr-day.endRange.nextMonthDay {
	background-color: rgb(39, 93, 132);
}

.flatpickr-container-wrapper .flatpickr-wrapper {
	position: absolute;
	display: inline-block;
	left: 25%;
	top: 100%;
}

.flatpickr-container-wrapper {
	position: relative;
}

.flatpickr-months {
	position: relative;
}

.flatpickr-wrapper p {
	margin: 5px;
	font-size: 1.1rem;
	color: rgb(0, 0, 0);
}

.flatpickr-prev-month,
.flatpickr-next-month {
	transition: transform 0.1s;
}

	.flatpickr-prev-month:hover,
	.flatpickr-next-month:hover {
		transform: scale(1.3);
	}
/*
Style pour voir les informations du calendrier que nous avons ajouté 
pour lecteur d'écran sans utiliser le lecteur d'écran
.flatpickr-months {
	display: flex;
	max-height: 100px;
	flex-direction: column;
	height: 100px;
}

	.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month{
		position:relative !important;
	}

.flatpickr-months .sr-only, .sr-only-show-onFocus {
		position: relative;
		overflow: visible;
		width: auto;
		height: auto;
		clip: initial;
	}
	*/
/* Format petit ordinateur */
@media only screen and (max-width: 1280px) {
	.section-permission ul li {
		width: 100%;
	}

	.logOn {
		width: 50%;
	}

	article.logOn {
		width: 60%;
	}
}

/* Format tablette */
@media only screen and (max-width: 780px) {

	main {
		left: 0;
		padding: 5px 25px 25px;
		margin-top: 50px;
	}

	form {
		padding: 0.5rem;
	}

	fieldset, .fieldset {
		padding: 0.35rem 0.75rem 0.625rem;
	}

	.fieldset {
		padding-top: 2rem;
	}

	.phone {
		display: block;
	}

	.pc {
		display: none;
	}

	.logOn {
		left: 0;
		width: 100%;
		margin: auto;
		margin-top: 25px;
	}

	.logOn_header {
		left: 0;
		/* pour compencer le margin=top générique du main */
		margin-top: -50px;
	}

	header.navigateur {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		height: 60px;
		max-width: 100vw;
		border: none;
		border-radius: 0;
		transition: none;
		background-image: none;
		overflow: visible;
	}

		header.navigateur:hover {
			transition: none;
			max-width: 100%;
		}

		header.navigateur nav.subNav {
			display: none;
			position: fixed;
			width: 80vw;
			height: calc(-60px + 100vh);
			left: 0;
			top: 60px;
			padding: 2%;
			overflow: auto;
			background-image: linear-gradient(to right, #6C97B6, #5c87b2);
		}

	.barTop {
		display: flex;
	}

		.barTop img {
			width: 55px;
		}

	.subNav > div:first-child {
		/*border: none;*/
	}

	#title {
		display: none;
	}

	/*** HOME ***/
	.home_section .home_client:first-child {
		margin-top: 0px;
	}

	.home_client {
		margin-top: 15px;
		width: 100%;
	}

	.home_playergroup {
		max-width: 95%;
		white-space: normal;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0.5em;
		padding: 0;
		padding-left: 0.5em;
	}

	.home_player {
		display: flex;
		padding: 5px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		min-width: 15%;
	}

	.clientDiv article,
	.clientDiv aside {
		margin: 15px 5px;
		padding: 15px 5px;
	}

	.ui-tabs .ui-tabs-panel {
		padding: 0.5rem 0.7rem;
	}

	.row-pc {
		flex-direction: column;
	}

	.flatpickr-container-wrapper .flatpickr-wrapper {
		left: 0%;
	}
}

/* Format mobile */
@media only screen and (max-width: 400px) {
	fieldset {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}

	.master_buttons > div,
	input[type="button"],
	input[type="submit"],
	button,
	a.button,
	#advanceBtn,
	#eraseSearchField {
		padding: 10px;
	}

	form {
		padding: 0;
	}

	.flatpickr-container-wrapper .flatpickr-wrapper {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
	}
}

.hidden, .hidden[hidden],
input.hidden,
.section-permission ul.hidden {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

/* Accessibilité */
li:focus a.btnMenu:focus,
header.navigateur div.btnMenu:focus {
	border: solid 3px rgb(0,0,0);
}

.sr-only, .sr-only-show-onFocus {
	position: fixed;
	overflow: hidden;
	width: 0;
	height: 0;
	clip: rect(0px, 0px, 0px, 0px);
}

	.sr-only-show-onFocus:focus {
		top: 0;
		left: 0;
		overflow: auto;
		clip: initial;
		z-index: 999;
		background-color: rgb(255, 255, 255);
		padding: 5px;
	}

header a:link .sr-only,
header a:hover .sr-only,
header a:active .sr-only,
header a:visited .sr-only,
header a:focus .sr-only {
	position: relative;
	color: transparent;
}

.user-profile-picture-xs {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	border-radius: 50%;
}

.user-profile-picture-sm {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	border-radius: 50%;
}

.user-profile-picture-md {
	width: 75px;
	height: 75px;
	vertical-align: middle;
	border-radius: 50%;
}

.user-profile-picture-lg {
	width: 100px;
	height: 100px;
	vertical-align: middle;
	border-radius: 50%;
}

.custom-file-input {
	padding: 6px !important;
}

.btnDynamicAdd {
	margin: auto !important;
	margin-top: 35px !important;
}

/* Media thumbnails */
.thumbnail {
	padding: 0;
	min-width: 240px;
	max-width: 240px;
	min-height: 135px;
	max-height: 135px;
}

.pictureThumb {
	min-width: 240px;
	max-width: 240px;
	min-height: 135px;
	max-height: 135px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}

.htmlThumbWrapper {
	min-width: 240px;
	max-width: 240px;
	min-height: 135px;
	max-height: 135px;
	overflow: hidden;
}

	.htmlThumbWrapper > .htmlThumb {
		border: 0;
		width: 240px;
		height: 135px;
		/*
		transform: scale(0.125);
		position: relative;
		padding: 0;
		width: 1920px;
		height: 1080px;
		top: -525px;
		left: -803px;
		*/
	}

.thumb-container {
	min-width: 240px;
	max-width: 240px;
	min-height: 135px;
	max-height: 135px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.thumb-container .gifThumb {
		position: absolute;
		min-width: 240px;
		max-width: 240px;
		min-height: 135px;
		max-height: 135px;
		display: inline-block;
		visibility: hidden;
	}

	.thumb-container .videoThumb {
		min-width: 240px;
		max-width: 240px;
		min-height: 135px;
		max-height: 135px;
		z-index: 1;
		display: inline-block;
	}

		.thumb-container .videoThumb:hover {
			opacity: 0;
		}

/**/
.MediaCategoryMedias {
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.MediaCategoryMedia {
	font-size: 1.3rem;
	margin-right: 16px;
}

.MediaCategoryMediasTitle {
	width: 100%;
}

.report-checkbox {
	box: 15px;
}

.fixed-dialog {
	position: fixed;
}

#searchByText {
	display: inline-block;
}

#searchBarClient {
	width: 300px;
}

#searchByClient {
	display: inline-block;
}

#searchByPlayer {
	display: inline-block;
}

/* 1er version*/
.toggleBtnClassContainer {
	position: relative;
	display: flex;
	/*top: 10px;*/
	/*
	left: 50%;
	transform: translate(-50%);
	create bug with Tags on Home
	*/
	text-align: center;
	/*margin-bottom: 2em;*/
}

	.toggleBtnClassContainer.center {
		justify-content: center;
	}

.toggleSwitch {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 30px;
	margin: 0 10px 0 10px;
}

.toggleSlider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: .4s ease-in-out;
	border-radius: 34px;
}

.toggleSwitch input {
	display: none
}

.toggleSlider:before {
	position: absolute;
	content: "";
	height: 25px;
	width: 25px;
	left: 2.5px;
	bottom: 2.5px;
	background-color: white;
	transition: 0.4s;
	border-radius: 25px;
}

input:checked + .toggleSlider {
	background-color: rgb(70, 116, 149);
}

	input:checked + .toggleSlider:before {
		transform: translateX(25px);
	}

.elementInSameColumn {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 1em;
	padding-right: 1em;
}

.boxMediaCategory {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 40%;
}

#clientManage h3 {
	min-width: 200px;
}

.centerElement {
	display: flex;
	justify-content: center;
}

#AddChildButton,
#RemoveChildButton,
#CollapseNodesButton,
#ExpandNodesButton {
	display: inline;
}

#fieldsetToDisplay {
	display: inline-block;
}

#TemplateVisualization {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

#dialog-template-change-entity-type,
#dialog-confirm-node-deletion {
	float: left;
	margin: 0 7px 20px 0;
}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #467495; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	position: relative;
	margin: 0 auto;
	top: calc(50% - 24px);
	background-color: transparent;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.no-close .ui-dialog-titlebar-close {
	display: none
}

/*****************/
/* MediaResource */
.MediaResource_Small {
	flex-grow: 1;
}

.MediaResource_Medium {
	flex-grow: 4;
}

.MediaResource_Large {
	flex-grow: 8;
}

	.MediaResource_Large input, .MediaResource_Medium input, .MediaResource_Small input,
	.MediaResource_Large p, .MediaResource_Medium p, .MediaResource_Small p {
		width: 90%;
	}

.break {
	flex-basis: 100%;
	height: 0;
}

/* Cursors */
.cursor_pointer {
	cursor: pointer;
}

.cursor_progress {
	cursor: progress;
}

body.cursor_progress * {
	cursor: progress !important;
}
