/*
 * Copyright (C) 2000 - 2013 Silverpeas
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 *
 * As a special exception to the terms and conditions of version 3.0 of
 * the GPL, you may redistribute this Program in connection with Free/Libre
 * Open Source Software ("FLOSS") applications as described in Silverpeas's
 * FLOSS exception.  You should have recieved a copy of the text describing
 * the FLOSS exception, and it is also available here:
 * "http://www.silverpeas.org/docs/core/legal/floss_exception.html"
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

body {
  background:#FFFFFF fixed no-repeat;
  font-family: Arial, serif;
  color:#082E4A;
}

html,button,body, td, div, a , input, select, textarea, #myProfileFiche .statut, .textePetitBold{
	font-family: Arial, serif;
	font-size:12px;
	font-weight:500;
}


a {
	color:#333;
}

* {
  margin: 0px;
  padding: 0px;
  /*overflow:hidden;*/
  border: none;
  text-align: center;
}


input,.selectize-control .selectize-input, select, button {
	vertical-align: middle; 
	margin-top: 1px; 
	margin-bottom: 1px; 
	min-height: 32px; 
	padding: 0 7px;
}

input,.selectize-control .selectize-input, select, textarea, button { color: #333; background-color: #fff; border:1px solid #aeb6b6; border-radius:3px; box-sizing: border-box;}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../imgDesign/arrow_down-grey.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 7px) 50%;
  padding-right: 20px;
  height:32px;
}
input[type="file"] {border: 0; padding-left: 0; padding-right: 0; background-color: initial; }
input[type="submit"], button[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  background-color: #fff;
  min-height: 32px;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
input[type="submit"]:hover, button[type="submit"]:hover {
  background-color: #ddd;
}

input[type="text"] {
  min-width:90px;
}
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus, input[type="password"]:active,
input[type="date"]:focus, input[type="date"]:active,
input[type="number"]:focus, input[type="number"]:active,
select:focus, select:active,
textarea:focus, textarea:active {
  border: 1px solid #5ad;
  outline: none;
}
input.search:focus{
  border: 0 ;
}

input.search{
  min-height:2em;
  line-height:2em;
}

.ui-dialog .ui-dialog-titlebar-close {
    min-height: 20px;
}

select[multiple=multiple], select[size]{background: #fff; padding-right: initial; padding-left: initial; height: auto;}
select[size='1']{
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(../imgDesign/arrow_down-grey.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 7px) 50%;
    padding-right: 20px;
    height: 32px;
}
fieldset {border: 1px solid #e4e4e4; margin:0; min-width: inherit;}


input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
	appearance: none;
    border-radius: 4px;
    height: 15px;
    min-height: 15px;
    width: 15px !important;
    background: #fff !important;
    border: 1px solid #ccc;
}
input[type="checkbox"]:hover,
input[type="checkbox"]:checked :hover {	
	border: 1px solid #55aadd;
}
input[type="checkbox"]:checked {
	border: 1px solid #AAA;	
	margin:0px;
	position: relative;
}
input[type="checkbox"]:checked:before {
    font-family: Comic Sans MS;
	width: 12px;
	height: 11px;
	border-radius: 4px;
	top: 0px;
	left: 0px;
	border:1px solid transparent;
    content: 'x';
	display: block;
	color:#2a2a2a;
	font-size: 11px;
	position: absolute;
	line-height: 9px;
	text-align: center;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
  }
input[type="checkbox"]:checked:hover:before {
	border-top: 1px solid #bbe3f8;
	border-left: 1px solid #bbe3f8;
  }


#top {
}

#top a {
 
}

.clear {
  clear: both;
}

.page,
#login-socialnetwork {
  margin: 0px auto;
  width: 960px;
  position: relative;
  z-index: 1;
  background:transparent url("../imgDesign/logo.png") center 1em no-repeat;
  background-size: 236px auto;
}

.page {
  padding-top:140px;
  margin-top: 50px;
}

#login-socialnetwork {
  text-align: left;
  padding-left: 351px;
  z-index: 3;
  margin-bottom: -120px;
  padding-bottom: 27px;
  background: transparent url("util/icons/external/deco-login-btn.png") 350px bottom no-repeat;
}

#login-socialnetwork a {
  display: block;
  clear: left;
  width: 164px;
  padding-left: 30px;
}

