/* Basis */
/* Veld met merk en tijd */
/* Code */
/* Buttons */
/* Nummers 1 t/m 3 */
/* Sprite url */
/* MODALFRAME BASE */
.modalFrame {
  width: 938px;
  margin: 0 -489px;
  left: 50%;
  position: fixed;
  top: 30%;
  background-color: white;
  z-index: 2001;
  padding: 20px;
  color: #4a4a4a;
  font-family: RobotoRegular, Arial;
  text-shadow: 1px 1px 0 white;
  -moz-box-shadow: 0 0 20px #888;
  -webkit-box-shadow: 0 0 20px #888;
  box-shadow: 0 0 20px #888; }

/* MODALFRAME STYLES */
.modalFrameLogo {
  float: left;
  width: 100%;
  text-align: center;
  position: relative; }
  .modalFrameLogo img {
    width: 200px;
    height: 40px; }
  .modalFrameLogo .modalFrameCloseBtn {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background: url(../img/modalFrame_jouwaanbieding.png) 0 -120px no-repeat; }

.modalFrameBrandTime {
  float: left;
  width: 100%;
  margin: 1em 0 0;
  background: #edf2f5;
  text-align: center;
  color: #4a4a4a;
  text-shadow: 1px 1px 0 white; }

.modalFrameBrand {
  float: left;
  width: 200px;
  height: 40px;
  display: block;
  padding: 10px; }

.modalFrameTime {
  float: right;
  display: block;
  line-height: 40px;
  margin: 10px 0 0 0;
  vertical-align: middle;
  padding: 0 20px 0 35px;
  background: url(../img/modalFrame_jouwaanbieding.png) no-repeat; }

.modalFrameTitle {
  float: left;
  margin: 0.5em 0 0;
  width: 90%;
  padding: 0 5%;
  vertical-align: middle;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.5; }

.modalFrameCode {
  float: left;
  margin: 0.5em 0 0;
  width: 100%;
  padding: 0.5em;
  text-align: center;
  font-size: 1.75em;
  line-height: 1.5em;
  color: #4a4a4a;
  text-shadow: 1px 1px 0 white;
  font-family: RobotoBold, Arial;
  background: white;
  border: 2px dashed #c1d3df;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.modalFrameSteps {
  float: left;
  margin: 1em 0 0;
  width: 100%;
  list-style-type: none; }
  .modalFrameSteps li {
    float: left;
    width: 30%;
    margin: 0 0 0 5%;
    position: relative;
    height: 60px; }
    .modalFrameSteps li:first-child {
      margin: 0; }
    .modalFrameSteps li .modalFrameNr {
      float: left;
      display: block;
      width: 22.5%;
      height: 60px; }
      .modalFrameSteps li .modalFrameNr .modalFrameNrTxt {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        background: #edf2f5;
        top: 10px;
        left: 0;
        color: #4a4a4a;
        text-shadow: 1px 1px 0 white;
        line-height: 40px;
        vertical-align: middle;
        font-size: 1.5em;
        font-family: RobotoBold, Arial;
        text-align: center;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; }
    .modalFrameSteps li .modalFrameBtn {
      float: left;
      display: block;
      height: 60px;
      line-height: 60px;
      vertical-align: middle;
      padding: 0 2.5% 0 20%;
      width: 55%;
      background: #fe6f20;
      color: white;
      text-shadow: 1px 1px 0 #cb4800;
      text-transform: uppercase;
      position: relative; }
      .modalFrameSteps li .modalFrameBtn:hover {
        background: #ffab7f; }
      .modalFrameSteps li .modalFrameBtn .modalFrameBtnIcon {
        position: absolute;
        width: 40px;
        height: 40px;
        left: 10px;
        top: 10px;
        background: url(../img/modalFrame_jouwaanbieding.png); }
        .modalFrameSteps li .modalFrameBtn .modalFrameBtnIcon.modalFrameBtnIconCopy {
          background-position: 0 -40px; }
        .modalFrameSteps li .modalFrameBtn .modalFrameBtnIcon.modalFrameBtnIconOpen {
          background-position: 0 -80px; }
    .modalFrameSteps li .modalFrameTxt {
      float: left;
      display: block;
      width: 77.5%;
      font-size: 1em;
      line-height: 1.5;
      text-transform: uppercase;
      line-height: 22px;
      padding: 8px 0; }

/* MEDIA QUERIES */
@media screen and (max-width: 1280px) {
  .modalFrame {
    width: 728px;
    margin: 0 -364px; }

  .modalFrameTime {
    font-size: 0.875em; }

  .modalFrameSteps li {
    float: none;
    width: 100%;
    margin: 1em 0 0; }
    .modalFrameSteps li .modalFrameNr {
      width: 10%; }
    .modalFrameSteps li .modalFrameBtn {
      padding: 0 2.5% 0 7.5%;
      width: 80%; }
    .modalFrameSteps li .modalFrameTxt {
      padding: 19px 0; } }
@media screen and (max-width: 960px) {
  .modalFrame {
    width: 280px;
    margin: 0 -150px;
    padding: 10px;
    top: 10px; }

  .modalFrameBrandTime {
    margin: 0.25em 0 0; }

  .modalFrameBrand {
    float: none;
    display: inline;
    padding: 5px 0 0; }

  .modalFrameTime {
    float: none;
    padding: 0;
    font-size: 0.75em;
    margin: 0; }

  .modalFrameCode {
    padding: 0.15em 0; }

  .modalFrameSteps li {
    float: none;
    width: 100%;
    height: 40px;
    margin: 0.5em 0 0; }
    .modalFrameSteps li .modalFrameNr {
      height: 40px;
      width: 22.5%; }
      .modalFrameSteps li .modalFrameNr .modalFrameNrTxt {
        top: 0; }
    .modalFrameSteps li .modalFrameBtn {
      padding: 0 2.5% 0 20%;
      width: 55%;
      height: 40px;
      line-height: 40px; }
      .modalFrameSteps li .modalFrameBtn .modalFrameBtnIcon {
        top: 0;
        left: 5px; }
    .modalFrameSteps li .modalFrameTxt {
      font-size: 0.875em;
      line-height: 20px;
      padding: 0; } }
