@charset "UTF-8";
* {
    outline:none;
    position:relative;
    box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
}
html,
body {
    position:relative;
    margin:0;
    padding:0;
    height: 100%;
    background-color:#FFFFFF;
    font-size:13.34px;
    font-family: 'Arial';
    font-weight:normal;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
img {width:auto;max-width:100%;display:block}
#wrapper{
    z-index: 10;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    height: auto;
}
.wrap {
    position:relative;float:none;width:100%;max-width:930px;margin:0 auto;display:block;
}
#page{
    position: absolute;
    top:50%;margin-top:-183px;
    float: left;
    width: 100%;
    height: auto;
    display: block;
}
#page-header{
    min-height:19px;
    text-align: center;
    background: url(../bundles/ufmcp/img/login/page-header-background.gif) center center no-repeat #000;
}
#page-header span{
    line-height:19px;
    color:#fff;
}

#page-content-left{
    float:left;width:50%;
    background-color:#fff;
    min-height:347px;
}
#page-content-left-logo{
    float: right;
}
#page-content-left-logo img{
    width:465px;height:347px;
    background: url(../bundles/ufmcp/img/login/logo.png) center center no-repeat transparent;
    background-size: contain;
    margin: 0 auto;
}
#page-content-right{
    float:left;width:50%;
    background-color:#efefef;
    min-height:347px;
}
#page-content-right-form{
    max-width:465px;min-height:347px;
}

#login_wrap,
#password_wrap{
    float: none;
    width: 100%;
    max-width: 226px;
    margin: 0 auto 11px;
}
#login_puce{
    float:left;
    width:30px;
    height:28px;
    background:url(../bundles/ufmcp/img/login/puce_login.png) no-repeat top left #fff !important;
}
#password_puce{
    float:left;
    width:30px;
    height:28px;
    background:url(../bundles/ufmcp/img/login/puce_password.png) no-repeat top left #fff !important;
}
#username, #password {
    float:none;
    border: solid 1px #666666;
    width:100%;
    max-width:196px;
    height:28px;
    margin:0 auto;
    text-align:center;
    line-height:28px;
    color:#f79239;
}
a{
    text-decoration:none;
}
a.modal-trigger {
    color:#f79239 !important;
}

a:hover{
    text-decoration:underline;
    color:#f79239;
}
::-webkit-input-placeholder {
    color: #f79239;
}
:-moz-placeholder {
    color: #f79239;
    opacity: 1;
}
::-moz-placeholder {
    color: #f79239;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #f79239;
}

#btn_valide_connexion{
    display:block;
    margin:0 auto 0 auto;
    width:100%;
    max-width:188px;
    min-height:31px;
    line-height:31px;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    border:none;
    font-size:18.63px;
    font-weight:bold;
    cursor:pointer;
    background-color:#f79239;
}
#footer-push{

}
#body-background-color-1{
    position:absolute; width:100%;
    top:0; bottom:50%;
    background-color: #f79239;
}
#body-background-color-2{
    position:absolute; width:100%;
    top:50%; bottom:0;
    background-color: #77787b;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity; }
@media only screen and (max-width: 992px) {
    .modal {
        width: 80%; } }
.modal h1, .modal h2, .modal h3, .modal h4 {
    margin-top: 0; }
.modal .modal-content {
    padding: 24px; }
.modal .modal-close {
    cursor: pointer; }
.modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: right; }
.modal .modal-footer .btn, .modal .modal-footer .btn-flat {
    margin: 6px 0; }

.modal-overlay {
    position: fixed;
    z-index: 999;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity; }

.modal.modal-fixed-footer {
    padding: 0;
    height: 70%; }
.modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto; }
.modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0; }

.modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity; }

.materialboxed {
    display: block;
    cursor: zoom-in;
    position: relative;
    transition: opacity .4s;
    -webkit-backface-visibility: hidden; }
.materialboxed:hover:not(.active) {
    opacity: .8; }
.materialboxed.active {
    cursor: zoom-out; }

#materialbox-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #292929;
    z-index: 1000;
    will-change: opacity; }

.materialbox-caption {
    position: fixed;
    display: none;
    color: #fff;
    line-height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0% 15%;
    height: 50px;
    z-index: 1000;
    -webkit-font-smoothing: antialiased; }

