/*
*
* @category  : OpenCart
* @module    : Smart Product Available
* @author    : OCdevWizard <ocdevwizard@gmail.com>
* @copyright : Copyright (c) 2016, OCdevWizard
* @license   : http://license.ocdevwizard.com/Licensing_Policy.pdf
*
*/

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../smart_product_available_fonts/Roboto-Medium.eot');
  src: url('../smart_product_available_fonts/Roboto-Medium.woff') format('woff'),
  url('../smart_product_available_fonts/Roboto-Medium.ttf') format('truetype'),
  url('../smart_product_available_fonts/Roboto-Medium.svg') format('svg');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../smart_product_available_fonts/Roboto-Regular.eot');
  src: url('../smart_product_available_fonts/Roboto-Regular.woff') format('woff'),
  url('../smart_product_available_fonts/Roboto-Regular.ttf') format('truetype'),
  url('../smart_product_available_fonts/Roboto-Regular.svg') format('svg');
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url('../smart_product_available_fonts/Roboto-Thin.eot');
  src: url('../smart_product_available_fonts/Roboto-Thin.woff') format('woff'),
  url('../smart_product_available_fonts/Roboto-Thin.ttf') format('truetype'),
  url('../smart_product_available_fonts/Roboto-Thin.svg') format('svg');
}
#smpa-modal-body * {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  box-sizing: content-box;
}
#smpa-modal-body {
  background: #fff;
  max-width: 450px;
  width: 90%;
  margin: 0 auto;
  min-height: 100px;
  position: relative;
}
#smpa-modal-body #smpa-promo-text {
  margin-bottom: 10px;
}
#smpa-static-body .panel-body {
  position: relative;
}
#smpa-modal-body .modal-heading {
  text-align: left;
  background-color: #EDEDED;
  font-family: Roboto-Regular, Arial, Tahoma;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  padding: 0 20px;
  position: relative;
  min-height: 50px;
  line-height: 50px;
  overflow: hidden;
}
#smpa-modal-body .modal-close {
  width: 24px;
  height: 24px;
  background: url(close.png) no-repeat;
  right: 15px;
  top: 13px;
  position: absolute;
  opacity: 0.5;
  cursor: pointer !important;
}
#smpa-modal-body .modal-body {
  background: #fff;
  padding: 20px;
  overflow: auto;
}
#smpa-modal-body .modal-body .smpa-input-heading {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
#smpa-modal-body .modal-body .modal-footer {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#smpa-modal-body .modal-footer {
  padding: 17px 20px 17px 20px;
  background-color: #EDEDED;
  position: relative;
  display: inline-block;
  border-top: 1px solid #ddd;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
  overflow: hidden;
}
.smpa-modal-loadmask {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  opacity: 0.4;
  left: 0;
  top: 0;
}
.smpa-modal-loadmask-loading {
  background: url(loading.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10001;
  top: 0;
  left: 0;
}
#smpa-modal-body .alert {
  color: #A94442;
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  padding: 8px 14px 8px 14px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 12px;
}
#smpa-modal-body .alert button.close {
  font-size: 21px;
}
.info-text-block {
  font-size: 12px;
  line-height: 14px;
}
.info-text-block.pos-1 {
  margin: 0px 0 10px 0 !important;
}
.info-text-block.pos-2 {
  margin: 10px 0 10px 0 !important;
}
.info-text-block.pos-3 {
  margin: 10px 0 0px 0 !important;
}
#smpa-modal-body > #check-data #smpa-modal-data > div + div {
  margin-top: 10px;
}
#smpa-modal-body > #check-data #smpa-modal-data input[type=text] {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 5px 5px;
  position: relative;
  width: 100%;
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  -webkit-transition: border-color .75s;
  -moz-transition: border-color .75s;
  -o-transition: border-color .75s;
  transition: border-color .75s;
}
#smpa-modal-body > #check-data #smpa-modal-data input[type=text]:focus {
  border: 1px solid #5A5F63;
}
#smpa-modal-body > .modal-footer {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  background: #EDEDED;
}
#smpa-modal-body > .modal-footer input + input {
  margin-left: 7px;
}
#smpa-modal-body > .modal-footer > input {
  float: left;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  margin: 0;
  padding: 0px;
  width: 180px;
  outline: none;
  border: 0;
  font-size: 14px;
  font-family: Roboto-Medium, Arial, Tahoma;
  text-decoration: none;
  color: #FFF;
  background: #47c843;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background .50s;
  -moz-transition: background .50s;
  -o-transition: background .50s;
  transition: background .50s;
  cursor: pointer;
}
#smpa-modal-body > .modal-footer > input.save-button-bottom {
  float: right;
}
#smpa-modal-body > .modal-footer > input.save-button-bottom:hover {
  background: #3cb736;
}
#smpa-modal-body > .modal-footer > input.save-button-bottom:active {
  background: #33933A;
}
#smpa-modal-body > .modal-footer > input.close-button-bottom {
  background: #E94E4E;
}
#smpa-modal-body > .modal-footer > input.close-button-bottom:hover {
  background: #E81717;
}
#smpa-modal-body > .modal-footer > input.close-button-bottom:active {
  background: #AA3A3A;
}
@media (min-width: 320px) and (max-width: 359px) {
  #smpa-modal-body {
    width: 295px;
  }
  #smpa-modal-body > .modal-footer {
    height: 100%;
    overflow: auto;
  }
  #smpa-modal-body > .modal-footer > input {
    width: 100%;
  }
  #smpa-modal-body > .modal-footer > input + input {
    margin: 6px 0 0 0;
  }
}
@media (min-width: 360px) and (max-width: 532px) {
  #smpa-modal-body {
    width: 330px;
  }
  #smpa-modal-body > .modal-footer {
    height: 100%;
    overflow: auto;
  }
  #smpa-modal-body > .modal-footer > input {
    width: 100%;
  }
  #smpa-modal-body > .modal-footer > input + input {
    margin: 6px 0 0 0;
  }
}
@media (min-width: 533px) and (max-width: 603px) {
  #smpa-modal-body {
    width: 450px;
  }
}
