/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 29, 2015, 6:13:10 PM
    Author     : senol
*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
input {
    border: 1px solid #c7cace;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) inset;
    color: #888;
    margin: 0;
    outline: medium none;
    padding: 5px 7px;
}  
@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url(../webfonts/28941F_0_0.eot);
  src: url(../webfonts/28941F_0_0.eot?#iefix) format('embedded-opentype'),
       url(../webfonts/28941F_0_0.woff) format('woff'),
       url(../webfonts/28941F_0_0.ttf) format('truetype');
}
a[data-ui-modal-closer] > span {
    pointer-events: none;
}
.modal.is-expanded {
    display: block;

}

.target:target + .modal {
    display: block;

}
.target {
    display: block;
    height: 0;
    left: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 0;
}

:root .modal {
    display: block;
    opacity: 0;
    transform: scale(0, 0);
    transform-origin: center center;
    -webkit-transform:  scale(0, 0);
     -webkit-transform-origin: center center;
    background: rgba(0, 0, 0, .8);
}
:root .modal.is-expanded {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    z-index: 119;

}
:root .target:target + .modal {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    z-index: 119;
 }
.ucp-modal::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin: 0;
    vertical-align: middle;
}

.modal {
  //background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  font-family: "AvenirMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.modal .is-centered {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #1B1B1B;
  border-color: #1B1B1B;
  border-image: none;
  border-style: solid;
  border-width: 40px 40px 40px 10px;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 80%;
  position: fixed;
  right: 0;
  top: 0;
  width: 80%;
  z-index: 1002;
  min-height: 250px;
  max-width: 1260px;
}
.modal .icon-close {
  background: url(../img/close-icon.png) no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 45px;
  position: absolute;
  right: -60px;
  top: -60px;
  width: 45px;
  z-index: 1003;
}

/* =========== */
/* css from PR */
/* =========== */

html {
  -webkit-font-smoothing: antialiased;
}

.aof-modal-thin {
  width: 360px;
  height: 580px;
 
}
.aof-modal-wide {
  width: 900px;
  height: 580px;

}
#register-modal .aof-modal-thin {
  height: 680px;
}
#resend-act-modal .aof-modal-thin {
  height: 440px;
}
#reset-modal .aof-modal-thin {
  height: 440px;
}
.aof-modal {
  box-sizing: border-box;
  padding: 30px;
  border: none;
  top: 0; right: 0; bottom: 0; left: 0;
  margin: auto;
  position: fixed;
  z-index: 1000;
  color: #FFFFFF;
  background-color: #1B1B1B;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  background-image: url(../img/modal_bg.jpg);
  background-position: left top;
  font: 16px/24px "AvenirLTStd-Medium", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
.aof-modal .icon-close {
  right: -20px;
  top: -20px;
}
.aof-modal-logout {
  position: absolute;
  display: block;
  top: 30px;
  right: 30px;
  font-size: 14px;
}
.aof-modal-gface {
  position: absolute;
  display: block;
  bottom: 20px;
  left: 30px;
  width: 185px;
  height: 20px;
  background-image: url(../img/modal_gface.png);
}
.aof-modal-required {
  position: absolute;
  display: block;
  bottom: 16px;
  right: 30px;
  color: #666666;
  font-size: 14px;
}
.aof-modal  h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
  font-size: 24px;
  font-weight: normal;
  line-height: 120%;
  text-shadow: none;
  text-align: left;
}
.aof-modal h1 > #nickname {
    color:#da973e;
}
.aof-modal p {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 20px;
  padding-right:0;
}
.aof-modal a {
  color: #da973e;
  text-decoration: none;
}
#link-password {
  font-size: 14px;
}
a.gface-switch {
  position: absolute;
  width: 300px;
  bottom: 50px;
  display: block;
  background: rgba(0,0,0,0.2);
  border: 1px solid #333;
  border-radius: 3px;
  padding: 8px 0 6px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  cursor: pointer;
}
a.gface-switch span {
  color: #da973e;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px
}
a.gface-switch:hover {
  background: rgba(0,0,0,0.4);
}
.aof-modal form input:not([type=submit]):not([type=file]):not([type=checkbox]) {
  display: block;
  width: 100%;
  background: rgba(0,0,0,0.3);
  border-top: 1px solid rgba(0,0,0,0.6);
  border-left: 1px solid rgba(0,0,0,0.6);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  border-right: 1px solid rgba(255,255,255,0.2);
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 14px 15px;
  font-size: 16px;
}
.aof-modal ul {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  list-style-type: none;
}
.aof-modal .control-inline {
  position: relative;
  margin-bottom: 9px;
}
.aof-modal input[type=checkbox] {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.aof-modal .label-checkbox {
  display: inline-block;
  position: relative;
  font-size: 2em;
  padding: 0 0 0 37px;
  vertical-align: top;
  cursor: pointer;
  font-size: 14px;
  line-height: 140%;
}
.label-checkbox::before {
  content: '';
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.6) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(0, 0, 0, 0.6);
  width:25px;
  height:25px;
  position: absolute;
  left: 0;

  /*margin-top: 3px;*/
}
.yellowb::before {
      border: 1px solid #da973e;
}
.label-checkbox span {
    position:relative;
    top:3px;
    font-size:13px;
}
.aof-modal input[type=checkbox]:checked + .label-checkbox::before {

}
.aof-modal input[type=checkbox]:checked + .label-checkbox::after {
  background-color: transparent;
    border-bottom: 3px solid #da973e;
    border-right: 3px solid #da973e;
    content: "";
    height: 18px;
    left: 9px;
    position: absolute;
    top: -1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 7px;
}
.aof-modal .button_modal,
.aof-modal button {
  display: block;
  margin: 14px 0 20px 0;
  color: white;
  border: 0;
  padding: 14px 0;
  font-size: 16px;
  background: #af7231 url(../img/submit-button.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  font-family: "AvenirMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  outline: none;
}
.aof-modal button:focus  {
    outline: none;
}
.aof-modal button::-moz-focus-inner {
  border: 0;
}
.aof-modal .bg-tesla {
  background-image: url(../img/modal_tesla.jpg);
}
.aof-modal .bg-rasputin {
  background-image: url(../img/modal_rasputin.jpg);
}
.aof-modal .bg-blackbeard {
  background-image: url(../img/modal_blackbeard.jpg);
}
.aof-modal .bg-achilles {
  background-image: url(../img/modal_achilles.jpg);
}
.aof-modal .bg-samedi {
  background-image: url(../img/modal_samedi.jpg);
}
.aof-modal .col-2,
.aof-modal .col-3 {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  height: 380px;
  background-color: #101010;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  border-radius: 3px;
  margin-right: 25px;
  text-align: center;
}
.aof-modal .col-2 {
  width: 405px;
}
.aof-modal .col-3 {
  width: 260px;
}
.aof-modal .col-last {
  margin-right: 0;
}
.aof-modal h2 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: none;
  padding-top: 0;
}
.aof-modal .overlay {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px 0;
  background: rgba(0,0,0,0.7);
}
.aof-modal .col-2 .overlay {
  padding-left: 80px;
  padding-right: 80px;
}
.aof-modal .overlay .button_modal,
.aof-modal .overlay button {
  font-size: 14px;
  line-height: 40px;
  padding: 0;
  cursor: pointer;
}
.aof-modal .disabled {
  opacity: 0.3;
}
.aof-modal .overlay ul {
  margin-top: 10px;
  text-align: left;
}
.aof-modal .overlay form input:not([type=submit]):not([type=file]):not([type=checkbox]) {
  background: #202020;
  padding: 12px;
  margin-top: 10px;
  text-align: center;
}
.aof-modal .overlay h3 {
  color: #ffffff;
  letter-spacing: normal;
  text-transform: none;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin: 10px 0 20px;
}
i.icon-mail {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-bottom: -4px;
  background-image: url(../img/icon_mail.png);
}
i.icon-success {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-bottom: -4px;
  background-image: url(../img/icon_success.png);
}