@media screen and (max-width: 930px) {

}
@media screen and (max-width: 768px) {
    #page{
        margin-top: -233px;
    }
    #page-content-left{
        width:100%;
        min-height:100px;
    }
    #page-content-left-logo{
        width:100%;
    }
    #page-content-left-logo img {
        height:100px;
    }
    #page-content-right{
        width:100%;
    }
    #page-content-right-form{
        max-width: 100%;
    }
}

/* Popup modale de récupération d'identifiants */
#modalRecupId {
    display: none;
    width: 600px;
}

#modalRecupId .modal-content {
    padding: 0;
}

#modalRecupId iframe {
    border: none;
    width: 100%;
    height: 280px;
}

a.modal-trigger {
    color: #facd4e;
}

@media (max-height: 580px) {
    #page section#content #baseline {
        min-height: 200px;
    }
    #page section#content form {
        min-height: 350px;
    }
}
#ModalAlert-Box {
  background: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: scale(0.75);
  transition: transform 0.1s, opacity 0.1s;
}

#ModalAlert-Box.ModalAlert-open {
  opacity: 1;
  transform: scale(1);
}

#ModalAlert-InBox {
  padding-top: 15px;
  background: #FFF;
}

#ModalAlert-BoxContent {
  background: #FFF;
  padding: 0px 20px;
}

#ModalAlert-BoxContenedor {
  padding: 8px 0px 5px 60px;
  text-align: left;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #444;
}

#ModalAlert-BoxContenedor .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #02abac;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding-left: 20px;
    height: 30px;
    margin-bottom: 20px;
    cursor: default;
}

#ModalAlert-BoxContenedor h1,#ModalAlert-BoxContenedor h2,#ModalAlert-BoxContenedor h3,#ModalAlert-BoxContenedor b,#ModalAlert-BoxContenedor strong{
  text-align: left;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:15px;
  color: #444;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

#ModalAlert-BoxContenedor #BoxPromptInput, #BoxPromptInput2{
  margin-top:5px;
}

#ModalAlert-Box .BoxAlert {
  background: url('../bundles/ufmcp/img/modalalert/warning.png') top left no-repeat;
}
#ModalAlert-Box .changePasseword  {
  background: url('../bundles/ufmcp/img/modalalert/icon_exclamation.gif') top left no-repeat;
}

#ModalAlert-Box .BoxConfirm {
  background: url('../bundles/ufmcp/img/modalalert/question.png') top left no-repeat;
}

#ModalAlert-Box .BoxPrompt {
  background: url('../bundles/ufmcp/img/modalalert/question.png') top left no-repeat;
}

#ModalAlert-Box .BoxInfo {
  background: url('../bundles/ufmcp/img/modalalert/confirm.png') top left no-repeat;
}

#ModalAlert-Box .BoxInform {
  background: url('../bundles/ufmcp/img/modalalert/info.png') top left no-repeat;
}

#ModalAlert-Box .BoxError {
  background: url('../bundles/ufmcp/img/modalalert/error.png') top left no-repeat;
}

#ModalAlert-Buttons {
  /*background: #F0F0F0;*/
  margin: 40px 0 10px -60px;
  width: 100%;
  min-width: 460px;
  text-align:center;
}

#ModalAlert-Buttons input[type="password"] {
	color: #797979;
	white-space: nowrap;
	width: 300px;
	border: 1px solid #E3E3EB;
	border-top: 1px solid #ACADB2;
	vertical-align: middle;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 24px;
	margin-top: 3px;
	padding: 0 4px;
	max-width: 100%;
}

#ModalAlert-Buttons input:not([type="password"]) {
  display: inline-block;
  cursor: pointer;
  border: none;
  font-size: 14px;
  height: 40px;
  text-align: center;
  background: #02abac;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /*margin: 8px 10px 5px;*/
  margin: 0;
  width: 112px !important;
  outline : 0;
  transition: background-color ease-out 0.25s;
}
#ModalAlert-Buttons input#BoxPromptBtnCancel,
#ModalAlert-Buttons input#BoxConfirmBtnCancel {
  background: #A6A6A6;
}
#ModalAlert-Buttons input#BoxPromptBtnCancel:hover,
#ModalAlert-Buttons input#BoxConfirmBtnCancel:hover {
  background: #6cc5ba;
}
#ModalAlert-Buttons input:hover:not([type="password"]),
#ModalAlert-Buttons input:not([type="password"]).active { 
  background: #028080;
}

@media screen and (max-width: 520px) {
  .ModalAlert-open {
    width: 100% !important;
    left: 0 !important;
  }

  #ModalAlert-Buttons {
    width: auto !important;
  }
}
