/* ADEUS SSO proxy CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
ol, ul {
    list-style: outside none none;
}

.clear {
    clear: both;
}

html>body {
    color: #4d4d4d;
    background-color: #fafafa;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
}

#portal-top {
    margin: 0;
}

#header {
    margin: 0;
    padding-bottom: 15px;
    width: 1000px;
}
#header img {
    max-width: 300px;
}

#head_lang {
    color: #9a8a86;
    padding: 7px 0;
    text-align: right;
    text-transform: uppercase;
}

#head_lang a {
    color: #9a8a86;
    font-weight: bold;
}

#head_lang a.lang_selected {
    color: #f08a00;
    text-decoration: underline;
}

#head_menu {
    float: right;
	border-top: 1px dashed #000;
    margin-bottom: 15px;
}



#head_menu li {
    border-bottom: 1px dashed #000;
    display: block;
    padding: 3px 0;
}

#head_menu li a {
    color: #000;
    cursor: pointer;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
}


input[type=text], input[type=password]{
    display: block;
    width: 50%;
    padding: 0.175rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
}


.access_denied,
.mail_reset{
    font-family: Helvetica,sans-serif;
	margin: 15px auto;
    padding: 40px 20px;
}

.container form h2,
.access_denied h2{
	font-size: 2em;
    margin-bottom: 25px;
	font-weight: bold;
}

.container form table{
	table-layout: fixed;
	width: 100%;
	margin-bottom: 10px;
}

.container form table tr th{
	width: 160px;
	text-align: left;
}

.container form table tr td{
	position: relative;
}

.container form label{
	font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 0;
	margin-bottom: 5px;
    margin-top: 10px;
}

.container form table tr td input{
	width: 390px;
	margin-bottom: 25px;
}

.container form table tr td .errorlist{
	position: absolute;
	left: 0px;
	bottom: 8px;
	color: red;
}

.container form input[type="submit"]{
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: rgb(29, 26, 26);
    cursor: pointer;
    font-size: 14px;
    padding: 3px 10px;
    margin-top: 20px;
    width: auto;
}

.container form hr {
	background-color: #ece2dc;
	color: #ece2dc;
	width:100%;
	border:none;
	border-bottom: dashed #000 1px;
	margin-top: 25px;
	margin-bottom: 25px;
} 

.container form h3 {
	font-size: 14px;
    font-weight: bold;
	margin-bottom: 8px;
}

.container form p,
.access_denied p,
.mail_reset p{
	font-size: 14px;
	line-height: 20px;
}

.container form p a,
.access_denied p a,
.mail_reset p a{
	font-weight: bold;
	text-decoration: none;
	color: #bd007b;
}



/*SPECIAL LOGIN*/

.container form.login table{
	table-layout: auto;
}
.container form.login table tr th{
	width: 100px;
	text-align: left;
}

.container form.login table tr td{
	width: 410px;
}

.container form.login table tr td input{
	width: 180px;
}

.container form.login table tr .errorlist{
	position: absolute;
	left: 200px;
	top: 5px;
}

.container form.login table tr .errorlist.nonfield{
	position: static;
	margin-bottom: 10px;
}

/*CHANGE PASSWORD*/

.container form.change_password table tr th{
	width: 220px;
	text-align: left;
}


/*reset*/
.container .password_reset table tr th{
    vertical-align: middle;
}

.container .password_reset input[type="text"]{
	 	margin-top: 25px;
}

.aligned.wide label{
	font-size: 14px;
    font-weight: bold;
    position: relative;
    width: 230px;
	display: inline-block;
    z-index: 0;
	margin-bottom: 25px;
}

.aligned.wide input{
    width: 230px;
	margin-bottom: 25px;
}

.aligned.wide+.errorlist{
	margin-bottom: 8px;
    color: red;
}


/* Plone navbar */
.plone-navbar {
    background-color: #be087f;
    color: white;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 17%);
}

.plone-navbar-nav > li {
    float: left;
}

.plone-navbar-nav > li > a {
    height: 50px;
    font-size: 1.6em !important;
    font-weight: 500;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 14px 15px;
    color: white;
    font-size: 17px;
    hyphens: auto;
    word-break: break-word;
}

.plone-navbar-nav > li > a:hover {
    background-color: #7099bf;
}


.errorlist li, .error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

/* FOOTER */
#portal-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #e6e4e4;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 60px;
    margin-bottom: 0px;
}
#portal-footer img {
    max-width: 150px;
    float:right;
    margin-right: 30px;
}


#portal-footer .col-6:first-child {
    border-right: 2px solid #c1c1c1;
}

#portal-footer ul {
      list-style: none;
      margin: 0;
      padding: 0;
      max-width: 265px;
}

#portal-footer li {
    display: inline-block;
    padding: 4px 30px;
}

#portal-footer li a {
        color: #707070;
}