/* MODULE PLACEHOLDER */
::-webkit-input-placeholder { color:#636363; }
::-moz-placeholder { color:#636363; } /* firefox 19+ */
:-ms-input-placeholder { color:#636363; } /* ie */
input:-moz-placeholder { color:#636363; }
.w_placeholder{ color:#636363; }

/* MODULE LOADING */
button.w_loading span{display:inline-block;}
div#w_window-loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    z-index: 999999999;
    font-size: 32px;
    color: #515151;}
div#w_window-loading div{text-align:center;top:49%;position:absolute;width:100%;}

/* MODULE VERIF FORM BULLE */ 
.w_alertField p{padding:5px!important;font-size: 14px;text-align:center}
.w_alertField {background: #B81A36;position: absolute;color: #FFFFFF;border-radius: 2px;display: none;z-index: 1;}
.w_alert{display:none;} 
 
/* MODULE POPUP */
div.w_popup {width:100%;height:100%;position:absolute;top:0;z-index:999999;display:none;}
div.w_popup .overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;} 
div.w_popup .popup-wrapped{
    position: absolute;
    left: 50%;
    top:50%;
    z-index: 2;
    background: #FFF;
    box-shadow:0 1px 10px rgba(0, 0, 0, 0.1);
    display:block;
    overflow: hidden;}
div.w_popup .popup-wrapped.small-height-screen {top:30px!important;margin-top:0!important;}
div.w_popup .popup-wrapped.small-width-screen {width:95%!important;margin-left:0!important;left:2.5%!important;right:2.5%!important;}
div.w_popup .popup-wrapped .popup-header {
    top:0;
    width:100%; 
    border-bottom: 1px solid #CDCDCD;;
    font-size: 22px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); 
    position: relative;
    z-index: 2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);}
div.w_popup .popup-wrapped .popup-header > div {font-family: 'Oswald', sans-serif;font-weight:400;line-height: 24px;padding: 11px 15px 8px 15px;font-size:19px;}
div.w_popup .popup-wrapped .popup-body { 
    position:relative;
    overflow-y: auto;
    bottom: 0px;
    left:0;

    right:0;}
div.w_popup .popup-wrapped .popup-close {
    float: right;
    font-size: 14px;
    color: #5E5E5E;
    margin-left: 16px;
    line-height: 21px;}
div.w_popup .popup-wrapped .popup-close:hover {color:#7E7E7E;}

/* MODULE FIELD FILE CHANGE STYLE */
span.w_upload-style{
    position:relative;
    display:inline-block;
    cursor: pointer;
    padding:0;
    margin:0;}
span.w_upload-style input[type=text]{color: #000;display: inline-block;vertical-align: top;cursor: pointer}
span.w_upload-style input[type=button]{
    display: inline-block;
    background: #fff;
    padding: 0;
    margin: 0;
    cursor: pointer;
    height: 28px;
    vertical-align: top;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 6px 0 7px;
    font-size: 14px;
    color: #151515;}
span.w_upload-style:hover input[type=button]{background:#151515;color:#fff;}
span.w_upload-style input[type=file]{
    position:absolute;
    top:0;
    border:0;
    width: 100%;
    left: 0;
    padding:0; margin:0;
    height: 100%;
    cursor:pointer;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity:0;}

/* NOTIFICATION */
.error {
  border: 1px solid #B81A36;
  color: #FBFBFB;
  background-color: #B81A36;
  -moz-text-shadow: 0px 1px rgba(255,255,255,0.3);
  text-shadow: 0px 1px rgba(255,255,255,0.3);}
.notification {
  display: block;
  clear: both;
  padding: 10px 10px 10px 15px;
  min-height: 20px;
  font-family: Arial,Tahoma,sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.5) inset;
  -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.5) inset;
  -o-box-shadow: 0 1px 0 0 rgba(255,255,255,0.5) inset;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.5) inset;} 
.notification span {font-weight: bold;margin-right: 10px;}