/*---------------------General Body -----------------*/
* {
	font-family: 'CalibriRegular';
}

.cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	background: black;
	z-index: 9999;
}

#cookies-banner {
	width: 100%;
}

.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
}

.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0;
}

.navbar-center {
	font-family: 'CalibriBold';
	font-weight: 1000;
	font-size: 35px;
	float: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: red;
	width: 25%;
}

#styleText {
	font-family: 'CalibriRegular';
	font-size: 1rem;
}

/*** datatable color for historique */

.apparition1 {
	color: #FF0000;
}

.apparition2 {
	color: #008080;
}

.disparition {
	color: #0000FF;
}

.rappel {
	color: #FF00FF;
}

.avance {
	color: black;
}

.abscence {
	color: #808000;

}

.retard {
	color: #4A4A4A;

}

body {
	overflow: hidden;
}

.navbar-toggle {
	margin-right: 10px;
}

[data-role='panel-container'] {
	height: 100vh;
	max-height: calc(100vh - 70px);
	padding: 10px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	overflow: auto;
	margin-top: 50px;
}

div.dt-button-background {
	z-index: 999;
}

.btnsan {
	padding: 2px 4px;
}

.leftBorderedBlock {
	border-left-width: 15px;
	border-left-style: solid;
	border-radius: 4px;
	border-color: #34495e;
}

.cardBlock {
	box-shadow: 1px 1px 1px #0003;
	padding: 8px;
	background: #EFEFEF;
}

#defaultRightBlock {
	cursor: pointer;
}

#defaultRightBlock.selected {
	background-color: #3D9FC9;
}

#mainContent {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 100%;
}

.mainContentTransaction {

	background: RGB(216, 220, 227);
}

.margedRightAndLeft {
	padding-right: 15px;
	padding-left: 15px;
}

.videoMoving a:hover {
	text-decoration: none;
}

.videoMoving a {
	text-decoration: none;
}

#DisconnectSideBtn {
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	font-family: 'CalibriRegular';
}

#mainContent #sidebar {
	height: 100%;
}

.panel-default>.panel-heading {
	font-family: 'CalibriBold';
	font-size: 1.1rem;
	line-height: 1.6rem;
	display: block;
	margin: 0;
	color: #16527c;
}

.panel-default ul.list-group {
	overflow: auto;
	height: calc(381px - 10px);
}

.panel-default ul.list-group-readOnly {
	overflow: auto;
	height: 415px
}

#infoTransact {
	background: white
}

.mediaLink {
	display: flex;
}

#listTransact [data-role='panel-container'] {
	padding: 0px;
	box-shadow: none;
}

.mainContentTransaction [data-role='panel-container'] {
	overflow: hidden;
}

#bodyListTransact {
	margin-bottom: 20px;
	padding: 2px;
	padding-right: 7px;
	padding-left: 0px;
	background: white;
	box-shadow: 2px 0px 2px rgba(0, 0, 0, .2);

}

#mainContent #sidebar .sidebar {
	height: 100%;
}

.mainContentTransaction [data-role='panel-header'] {
	background: none;
}

#acceptedTransactList>li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#acceptedTransactList>li {
	background: whitesmoke;
}

#acceptedTransactList>li.selected {
	background: #3d9fc9;
}

.list-item-header .alarm2-time {
	color: black;
}

#acceptedTransactList>li.selected .alarm-infos>span {
	color: white;
}

#acceptedTransactList>li.selected .list-item-header>span {
	color: white;
}

#listTransac1, #listTransac2 {
	height: 200px;
	padding: 0px;
}

#timeDateInformations {
	color: white;
	margin-left: 20px;
}

[data-role='list-item-container'] [data-role='list-item'] .list-item-body .list-item-content .list-item-header .badgeRefuser {
	background: sienna;
	margin-right: 3px;
}

[data-role='list-item-container'] [data-role='list-item'] .list-item-body .list-item-content .list-item-header .badgeAcepte {
	background: teal;
	margin-right: 3px;
}

#acceptedTransactList .btn.btn-default {
	margin-left: 4px;
	padding-bottom: 1px;
}

#timeDateInformations #dateInfo {
	color: white;
	margin-left: 0;
	padding-left: 5px;
	display: table-cell;
	vertical-align: middle;
}

.header .logo {
	color: #233245;
}

.side-nav .logo {
	background-color: #233245;
	color: #fff;
}

.header .logo {
	float: left;
}

.header .logo {
	height: 90px;
	z-index: 1;
	padding: 10px;
	font-weight: 700;
	color: #233245;
}

.logo i {
	font-size: 22px;
}

.logo span {
	margin-left: 5px;
	text-transform: uppercase;
}

.nav-trigger {
	position: relative;
	float: right;
	width: 20px;
	height: 90px;
	right: 30px;
	display: block;
}

.nav-trigger span, .nav-trigger span:before, span:after {
	width: 20px;
	height: 2px;
	background-color: #35475e;
	position: absolute;
}

.nav-trigger span {
	top: 50%;
}

.nav-trigger span:before, .nav-trigger span:after {
	content: '';
}

.nav-trigger span:before {
	top: -6px;
}

.nav-trigger span:after {
	top: 6px;
}

/* side navigation styles */
.side-nav {
	position: absolute;
	width: 100%;
	height: 100vh;
	background-color: #35475e;
	z-index: 1;
	display: none;
}

.side-nav.visible {
	display: block;
}

.side-nav ul {
	margin: 0;
	padding: 0;
}

.side-nav ul li {
	padding: 16px 16px;
	border-bottom: 1px solid #3c506a;
	position: relative;
}

.side-nav ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.side-nav ul li i {
	color: #0497df;
	min-width: 20px;
	text-align: center;
}

.side-nav ul li span:nth-child(2) {
	margin-left: 10px;
	font-size: 14px;
	font-weight: 600;
}

/* main content styles */
.main-content {
	padding: 40px;
	margin-top: 50px;
	padding: 0;
	padding-top: 44px;
	height: 100%;
	overflow-x: hidden;

	display: inline-block;
	vertical-align: top;
	max-height: 94vh;

}

.dtr-title {
	font-weight: bold;
	color: white;
	background-color: #90A1D4;
	margin: 5px;
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 1px;
}

.main-content .title {
	background-color: #eef1f7;
	border-bottom: 1px solid #b8bec9;
	padding: 10px 20px;
	font-weight: 700;
	color: #333;
	font-size: 18px;
}

.modal-open {
	overflow: auto;
}

form:after {
	content: '';
	display: block;
	clear: both;
}

/* set element styles to fit tablet and higher(desktop) */
@media screen and (min-width: 992px) {

	.header {
		background-color: #35475e;
		z-index: 1;
	}

	.header .logo {
		display: none;
	}

	.nav-trigger {
		display: none;
	}

	.nav-trigger span, .nav-trigger span:before, span:after {
		background-color: #fff;
	}

	.side-nav {
		display: block;
		width: 80px;
		z-index: 2;
	}

	.side-nav ul li span:nth-child(2) {
		display: none;
	}

	.side-nav .logo i {
		padding-left: 12px;
	}

	.side-nav .logo span {
		display: none;
	}

	.side-nav ul li i {
		font-size: 26px;
	}

	.side-nav ul li a {
		text-align: center;
	}

	.main-content {
		margin-left: 80px;
		width: calc(100% - 90px);
		overflow-x: hidden;
	}
}

