body {
	font-family: arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	margin: 0 auto;
    background-image: url(../img/bg-bbgr.jpg);
    background-position: center fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */

}
@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/raleway/Raleway-Bold.ttf);
}
@font-face {
    font-family: Raleway-ExtraBold;
    src: url(../fonts/raleway/Raleway-ExtraBold.ttf);/*utilisé*/
}
@font-face {
    font-family: Raleway-ExtraLight;
    src: url(../fonts/raleway/Raleway-ExtraLight.ttf);
}
@font-face {
    font-family: Raleway-Heavy;
    src: url(../fonts/raleway/Raleway-Heavy.ttf);
}
@font-face {
    font-family: Raleway-Light;
    src: url(../fonts/raleway/Raleway-Light.ttf);
}
@font-face {
    font-family: Raleway-Medium;
    src: url(../fonts/raleway/Raleway-Medium.ttf);
}
@font-face {
    font-family: Raleway-Regular;
    src: url(../fonts/raleway/Raleway-Regular.ttf);
}
@font-face {
    font-family: Raleway-SemiBold;
    src: url(../fonts/raleway/Raleway-SemiBold.ttf);
}
@font-face {
    font-family: Raleway-Thin;
    src: url(../fonts/raleway/Raleway-Thin.ttf);
}

pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.zf-green {
    color: #68b604;
}

.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}


#header {
    background-color: #C30537;
    height: 88px;
    /*position: fixed;*/
    z-index: 5;
    width: 100%;
    top: 0;
    margin: 0 auto 20px;
}

#header h1 {
  text-align: center;
  font-size: 22px;
  font-family: Raleway-Bold;
  color: #fff;
  padding-top: 30px;
  margin: 0px;
}

#logout {
    float: right;
    padding: 3px 16px 3px 6px;
    color: white;
    background-color:#9B0029;
    text-decoration: none;
}
#nikon #logout {
    color: black;
    background-color: #FFDE00;
}
#logout img{
    margin-top:-2px;
    vertical-align: middle;
}
#logout span{
    padding-bottom: 2px;
    font-size: 13px;
    color: black;
    font-family:Raleway-Medium;
}

/*
#header-repeat {
  /* background-image: url(../img/header-repeat.jpg); * /
  background-image: url(../img/header-repeat-2.jpg);
  background-repeat: repeat-x;
  height: 90px;
}
*/

#container {
    /*width: 980px;*/
    margin: 0 auto;
    z-index: 1;
    height: 80vh;
    overflow: auto;
}

.info{
    z-index: 3;
}

form .submit, .button {
    width: 240px;
    height: 40px;
    background-color: #C30537;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
}
#nikon form .submit, #nikon .button {
    background-color: #FFDE00;
    color: black;
}
#selective form .submit, #selective .button {
    background-color: #A4A9AD;
}
#selective .ui-dialog .button{
    background-color: #333E48;
}


form #submit:disabled {
    background-color: #7d1d37;
    cursor: default;
}

#footer {
    height: 50px;
    clear: both;
    bottom: 0;
    width: 100%;
    background: #C30537;
    position: fixed;
}

#footer-content {
  width: 100%;
  margin: 0 auto;
}

#footer .mention {
  width: 100%;
  text-align: center;
  padding-top: 16px;
  margin: 0 auto;
}

#footer .mention a {
  color: white;
  font-size: 12px;
  margin-left: 15px;
}

#footer .logo {
  float: right;
  margin-top: -49px;
}

.version {
	top: 0px;
	right: 0px;
	position: fixed;
	padding: 5px;	
	margin: 1px;
	border: 1px solid #d0043c;
	background-color: white;
	z-index: 100;
}

.error {
  color: #d0043c;
  font-weight: bold;
}

.errorForm {
    text-align: center;
}


.textFooter {
    background-color: #393939;
    color: white;
    font-size: 12px;
    text-align: left;
    margin: 20px 20px 70px;
    border-radius: 5px;
    padding: 20px;
    z-index: 10000;
    position: fixed;
    bottom: 50px;
    margin: 20px;
}
@media screen and (min-height: 768px) {
    .textFooter {
        position: fixed;
        bottom: 50px;
        margin: 20px;
    }
}
.textFooter a {
    color: white;
}

.close {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.close:hover {
    opacity: 1;
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 3px;
    background-color: black;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
.textFooter .close:before, .textFooter .close:after {
    background-color: white;
}

.passwordHelper {
	width: 150px; 
	font-size: 12px; 
	text-align:left; 
	margin: 15px 0 0 10px;
}

form .button2 {
  width: 150px;
  background-image: url(../img/btn_150.png);
  text-align: center;
  cursor: pointer;
}

form .button300 {
  width: 300px;
  background-image: url(../img/btn_300.png);
  text-align: center;
  cursor: pointer;
}

form .button300:disabled {
  color: lightgray;
  background-color: #984f65;
  cursor: default;
}

#popup-cgu .button {
  /* width: 300px; */
  /* height: 65px; */
  /* font-size: 20px; */
  /* background-image: url(../img/btn_large.png); */  
}

.message-condition {
  /* font-size: 20px; */
  color: #cc0000;
}

#ocultation {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:black;
    opacity:0.5;
    z-index:2;
}

/* NIKON */
#nikon {
    background-image: url(../img/bg-nikon.jpg);
}

#nikon .version {
    border: 1px solid #FFDE00;
}
#nikon .error {
    color: #FFDE00;
}

#nikon #submit{
    background-color: #FFDE00;
    color: black;
    text-transform: initial;
}
#nikon #submit:disabled {
    background-color: #988b2e;
    color: #363636;
    cursor: default;
}

#nikon #header,
#nikon #footer,
#nikon .ui-widget-header{
    background-color: #333333;
    border: none;
}

#nikon #footer {
    border-top: 10px solid #FFDE00;
}

/* SELECTIVE */


#selective {
    background-image: url(../img/bg-selective.jpg);
    background-position: center center;
    background-size: contain 100%;
}

#selective .version {
    border: 1px solid #A4A9AD;
}
#selective .error {
    /*color: #A4A9AD;*/
}

#selective #submit{
    background-color: #333E48;
    text-transform: initial;
}
#selective #submit:disabled {
    background-color: #A4A9AD;
    color: white;
    cursor: default;
}

#selective #header,
#selective #footer,
#selective .ui-widget-header{
    background-color: #333E48;
    border: none;
}

#selective #footer {
    border-top: 10px solid #333E48;
}

.ui-widget-header {
    background-image: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.ui-state-default .ui-icon {
    background-image: url(../js/ui/images/ui-icons_000000_256x240.png);
}