button[disabled] {
    opacity: 0.5;
}

.confirm-img {
    background-image: url("/assets/img/success.png?v=1");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 108px;
    width: 108px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.activated-img {
    background-image: url("/assets/img/thanks-active.png?v=1");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 108px;
    width: 108px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.confirm-theader {
    font-weight: bold;
    padding-top: 30px;
    padding-bottom:10px;
}

 .is-hidden {
    display: none;
    visibility: hidden;
  }
.error-msg {
   background: url("/assets/img/icons.png") -5px 0  no-repeat;
    box-sizing: border-box;
    color: #ec2327;
    font-size: 12px !important;
    height:30px;
    margin: 0 0 10px;
    vertical-align: middle;
    width: 100%;
    padding: 5px 30px;
    display:table-cell;
}
#reset-password-ok .aof-modal-thin {
    height: 430px
}

#reset-password-ok .msg-mail {
    background-position: center 45px;
    text-align:center;
}
.msg-mail {
    background: url("/assets/img/general.png?r=1") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    box-sizing: border-box;
    line-height: 1.28;
    margin-bottom: 6rem;
    margin-top: 2rem;
    padding-top: 7rem;
}

#changepwd-modal .aof-modal-thin {
    height: 390px
}
/*checkbox */
input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
   /* For mobile, it's typically better to position checkbox on top of clickable
      area and turn opacity to 0 instead. */
}

#ucp-control .ucp-loading {
    background-image: url("/assets/img/loading.gif?v=1");
    background-color: #1b1b1b;
    background-position: center center;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 102;
    margin: -30px 0 0 -30px;

}
#news-modal img {
    float: left;
    margin-left: auto;
    margin-right: 30px;
    margin-top: 5px;
    max-width: 50%;
}

#news-modal > .aof-modal-wide {
    max-height:100%;
}
#news-modal p {
    font-size: 14px;
   /* margin-left: 450px;*/
}
.news_date {
    color: #676767;
    font-size: 11px;
}
.session_lost {
    background-color: #1b1b1b;
    display: table;
    height: 100%;
    width: 100%;
}
.session_lost div {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.session_lost .button_modal {
    width:100px;
}

/*

          $(".target_news").attr("id", $modalHash);
           $(".news").click("trigger");
         // $('.hashlink[href="' + $urlHash + '"]').trigger("click");
          // $('.hashlink[href="' + $urlHash + '"]').css("border", "2px solid red");
      
*/