/* set element styles for desktop */
@media screen and (min-width: 992px) {
	.side-nav {
		width: 200px;
	}

	#listTransac1 {
		height: calc(100vh - 298px);
	}

	#listTransac2 {
		height: calc(100vh - 500px);
		/*calc(124vh - 1px);*/
	}

	.side-nav ul li span:nth-child(2) {
		display: inline-block;
	}

	.side-nav ul li i {
		font-size: 16px;
	}

	.side-nav ul li a {
		text-align: left;
	}

	.side-nav .logo i {
		padding-left: 0;
	}

	.side-nav .logo span {
		display: inline-block;
	}

	.main-content {
		margin-left: 200px;
		width: calc(100% - 210px);
		overflow-x: hidden;
	}

	.modal-lg {
		width: 900px;
	}

}

.dataTables_wrapper.no-footer .dt-scroll-body {
	border-bottom: none;
	/*border:0px;*/
}

/* .table>thead:first-child>tr:first-child>th {
	font-family: CalibriBold !important;
	font-size: 1.1rem !important;
	font-weight: normal !important;
	text-align: center !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	background: #90a1d4 !important;
	z-index: 10;
	padding: 3px !important;
} */

#datatables_buttons_info {
	z-index: 1055;
}

.table>tfoot:first-child>tr:first-child>th {
	font-family: CalibriBold;
	font-size: 1.1rem;
	font-weight: normal;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	background: rgba(175, 188, 224, 0.7);
	z-index: 5;
}


header.navbar #userLoggedInformation .menu_deconnexion .popover [data-role='popover-footer'] {
	width: 100%;
	padding: 2px;
	/*margin-left:3px;*/
}

header.navbar #userLoggedInformation .menu_deconnexion .popover [data-role='popover-footer'] a {
	padding: 4px;
}

.menu_deconnexion {
	margin-right: 15px;
}

#content {
	margin-top: -3px;
}

/* main box container */
.main {
	display: flex;
	flex-flow: row wrap;
}

[data-role='widget'] {
	/* height: 215px;*/
	border-bottom: 3px solid #556080;
	border-radius: 4px;
	background: #eeeff1;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 15px;
}

[data-role='panel'] [data-role='panel-header-toolbar'],
[data-role='panel'] [data-role='panel-footer'] {
	height: 65px;
	padding: 5px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 3px;
}

/*------------------------------Sucess----------------------------*/
#modalSuccesSave {
	z-index: 200000;
}

/*------------------------Nav bar---------------------------*/
.navbar-login {
	width: 305px;
	padding: 10px;
	padding-bottom: 0px;

}

#infoUser {
	background-color: rgb(35, 50, 69);
	color: white;
	margin-top: 0px;
}

#infoUser li a {

	color: white;

}

.navbar-login #userInfoSpan {
	height: 20px;
	/* image's height */
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#userNav #userSpan {
	height: 10px;
	/* image's height */
	display: table-cell;
	vertical-align: middle;

}

#userNav a:hover {
	background-color: #293846;
	color: #fff;
	display: block;
}

#userNav #navHref {
	border-left: solid 2px white;
}

.navbar-login-session {
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.icon-size {
	font-size: 87px;
}

/*------------------------------Menu--------------------------------*/

#listAlarmPropulsed {
	position: relative;

	/*z-index: 10;
  height: calc(100vh - 48px);*/
	height: 100%;
	background: #3b4354;
	box-shadow: 2px 0 10px rgba(0, 0, 0, .2);
	overflow: auto;
}

.logo_bold {
	font-weight: 700;
}

.side-navMenu {
	padding-top: 50px;
	/*height: 100vh;*/
	height: calc(100vh - 32px) !important;
}

.side-navMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	position: relative;
	background-color: #3B4354;
}

.side-navMenu a {
	text-align: center;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 15px;
	display: block;
	margin-right: 4px;
	font-family: 'CalibriRegular';
}

.side-navMenu .collapseable li {
	padding-left: 20px;
	padding-top: 5px;
}

.inlineDiv {
	display: flex;
}

.side-navMenu .collapseable a {
	color: #9fb1c2;
	font-size: 15px;
	padding: 0px 10 px;
	text-decoration: none;
	display: block;

}

.side-navMenu .collapseable a:hover {
	color: #fff;

}

.side-navMenu .collapseable {
	border-left: 4px solid #1ab394;
	background-color: #293846;

}

.side-navMenu ul .link {
	overflow: hidden;
	margin: 4px;
	padding: 10px;
	list-style: none;

	border-radius: 4px;
	background: rgba(0, 0, 0, .2);
	/*border-left-color: rgb(218, 55, 55);*/
}

.side-navMenu ul .link.active {
	overflow: hidden;
	margin: 4px;
	padding: 10px;
	list-style: none;
	border-radius: 4px;
	background-color: #3db6e6;
}

.sub-menu {
	overflow: hidden;
	margin: 4px;
	padding: 10px;
	list-style: none;
	border-radius: 4px;
	background-color: #3db6e6;
}

.sub-menu a:hover {
	background: #526268;
}

.sub-menu .active {
	background-color: #052735;
}

.side-navMenu .link:hover {
	/*background: #4097AD;*/
	background: #526268;
}

[data-role=panel-footer] {
	font-family: 'CalibriRegular';
	color: #556080;
	border-top: 1px solid #eee;
	border-top: 1px solid #ddd;
	background: #f4f4f4;
	padding: 5px;
	text-align: right;
}

[data-role=panel-footer] .panel-title #loginCopyright {
	font-family: 'CalibriRegular';
	color: #556080;
}

[data-role='panel-header'] {
	height: 45px;
	background: #ccc;
	padding-top: 5px;
	text-align: center;
}

#divError .modal-close .modal {
	z-index: 2;
}

#divError {
	background-color: rgba(12, 12, 12, 0.6);
}

/*------------------------Accueil-----------------*/
#limtContent {
	/*max-height: calc(100vh - 460px);*/
	overflow-x: hidden;
}

#limtContentAccueil {
	overflow-x: hidden
}

#limtContentAccueil .panel {
	margin-top: 40px;
}



#myModalSystemInter tbody td a.siteManager:hover {
	cursor: pointer;
}



#myModalCons .modal-dialog {
	width: max-content;
	bottom: 0
}

#myModalCons .modal-body {
	text-align: center;
}

#statWidget {

	padding-left: 10px;
	padding-top: 45px;
}

#chartType {
	background: rgba(144, 161, 212, 1);
	margin-top: 2px;
	color: white;
}

#btnPng {
	background: rgba(144, 161, 212, 1);
	margin-top: 2px;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: -1px;
}

#btnPng a {
	color: white;
	font-family: CalibriRegular;
}


#gridContactsContent #contactsTools {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 46px;
	padding: 5px 0;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 5px #aaa;
}

#gridContactsContent #contactsTools #tableTools {
	float: left;
	width: calc(100% - 100px);
	height: 34px;
	text-align: left;
}

.dt-scroll-body {
	overflow-x: auto !important;
}

#gridContactsContent #contactsTools #tableTools>* {
	display: inline-block;
	width: auto;
	padding: 0 0 0 5px;
	vertical-align: top;
	white-space: nowrap;
}


#gridContactsContent #contactsTools #changeMode {
	font-size: 0;
	float: right;
	width: 90px;
	height: 100%;
	border: none;
}

