/* Fallback media query */

.panel-correct label {
  /* color: #ff0; */
}

.panel-correct #scrollWrap {
  /* border: 1px #ff0 solid; */
}

.panel-post_register label {
  /* color: #0f0; */
}

.panel-post_register #scrollWrap {
  /* border: 1px #0f0 solid; */
}

#calendarform {
  height: 494px;
  width: 590px;
  margin-left: -20px;
}

.rengard-calendar, .rengard-calendar th, .rengard-calendar thead, .rengard-cal tbody {
  border: 0;
  color: #AAA;
  background: transparent;
  text-align: center;
}
.rengard-cal-day td {
  font-size: 30px;
  text-align: center;
  border: 2px rgba(255,255,255,0.4) solid;
  padding: 0.1em 0.1em;
  height: 65px;
  width: 65px;
  color: rgba(255,255,255,0.7);
}

#systemNotice {
  position:absolute; color: #F00; top: 228px; left: 56px; width: 360px; height:84px;
}
.rengard-cal-day td a {
  display: block;
  height: 65px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  line-height: 65px;
  text-decoration: none;
}

.rengard-cal-day .rengard-day-today a {
  display: block;
  height: 65px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-size: 33px;
  line-height: 65px;
  text-decoration: none;
}

.rengard-prev-month, .rengard-next-month {
  color: rgba(100,100,100,0.5) !important;
  font-style: italic;
  border: 0 !important;
}

.rengard-cur-week td {
  background-color: rgba(255,255,255,0.25);
}

.rengard-day-today {
  border: 3px #F00 solid !important;
  box-shadow: 0px 0px 10px 7px #F00 !important;
  background: transparent !important;
  font-size: 33px !important;
  color: #FFF !important;
}

.rengard-not-yet {
  color: rgba(150,150,150,0.5) !important;
}

.rengard-cal-week-no {
  font-size: 15px !important;
  color: rgba(255,255,255,0.5);
  border: 0 !important;
}
body, .bodyEdit, .bodyNormal, .bodyPostregister {
  background-color: #000;
  background-position: 0 0;
  width: 1280px;
  height: 775px;
  background-size: 1280px 775px;
  font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif !important;
}
.bodyNormal {
  background: url('../img/bgWXGAL.jpg') no-repeat;
  background-color: #000 !important;
  background-position: 0 0;
  width: 1280px;
  height: 775px;
  background-size: 1280px 775px;
  font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif !important;
}
.bodyEdit {
  background: url('../img/bg_korriger.jpg') no-repeat !important;
  background-color: #000 !important;
  background-position: 0 0;
  width: 1280px;
  height: 775px;
  background-size: 1280px 775px;
  font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif !important;
}

.bodyPostregister {
  background: url('../img/bg_etterregistrer.jpg') no-repeat !important;
  background-color: #000 !important;
  background-position: 0 0;
  width: 1280px;
  height: 775px;
  background-size: 1280px 775px;
  font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif !important;
}

.nativeSelect {
  font-size: 32px;
  line-height: 40px;
  width: 80%;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0% 0%;
  color: #FFF;
  border: 2px rgba(255, 255, 255, 0.2) solid;
  padding: 3px;
}

#toastLastJob {
  overflow: hidden;
  padding: 20px;
  text-shadow: 3px 3px rgba(70, 70, 70, 0.8);
  display: block;
  position: absolute;
  left: 50px;
  top: 595px;
  width: 328px;
  height: 140px;
  background-color: rgba(70, 70, 70, 0.8);
  color: #FFF;
}

