
.my-input {
    border: solid 2px darkgrey;
    border-radius: 4px;
    height: 20px;
    padding-left: 3px;
}

/* pour référence, originellement dans prettyForms.css on avait
input, textarea, select{
	border:0;
	margin:3px;
	padding:0px 3px;
	font:90%/180% "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color:#666666;
}*/

.pretty-textarea {
    border: 2px solid !important;
    border-color: darkgrey !important;
    border-radius: 4px;
    margin: 3px;
    padding: 0px 3px;
    font: 90%/180% "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    color: black;
}

.pretty-select {
    border: 2px solid !important;
    border-color: darkgrey !important;
    border-radius: 4px;
    margin: 3px;
    padding: 0px 3px;
    font: 90%/180% "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    color: black;
    height: 20px;
    margin-left: 3px;
}

.update-button {
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-family: inherit;
    font-weight: bold;
    color: rgb(0,124,114);
    margin-left: 0 !important;
}

.password-container {
    position: relative;
}
.unset-float{
    display: block;
    float: none !important;
}

[id^="toggleBtn"]  {
    margin-top: 10px;
    margin-left: -15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.center-container {
    text-align: center;
    display: block;
}

.box1 {
    margin: 10px;
    color: rgb(11, 102, 94);
    border: 1px solid #006059;
    border-bottom: 8px solid #006059;
    padding: 5px;
}

.box2 {
    margin: 8px;
    color: rgb(6, 101, 88);
    border: 1px solid #006059;
    padding: 5px;
    background-color: rgb(241, 247, 247);
}

.box2 a {
    text-decoration: none;
    margin-left: 1em;
}

h1 {
    color: rgb(11, 102, 94);
    font-size: 138.5%
}

h2 {
    color: rgb(11, 102, 94);
    font-size: 123.1%
}

.pictos {
    color: rgb(11, 102, 94);
}

.pictos img {
    margin-bottom: 1em;
}

.box2 .error {
    font-weight: normal;
    padding: 0.2em;
    float: right;
    margin: 0.2em;
    width: 27em
}

.box2 .yui-gd {
    margin-bottom: 0.3em;
}

.box2 select {
    border: 2px solid darkgrey;
}


/* en dessus : styles pour entete.jsp, entete_without-adds.jsp et menu-client.jsp */
.login-header {
    display: inline-flex;
}

.login-input {
    border: solid 2px darkgrey;
    border-radius: 4px;
    height: 18px;
    width: 110px;
    padding-left: 3px;
}

.login-submit {
    border:none;
    cursor: pointer;
    background-color: transparent;
    font-family:inherit;
    padding-right: 4px;
}

.login-button {
    background: #066558;
    color: white;
    margin-top: 1px;
    margin-left: 6px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
    cursor: pointer;
}

.registration-button {
    background: #ed7525;
    color: white;
    margin-top: 1px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
    cursor: pointer;
}

.lire-journal-geny a {
    background: #066558;
    color: white;
    margin-top: 1px;
    margin-left: 6px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

.lire-journal-geny a:link, .tabs a:visited, .tabs a:hover {
    color: white;
}