#gridContactsContent #contactsTools #changeMode li {
	width: 40px;
	height: 100%;
	margin: 0;
	border: 1px solid #ccc;
	background: #fff;
}

#gridContactsContent #contactsTools #changeMode li:first-child {
	border-radius: 4px 0 0 4px;
}

#gridContactsContent #contactsTools #changeMode li:last-child {
	border-radius: 0 4px 4px 0;
}

#gridContactsContent #contactsTools #changeMode li.active {
	background: #3db6e6;
}

#gridContactsContent #contactsTools #changeMode li.active a span {
	color: #fff;
}

#gridContactsContent #contactsTools #changeMode li a {
	height: 100%;
	margin: 0;
	padding: 5px;
	text-align: center;
	border: none;
	border-radius: 0;
	background: none;
}

#gridContactsContent #contactsTools #changeMode li a span {
	font-size: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: top;
	color: #444;
	border: none;
}

#gridContactsContent .tab-content {
	float: left;
	clear: both;
	width: 100%;
	border: none;
}

[data-role='widget'] .widget-header .widget-title {
	font-family: 'CalibriBold';
	font-size: 1.2rem;
	display: inline-block;
	margin: 5px
}

.panel-container-header .panel-container-title .title-alarm {
	font-family: 'CalibriBold';
	font-size: 1.8rem;
	line-height: 1.6rem;
	display: block;
	margin: 0;
	color: #16527c;
}

.control-label {
	margin-bottom: 5px !important;
	padding: 5px;
}

.form-control {
	margin-bottom: 2px !important;
	padding: 0 0;
	height: 25px;
}

.item [data-card-type="contact"] .card-icon {
	font-size: 68px;
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 0 0 15px;
	color: #556080;
	border-radius: 70px;
}

.item .card .card-icon .icon-phone-book {
	font-size: 4rem;
}

.clientSIte, .clientSIte span {
	cursor: pointer;
}

/*----------------------------Contact Client------------------------*/


/*--------------------ConsigneClients--------------------------*/
#limtContentConsigneSite {
	overflow-x: hidden
}

#limtContentConsignePart {
	max-height: calc(60vh - 50px);
	overflow-x: hidden
}

#consignesGen {
	max-height: calc(100vh - 460px);
	overflow-x: hidden;
}

textarea.form-control {
	height: 100px;
	max-width: 100%;
}

span[data-role='collapse-header'][aria-expanded='false']:after {
	font-family: CalibriBold;
	content: "\e113";
	float: right;
	color: #FFFFFF;
	margin-left: 100px;
}

span[data-role='collapse-header'][aria-expanded='true']:after {
	font-family: CalibriBold;
	content: "\e114";
	float: right;
	color: #FFFFFF;
}

/*--------------------systeAlarme--------------------------*/


.limitTabSystAlarm {
	padding-left: 5px;
	padding-right: 5px;
}

.tab-header-title {
	background: rgba(49, 45, 51, 0.5);
	font-family: CalibriBold;
	padding: 5px;
	margin: 2px;
	color: #16527c;
}

.tab-header-title .tab-label {
	padding: 5px;
	margin: 2px;
	font-size: 1.3rem;
}

.tab-header-title .icon {
	width: 2px;
}

[data-role='panel-container'] .panel-container-body {
	position: relative;
	overflow: hidden;
	width: 100%;
}

[data-role='panel-container'] .panel-container-body-tab {
	position: relative;
	overflow: hidden;
	width: 100%;
	border: 1px solid #556080;
	border-radius: 4px;
	margin-bottom: 10px;
}

.panel-container-body>.container {
	width: auto;
	padding: 10px;
}

[data-role='panel-container'] .panel-container-body>.nav-tabs {
	position: relative;
	z-index: 0;
	height: 50px;
	padding: 2px 5px 0;
	border-bottom: none;
	background: #d8dce3;
}

[data-role='panel-container'] .panel-container-body>.nav-tabs li {
	overflow: hidden;
	height: 100%;
	border: none;
	border-radius: 4px 4px 0 0;

}

[data-role='panel-container'] .panel-container-body>.nav-tabs li a {
	font-size: 0;
	display: block;
	height: 100%;
	padding: 0px;
	text-align: center;
	border: none;
}

#limtContentSysAlarm2 .panel-container-body>.nav-tabs li a .icon {
	width: inherit;
}

.info {
	margin-left: 0px;
	padding-left: 1px;
	padding-top: 1px;
	height: 26px;
	width: 25px;
}

[data-role='panel-container'] .panel-container-body>.nav-tabs li a .badge {
	color: #fff;
	background: #556080;
}

[data-role='panel-container'] .panel-container-body>.nav-tabs li a .tab-label {
	font-size: 1.1rem;
	display: inline-block;
	width: 100%;
	color: #556080;
}

[data-role='panel-container'] .panel-container-body>.nav-tabs li.active {
	background: #fff;
}

[data-role='panel-container'] .panel-container-body>.nav-tabs li.active a .tab-label {
	font-family: 'CalibriBold';
}

[data-role='panel-container'] .panel-container-body .tab-content {
	position: relative;
	z-index: 0;
	overflow: auto;
	margin: -1px 0 0 0;
	padding: 0;
	border-radius: 0 0 4px 4px;
	background: #fff;
}

[data-role='panel-container'] .panel-container-body .tab-content .tab-pane {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

#consigInfo #myModalCons #myModalLabel {
	font-family: 'CalibriBold';
}

#consigInfo #myModalCons tbody {

	font-family: 'CalibriBold';
}

.btn .icon {
	display: inline-table;
	width: 14px;
	height: 14px;
	/* cursor:help; */

}

/*--------------------Historique--------------------------*/
[data-role='panel'] [data-role='panel-header-toolbar'] .checkbox-wrapper,
[data-role='panel'] [data-role='panel-footer'] .checkbox-wrapper {
	height: 26px;
	padding: 0;
	text-align: center;
}

#myModal {
	background-color: rgba(128, 128, 128, 0.5);
}

#myModal .modal-body .panel-container-body .row #example .taggingSelect2 {
	width: 300px;
	list-style-type: none;
	display: block;
	border-top: 1px solid #BDC3C7;
}



#pullLefft {
	margin-left: 80px;

}

#titlebox {
	font-family: CalibriBold;
	font-size: 1.1rem;
	font-weight: normal;
	text-align: center;
}

#pullLefft .hide_show {
	font-family: CalibriBold;
	font-size: 1.1rem;
	font-weight: normal;
	text-align: center;
}


th {
	text-align: center;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background: #556080;
	border-color: #556080;
}

.btn.btn-default {
	font-family: 'CalibriBold';
	color: #fff;
	border: 1px solid #556080;
	border-radius: 2px;
	background: #556080;
	margin: 2px;

}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #556080;
}

#myModal .modal-footer #fermer {
	font-family: 'CalibriBold';
	padding-top: 4px;
	text-align: center;
}

.form-group {
	margin-bottom: 3px;
}

/*-------------------- TIERS-----------------------------*/
/*--------------------Acceuil--------------------------------*/

.grid-cell .form-group #DefautTest {
	float: right;
	text-align: right;
}

#myModalSystemDefaut tbody td a.siteManager:hover {
	cursor: pointer;
}

/*-------------------------Intervention----------------------*/
#formSelect3>.form-group, #formSelect2>.form-group {
	margin: 5px;
}

#formSelect3>.form-group>div>.form-control {
	height: 30px;
}