#background {
  background: url("") top center no-repeat;
  min-height: 424px;
}

a.submit, a.submitWithOneDomain {
	border-radius: 0.33rem;
    background: #ff4713;
    color: #FFF;
    padding: 0.75rem;
    font-family: Arial;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin: 1em 1em 0 0;
	text-decoration:none;
	text-transform: uppercase;
}
a.submit:hover, a.submitWithOneDomain:hover  {
	background-color:#252525 ;
}

#background .submit {

}

#background div.submit {
  top: 310px;
  width: 448px;
  text-align: center;
  padding: 5px
}

#backgroundBig {
  background: url()  top center no-repeat;
  min-height: 524px;
}

#backgroundBig .submit {

}

#backgroundBig div.submit {

}

.cadre {
  /*height:285px;*/
	margin: 1em auto 0;
	width: 460px;
	padding:1.5em 3em;
    background-color: #eee;
    border-top: 2px solid #ff4713;
    border-bottom: 1px solid #ccc;
}

input {
  display: block;
  padding: 5px;
  width: 448px;
  text-align: left;
  margin-bottom:0.5em;
}

select {
  padding: 5px;
  width: 100%;
  text-align: left;
  float: left;
}

select option {
  text-align: left;
}

.titre {
display: none;
}

#header {
  margin-bottom:0.5em;
  text-align:right;
}

.logo {
    display:none;
}

.information {
	float:none;
	text-align:center !important;
	font-size: 20px;
    color: #000;
    font-weight: 400;
    font-family: Roboto;
    line-height: 45px;
	text-transform: normal;
	background: transparent url() no-repeat scroll left bottom;
	padding: 0 0 8px 0;
	margin: 0 0 7px;
	display: block !important;
	width:auto !important;
}

.information span {
  color: red;
}

p label {
  display: block;
  margin-bottom: 10px;
  /*padding-bottom:5px;*/
}

p label span {
	display: block;
	padding: 4px 0px 2px 0px;
	line-height: 25px;
	font-size: 14px;
	color: #000;
	margin-bottom: 6px;
	text-align: left;
	font-weight:400;
}

#formLogin .submit {

}

#formLogin .submitWithOneDomain {
  position: relative;
  text-align: left;
  margin-bottom: 10px;
  margin-top:0;
}

.caractere {
  height: 44px;
}

.noDisplay {
  display: none;
}


.forgottenPwd  {
	padding:0;
}

.forgottenPwd a {
	display:block;
  font-size: 12px;
  color:#ff4713;
  font-weight: normal;
  padding:1em;
}

.rememberPwd {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}

.changePwd {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}

.passwordRules {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}

.passwordRules a {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}

#storePassword {
  background-color: transparent;
  border: 0px;
  display: inline;
  padding-bottom: 0px;
  width: 15px;
  text-align: left;
  vertical-align: middle;
  margin-left: 5px;
}

.questionSelection {
  float: right;
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
  width: 300px;
}

#question {
  width: 400px;
}

.fnfinformation {
  float: right;
  margin-top: 30px;
  font-size: 14px;
  text-align: left;
}

.fnfinformation ul li {
  padding-left: 5px;
  margin-left: 25px;
  text-align: left;
}
/*

a.submit.validate, a.submitWithOneDomain.validate span{
  background: transparent url(../imgDesign/bt-left-validate.png) 0 0 no-repeat;
}

a.submit.refused, a.submitWithOneDomain.refused span {
  background: transparent url(../imgDesign/bt-left-refused.png) 0 0 no-repeat;
}
*/
#copyright {
	margin:1em 0;
	min-height: 200px;
	padding-top: 200px;
	background: #FFF url(../imgDesign/logos-pp-login.png) center 3em no-repeat;
	background-size: auto;
	background-size: auto 106px;
}

#copyright 	a{

}
#content-terms-of-service {
  clear: both;
  float: none;
  height: 271px;
  overflow: auto;
  text-align: left;
  padding-top: 1em;
}

#content-terms-of-service * {
  text-align: left;
}

#splash #top {
  background-color: #f48250;
  }

#splash a.submit,
#splash #no-more{
		display:inline-block;
		width:auto;
		margin:10px 10px 10px 0;
}