.right-panel {
  position: absolute;
  left: 560px;
  top: 0px;
  width: 600px;
}
.keypadPad {
  margin-left: 90px;
  /* border: 1px #F00 solid; */
  display: block;
}
#loginMenu {
  position: absolute;
  font-weight: bold;
  color: #b7b7b7;
  font-size: 28px;
  position: absolute;
  left: 57px;
  top: 135px;
}
.gradient-line {
  display: block;
  height: 3px;
  margin: 5px;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(102,102,102,0.5) 25%, rgba(102,102,102,0.6) 50%, rgba(102,102,102,0.5) 75%, rgba(237,237,237,0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(102,102,102,0.5)), color-stop(50%,rgba(102,102,102,0.6)), color-stop(75%,rgba(102,102,102,0.5)), color-stop(100%,rgba(237,237,237,0)));
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(102,102,102,0.5) 25%,rgba(102,102,102,0.6) 50%,rgba(102,102,102,0.5) 75%,rgba(237,237,237,0) 100%);
  background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(102,102,102,0.5) 25%,rgba(102,102,102,0.6) 50%,rgba(102,102,102,0.5) 75%,rgba(237,237,237,0) 100%);
  background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(102,102,102,0.5) 25%,rgba(102,102,102,0.6) 50%,rgba(102,102,102,0.5) 75%,rgba(237,237,237,0) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(102,102,102,0.5) 25%,rgba(102,102,102,0.6) 50%,rgba(102,102,102,0.5) 75%,rgba(237,237,237,0) 100%);
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ededed',GradientType=1 ); */
}
#loginMenu strong {
  color: #FFF;
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
}
.right-panel a, .right-panel a:visited {
  display: block;
  color: #FFF;
  padding: 14px 28px;
  margin-right: 30px;
  text-decoration: none;
  font-size: 40px;
  margin-bottom: -15px;
}

.delete-button, .login-button {
  color: rgba(255,255,255,1);
  padding: 38px;
  float: left;
}
.login-button {
  padding: 38px;
}
.delete-button, .login-button, #menuButton, #logoutButton  {
  border: none;
  background: transparent;
  font-size: 64px;
  clear: none;
}

.delete-button:hover, .delete-button:focus, .delete-button:active {
  color: rgba(255,255,0,1);
  transition: all 0.2s ease-in 0s;
}

.login-button:hover, .login-button:focus, .login-button:active {
  color: rgba(0,170,0,1);
  transition: all 0.2s ease-in 0s;
}
.select-style {
  border: 1px solid #ccc;
  width: 165px;
  border-radius: 3px;
  overflow: hidden;
  background: rgba(20,20,20,0.5) url("/devFolder1310/st/img/icon-select.png") no-repeat 90% 50%;
}

input[type=text], input[type=tel] {
  border-radius: 3px;
  overflow: hidden;
  color: #FFF;
  padding: 5px 8px;
  font-size: 30px;
}

input[type=tel]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=tel] {
  -moz-appearance:textfield;
}

.select-style select {
  padding: 5px 8px;
  width: 110%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  color: #FFF;
  outline: none;
  font-size: 30px;
}

.select-style select:focus {
  border: none;
  outline: none;
  color: #FFF;
}
.select-style select option {
  border: none;
  outline: none;
}

/* KEYPAD BUTTONS */
.round-button:hover {
  background: transparent;
  color: #FFF;
  border: 5px solid #FFF;
  transition: all 0.2s ease-in 0s;
}

.stamp {
  margin-top: 40px;
  margin-bottom: 40px;
  background: transparent;
  border: none;
  color: #FFF;
  font-size: 72px;
}

.round-button, .no-button, .green-button, .trans-key-button {
  display: block;
  float: left;
  width: 126px;
  margin: 7px;
  vertical-align: middle;
  text-align: center;
  height: 126px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  padding: 0;
  font-family: Helvetica;
  font-size: 72px;
  font-weight: normal;
  text-decoration: none;
}

.no-button {
  color: rgba(255,255,255,0);
  border: 5px solid rgba(255,255,255,0);
}

.round-button, .green-button {
  color: rgba(255,255,255,1);
  border: 5px solid rgba(255,255,255,1);
}

.green-button:hover {
  background: rgba(0,170,0,1);
  color: #FFF;
  border: 5px solid #FFF;
}

.green-button {
  font-size: 48px;
  background: rgba(0,170,0,0.25);
  color: rgba(255,255,255,1);
  border: 5px solid rgba(255,255,255,1);
}

.trans-key-button {
  font-size: 48px;
  background: rgba(255,255,255,0.25);
  color: #444; /* rgba(255,255,255,0.25); */
  border: 5px solid rgba(255,255,255,0.1);
}

.trans-key-button:hover {
  background: rgba(255,255,255,1);
  border: 5px solid rgba(255,255,255,1);
}

.green-button span {

}
button.action-button-white, button.action-button-black {
  height: 40px;
}

a.action-button-white, a.action-button-black {
  height: 20px;
}

.action-button-black {
  background-color: #000;
  color: #FFF;
  border: 3px solid #FFF;
}
.action-button-white {
  background-color: #FFF;
  color: #000;
  border: 3px solid #FFF;
}

.action-button-green {
  background: rgba(0,170,0,0.25);
  color: rgba(255,255,255,0.25);
  border: 3px solid #FFF;
}