/*----------site--------------------------------------------*/
.optionListSites {
	height: 130px;
}

.optionMaintenance {
	height: 90px;
}

.optionSelect {
	margin-top: 8px;
}

.optionListSites .optioBtn {
	margin-top: 10px;
}

.videoMoving .outerCirlce {
	margin: 30px;
}

.optionHistorique #starthistoSite .icon {
	height: 22px;
	width: 22px;
}

.icon-spinner6 {
	font-size: 20px;
}

.histoSipper {
	text-align: center;
	margin: 10 px;

}

span.icon.maintSpinner {
	font-size: smaller;
	margin-top: 4px;
}

#example-selectAllJustVisible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	width: 1px !important;
	padding: 2px !important;
	left: 50%;
	top: 30px;
}

#modalInfoSite .modal-footer {
	border-top: initial;
}

#example-selectAllJustVisible .btn {
	padding: 6px 12px;
}

.open>.dropdown-menu {
	padding: 3px 5px;
	z-index: 1000000000;
}

#limtContentSiteInfo .open>.dropdown-menu a {
	border: 1px solid #ddd;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	height: 34px;
	width: 30px;
}

.dropdown-menu>li>a {
	padding: 0 20px;
}


#limtContentSite1 {
	height: calc(11vh - 40px);
	overflow-x: hidden;
	margin: 5px;
	padding-top: 15px;
	text-align: left;

}

#limtContentSite2 {
	height: calc(90vh - 130px);
	overflow-x: hidden;
	padding-top: 15px;
	margin: 5px;
}

#limtContentSiteInfo1 {
	height: calc(10vh - 10px);
	overflow-x: hidden;
	margin: 5px;
	padding-top: 15px;
	text-align: left;
}

#limtContentSiteInfo {
	height: calc(100vh - 212px);
	overflow-x: hidden;
}

#limtContentSite1 .selectItems1 {
	margin: 2px;
	display: inline-block;
}

.selectItems2 {
	margin: 2px;
	display: inline-block;

}

#limtContentSite1 #row {
	margin: 2px;
}

.optionListSites #row #select1 {
	padding: 3px;
}

.optionListSites #row #textSelect1 {
	margin-left: 3px;
}

.optionListSites #row #select2 {
	padding: 3px;
	margin-top: 3px;
}

#limtContentSite1 #row #inputSelect1 {
	margin-top: -5px;
}

#limtContentSite1 #row #inputSelect2 {
	margin-top: -5px;
}

#limtContentSite1 #site {
	margin: 10px;
}

#limtContentSite1 button {
	float: right;
	margin-right: 10px;
	height: 100%;
	width: 15%;
	text-align: center;
}

[data-role='panel-container'] .panel-container-body>.nav-tabs li a .icon {
	font-size: 22px;
	display: inline-block;
	width: 22px;
	height: 22px;
	color: #556080;
}

.siteManager>td>a[class^='icon-'], [class*=' icon-'] {
	font-size: 20px;
	text-align: center;
	display: block;
}

.siteManager>.icon {
	display: inline-block;
}

.circle {
	height: 30px;
	width: 30px;
	position: absolute;
	bottom: 10px;
	box-shadow: 4px 4px 10px #262626;
	border-radius: 50%;
	right: 50%;
	padding: 5px;
	background: white;
}

.infocircle .icon {
	font-size: 20px;
}

.infocircle2 .icon {

	font-size: 30px;
}

#siteBtn {
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	margin-left: 4px;
	margin-right: 9px;
}

#infoSite .circle {
	margin-left: auto;
	width: 100%;
}

[data-role='widget'] .widget-body .widget-content {
	padding: 10px;
}

[data-role='widget'] .widget-body .widget-content #form2 {
	margin-top: -23px;
}

.site-container-header .panel-container-title {
	margin: 5px;
	display: block;
	border-bottom: 1px solid #556080;
}

.site-container-header .panel-container-title .title-site {
	font-family: 'CalibriBold';
	font-size: 1.8rem;
	display: block;
	line-height: 1.6rem;
	color: #16527c;
	border-bottom: 1px solid #556080;
}

.site-container-header .panel-container-title span {
	font-family: 'CalibriBold';
	font-size: 1.8rem;
	display: block;
	line-height: 1.6rem;
	color: #16527c;
	border-bottom: 1px solid #556080;
}

#limtContentSiteInfo .nav-tabs {
	position: relative;
	z-index: inherit;
	padding: 2px 5px 0;
	border-bottom: none;
	background: #d8dce3;
}

/**************/

.panel-container-title #refPromTitle {
	line-height: 1.6rem;
	font-family: CalibriBold;
	font-size: 1.1rem;
}

#nomCreateur, #nomModificateur {
	line-height: 1.6rem;
	font-family: CalibriBold;
	font-size: 1.1rem;
}

.dataTables_scroll {
	overflow: auto;
}

/*************************/
#limtContentSiteInfo .tbInfo .tab-content {
	z-index: 0;
	margin: inherit;
}

#myModalHistoMant .dataTables_scrollHeadInner {
	width: 100% !important;
}

table.dataTable {
	width: 100% !important;
}

.modal-content {
	padding: 10px;
}

.dropdown-menu {
	z-index: 99999;
}

ul {
	list-style: none;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child::before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child::before {
	top: 9px;
	left: 4px;
	height: 10px;
	width: 10px;
	display: inline-block;
	color: white;
	border-radius: 10px;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: 'Courier New', Courier, monospace;
	line-height: 10px;
	content: '+';
	margin: 5px;
	padding: 2px;
	background-color: #90a1d4;
}

/*------------------------------------------------------------------*/
.mainMobile {

	width: 100%;
	border: 2px solid gray;
	border-radius: 10px;
	background: rgb(238, 239, 241);
	margin-top: 10px;
}

.popover-content .panel-default {
	position: absolute;
	top: -2px;
	left: -89%;
	width: 375px;
	height: 562px;
	border: 2px solid gray;
	border-radius: 10px;
	background: rgb(238, 239, 241);
	margin-bottom: -20px;
	padding: 6px;
}


#image_preview .icon {
	font-size: 230px;
}

#selectImage {
	padding: 19px 21px 14px 15px;

	margin-left: 22px;
	margin-top: 317px;
	margin-bottom: 0;

	width: 414px;
	background-color: #cfdde4;
	border-radius: 10px;
	font-family: 'CalibriBold';
}

.submit {
	font-size: 16px;
	border: 1px solid #e5a900;
	color: white;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
	padding: 10px 0;
	outline: none;
	margin-top: 20px;
	width: 72%;
	margin-left: 15%;
	background: #2F3643;
}

.submit:hover {
	background: linear-gradient(#337ab7 5%, #337ab7 100%);
}

#file {
	padding: 5px;
	margin-top: 10px;
	border-radius: 5px;
	box-shadow: 0 0 15px #626F7E;
	margin-left: 15%;
	width: 72%;
}

#message {
	text-align: center;
	position: absolute;
	right: 7px;
	display: inline-grid;
	left: 6px;
}

#contain-mobil #message {
	text-align: center;
	position: static;
	right: 7px;
	display: grid;
	left: 6px;
}

#contain-mobil #message a {
	color: black;
}

#logo-footer {
	font-family: CalibriBold;
	position: absolute;
	right: 7px;
	bottom: 5px;
	left: 6px;
}

