@charset "utf-8";
/* CSS Document */

/* Checkbox switch */

.checkbox-switch input.input-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  z-index: 20;
  cursor: pointer;
}

.checkbox-switch {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100px;
  height: 45px;
  -webkit-border-radius: 30px;
  border-radius: 10px;
  line-height: 1.2;
  font-size: 14px;
}

.checkbox-switch .checkbox-animate {
  position: relative;
  width: 100px;
  height: 45px;
  background-color: #ebebeb;
  -webkit-transition: background 0.25s ease-out 0s;
  transition: background 0.25s ease-out 0s;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 88%;
}

.input-checkbox:checked + .checkbox-switch .active-text p {
  color: #a2a2a2;
}

/* Text color when checkbox is unchecked */
.input-checkbox:not(:checked) + .checkbox-switch .inactive-text p {
  color: #a2a2a2;
}

.checkbox-switch .checkbox-animate:before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #fff;
  top: 2.3px;
  left: 4px;
  -webkit-transition: left 0.3s ease-out 0s;
  transition: left 0.3s ease-out 0s;
  z-index: 10;

  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox-animate::after {
  content: "";
  width: 25px;
  height: 25px;
  left: 13px;
  position: absolute;
  /* z-index: 88888888888888; */
  /* top: 5px; */
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0px, 10px);
}

.checkbox-switch input.input-checkbox:checked + .checkbox-animate {
  background-color: #2c9b1c;
}

.checkbox-switch input.input-checkbox:checked + .checkbox-animate:before {
  left: 47px;
}

.checkbox-switch .checkbox-off,
.checkbox-switch .checkbox-on {
  float: left;
  color: #fff;
  font-weight: 700;
  padding-top: 6px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.checkbox-switch .checkbox-off {
  margin-left: 30px;
  opacity: 1;
}

.checkbox-switch .checkbox-on {
  display: none;
  float: right;
  margin-right: 35px;
  opacity: 0;
}

.active-text p,
.inactive-text p {
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  color: #454545;
  font-weight: bold;
  font-family: "SFProDisplay";
  text-align: right;
  padding: 0 10px;
  margin: 0;
}

/* .inactive-text p {
  color: #a2a2a2;
} */

.col.creativeStatus {
  display: flex;
  align-items: center;
}

.checkbox-switch
  input.input-checkbox:checked
  + .checkbox-animate
  .checkbox-off {
  display: none;
  opacity: 0;
}

.checkbox-switch input.input-checkbox:checked + .checkbox-animate .checkbox-on {
  display: block;
  opacity: 1;
}
.modal-content .modal-header,
.modal-content .modal-body,
.modal-content .modal-footer {
  background-color: #FFF;
  color:#090A2B;
  font-family: 'Be Vietnam Pro';
  font-weight:bold;
}
.form-control {border-radius:20px;border-width:2px;border-color:var(--ast-border-color)}
	
	
	
.modal-body {color:#090A2B;font-weight:normal!important;}

.wpi-g .btn-lg {
  padding: 3px 5px;
  font-size: 100%;
}

img.mfp-img {
  padding: 3px 0 3px;
}

@media (max-width: 767px) {
  .mobile-image a img {
    max-width: 80px !important;
  }
  .mobile-filename {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.creativesWidget table {
  font-size: 14px;
  border-collapse: collapse;
}

.creativesWidget table td {
  border: none !important;
}

#budgeted_total {
  visibility: hidden;
}
#impressions_total {
  visibility: hidden;
}
#clicks_total {
  visibility: hidden;
}

.dcmads iframe img {
  display: block !important;
  max-width: 100px !important;
  padding-bottom: 15px !important;
  height: 50% !important;
  max-height: 200px !important;
  width: auto;
  margin: 0 auto;
}

.box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.dash-datepicker {
  background: #fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50%
    repeat-x;
  color: #222;
  max-width: 400px;
  width: 30% !important;
}

.rm-submission-field-row {
  width: 100% !important;
}

.center {
  text-align: center;
}

.printfriendly {
  background-color: #fff;
}

/* override styles when printing */
@media print {
  #rm_third_tab {
    width: 100%;
  }
}

/* <<<<<<<<<<<<media-query start>>>>>>>>>>>>>>>>>>>>> */

@media screen and (max-width: 1279px) {
  .checkbox-switch input.input-checkbox:checked + .checkbox-animate:before {
    left: 29px;
  }

  .checkbox-switch .checkbox-animate:before {
    width: 35px;
    height: 29px;
  }

  .checkbox-switch,
  .checkbox-switch .checkbox-animate {
    width: 70px;
    height: 35px;
  }

  .checkbox-animate::after {
    width: 18px;
    height: 18px;
    left: 8px;
  }

  .checkbox-switch .checkbox-animate {
    background-size: 20px;
  }
}