.action-button-green:hover {
  background: rgba(0,170,0,1);
  color: rgba(255,255,255,1);
  border: 3px solid #FFF;
}

.action-button-black, .action-button-white, .action-button-green {
  padding: 5px;
  margin: 5px;
  display: block;
  width: 180px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
}

.profile-picture {
  width: 215px;
  height: 230px;
}

#registerSuccess h3 {
  font-size: 48px;
  color: #FFF;
  word-break: normal;
  word-wrap: normal;
  width: 400px;
  text-align: center;
  margin-left: -75px;
}

#registerSuccess {
  margin-left: 150px;
  margin-top: 200px;
}
#registerSuccess a {
  width: 310px;
  margin-left: -60px;
}

label {
  display: block;
  color: #FFF;
  /* opacity: 0.25; */
  margin-bottom: 10px;
  font-size: 20px;
}

#clock {
  font-size: 86px;
  margin-top: 25px;
}

#leftMenuDate {
  position: absolute;
  top: 200px;
}

.return-button {
  background-color: #000;
  color: #c3c3c3;
  height: 52px;
  font-size: 30px;
  border: 4px #c3c3c3 solid;
  border-radius: 52px;
  line-height: 30px;
  margin-top: 15px;
  position: absolute;
  left: 730px;
  top: 670px;
  letter-spacing: 0.05em;
}

.return-button:hover, .return-button:active {
  color: #FFF;
  border-color: #FFF;
}

/* Hjelpeklasser */
.vbot {
  vertical-align: bottom;
}

.pure-u-1 textarea, .pure-u-1 .selectize-control {
  width: 560px;
  border-radius: 3px;
  color: #FFF;
  font-size: 30px;
  margin-bottom: 20px;
  display: block;
  clear: both;
  overflow: visible;
}

.pure-u-1 textarea {
  padding: 5px 8px;
  height: 125px;
  width: 540px;

}

.pure-u-2-5 input, .pure-u-2-5 .selectize-control {
  width: 180px;
  margin-bottom: 20px;
}

.selectize-input, input, textarea {
  border: 2px rgba(255,255,255,0.25) solid;
  background: rgba(255,255,255,0.1);
  color: #FFF;
}
.pure-u-1-2 .selectize-control {
  width: 260px;
  margin-bottom: 20px;
}

.pure-u-1-3 input, .pure-u-1-3 .selectize-control {
  width: 140px;
  margin-bottom: 20px;
}

.pure-u-1-4 input, .pure-u-1-4 .selectize-control {
  width: 100px;
  margin-bottom: 20px;
}

/* #loginButton {
  margin-left: 66px;
  margin-top: 60px;
} */

#menuButton {
  top: 24px;
  left: 368px;
  font-size: 50px;
}
#logoutButton {
  top: 26px;
  left: 60px;
  font-size: 41px;
}

#resetButton {
  top: 20px;
  left: 178px;
}
#addContainer {
  color: #FFF;
  background-color: #000;
  border: 1px #FFF solid;
  font-weight: bold;
}
#keypadShadow {
  position: absolute;
  height: 18px;
  width: 126px;
  overflow: hidden;
  background-image: url("/res/img/keypadShadow.png");
  background-position: 0 0;
  left: 233px;
  top: 30px;
  margin-bottom: -30px;
  z-index: 3;
  float: left;
  clear: none;
}

#resetButton {
  background: transparent;
  border: none;
  background-image: url("/res/img/resetTablet.png");
  width: 106px;
  height: 59px;
}

#menuButton, #logoutButton, #resetButton {
  padding: 0;
  margin: 0;
  position: absolute;
  color: #FFF;
  opacity: 0.75;
}

#menuButton:hover
, #menuButton:active
, #logoutButton:hover
, #logoutButton:active
, #logoutButton:visited
, #resetButton:hover
, #resetButton:active {
  opacity: 1;
}

.menu-header {
  clear: both;
  font-size: 48px;
  color: #FFF;
  text-align: center;
  width: 540px;
  line-height: 72px;
  margin-top: 14px;
  /* opacity: 0.25; */
}

.gradient-top, .gradient-bottom {
  position: absolute;
  left: 566px;
  width: 530px;
}

.gradient-top {
  top: 92px;
}

#scrollWrap {
  text-align: left;
  height: 500px;
  width: 600px;
}