#logo-footerT {
	font-family: CalibriBold;
	position: relative;
}

#logo-body {
	position: relative;
	right: 0;
	left: 0;
	top: 130px;
}

/*------------------------------------------------------------------*/
#limtCommentConsigne .nav-tabs {
	position: relative;
	z-index: 0;
	border-bottom: none;
	background: #d8dce3;
}

#modalLicence, h2, h3, p {
	font-family: CalibriBold;
}

#modalLicence, h2 {
	text-align: center;
}

#modalLicence {

	left: 17%;
	right: 29px;
}

#modalLicence .modal-body {
	background: rgb(252, 194, 205);
}

#modalLicence .modal-header, #modalLicence .modal-footer {

	background: rgb(240, 238, 218);
}

#modalCreateContact .radio label, .checkbox label {
	padding-left: 0px;
}

#consigne .panel-heading {
	background-color: rgb(216, 220, 227);
	padding: 0;
}

.form-type-left {
	/*margin-top: -18px;*/
}

.form-filter-top {
	margin-top: -18px;
}

.form-horizontal .control-label {
	font-family: 'CalibriBold';
}

#creationSite .form-horizontal .col-sm-12>div.form-group {
	display: flex;
}

#consigne .panel-title>a {
	display: block;
	padding: 0.4em 0.6em;
	outline: none;
	font-weight: bold;
	text-decoration: none;
	color: rgb(85, 96, 128);
}

#consigne .panel-title>a.accordion-toggle::before, #consigne a[data-toggle="collapse"]::before {
	content: "\e113";
	float: right;
	font-family: 'Glyphicons Halflings';
	margin-right: 1em;
	color: rgb(85, 96, 128);

}

#consigne .panel-title>a.accordion-toggle.collapsed::before,
#consigne a.collapsed[data-toggle="collapse"]::before {
	content: "\e114";
	color: rgb(85, 96, 128);

}

#commentaire .widget-body .widget-content [data-role='widget'] {
	background: none;
	height: 113px;
	border-bottom: none;
}

#commentaire .widget-body .widget-content {
	background: none;
	height: 90px;
	border-bottom: none;
}

#commentaire .body p {
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

#commentaire .body .bdComment {
	padding-top: 116px;
	padding-left: 5px;
	padding-right: 5px;
}

#commentaire .body #bdComment {
	background: rgba(158, 158, 158, 0.06);
	height: 140px;
	overflow-x: hidden;

}

@media (min-width: 1400px) {
	#commentaire.container {
		width: 100%;
		background: antiquewhite;
	}
}

@media (max-width: 992px) {
	#id-col-sm-6 {
		padding-right: 0px;
		padding-left: 0px;
	}

	#id-col-sm-6 ul>li {
		padding-left: 4px;
		padding-right: 2px;
	}
}

#contentParam .form-horizontal {
	background: white;
}

.span-checkAll {
	font-size: 1.1rem;
	margin-left: 12px;
	font-family: 'CalibriBold';
}

.textSelectTiers1 {
	margin-bottom: 10px;
}

.selectItemsTiers1, .selectItemsTiers2 {
	padding-bottom: 6px;
}

.textSelectTiers2, .selectItemsTiers1, .selectItemsTiers2 {
	margin-bottom: 5px;
}

#btnAppliAll {
	float: right;
	background: seagreen;
}


.popup-box {
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	bottom: 0;
	display: none;
	height: 415px;
	position: fixed;
	right: 70px;
	width: 300px;


}

.round.hollow {
	margin-top: 176px;
}

.round.hollow a {
	border: 2px solid #9e9e9e;
	border-radius: 35px;
	color: #556080;
	padding: 2px 9px;
	text-decoration: none;


}

.round.hollow a:hover {
	border: 2px solid #9e9e9e;
	border-radius: 35px;
	color: red;
	color: #4CAF50;
	padding: 10px 15px;
	text-decoration: none;
}

.popup-box-on {
	display: block !important;
}

.popup-box .popup-head {
	background-color: #fff;
	clear: both;
	color: #7b7b7b;
	display: inline-table;
	font-size: 21px;
	padding: 7px 10px;
	width: 100%;
	font-family: Oswald;
}

.bg_none i {
	border: 1px solid #ff6701;
	border-radius: 25px;
	color: #ff6701;
	font-size: 17px;
	height: 33px;
	line-height: 30px;
	width: 33px;
}

.bg_none:hover i {
	border: 1px solid #000;
	border-radius: 25px;
	color: #000;
	font-size: 17px;
	height: 33px;
	line-height: 30px;
	width: 33px;
}

.bg_none {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
}

.popup-box .popup-head .popup-head-right {
	margin: 11px 7px 0;
}

.popup-head-left img {
	border: 1px solid #7b7b7b;
	border-radius: 50%;
	width: 44px;
}

.popup-messages-footer>textarea {
	border-bottom: 1px solid #b2b2b2 !important;
	height: 34px !important;
	margin: 7px;
	padding: 5px !important;
	border: medium none;
	width: 95% !important;
}

@media (min-width: 768px) {

	#DisconnectSideBtn {
		visibility: hidden;
		clear: both;
		display: none;
	}

	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-xl {
		width: 90%;
		max-width: 1200px;
	}
}

#submit-modif-contact, #submit-modif-Grpcontact, #submit-modif-canaux, #submit-upd-transmitter, #submit-modif-site {
	margin-top: 0;
	width: auto;
	margin-left: 0;
	padding: 5px;
}

#success-alert, #danger-alert, #warning-alert p {
	font-size: 20px;
	text-align: center;
}

#success-alert, #danger-alert, #warning-alert {
	position: absolute;
	z-index: 2;
	right: 0;
	left: 0;
	height: 65px;
	top: 50px;
	display: none;
}

#success-alert strong, #danger-alert strong, #warning-alert strong {
	float: left;
}

#Adresse .adresse-controle>.form-control {
	height: 28px;
	color: initial;
	border: 0px;
	box-shadow: inset 0 0px 1px rgba(0, 0, 0, .075);
	font-family: 'CalibriBold';

}

#Profil .profil-controle>.form-group {
	margin-top: -3px;
	margin-bottom: 1px;
}

#Profil .profil-controle .form-group div>.form-control {
	height: 30px;
	font-family: 'CalibriBold';
	color: initial;

}

#autreInfos .autreInfos-controle>.form-group {
	margin-top: -3px;
	margin-bottom: 3px;
}

#autreInfos .autreInfos-controle .form-group div>.form-control {
	height: 30px;
	font-family: 'CalibriBold';
	color: initial;

}

.popup-messages-footer {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.popup-messages-footer .btn-footer {
	overflow: hidden;
	padding: 2px 5px 10px 6px;
	width: 100%;
}

.simple_round {
	background: #d1d1d1 none repeat scroll 0 0;
	border-radius: 50%;
	color: #4b4b4b !important;
	height: 21px;
	padding: 0 0 0 1px;
	width: 21px;
}

.rightFloat {
	float: right;
}

.circlecanaux {
	margin-top: 20%;
}

.siteCircle {
	margin-top: 20%;
}

#myModalButton .nav-tabs {
	position: relative;
	z-index: 0;
	height: 50px;
	padding: 2px 5px 0;
	border-bottom: none;
	background: #d8dce3;
}

#myModalButton [data-role='widget'] {
	height: 135px;
}

#myModalButton>button {
	width: 17%;
	float: right;
	padding-top: 0px;
}

