/*
##==================================================================##
## @author    : OCdevWizard                                         ##
## @contact   : ocdevwizard@gmail.com                               ##
## @support   : http://help.ocdevwizard.com                         ##
## @license   : http://license.ocdevwizard.com/Licensing_Policy.pdf ##
## @copyright : (c) OCdevWizard. Smart Stock Alert Pro Plus, 2018   ##
##==================================================================##
*/

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../smart_stock_alert_pro_plus_fonts/Roboto-Medium.eot');
  src: url('../smart_stock_alert_pro_plus_fonts/Roboto-Medium.woff') format('woff'),
  url('../smart_stock_alert_pro_plus_fonts/Roboto-Medium.ttf') format('truetype'),
  url('../smart_stock_alert_pro_plus_fonts/Roboto-Medium.svg') format('svg');
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../smart_stock_alert_pro_plus_fonts/Roboto-Regular.eot');
  src: url('../smart_stock_alert_pro_plus_fonts/Roboto-Regular.woff') format('woff'),
  url('../smart_stock_alert_pro_plus_fonts/Roboto-Regular.ttf') format('truetype'),
  url('../smart_stock_alert_pro_plus_fonts/Roboto-Regular.svg') format('svg');
}

@font-face {
  font-family: 'Roboto-Thin';
  src: url('../smart_stock_alert_pro_plus_fonts/Roboto-Thin.eot');
  src: url('../smart_stock_alert_pro_plus_fonts/Roboto-Thin.woff') format('woff'),
  url('../smart_stock_alert_pro_plus_fonts/Roboto-Thin.ttf') format('truetype'),
  url('../smart_stock_alert_pro_plus_fonts/Roboto-Thin.svg') format('svg');
}

button.smsapp-call-button {
  /* insert there your css style */
  width: 100% !important;
  border-bottom: 1px solid #ddd !important;
}