.gradient-bottom {
  top: 700px;
}
#registerButtonBack, #registerButtonSave, #backButton, #menuReturnButton {
  position: absolute !important;
  top: 720px !important;
}

#registerButtonSave {
  left: 976px !important;
}
#backButton {
  left: 776px !important;
}
#menuReturnButton {
  left: 228px;
}
#registerButtonBack {
  left: 606px !important;
}
.menu-header {
}

.selectize-control.plugin-remove_button [data-value] .remove {
  margin: 0px !important;
}
/* Static button positions */

#registerButtonBack, #registerButtonSave {
  position: absolute !important;
  top: 720px !important;
}
#registerButtonSave {
  left: 966px !important;
}
#registerButtonBack {
  left: 566px !important;
}
/** Phone media queries **/

/* Samsung Galaxy Tab in landscape */
@media only screen
and (max-device-width: 1280px)
and (orientation: landscape) {

}

/* iPad in landscape */
@media only screen
and (width : 1024px)
and (orientation : landscape) {
  #systemNotice {
  position:absolute; color: #F00; top: 182px; left: 23px; width: 346px; height:71px;
}
  
  body, .bodyEdit, .bodyNormal, .bodyPostregister {
    background-color: #000;
    background-position: 0 0;
    width: 1024px;
    height: 695px;
    background-size: 1024px 695px !important;
    font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif !important;
  }
  .bodyNormal {
    background: url('../img/bgIWILL.jpg') no-repeat;
    background-color: #000 !important;
    background-position: 0 0;
    width: 1024px;
    height: 695px;
    background-size: 1024px 695px !important;
    font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif !important;
  }
  .bodyEdit {
    background: url('../img/bg_korriger_iwill.jpg') no-repeat !important;
    background-color: #000 !important;
    background-position: 0 0;
    width: 1024px;
    height: 695px;
    background-size: 1024px 695px !important;
    font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif !important;
  }

  .bodyPostregister {
    background: url('../img/bg_etterregistrer_iwill.jpg') no-repeat !important;
    background-color: #000 !important;
    background-position: 0 0;
    width: 1024px;
    height: 695px;
    background-size: 1024px 695px !important;
    font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif !important;
  }


  .right-panel {
    position: absolute;
    left: 560px;
    top: 135px;
  }
  #loginMenu {
    position: absolute;
    left: 20px;
    top: 105px;
  }
  #leftMenuDate {
    top: 150px;
  }
  #toastLastJob {
    overflow: hidden;
    padding: 10px;
    text-shadow: 3px 3px rgba(70, 70, 70, 0.8);
    display: block;
    position: absolute;
    left: 20px;
    top: 450px;
    width: 320px;
    height: 225px;
    background-color: rgba(70, 70, 70, 0.8);
    color: #FFF;
  }

  #menuButton {
    top: 20px;
    left: 285px;
    font-size: 50px;
  }
  #logoutButton {
    top: 26px;
    left: 42px;
    font-size: 41px;
  }

  #resetButton {
    top: 20px;
    left: 135px;
  }
  .right-panel {
    left: 370px;
    top: 0px;
  }


  .rengard-cal-day td {
    font-size: 28px;
    text-align: center;
    border: 2px rgba(255,255,255,0.4) solid;
    padding: 0.1em 0.1em;
    height: 60px;
    width: 60px;
    color: rgba(255,255,255,0.7);
  }

  .rengard-cal-day td a {
    display: block;
    height: 60px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 28px;
    line-height: 60px;
    text-decoration: none;
  }

  .rengard-cal-day .rengard-day-today a {
    display: block;
    height: 60px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 30px;
    line-height: 60px;
    text-decoration: none;
  }

  .rengard-prev-month, .rengard-next-month {
    color: rgba(100,100,100,0.5) !important;
    font-style: italic;
    border: 0 !important;
  }

  .rengard-cur-week td {
    background-color: rgba(255,255,255,0.25);
  }

  .rengard-day-today {
    border: 3px #F00 solid !important;
    box-shadow: 0px 0px 10px 7px #F00 !important;
    background: transparent !important;
    font-size: 30px !important;
    color: #FFF !important;
  }

  .rengard-not-yet {
    color: rgba(150,150,150,0.5) !important;
  }

  .rengard-cal-week-no {
    font-size: 15px !important;
    color: rgba(255,255,255,0.5);
    border: 0 !important;
  }
  #calendarform {
    height: 494px;
    width: 500px;
    margin-left: 50px;
  }
  .gradient-top, .gradient-bottom {
    position: absolute;
    left: 416px;
    width: 530px;
  }

  .gradient-top {
    top: 84px;
  }

  .gradient-bottom {
    top: 632px;
  }
  #registerButtonBack, #registerButtonSave, #backButton, #menuReturnButton {
    position: absolute !important;
    top: 640px !important;
  }

  #registerButtonSave {
    left: 776px !important;
  }
  #backButton {
    left: 576px !important;
  }
  #menuReturnButton {
    left: 228px;
  }
  #registerButtonBack {
    left: 406px !important;
  }
  .menu-header {
    font-size: 44px;
    line-height: 66px;
  }
  .form-inner {
    margin-top:-20px;
    margin-left: 26px;
    width: 544px;
    height: 540px;
  }
  #scrollWrap {
    width: 574px;
    height: 540px;
  }
}