#myModalButton #headerTitle .modal-title {
	font-family: 'CalibriBold';
	color: #16527c;
	font-size: 1.8rem;
	line-height: 1.6rem;
	display: block;
	margin: 0;
}

#myModalButton .panel-footer {
	margin-right: 5px;
	margin-left: -5px;
}

#myModalButton .msgErrerEtatTrans {
	margin-top: 40px;
}

#historique .optionHistorique .modal-footer {
	border-top: inherit;
}

#historique .optionHistorique {
	margin-top: 5px;
}

#historique .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td {
	border-top: inherit;
}

#historique .tableOptionHistorique {
	margin-bottom: 0px;
}

#choixOption {
	text-align: center;
}

.table-responsive {
	border: none;
	overflow: hidden;
}

.tbl-compte-rendu {
	border: none;
	overflow: hidden;
}

.panel-body.base,
.panel-body.groupe,
.panel-body.consol,
.panel-body.suivi {
	background-color: #EFEFEF;
}

/*-------------Creer un site----------------------*/
#rox1 {

	font-family: 'CalibriBold';
	font-size: 1.1rem;
	padding: 20px;
}

#bdCSite {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: calc(100% - 45px);
	border-radius: 4px;
	background: #f6f8fb;
	margin: 3px;
}

#bdCSite .form-control .form-group {
	margin: 5px;
}

#rox2 {
	padding: 20px;
	font-family: 'CalibriBold';
	font-size: 1.1rem;
}

#bdCSite .form-horizontal {
	padding-top: 10px;
}

#bdCSite .form-horizontal .form-group {

	height: 20px;
}

#bdCSite .form-control {

	height: 20px;
}

#bdCSite .form-group .control-label {
	min-height: inherit;
	height: 20px;
}

#bdCSite .btn-block {
	display: block;
	float: right;
	width: inherit;
}


#bdCSite .modal-footer .btn {
	height: inherit;
	padding: 3px;
	margin: 3px;
}

#success_message {
	display: none;
}

/*--------------Recherhcer_site--------------*/
#idChercheSite {
	padding: 10px;
}

#idChercheSite label {
	font-family: 'CalibriBold';
	font-size: 1.2rem;
	display: inline-block;
	color: #16527c;
}

#btnChercheSite {
	padding: 10px;
}

#id1 {
	background: tan;
}

#id2 {
	background: wheat;
}

#id3 {
	background: thistle;
}

#infoTechLogicieH1 {
	margin-bottom: -8px;
}

#infoTechLogicieH2 {
	margin-bottom: -8px;
}

#recherSite #tiers_create_site .panel-default>.panel-heading {
	margin-bottom: -10px;
	padding-bottom: 0px;
}

#recherSite #tiers_create_site .panel-default {
	margin-top: -12px;
	margin-left: 4px;
}

#recherSite #tiers_create_site .panel-body {
	margin-top: -10px;
	margin-bottom: -20px;
}

#recherSite #tiers_create_site .panel-heading {
	font-family: 'CalibriBold';
	font-size: 1.2rem;

	color: #16527c;
}

#recherSite #tiers_create_site {
	padding-bottom: 0px;
	margin: 2px;
}

/*--------------adminParamter--------------*/
.modal-backdrop.in {
	z-index: -1;
}

/*-------Parametre------------------*/
#imageUplod .form-control, .thumbnail {
	border-radius: 2px;
}

#imageUplod .btn-danger {
	background-color: #B73333;
}

/* File Upload */
#imageUplod .fake-shadow {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#imageUplod .fileUpload, .fileDpload {
	position: relative;
	overflow: hidden;
}

#imageUplod .fileUpload #logo-id {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 33px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

#imageUplod .img-preview {
	max-width: 100%;
}

#imageUplod {
	background: white;
}

#imageUplod span i {
	top: 3px;
	left: -4px;
}




/******************************* Adminisration*/

.contentChercheTiers {
	padding: 4px;
}

.contentChercheTiers #row {
	margin: 3px;
}

.contentChercheTiers #row .selectItemsTiers1 {
	padding: 3px;
}

.contentChercheTiers #row .selectItemsTiers2 {
	padding: 3px;
}

.contentChercheTiers #searchTiers {
	margin: 10px;
}

#adminTiersForm .panel {
	margin: 2px;
}

#adminTiers {

	height: calc(78vh - 7px);
	overflow: hidden;
}

#adminTiersForm {

	height: calc(62vh - 7px);


}

.material-switch>input[type="checkbox"] {
	display: none;
}

.material-switch>label {
	cursor: pointer;
	height: 0px;
	position: relative;
	width: 40px;
}

.material-switch>label::before {
	background: rgb(0, 0, 0);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	content: '';
	height: 16px;
	margin-top: -8px;
	position: absolute;
	opacity: 0.3;
	transition: all 0.4s ease-in-out;
	width: 40px;
}

.material-switch>label::after {
	background: rgb(255, 255, 255);
	border-radius: 16px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	content: '';
	height: 24px;
	left: -4px;
	margin-top: -8px;
	position: absolute;
	top: -4px;
	transition: all 0.3s ease-in-out;
	width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
	background: inherit;
	opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
	background: inherit;
	left: 20px;
}



span.multiselect-native-select {
	position: relative
}

span.multiselect-native-select select {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px -1px -1px -3px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	left: 50%;
	top: 30px
}

.multiselect-container {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.multiselect-container .input-group {
	margin: 5px
}

.multiselect-container>li {
	padding: 0
}

.multiselect-container>li>a.multiselect-all label {
	font-weight: 700
}

.multiselect-container>li.multiselect-group label {
	margin: 0;
	padding: 3px 20px 3px 20px;
	height: 100%;
	font-weight: 700
}

.multiselect-container>li.multiselect-group-clickable label {
	cursor: pointer
}

.multiselect-container>li>a {
	padding: 0
}

.multiselect-container>li>a>label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
	padding: 3px 0 3px 30px
}

.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
	margin: 0
}

.multiselect-container>li>a>label>input[type=checkbox] {
	margin-bottom: 5px
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
	padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
	margin-left: -20px;
	margin-right: 0
}

#adminTiers .panel-body {
	overflow: auto;
	height: 264px;

}

.btnadmin {
	margin-top: 10px;
}

#numberTiers {
	color: #90a1d4;
}

#btnValidTransact {
	margin-bottom: 4px;
	margin-top: -10px;
	margin-right: 12px;

}

.rowTransact {
	padding-top: 20px;
}

.selectItemsTransact {
	padding: 8px;
}

.group-radio {
	color: red;
}

.parmInfoGroup {
	padding: 6px;
}

.toggler {
	width: 500px;
	height: 200px;
	position: relative;
}

#button {
	padding: .5em 1em;
	text-decoration: none;
}

#effect {
	width: 240px;
	height: 170px;
	padding: 0.4em;
	position: relative;
}

#effect h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
}

.ui-effects-transfer {
	border: 2px dotted gray;
}


#infoTransact .infoTransact-body {
	overflow: auto;
	/*max-height: calc(90vh - 8px);*/
}

#versionInformations .popover .popover-content {
	background-color: white;
	text-align: center;
}

#versionInformations .icon-information {
	padding-top: 13px;
}

.border {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 6px;
}

#player .thumb {
	margin-bottom: 30px;
	background: black;
}

