body {
	min-width: 650px;
}

#head h1 {
	color: #ffffff;
	font-size: 40px;
	margin-top: 40px;
	text-align: center;
	font-weight: normal;
}

.license-logo {
	position: absolute;
	top: 55px;
	left: 70px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.entity-resume .entity-resume-details {
	border-bottom: none;
	display: inherit;
	padding: 12px 0 12px 0;
}

.mandatory:after {
	content: " *";
	color: red;
}

.form input[type=text], .form input[type=password], .form textarea {
	width: 300px;
}

.form input.small {
	width: 100px;
}

.container {
	min-width: 716px;
	margin: 50px auto 0 auto;
	width: 80%;
}

.block-content .entity-resume {
	width: inherit !important;
	display: inherit;
}

.block-no-border .block-content {
	padding-top: 25px;
	/*
		padding-bottom: 25px; => foire sur page home
	*/
	padding-bottom: 20px;
}

.h2 {
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: bold;
}

.block-content .entity-tabs-content {
	padding: 0 12px;
	display: inline-block;
}

.block-content .entity-tab-content-header {
	margin-top: 0;
}

.block-content .entity-tabs-content div p label, .entity-tabs-content div div.p label {
	width: 160px;
	text-align: left;
}

.entity-tabs-content div p, .entity-tabs-content div.p {
	line-height: 24px;
}

p.red {
	color: red;
}

.comment {
	color: #808080;
	font-style: italic;
	font-size: smaller;
}

.actions {
	text-align: center;
}

.actions a {
	margin-bottom: 10px;
}

a {
	text-decoration: underline;
}

a.big-button, ul.controls-buttons a {
	text-decoration: none;
}

#search_wrapper {
	top: 5px;
}

.colx3-right-double .with-head {
	margin-bottom: 0;
}

/* LOGIN PAGE SPECIFICS */

#login, #forgot {
	width: 300px;
}

#login p, #login label, #forgot p, #forgot label {
	margin-left: 0;
	display: block;
	text-align: left;
}

#login .big-button, #forgot .big-button {
	/** float: right; **/
	margin-right: 0;
}

#login table td {
	padding-right: 18px;
	padding-left: 18px;
}

#login table td p {
	width: 300px;
}

.rf-fu.button.uploaded {
	background: none;
	box-shadow: 0 0 0;
}

.rf-fu.button.uploaded:after {
	content: 'Done';
}

/* ERROR PAGE */

div.manMessageContainer {
	height: 290px;
}

#activation .rf-fu-itm-rgh {
	display: none;
}

#activation .rf-fu-itm-st {
	display: none !important;
}

#activation .uploaded {
	border: 0;
	background: none;
	box-shadow: 0 0 0;
	cursor: default;
	padding: 4px 0;
}

/* SaaS */

.registration span.relative {
	padding: 0;
}

.registration span.check-error {
	right: -1.5em;
}

#terms {
	width: 500px;
	max-height: 180px;
	overflow-y: scroll;
	margin-bottom: 12px;
	padding: 12px;
	background-color: #F8F8F8;
}

#terms>* {
	padding: 0;
	margin: 0;
	line-height: initial;
	font-family: initial;
	font: initial;
	font-size: initial;
	min-height: initial;
}

.logo_licensing {
	width: 25%;
	vertical-align: top;
	display: inline-block;
}

.mandatory>div {
	display: inline-block;
}

.link{
	cursor: pointer;
	text-decoration: underline;
	color: #3399cc;
	margin-left: 4px;
	vertical-align: text-top;
}

.printing {
	margin-bottom: 24px;
	vertical-align: middle;
}

#home.columns, #activations.columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: none;
}

#home.columns .colx3-left, #activations.columns .colx3-left {
	float: none;
	width: 25%;
}

#home.columns .colx3-right-double, #activations.columns .colx3-right-double {
	float: none;
	-webkit-box-flex: 4;
	-webkit-flex: 4;
	-ms-flex: 4;
	flex: 4;
}

.home-left-panel > .block-content {
	padding-left: 12px;
	padding-right: 12px;
}

.entity-resume-details-item > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1em;
}

.entity-resume-details .label-resume  {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
	width: inherit;
	min-width: inherit;
	display: inherit;
	height: inherit;
}

.entity-resume-details .value-resume {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;
	width: inherit;
	min-width: inherit;
	max-width: inherit;
	display: inherit;
	padding-left: 6px;
	height: inherit;
}

.ellipsis  {
	word-wrap: break-word;
	word-break: normal;
}

.rf-pp-cnt h3 {
	margin-bottom: 2em;
}

.rf-pp-cnt .entity-tabs-content div p {
	margin-bottom: 12px;
}

.rf-pp-cnt .entity-tabs-content div p label {
	font-weight: bold;
}

.form input[type=radio] + label, .form input[type=checkbox] + label {
	color: #333333;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 0;
	padding-right: 0.5em;
}


.registration-info {
    line-height: 24px;
    margin-bottom: 1em;
    padding: 0;
    vertical-align: top;
}

label.mandatory.registration-info-label {
    display: inline-block;
    vertical-align: top;
}

.registration-info-select {
    margin-left: 45px;
    vertical-align: top;
    display: inline-block;
}

.registration-info-text {
    border: 1px solid #bee6ff;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #f6fcff;
    vertical-align: top;
    padding-top: 5px;
}

.registration-info-text-title {
    color: #2f6d89;
    display: inline-block;
    width: 90%;
}

.registration-info-icon {
    display: inline-block;
    position: absolute;
    right: 10px;
}

.registration-info-body {
    color: #3c3c3c;
    width: 90%;
    font-size: 11px;
    max-width: 600px;
}

.registration-info-13 {
    display: block;
}

.registration-info-14 {
    display: none;
}

.actions a {
    float: right;
    margin-top: 40px;
}

.container {
    max-width: 1024px;
}