/************/
/** HEADER **/

div.page-header div.logoWrapper{
	background:#fff;
	position:absolute;
}
div.page-header div.customLogoWrapper{
	position: absolute;
	text-align: center;
	width: 100%;
	z-index:90;
}
div.page-header div.applicationTitleWrapper{
	background: #fff;
	height:95px;
}
div.page-header div.applicationTitleWrapper h1{
	color: #333;
	float:none;
	padding:23px 145px;
	width:100%;
}
div.page-header div.header-links{
	position:absolute;
	right:0px;
	z-index:100;
}

div.page-header div.header-links a.header-link{
	color: #333;
	padding-bottom:32px;
	padding-top:32px;
}

/** HEADER **/
/************/

/************/
/** PPRI **/

ul.ppriReferences{
	margin:0px;
	padding:0px;
	padding-left:10px;
}
ul.ppriReferences > li{
	font-size:10px;
}
.archivedPpri
{
	background:#eee;
	border: 1px solid #ddd;
	opacity:0.8;
	padding:5px;
}

/** PPRI **/
/************/

div.sidebar-wrapper{
	padding-top:95px !important;
}

a.logoSorap{
	padding: 40px 40px 19px 40px !important;
	background:url(../images/css/iconeSorap.png) center center no-repeat;
	font-size:0px;
	line-height:0px;
}

a{
	cursor:pointer !important;
}

/***************/
/** CHECK EPC **/

ul.ui-autocomplete.ui-menu{
	background: #fff;
	border: 1px solid #a9a49d;
	border-top: none;
	list-style:none;
	margin: 0px;
	padding: 0px;
	position: absolute !important;
}

ul.ui-autocomplete.ui-menu li.ui-menu-item{
	padding: 10px;
}

ul.ui-autocomplete.ui-menu li.ui-state-focus{
	background: #ececec;
}

/** CHECK EPC **/
/***************/

/********************/
/** FIX BTN WIDGET **/

div.widget-controls .btn > .fa{
	margin-right: 0px !important;
}

/** FIX BTN WIDGET **/
/********************/


/************/
/** LOADER **/
div#fullLoader{
	background:rgba(255,255,255,0.5);
	height:100%;
	left:0px;
	position:fixed;
	top:0px;
	width:100%;
	z-index:2000;
}
.cssload-thecube {
	width: 47px;
	height: 47px;
	left:50%;
	margin: 0px;
	margin-top: -23px;
	margin-left:-23px;
	position: absolute;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
	top:50%;
	z-index:2100;
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3498db;
	animation: cssload-fold-thecube 1.44s infinite linear both;
		-o-animation: cssload-fold-thecube 1.44s infinite linear both;
		-ms-animation: cssload-fold-thecube 1.44s infinite linear both;
		-webkit-animation: cssload-fold-thecube 1.44s infinite linear both;
		-moz-animation: cssload-fold-thecube 1.44s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.175s;
		-o-animation-delay: 0.175s;
		-ms-animation-delay: 0.175s;
		-webkit-animation-delay: 0.175s;
		-moz-animation-delay: 0.175s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.36s;
		-o-animation-delay: 0.36s;
		-ms-animation-delay: 0.36s;
		-webkit-animation-delay: 0.36s;
		-moz-animation-delay: 0.36s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 0.535s;
		-o-animation-delay: 0.535s;
		-ms-animation-delay: 0.535s;
		-webkit-animation-delay: 0.535s;
		-moz-animation-delay: 0.535s;
}
@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(87px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(87px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(87px) rotateY(180deg);
		opacity: 0;
	}
}
@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(87px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(87px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(87px) rotateY(180deg);
		opacity: 0;
	}
}
@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(87px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(87px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(87px) rotateY(180deg);
		opacity: 0;
	}
}
@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(87px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(87px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(87px) rotateY(180deg);
		opacity: 0;
	}
}
@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(87px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(87px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(87px) rotateY(180deg);
		opacity: 0;
	}
}
/** LOADER **/
/************/



/************/
/** CLASSE **/
/* BORDERS */
.bob
{
	border-bottom: 1px solid #eee !important;
}

/* PADDINGS */
.pal{ /* Padding left */
	padding-left: 15px !important;
}
.par{ /* Padding right */
	padding-right: 15px !important;
}
.pat{ /* Padding top */
	padding-top: 15px !important;
}
.pab{ /* Padding bottom */
	padding-bottom: 15px !important;
}
.pah{ /* Padding horizontal */
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.pav{ /* Padding vertical */
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.paf{ /* Padding full */
	padding: 15px !important;
}
.pan{ /* Padding none */
	padding:0px !important;
}

/* MARGINS */
.mal{ /* Margin left */
	margin-left: 15px !important;
}
.mar{ /* Margin right */
	margin-right: 15px !important;
}
.mat{ /* Margin top */
	margin-top: 15px !important;
}
.mab{ /* Margin bottom */
	margin-bottom: 15px !important;
}
.mah{ /* Margin horizontal */
	margin-left: 15px !important;
	margin-right: 15px !important;
}
.mav{ /* Margin vertical */
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.maf{ /* Margin full */
	margin: 15px !important;
}
.man{ /* Margin none */
	margin:0px !important;
}

/* FLOATS */
.fleft{
	float:left;
}
.fright{
	float:right;
}

/* FIX */
.floatfix{
	overflow:hidden;
}
.clb{ /* Clear both */
	clear:both;
}
.cll{ /* Clear left */
	clear:left;
}
.clr{ /* Clear right */
	clear:right;
}

/* SCROLL */
.scrolly{
	overflow-y:scroll;
	height:300px;
}

.small{
	font-size: 80% !important;
}
/** CLASSE **/
/************/


/**************/
/** CARD **/

div.card div.address{
	font-size: 12px;
}

/** CARD **/
/**************/


/**************/
/** ENSEIGNE **/

div.imageWrapper.esgLogo{
	float:left;
	margin:10px 10px 0px 0px;
}
div.imageWrapper.esgLogo img{
	width:200px;
}

/** ENSEIGNE **/
/**************/

/**********************/
/******* TABLES *******/

table th.createdDate,
table td.createdDate,
table th.modifiedDate,
table td.modifiedDate{
	width:115px;
}

table th.actions,
table td.actions{
	text-align:right;
	width:250px;
}

table th.status, 
table td.status{
	text-align:center;
	width:50px;
}

table th.memberSorap, 
table td.memberSorap{
	text-align:center;
	width:95px;
}

table.table-epc-users .mail{
}

table.table-epc-users .isSuperAdmin,
table.table-epc-users .isNotified,
table.table-epc-users .isOperationalContact{
	text-align:center;
}

/******* TABLES *******/
/**********************/