.btn-custom {
	background-color: black;
	color: white;
	transition-property: background, opacity;
	transition-duration: 0.5s;
}

.btn-custom:hover, .btn-custom:active, .btn-custom:focus {
	cursor: pointer;
	opacity: 0.5;
	color: white;
	background-color: transparent;
}

.no:hover {
	background: none;
}

.no:active {
	background: none;
}

#seconds {
	font-size: 10px;
}

/*-----------------------*/

.logoPlayer1 {
	height: 100%;
}

#logoPlayer1 {
	float: left;
	width: 35%;

	max-height: 100%;
	padding: 8px;
	text-align: center;
}

div.show-image {
	position: relative;
	float: left;
	margin: 5px;
	transition: 0.3s ease;
	cursor: pointer;
	background: currentColor;
	/* background-image: url("../../images/loading-movie.gif"); */
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 15px 50px;
	background-size: 500px;
	width: 800px;
	height: 488px;
}

:hover .btn-play {
	display: block;
}

.btn-play {
	position: absolute;
	display: none;
}

input.update {
	top: 0;
	left: 0;
}

input.delete {
	top: 0;
	left: 79%;
}

.btn-play {
	left: 1px;
	bottom: 2px;
}

#myModalVideoMovie .modal-header {
	border-bottom: 10px solid RGB(237, 28, 121);
}

#myModalVideoMovie button .close {
	position: relative;
	float: right;
	opacity: 15;
	transition: 0.3s ease;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}

.cl-hide-header-colum {
	float: right;
}

#radioBtn4 {
	padding-top: 7px;
}

#radioBtn3 {
	padding-top: 1px;
	margin-top: 7px;
}


#myModalVideoMovie .modal-content {
	background: #144C74;
	width: fit-content;
	width: -moz-fit-content;
}

#myModalVideoMovie video {
	width: 800px;
	height: auto;
}

#myModalVideoMovie .modal-body {
	padding: 0px;
}

#myvideo {
	width: 800px;
	height: 488px;
	border-radius: 15px 15px 15px 15px;
}

@media only screen and (max-device-width:770px), only screen and (max-width:770px) {

	body {
		width: auto;
		font-size: 12px;
	}

	* {

		font-size: 12px;
	}

	[data-role=widget] .widget-header .widget-title,
	.btn.btn-default,
	#nomCreateur,
	#nomModificateur,
	.panel-container-title #refPromTitle,
	.form-control,
	.table>tfoot:first-child>tr:first-child>th,
	.table>thead:first-child>tr:first-child>th {
		font-size: 12px;
	}

	.panel-container-header .panel-container-title .title-alarm {
		font-size: 18px;
	}

	.panel-container-header {
		font-size: 12px;
	}

	.siteManager>td>a[class^=icon-], [class*=' icon-'] {
		font-size: 14px;
	}

	.form-group .form-control.value-control {
		font-size: 12px;
	}

	.refresh .form-control.value-control {
		padding: 1px 1px;
		height: 20px;
	}

	#radioBtn4 {
		width: 100%;
	}

	.tbl-compte-rendu {
		border: none;
		overflow: hidden;
	}

	.navbar-center {
		font-family: 'CalibriBold';
		font-weight: 1000;
		font-size: 35px;
		transform: translate(-100%, -50%);
	}
}

@media only screen and (max-device-width:770px), only screen and (max-width:1000px) {
	body {
		width: auto
	}

	* {
		font-size: 10px;
	}

	.form-horizontal .control-label {
		text-align: left;

	}

	.form-group .form-control.value-control {
		font-size: inherit;
	}

	.optionHistorique .col-sm-6 {
		width: auto;
	}

	div.show-image {
		width: 699px;
		height: 469px;
	}

	.tbl-compte-rendu {
		border: none;
		overflow: auto;
		width: 100%;
	}

	.navbar-center {
		font-family: 'CalibriBold';
		font-weight: 1000;
		font-size: 35px;
		transform: translate(-100%, -50%);
	}
}

@media only screen and (max-device-width:640px), only screen and (max-width:640px) {
	body {
		width: auto
	}

	* {

		font-size: 10px;
	}

	[data-role=widget] .widget-header .widget-title,
	.btn.btn-default,
	#nomCreateur,
	#nomModificateur,
	.panel-container-title #refPromTitle,
	.form-control,
	.table>tfoot:first-child>tr:first-child>th,
	.table>thead:first-child>tr:first-child>th {
		font-size: 10px;
	}

	.panel-container-header .panel-container-title .title-alarm {
		font-size: 16px;
	}

	.panel-container-header {
		font-size: 10px;
	}

	.siteManager>td>a[class^=icon-], [class*=' icon-'] {
		font-size: 12px;
	}

	.form-group .form-control.value-control {
		font-size: 9px;
	}

	.refresh .form-control.value-control {
		padding: 1px 1px;
		height: 17px;
	}

	#radioBtn4 {
		width: 100%;
	}

	div.show-image {
		width: 562px;
		height: 332px;
	}

	.tbl-compte-rendu {
		border: none;
		overflow: scroll;
		width: 80%;
	}

	.navbar-center {
		font-family: 'CalibriBold';
		font-weight: 1000;
		font-size: 35px;
		transform: translate(-50%, -70%);
	}

}

@media only screen and (max-device-width:440px), only screen and (max-width:440px) {

	#myvideo {
		height: 260px;
	}

	video {
		height: 260px;
	}

	#myModalVideoMovie .modal-content {
		width: auto;
	}

	#myModalVideoMovie video, div.show-image {
		/* width: 380px; */
		width: 98%;
	}

	#logoPlayer1 {
		width: 50%;
	}

	div.show-image {
		width: 360px;
		height: 260px;
	}

	.tbl-compte-rendu {
		border: none;
		overflow: hidden;
	}

	.tab-label {
		visibility: hidden;
	}

	.nav-link {
		height: 22px;
		width: 22px;
	}

	.icon {
		margin-left: -5px;
		margin-top: -5px;
		height: 12px;
		width: 12px;
	}

	#imgMvs {
		height: 90%;
		width: 100%;
		border: none;
	}

	.navbar-center {
		font-family: 'CalibriBold';
		font-weight: 1000;
		font-size: 35px;
		transform: translate(-25%, -70%);
	}
}

.link ul {
	display: none;
}

a.load.cl-submenu-icon:before {
	content: "\e114";
	float: right;
	font-family: 'Glyphicons Halflings';
	margin-right: 1em;
	color: #556080;
	margin: 0 0.1875rem 0 0;
}

.panel-sub-heading {
	font-family: 'CalibriBold';
	font-size: 1.1rem;
	line-height: 1.6rem;
	display: block;
	padding-right: 14px;
	color: #16527c;
	background: darkgray;
	text-align: end;
}

.panel-sub-heading>span {
	padding-left: 17px;
}

.material-switch.pull-right>input {
	margin-left: 46px;
}

.control-formAdmin ul.list-group {
	overflow: auto;
	height: calc(667px - 10px);
}

.modal-header {
	background: #90a1d4;
}

#id-reporting .panel-heading {
	background: #90a1d4;
	color: white;
}

.panel-container-header .refresh {
	float: right;
	margin-right: 4px;
	margin-top: 5px;
}

#id-panel-container-header {
	border: 1px solid #556080;
	border-bottom: none;
	background: #d8dce3;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

#myModalSystemExp .panel-container-body {
	position: relative;
	padding: 15px;
}

