
.mDiv {
	/*background-color: darkgoldenrod;*/
}

.dashboardBtnContainer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 1em;
}

.tabBar .tabBar__subheader {
	display: grid;
	grid-gap: 1.5em;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "first second";
}

@media screen and (max-width: 1500px) {
	.tabBar .tabBar__subheader {
		grid-template-areas: "first first" "second second";
	}
}

.tabBar .tabBar__subheader__container {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	padding: 1em;
	border-radius: 5px;
}

.tabBar .tabBar__subheader__container-first {
	grid-area: first;
}

.tabBar .tabBar__subheader__container-second {
	grid-area: second;
}

.mDivBegin {
	border-top: 1px solid;
}

.mDivRow {
	/*background-color: green;*/
	padding: 5px 2px 5px 0px;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.mDivTd {
	/*background-color: red;*/
	width: 32%;
	margin-right: 1%;
	display: inline-block;
}

.mDivLogoLink {
	width: 24%;
	margin-right: 1%;
	display: inline-block;
}

.mDivLogoLink .mTitle {
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 2%;
	margin-top: 2%;
	font-weight: bold;
}

.mDivLogoLink .mInput {
	display: block;
}

div.disabled, img.disabled {
	opacity: 0.3;
}

a.disabled {
	pointer-events: none;
	cursor: not-allowed;
}

.mDivLeft, .mDivRight {
	width: 49%;
	margin-right: 1%;
}

.mDivLeft {
	float: left;
}

.mDivRight {
	float: right;
}

.mTitle {
	display: inline-block;
	margin-right: 5%;
	width: 50%;
}

.mInput {
	display: inline-block;
	text-align: center;
}

.mTextDivRow {
	text-align: center;
	width: 100%;
}

.mTextDivRow .mTitle {
	padding: 5px 0px 5px 0px;
	margin-right: 0px;
	font-weight: bold;
}

.mTextDivRow .mInput {
	text-align: left;
	display: block;
}

.mPair {
	background-color: #F6F6F6;
}

.badgeSoc {
	display: inline-block;
	min-width: 10px;
	padding: 2px 5px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1em;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
}

.table-thirdparty {
	table-layout: fixed ;
	width: 100% ;
}



.tableParcNotes{
	width: 100%;
}

.tableParcNotes thead th{
	width: 50%;
}

.tableParcNotes tbody td{
	text-align: center;
}


.butList {
	display: inline-block;
	padding: 0.4em 0.7em;
	margin: 0em 0.9em;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #ffffff !important;
	border: 1px solid #bbbbbb;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	width: 150px;
}
.butList:hover {
	color: #8CC3BE;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
	color: #454545;
	text-decoration: none;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: none;
	background: none;
	font-weight: normal;
	color: #454545;
}

.btn {

	border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
	border-style: solid;
	border-width: 1px;
	padding: 1px 7px 2px;

	display: inline-block;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	height: 32px;
	width: 60px;
	margin-bottom: 10px;
}

.ui-tabs-active {
	color: #111111 !important;
	background: rgb(255,255,255) !important;
	border-right: 1px solid #AAA !important;
	border-left: 1px solid #AAA !important;
	border-top: 2px solid #111 !important;
}

.tabs-card {
	background: #e9e9e9;
}

:focus {
	outline: none;
}

.btn-copy-title {
	margin-left: 0 !important;
}

.btn-copy, .btn-copy:disabled {
	display: inline-block;
	margin-left: 2%;
	padding: 3px 6px;
	font-size: 7px;
	font-weight: 700;
	line-height: 10px;
	color: #333;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background: #eee linear-gradient(#fcfcfc, #eee);
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
}

.btn-copy:active, .btn-copy:focus {
	border: 1px black solid;
}

.btn-copy img {
	width: 13px;
}

.fixed_tooltip {
	cursor: pointer;
}

.fixed_tooltip_container {
	visibility: hidden;
	height: auto;
	width: 400px;
	background-color: white;
	color: black;
	border-radius: 6px;
	border: 1px solid;
	padding: 1% 2% 1% 2%;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;

	/* Position the tooltip */
	position: fixed;
	z-index: 1;
}

.spacer {
	height: 5px;
	background: transparent;
}

.fixed_tooltip_container .btn-not-visible {
	visibility: visible;
}

.btn-not-visible, .fixed_tooltip_container_closed .btn-not-visible {
	visibility: hidden;
}

.fixed_tooltip_container .btn-copy {
	background: transparent;
	border: 0px;
}

.btn-copy:active, .btn-copy:focus {
	background: #F6F6F6;
}

.border-grey {
	border: 1px solid #f0f0f0;
}

.padding-box {
	padding: 2%;
}

.row-selected {
	background: #ea7600 !important;
}

.animation-target {
	-webkit-animation: animation 1000ms linear both;
	animation: animation 1000ms linear both;
}

.gp-tag-list li {
	float: left;
	list-style: none;
}

.gp-form-wrap, .gp-form-wrap form {
	/*height: 80px;*/
}

.gp-select-container {
	padding-top: 1%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.gp-select-wrap {
	margin: 5px 1% 5px 1%;
	display: inline-block;
	width: 40%;
	height: 80%;
}

.gp-select-wrap span {
	padding-right: 2%;
	margin-bottom: 4%;
	display: block;
	font-weight: bold;
}

.gp-select-button {
	display: inline-block;
	height: 100%;
	float: right;
}

.gp-select-button input {
	margin-top: 15%;
}

div.firstcolumn div.box {
	padding-right: 10px;
}

div.secondcolumn div.box {
	padding-left: 10px;
}

.gp-select-wrap select {
	width: 100%;
}

.gp-icon-link i {
	color: white !important;
}

.gp-rounded-btn {
	float: right;
}

.gp-select-wrap .select2, .gp-select-wrap .gp-width100 {
	width: 100% !important;
}

.liste-titre-with-color a {
	color: rgb(0,0,120) !important;
}

/* DataTable */
table.dynatable {
	width: 100%;
}

.datatable-actionbtn {
	padding-top: 1%;
	padding-bottom: 1%;
	overflow-y: scroll;
}

.gp-demo-div {
	width: 100%;
	padding-bottom: 1%;
}

.gp-input:focus, .gp-input-container input:focus {
	background-color: #e6e6e6;
	border-bottom: solid 1px rgba(0, 0, 0, 1);
}

.gp-title-with-list h2, .gp-title-with-list div {
	display: inline-block;
}

.gp-title-with-list div{
	float: right;
	margin-top: 0.83em;
}

.gp-title-with-list div a {
	color: rgb(0,0,120) !important;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}

.gp-title-with-list a i {
	font-weight: bold;
}

.fa-mobile {
	font-size: 1.2rem;
}

/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bs%3A%5B%7BT%3A%22c%22%2Ce%3A%22b%22%2Cd%3A1000%2CD%3A0%2Cf%3A%7Bx%3A1.1%2Cy%3A1.1%7D%2Ct%3A%7Bx%3A1%2Cy%3A1%7D%2Cs%3A1%2Cb%3A8%7D%5D%7D */

@-webkit-keyframes animation {
	0% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	2.7% { -webkit-transform: matrix3d(1.061, 0, 0, 0, 0, 1.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.061, 0, 0, 0, 0, 1.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	5.41% { -webkit-transform: matrix3d(1.008, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.008, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	8.11% { -webkit-transform: matrix3d(0.97, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.97, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	10.71% { -webkit-transform: matrix3d(0.957, 0, 0, 0, 0, 0.957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.957, 0, 0, 0, 0, 0.957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	13.71% { -webkit-transform: matrix3d(0.969, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.969, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	16.62% { -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.992, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	19.62% { -webkit-transform: matrix3d(1.011, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.011, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	22.52% { -webkit-transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	28.43% { -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	34.33% { -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	46.05% { -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	57.86% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	69.57% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	81.38% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	93.19% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes animation {
	0% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	2.7% { -webkit-transform: matrix3d(1.061, 0, 0, 0, 0, 1.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.061, 0, 0, 0, 0, 1.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	5.41% { -webkit-transform: matrix3d(1.008, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.008, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	8.11% { -webkit-transform: matrix3d(0.97, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.97, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	10.71% { -webkit-transform: matrix3d(0.957, 0, 0, 0, 0, 0.957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.957, 0, 0, 0, 0, 0.957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	13.71% { -webkit-transform: matrix3d(0.969, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.969, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	16.62% { -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.992, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	19.62% { -webkit-transform: matrix3d(1.011, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.011, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	22.52% { -webkit-transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	28.43% { -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	34.33% { -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	46.05% { -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	57.86% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	69.57% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	81.38% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	93.19% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

/* Card for dashboard */
.gp-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 30px;
	align-items: stretch;
	justify-items: center;
}

.gp-card {
	width: 270px;
	min-height: 110px;
	background-color: #fff;
	border-radius: .25em;
	color: #fff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	padding: 0;
	display: flex;
	margin-right: 1%;
	margin-bottom: 1%;
}

.gp-left-side {
	background-color: #FFBF69;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.gp-left-side .icon {
	font-size: 50px;
}

.gp-right-side {
	width: 75%;
}

.gp-right-side .inner {
	padding: 1% 3% 1% 3%;
	color: #0c0c0c;
}

.gp-right-side .line-info {
	padding: 1% 0 1% 0;
}

.gp-right-side .line-info span, .color-span {
	padding: 1px 6px 1px 6px;
	color: white;
	border-radius: .25em;
}

/* Square grid for link on thirdparty card */
.gp-grid-square {
	display: flex;
}

.gp-grid-square a {
	text-decoration: none;
}

.gp-square-card {
	background-color: #fff;
	border-radius: .25em;
	color: #fff;
	padding: 1% 1% 1% 1%;
	display: inline-block;
	margin-right: 1%;
	margin-bottom: 1%;
	min-width: 80px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.57);
}

.gp-square-card:hover {
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.57);
}

.gp-inner-square-card {
	text-align: center;
}

.gp-square-top-side .icon {
	color: #0c0c0c;
	font-size: 40px;
	margin-bottom: 1%;
}

.gp-square-bottom-side {
	font-size: medium;
	font-weight: bold;
	color: #0c0c0c;
}

a.gp-button-accueil {
	border-radius: 1rem;
}

a.gp-button-accueil span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

td.gp-row-total {
	text-align: center;
	font-weight: bold;
}

.gp-table-wrapper-responsive {
	overflow: auto;
	overflow-y: hidden;
}

/* Tablette */
@media screen and (max-width: 1024px) {
	.fixed_tooltip_container {
		width: 250px;
		height: auto;
	}
	.gp-select-wrap {
		width: 100%;
	}
	.gp-select-button {
		float: none;
	}
	.gp-select-button input {
		float: none;
		margin-top: 0;
		margin-bottom: 1%;
	}
	.datatable-actionbtn {
		padding-top: 5%;
		padding-bottom: 5%;
	}
}

/* Smartphone */
@media screen and (max-width: 480px) {
	.fixed_tooltip_container {
		width: 300px;
		height: auto;
	}
	a.gp-button-accueil{
		display: none !important;
	}
}

@media screen and (max-device-width: 350px) {
	.fixed_tooltip_container {
		display: none;
	}
}

/* Particular case for fixed tooltip */
@media screen and (min-width: 1025px) and (max-width: 1214px) {
	.fixed_tooltip_container {
		width: 250px;
		height: auto;
	}
}

/* Particular case for button in select and responsive */
@media screen and (max-width: 1182px) {
	.gp-select-wrap {
		width: 100%;
	}
	.gp-select-button {
		float: none;
	}
	.gp-select-button input {
		float: none;
		margin-top: 0;
		margin-bottom: 1%;
	}
}

/* Particular case for gp-card and responsive */
@media screen and (max-width: 770px) {
	.gp-card {
		height: 140px;
	}
	.gp-left-side .icon {
		margin-top: 40px;
	}
}


/* Color of gp */

.gp-background-inter {
	background: #618985;
}

.gp-background-ticket {
	background: #ed6b00;
}

.gp-background-contract {
	background: #F2E3BC;
}

.gp-background-device {
	background: #96BBBB;
}

.fa-beat {
	animation:fa-beat 5s ease infinite;
	color: #ed6b00;
}
@keyframes fa-beat {
	0% {
		transform:scale(1);
	}
	5% {
		transform:scale(1.25);
	}
	20% {
		transform:scale(1);
	}
	30% {
		transform:scale(1);
	}
	35% {
		transform:scale(1.25);
	}
	50% {
		transform:scale(1);
	}
	55% {
		transform:scale(1.25);
	}
	70% {
		transform:scale(1);
	}
}

.notop {
	margin-top: 0;
}

.tooltipped {
	position: relative;
}

.tooltipped::after {
	content: attr(aria-label);
	position: absolute;
	z-index: 1000000;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: break-word;
	white-space: pre;
	pointer-events: none;
	background: #0c0c0c;
	color: white;
	padding: 5px 5px 5px 5px;
	font-size: 0.8rem;
	border-radius: 5px;
}

.tooltipped::before {
	position: absolute;
	z-index: 1000001;
	color: #0c0c0c;
	pointer-events: none;
	content: "";
	border: 6px solid transparent;
}

.tooltipped-s::after {
	bottom: 50%;
	left: 100%;
	margin-left: 6px;
	transform: translateY(50%);
}

.tooltipped-s::before {
	top: 50%;
	right: -7px;
	bottom: 50%;
	margin-top: -6px;
	border-right-color: #0c0c0c;
}

#gp-loader i {
	color: #ed6b00;
}

/* Stack images */

.stack {
	margin: 20px auto;
	padding: 0;
	position: relative;
	max-width: 100%;
}

.stack .photoref{
	background-color: white;
}

.stack img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

.stack img:first-child {
	position: relative;
}

/* Stack Simple Spread */
.stack-spread.active img:nth-child(3) {
	-webkit-transform: translate(-5px,5px);
	transform: translate(-5px,5px);
}

.stack-spread.active img:first-child {
	-webkit-transform: translate(5px,-5px);
	transform: translate(5px,-5px);
}

img.photonone {
	display: none;
}

.highlight-drag {
	border: 3px dashed #ed6b00 !important;
}

.highlight-drag div {
	filter: blur(1px) !important;
}

/* Owl carousel items */
.owl-carousel .owl-item img {
	height:10vh;
	object-fit: contain;
}

/* Documentation tab */
.tabDocumentation img {
	max-width: 100%;
}

.gp-textwithicon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2%;
	font-weight: bold;
}

.gp-textwithicon span {
	margin-bottom: 0;
}

/* Barcode scanner */
#interactive.viewport {position: relative; width: 100%; height: auto; overflow: hidden; text-align: center;}
#interactive.viewport > canvas, #interactive.viewport > video {max-width: 100%;width: 100%;}
canvas.drawing, canvas.drawingBuffer {position: absolute; left: 0; top: 0;}

/* icon map leaflet */
.marker-pin {
	width: 30px;
	height: 30px;
	border-radius: 50% 50% 50% 0;
	background: #c30b82;
	position: absolute;
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
}

/* Vis network */
#mynetwork {
	width: 100%;
	height: 400px;
	border: 1px solid lightgray;
}
.vissection {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 0.5em;
}

.vissection__btn {
	margin: 1em;
}

.input_error  {
	background-color: #fce4e4 !important;
	border: 1px solid #cc0033 !important;
	outline: none;
}

.input_message  {
	color: red !important;
}

.titleAttachedFile {
	color: black;
}

#disablecontacts {
	text-decoration:line-through;
	text-decoration-color:red;
	text-decoration-thickness: 3px;
}

.bigsize {
	width: 100vw;
	position: fixed;
	top: 0;
	z-index: 9000;
	height: 100vh;
	left: 0;
	margin: 0 !important;
}

.fullscreen {
	height : 90% !important;
	width : 97% !important;
}

.divphotoref {
	padding-right: 30px;
}