/* iPad in portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
  body {
    background: url('../img/bgTabletP.jpg') no-repeat;
    background-color: #000;
    background-position: 0 0;
    width: 768px;
    height: 1024px;
  }
  .right-panel {
    position: absolute;
    left: 0px; /* @todo:fix */
    top: 0px; /* @todo:fix */
  }
  #loginMenu {
    position: absolute;
    left: 82px; /* @todo:fix */
    top: 235px; /* @todo:fix */
  }
}

/* iPad Retina in landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation : landscape) {
  body {
    background: url('../img/bgRetinaL.jpg') no-repeat;
    background-color: #000;
    background-position: 0 0;
    width: 1024px;
    height: 768px;
    background-size: cover;
  }
  .right-panel {
    position: absolute;
    left: 560px;
    top: 235px;
  }
  #loginMenu {
    position: absolute;
    left: 82px;
    top: 235px;
  }
  #resetButton {
    background-image: url("/res/img/resetRetina.png");
    width: 106px;
    height: 59px;
  }

}

/* iPad Retina in portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation : portrait) {
  body {
    background: url('../img/bgRetinaP.jpg') no-repeat;
    background-color: #000;
    background-position: 0 0;
    width: 768px;
    height: 1024px;
  }
  .right-panel {
    position: absolute;
    left: 0px; /* @todo:fix */
    top: 0px; /* @todo:fix */
  }
  #loginMenu {
    position: absolute;
    left: 82px; /* @todo:fix */
    top: 235px; /* @todo:fix */
  }
  #resetButton {
    background-image: url("/res/img/resetRetina.png");
    width: 106px;
    height: 59px;
  }
}

/* iPhone 6 in landscape */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) { /* STYLES GO HERE */}

/* iPhone 6 in portrait */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) { /* STYLES GO HERE */ }

/* iPhone 6 Plus in landscape */
@media only screen
and (min-device-width : 540px)
and (max-device-width : 960px)
and (orientation : landscape) { /* STYLES GO HERE */}

/* iPhone 6 Plus in portrait */
@media only screen
and (min-device-width : 540px)
and (max-device-width : 960px)
and (orientation : portrait) { /* STYLES GO HERE */ }

/* iPhone 5 & 5S in landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) { /* STYLES GO HERE */}

/* iPhone 5 & 5S in portrait */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) { /* STYLES GO HERE */ }

/* */
.right-panel {}
#loginMenu {}
#loginMenu strong {}
.right-panel a, .right-panel a:visited {}
#addContainer {}
#keypadShadow {}
#resetButton {}
#menuButton {}
.select-style {}
input[type=text]  {}
.select-style select  {}
.select-style select:focus  {}
.select-style select option  {}
.round-button:hover {}
.stamp {}
.round-button, .no-button, .green-button {}
.no-button {}
.round-button, .green-button {}
.delete-button, #menuButton    {}
.delete-button  {}

/* */

/* / Phone media queries */
.pure-g [class *= "pure-u"] {
  font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif !important;
}


.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sweet-alert button {
  font-weight: bold;
}

.sweet-alert {
  background-color: rgba(0,0,0,0.8);
  border-radius: 0px;
  border: 2px solid #F00;
}

.sweet-alert h2 {
  color: #FFF;
}

.sweet-alert p {
  color: #FFF;
}

.sweet-alert button.cancel {
  background-color: #F00;
  color: #FFF;
}

.sweet-alert button {
  background-color: #0F0;
  color: #000;
}


h3.distribute_time {
  color: #FFF;
  font-size: 30px;
}