#body-historique {
	max-height: 400px;
	padding: 15px;
}

.refresh .form-control.value-control {
	padding: 5px 5px;
	height: 33px;
	;
}

.spanMenu {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 100%;
	height: 100%;
}

.circle2 {
	height: 60px;
	width: 60px;
	position: absolute;
	bottom: 50%;
	box-shadow: 4px 4px 10px #262626;
	border-radius: 50%;
	right: 50%;
	padding: 5px;
	background: white;
}

.infocircle3 .icon {

	font-size: 50px;
}

#divButtonsVideo {
	display: flex;
	justify-content: center;
}


.buttonsVideo {
	margin: 15px 50px;
}

#divParent {
	height: 600px;
	width: 700px;
}

#imgMvs {
	height: 90%;
	width: 100%;
	border: none;
}

#linkStop {
	/* width: 100%; */
	margin: 0 auto;
	display: block;
}

.buttonsVideo {
	background-color: transparent;
	border: transparent;
	align-self: center;
	margin: auto;
	vertical-align: middle;
}

.maj {
	text-transform: uppercase;
}

.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.vertical-align-center {
	/* To center vertically */
	display: table-cell;
	vertical-align: middle;
	pointer-events: none;
}

.modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width: inherit;
	max-width: inherit;
	/* For Bootstrap 4 - to avoid the modal window stretching full width */
	height: inherit;
	/* To center horizontally */
	margin: 0 auto;
	pointer-events: all;
}


#listUsers {
	padding: 0px;
	box-shadow: none;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
}

#bodyListUsers {
	margin-bottom: 20px;
	padding: 2px;
	padding-right: 7px;
	padding-left: 0px;
	background: white;
	box-shadow: 2px 0px 2px rgba(0, 0, 0, .2);
}

#userRightsDetails {
	overflow: auto;
	/* background:white; */
	height: 100vh;
}

.labelDocument {
	font-family: 'CalibriBold';
	text-align: right;
	/* margin-bottom: 5px !important;
    padding: 5px; */
	font-weight: 400;
	display: inline-block;
	max-width: 100%;
}

.icon-checkmark {
	color: #009900;
}

#buttonsCollapse {
	display: none;
}

input[type="time"]::-webkit-calendar-picker-indicator {
	background: none;
}

.nested {
	margin-top: 10px;
}

#panelLicencesList {
	margin-top: 15px;
}

.licenceTitle {
	font-family: 'CalibriBold';
	font-size: 1.1rem;
	line-height: 1.6rem;
	margin: 0;
	color: gray;
}

.licenceBody {
	font-family: 'CalibriRegular';
	font-size: 1.1rem;
	line-height: 1.6rem;
	margin: 0;
	color: gray;
}

.panelGeneralSettings {
	max-height: 100%;
}

.namePG {
	font-family: 'CalibriBold';
}

.bodyPG {
	font-family: 'CalibriRegular';
	font-size: 1.1rem;
	line-height: 1.6rem;
	margin: 0;
	margin-left: 20px;
	color: #16527c;
}

#panelAzurSoft {
	margin-top: 10px;
}

.inputPG {
	border-top: white;
	border-right: white;
	padding-left: 5px;
}

.editPG {
	font-size: large;
	float: right;
	background-color: #eee;
	cursor: pointer;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 5px;
	height: 25px;
}

#ulRightsAdmin {
	height: 100%;
}

.titleDoc {
	font-family: 'CalibriBold';
	font-size: 1.5rem;
	color: #16527c;
}

.liParentAdminRights {
	font-weight: bold;
}

.liChildrenAdminRights {
	font-weight: normal;
}

.createLabel {
	text-align: right;
}


hr {
	border-top: 1px solid rgb(126, 125, 125);
}

.hrdivider {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
}

.hrdivider span {
	position: absolute;
	top: -11px;
	background: #fff;
	padding: 0 20px;
	/* font-weight: bold; */
	/* font-size: 16px; */
}

.hrSelection {
	width: 1000px;
	margin: auto;
	border-top: 1px solid rgb(186, 183, 183);
}

.divSelection {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* le block conteneur */
.marquee-rtl {
	max-width: 30em;
	/* largeur de la fenêtre */
	margin: 1em auto 2em;
	/* border: 10px solid #F0F0FF; */
	overflow: hidden;
	/* masque tout ce qui dépasse */
	/* box-shadow: 0 .25em .5em #CCC,inset 0 0 1em .25em #CCC; */
}

/************************************************************************************/
/* le bloc défilant */
.marquee-rtl> :first-child {
	display: inline-block;
	/* modèle de boîte en ligne */
	padding-right: 2em;
	/* un peu d'espace pour la transition */
	padding-left: 100%;
	/* placement à droite du conteneur */
	padding-top: 20px;
	white-space: nowrap;
	/* pas de passage à la ligne */
	padding-top: 30px;
	animation: defilement-rtl 15s infinite linear;
	animation-name: defilement-rtl;
	/* référence à la règle @keyframes mise en oeuvre */
	animation-duration: 20s;
	/* valeur à ajuster suivant la longueur du message */
	animation-iteration-count: infinite;
	/* boucle continue */
	animation-timing-function: linear;
	/* pas vraiment utile ici */
}

@keyframes defilement-rtl {
	0% {
		transform: translate3d(0, 0, 0);
		/* position initiale à droite */
	}

	100% {
		transform: translate3d(-100%, 0, 0);
		/* position finale à gauche */
	}
}

/************************************************************************************/

.holder {
	/* background:#ccc; */
	padding: 0.5rem;
	overflow: hidden;
	white-space: nowrap;
}

.news {
	animation: slide 10s reverse infinite;

}

@keyframes slide {
	0% {
		transform: translatex(0%)
	}

	100% {
		transform: translatex(100%)
	}
}

.subtitleProfile {
	font-weight: bold;
	font-size: 16px;
}

.divbtn {
	padding: 15px;
	text-align: right;
}

.spanErrorMessage {
	color: red;
	font-size: smaller;
	vertical-align: top;
}

/* .table>thead:nth-child(2) {
	display: none !important;
} */

.toolbar {
	float: right;
}

#datatableSite_wrapper .top,
#datatableInterv_wrapper .top,
#datatableSysteme_wrapper .top,
#datatableSiteHisto_wrapper .top,
#datatableCanaux_wrapper .top {
	float: left;
}

.dt-search {
	float: right !important;
	text-align: right;
	margin-top: 2px;
	margin-right: 2px;
}

.dt-search input {
	padding: 0px !important;
}

/* tableaux après mise à jour js et css */
.table>thead>tr>th {
	font-family: CalibriBold !important;
	font-size: 1.1rem !important;
	font-weight: normal !important;
	text-align: center !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	background: #90a1d4 !important;
	z-index: 10;
	padding: 3px !important;
}

div.dt-scroll-body thead tr th div.dt-scroll-sizing {
	height: auto !important;
	padding: 3px;
}

.dt-scroll-head {
	visibility: hidden;
	height: 0px;
}

.table>tbody>tr>td {
	padding: 3px !important;
}

.table .dt-column-order {
	display: none;
}

.table thead th {
	position: sticky !important;
	top: 0 !important;
	z-index: 1 !important;
}

.dt-wrapper.no-footer .dt-scroll-body {
	border-bottom: none;
	/*border:0px;*/
}

.dt-scroll {
	overflow: auto;
	clear: both;
}