button.smsapp-main-call-button {
  /* insert there your css style */
}
#smsapp-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;
}
#smsapp-modal-body {
  background: #fff;
  max-width: 400px;
  width: 90%;
  margin: 0 auto !important;
  min-height: 100px;
  position: relative;  padding: 40px 70px;  border: 1px solid #c7c7c7;
}
#smsapp-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;
}
#smsapp-modal-body .modal-body {
  background: #fff;

}
#smsapp-modal-body .modal-footer {
    width: 100%;    text-align: center;
}
.smsapp-modal-loadmask {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  left: 0;
  top: 0;
}
.smsapp-modal-loadmask-loading {
  background: url(loading.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10001;
  top: 0;
  left: 0;
}
#smsapp-modal-body .modal-body > form .smsapp-module-fields {
  position: relative;
  display: block;
  margin: 5px 0 0 0;
  overflow: auto;  padding: 0 40px;
}
#smsapp-modal-body .modal-body > form .smsapp-module-fields > .center {
  clear: both;
  display: block;
  width: 100%;
}
#smsapp-modal-body .modal-body > form .smsapp-module-fields input[type=text],
#smsapp-modal-body .modal-body > form .smsapp-module-fields input[type=email],
#smsapp-modal-body .modal-body > form .smsapp-module-fields textarea,
#smsapp-modal-body .modal-body > form .smsapp-module-fields select {
    background: #f4f4f4;    border: none;    font-family: 'Museo Sans Cyrl 900';    -moz-border-radius: 3px;    padding: 0 10px;    margin-bottom: 10px;    width: calc(100% - 20px);    font-size: 13px;
}
#smsapp-modal-body .modal-body > form .smsapp-module-fields textarea {
  resize: vertical;
  min-height: 30px;
}
#smsapp-modal-body .modal-body > form .smsapp-module-fields select {
  padding: 4px 5px;
}
#smsapp-modal-body .modal-body > form .smsapp-module-fields input[type=text]:focus,
#smsapp-modal-body .modal-body > form .smsapp-module-fields textarea:focus,
#smsapp-modal-body .modal-body > form .smsapp-module-fields select:focus {
  border: 1px solid #5A5F63;
}
#smsapp-modal-body .modal-body > form .smsapp-module-fields .field-heading {
  font-size: 13px;
  color: #333;
  font-family: Roboto-Medium, Arial, Tahoma;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 4px;
}
#smsapp-modal-body .modal-body > form .smsapp-module-fields label {
  cursor: pointer;
}
#smsapp-modal-body #check-data .error-text {
  font-size: 11px;
  color: #DF2E2E;
  font-family: Roboto-Regular, Arial, Tahoma;
  display: block;
  margin: -4px 0 2px;
}
#smsapp-modal-body #check-data .error-style {
  border: 1px solid #DF2E2E !important;
}
.smsapp-center-body .error-text {
  font-size: 11px;
  color: #DF2E2E;
  font-family: Roboto-Regular, Arial, Tahoma;
  display: block;
  margin: 0;
}
.smsapp-center-body .error-style {
  border: 1px solid #DF2E2E !important;
}
.smsapp-center-body .form-group:last-child {
  margin-bottom: 0;
}
.smsapp-fix-alert {
  margin-bottom: 0;
}
.smsapp-center-body textarea {
  resize: vertical;
  min-height: 34px;
}
#smsapp-modal-body .upload-file-button {
  display: inline-block;
  padding: 4px 0 3px;
  margin: 0;
  width: 100%;
  outline: none;
  border: 0;
  font-size: 12px;
  font-family: Roboto-Regular, Arial, Tahoma;
  text-decoration: none;
  color: #FFF;
  background: #3498db;
  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;
}
#smsapp-modal-body .upload-file-button:hover {
  background: #2980b9;
}
#smsapp-modal-body .upload-file-button:active {
  background: #34495e;
}
#smsapp-modal-body > .modal-footer > input,
#smsapp-modal-body > .modal-footer > input.close-button-bottom {
  -webkit-appearance: none;
  float: left;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  margin: 0;
  padding: 0px;
  width: 150px;
  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;
}
#smsapp-modal-body > .modal-footer > input.close-button-bottom {
  background: #E94E4E;
}
#smsapp-modal-body > .modal-footer > input.close-button-bottom:hover {
  background: #E81717;
}
#smsapp-modal-body > .modal-footer > input.close-button-bottom:active {
  background: #AA3A3A;
}
#smsapp-modal-body > .modal-footer > input.save-button-bottom {    width: 165px;    margin: 0 auto;    background: #809c77;    color: #fff;    float: none;    border-radius: 10px;    font-family: 'Museo Sans Cyrl 900';    letter-spacing: 1px;    text-transform: uppercase;}
#smsapp-modal-body > .modal-footer > input.save-button-bottom:hover {
    background-color: #fff;
    color: #809c77;
    box-shadow: inset 0px 0px 0px 2px #809c77;
}
#smsapp-modal-body > .modal-footer > input.save-button-bottom:active {
    background-color: #fff;
    color: #809c77;
    box-shadow: inset 0px 0px 0px 2px #809c77;
}
.popup-text-danger {
  font-size: 12px;
  display: block;
  color: #DF2E2E;
  font-family: Roboto-Regular, Arial, Tahoma;
  margin-bottom: 7px;
}
#popup-require-information {
  font-size: 13px;
  line-height: 13px;
  color: #333;
  font-family: Roboto-Medium, Arial, Tahoma;
}
#popup-require-information a {
  color: #23a1d1;
  padding: 0;
  border: 0;
  background: none;
}
#popup-require-information a:hover {
  color: #2a6496;
  padding: 0;
  border: 0;
  background: none;
}
.info-text-block {
  font-size: 13px;
  line-height: 16px;
  color: #333;
  font-family: Roboto-Medium, Arial, Tahoma;
  text-align: left;
}
.info-text-block.pos-1 {
  margin: 0px 0 10px 0 !important;
  border-bottom: 1px solid #d9d9d9 !important;
  padding-bottom: 10px !important;
}
.info-text-block.pos-2 {
  margin: 10px 0 10px 0 !important;
  border-top: 1px solid #d9d9d9 !important;
  padding-top: 10px !important;
}
.bootstrap-datetimepicker-widget {
  z-index: 100002 !important;
}
@media (min-width: 320px) and (max-width: 359px) {
  #smsapp-modal-body {
    width: 295px;
  }
  #smsapp-modal-body > .modal-footer > input,
  #smsapp-modal-body > .modal-footer > input.close-button-bottom {
    width: 100%;
    float: none;
  }
  #smsapp-modal-body > .modal-footer > input + input {
    margin-left: 0;
    margin-top: 6px;
  }
  #smsapp-modal-body > .modal-footer {
    overflow: auto;
    height: auto;
  }
}
@media (min-width: 360px) and (max-width: 414px) {
  #smsapp-modal-body {
    width: 330px;
  }
}
/* animations */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in .mfp-with-anim.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-left .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-from-left.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-from-left.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-from-left.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-left.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-from-left.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-3d-flip .mfp-content {
  perspective: 2000px;
}
.mfp-3d-flip .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-flip.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-flip.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-flip.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-flip.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-flip.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}.hid_box.bag button {    font-size: 9px;    text-transform: uppercase;}.hid_box.bag button i {    font-size: 14px;    margin-top: -2px;}