/*
*
* @category  : OpenCart
* @module    : Smart Site Searcher
* @author    : OCdevWizard <ocdevwizard@gmail.com>
* @copyright : Copyright (c) 2015, OCdevWizard
* @license   : http://license.ocdevwizard.com/Licensing_Policy.pdf
*
*/

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../smart_site_searcher_fonts/Roboto-Medium.eot');
  src: url('../smart_site_searcher_fonts/Roboto-Medium.woff') format('woff'),
  url('../smart_site_searcher_fonts/Roboto-Medium.ttf') format('truetype'),
  url('../smart_site_searcher_fonts/Roboto-Medium.svg') format('svg');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../smart_site_searcher_fonts/Roboto-Regular.eot');
  src: url('../smart_site_searcher_fonts/Roboto-Regular.woff') format('woff'),
  url('../smart_site_searcher_fonts/Roboto-Regular.ttf') format('truetype'),
  url('../smart_site_searcher_fonts/Roboto-Regular.svg') format('svg');
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url('../smart_site_searcher_fonts/Roboto-Thin.eot');
  src: url('../smart_site_searcher_fonts/Roboto-Thin.woff') format('woff'),
  url('../smart_site_searcher_fonts/Roboto-Thin.ttf') format('truetype'),
  url('../smart_site_searcher_fonts/Roboto-Thin.svg') format('svg');
}
.smss_manual_call {
  position: absolute;
  width: 50px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  border-radius: 0 5px 5px 0;
  -webkit-animation-name: moving;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 5s;
}
.smss_more_results_button {
  display: inline-block;
  padding: 4px 0 3px;
  margin: 0;
  width: 100%;
  outline: none;
  border: 0;
  font-size: 12px !important;
  font-family: Roboto-Regular, Arial, Tahoma !important;
  text-decoration: none;
  color: #FFF !important;
  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;
}
.smss_more_results_button:hover {
  background: #2980b9;
}
.smss_more_results_button:active {
  background: #34495e;
}

@-webkit-keyframes moving {
0% {}
  5%,25% {
    width: 60px;
  }
  15%,35% {
    width: 50px;
  }
  40% {
    width: 50px;
  }
}
.smss_manual_call i.fa {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
#smss-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;
}
#smss-modal-body {
  background: #fff;
  max-width: 450px;
  width: 90%;
  margin: 0 auto;
  min-height: 100px;
  position: relative;
}
#smss-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;
}
#smss-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;
}
#smss-modal-body .modal-body {
  background: #fff;
  padding: 20px;
  overflow: auto;
}
#smss-modal-body .smss-modal-loadmask {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  opacity: 0.4;
  left: 0;
  top: 0;
}
#smss-modal-body .smss-modal-loadmask-loading {
  background: url(loading.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10001;
  top: 0;
  left: 0;
}
#smss-modal-body > #check-data #smss-search-data-result-error {
  display: block;
}
#smss-modal-body > #check-data #smss-search-data-result-error .alert {
  padding: 8px 14px 8px 14px;
  margin: 10px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px;
}
#smss-modal-body > #check-data #smss-search-data-result-error .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
#smss-modal-body > #check-data #smss-search-data-result-error .alert i.fa {
  font-family: FontAwesome;
}
#smss-modal-body > #check-data .error-style {
  border: 1px solid #DF2E2E !important;
}
#smss-modal-body > #check-data #smss-popup-text {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
}
#smss-modal-body > #check-data #smss-popup-text .smss-popup-text-icon {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
#smss-modal-body > #check-data #smss-popup-text .smss-popup-text-icon i.fa {
  font-size: 150px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-shadow: 0 2px 1px #CFCFCF;
}
#smss-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;
}
#smss-modal-body > .modal-footer input + input {
  margin-left: 7px;
}
#smss-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;
}
#smss-modal-body > .modal-footer > input.close-button-bottom {
  background: #E94E4E;
}
#smss-modal-body > .modal-footer > input.close-button-bottom:hover {
  background: #E81717;
}
#smss-modal-body > .modal-footer > input.close-button-bottom:active {
  background: #AA3A3A;
}
#smss-modal-body > #check-data #smss-search-data {
  margin: 10px 0 10px 0;
}
#smss-modal-body > #check-data #smss-search-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: block;
  margin: 0 0 5px 0;
  padding: 2px 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;
}
#smss-modal-body > #check-data #smss-search-data input[type=text]:focus {
  border: 1px solid #5A5F63;
}
#smss-modal-body > #check-data #smss-search-data input[type=button] {
  display: inline-block;
  height: 26px;
  overflow: hidden;
  margin: 0;
  padding: 0px;
  width: 19%;
  outline: none;
  border: 0;
  font-size: 12px;
  font-family: Roboto-Medium, Arial, Tahoma;
  text-decoration: none;
  color: #FFF;
  background: #2980b9;
  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;
}
#smss-modal-body > #check-data .table-results {
  border-collapse: collapse;
  width: 100%;
  margin: 5px 0 5px 0;
}
#smss-modal-body > #check-data .table-results thead tr td {
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  background: #F6F7F7;
}
#smss-modal-body > #check-data .table-results tr td {
  border: 1px solid #EDEDED;
  padding: 3px 5px;
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  vertical-align: middle;
}
#smss-modal-body > #check-data .table-results tr td.image {
  text-align: center;
  width: 10%;
}
#smss-modal-body > #check-data .table-results tr td.cart {
  text-align: center;
}
#smss-modal-body > #check-data .table-results tr td.cart button {
  width: 100%;
  font-size: 11px;
  line-height: 11px;
  padding: 4px 0px;
  font-family: Roboto-Medium, Arial, Tahoma;
  color: #FFF;
  cursor: pointer;
  background: #16a085;
  -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;
}
#smss-modal-body > #check-data .table-results tr td.cart button:hover {
  background: #2ecc71;
}
#smss-modal-body > #check-data .table-results tr td.rating {
  text-align: center;
}
#smss-modal-body > #check-data .table-results tr td.name a {
  color: #0f71c8 ;
  text-decoration: none;
}
#smss-modal-body > #check-data .table-results tr td.name a b {
  border-bottom: 1px dotted #0f71c8;
  color: #0f71c8 !important;
}
#smss-modal-body > #check-data .search-examples b {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
}
#smss-modal-body > #check-data .search-examples span {
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  cursor: pointer;
}
#smss-modal-body > #check-data .search-examples span:after {
  content: ",";
}
#smss-modal-body > #check-data .search-examples span:last-child:after {
  content: "";
}
#smss-modal-body > #check-data .search-examples span:hover {
  border-bottom: 1px solid transparent;
}
#site-searcher-wrapper {
  position: relative;
}
.smss-clear-position:before,
.smss-clear-position:after {
  content:"";
  display:table;
}
.smss-clear-position:after {
  clear:both;
}
.smss-clear-position {
  zoom:1;
  display: none;
}
#smss-integrated-widget-wrapper {
  position: relative;
}
#smss-modal-body-manual * {
  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;
}
#smss-modal-body-manual {
  width: 100%;
  height: auto;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  position: absolute;
  padding: 0px;
  z-index: 10000;
  box-shadow: 0 15px 20px rgba(0,0,0,0.3);
  overflow: hidden;
  display: none;
}
#smss-modal-body-manual > #check-data-manual > .middle {
  padding: 5px 10px 5px 10px;
  display: block;
  position: relative;
}
#smss-modal-body-manual .smss-modal-loadmask {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #eee;
  opacity: 0.6;
  left: 0;
  top: 0;
}
#smss-modal-body-manual .smss-modal-loadmask-loading {
  background:url(loading.gif) no-repeat center;
  height: 19px;
  position: absolute;
  width: 220px;
  z-index: 10001;
  top: 0;
  left: 0;
}
#smss-modal-body-manual #smss-search-data-manual-result-error {
  font-size: 11px;
  color: #DF2E2E;
  font-family: Roboto-Regular, Arial, Tahoma;
  display: block;
}
#smss-modal-body-manual > #check-data-manual > .middle .table-results {
  border-collapse: collapse;
  width: 100%;
  margin: 5px 0 5px 0;
}
#smss-modal-body-manual > #check-data-manual > .middle .table-results thead tr td {
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  background: #F6F7F7;
}
#smss-modal-body-manual > #check-data-manual > .middle .table-results tr td {
  border: 1px solid #EDEDED;
  padding: 3px 5px;
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  vertical-align: middle;
}
#smss-modal-body-manual > #check-data-manual > .middle .table-results tr td.image {
  text-align: center;
  width: 10%;
}
#smss-modal-body-manual > #check-data-manual > .middle .table-results tr td.cart {
  text-align: center;
}
#smss-modal-body-manual > #check-data-manual > .middle .table-results tr td.cart button {
  width: 100%;
  font-size: 11px;
  line-height: 11px;
  padding: 4px 0px;
  font-family: Roboto-Medium, Arial, Tahoma;
  color: #FFF;
  cursor: pointer;
  background: #16a085;
  -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;
}
#smss-modal-body-manual > #check-data-manual > .middle .table-results tr td.cart button:hover {
  background: #2ecc71;
}
#smss-modal-body-manual > #check-data-manual > .middle .table-results tr td.rating {
  text-align: center;
}
#smss-modal-body-manual > #check-data-manual > .middle .table-results tr td.name a {
  color: #0f71c8 ;
  text-decoration: none;
}
#smss-modal-body-manual > #check-data-manual > .middle .table-results tr td.name a b {
  border-bottom: 1px dotted #0f71c8;
  color: #0f71c8 !important;
}
#smss-modal-body-manual > #check-data-manual > .middle .search-examples-manual b {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
}
#smss-modal-body-manual > #check-data-manual > .middle .search-examples-manual span {
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  cursor: pointer;
}
#smss-modal-body-manual > #check-data-manual > .middle .search-examples-manual span:after {
  content: ",";
}
#smss-modal-body-manual > #check-data-manual > .middle .search-examples-manual span:last-child:after {
  content: "";
}
#smss-modal-body-manual > #check-data-manual > .middle .search-examples-manual span:hover {
  border-bottom: 1px solid transparent;
}
#smss-modal-body-integrated * {
  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;
}
#smss-modal-body-integrated {
  width: 100%;
  height: auto;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  position: absolute;
  padding: 0px;
  z-index: 10000;
  box-shadow: 0 15px 20px rgba(0,0,0,0.3);
  overflow: hidden;
  display: none;
}
#smss-modal-body-integrated > #check-data-integrated > .middle {
  padding: 5px 10px 5px 10px;
  display: block;
  position: relative;
}
#smss-modal-body-integrated .smss-modal-loadmask {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #eee;
  opacity: 0.6;
  left: 0;
  top: 0;
}
#smss-modal-body-integrated .smss-modal-loadmask-loading {
  background:url(loading.gif) no-repeat center;
  height: 19px;
  position: absolute;
  width: 220px;
  z-index: 10001;
  top: 0;
  left: 0;
}
#smss-modal-body-integrated #smss-search-data-integrated-result-error {
  font-size: 11px;
  color: #DF2E2E;
  font-family: Roboto-Regular, Arial, Tahoma;
  display: block;
}
#smss-modal-body-integrated > #check-data-integrated > .middle .table-results {
  border-collapse: collapse;
  width: 100%;
  margin: 5px 0 5px 0;
}
#smss-modal-body-integrated > #check-data-integrated > .middle .table-results thead tr td {
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  background: #F6F7F7;
}
#smss-modal-body-integrated > #check-data-integrated > .middle .table-results tr td {
  border: 1px solid #EDEDED;
  padding: 3px 5px;
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  vertical-align: middle;
}
#smss-modal-body-integrated > #check-data-integrated > .middle .table-results tr td.image {
  text-align: center;
  width: 10%;
}
#smss-modal-body-integrated > #check-data-integrated > .middle .table-results tr td.cart {
  text-align: center;
}
#smss-modal-body-integrated > #check-data-integrated > .middle .table-results tr td.cart button {
  width: 100%;
  font-size: 11px;
  line-height: 11px;
  padding: 4px 0px;
  font-family: Roboto-Medium, Arial, Tahoma;
  color: #FFF;
  cursor: pointer;
  background: #16a085;
  -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;
}
#smss-modal-body-integrated > #check-data-integrated > .middle .table-results tr td.cart button:hover {
  background: #2ecc71;
}
#smss-modal-body-integrated > #check-data-integrated > .middle .table-results tr td.rating {
  text-align: center;
}
#smss-modal-body-integrated > #check-data-integrated > .middle .table-results tr td.name a {
  color: #0f71c8 ;
  text-decoration: none;
}
#smss-modal-body-integrated > #check-data-integrated > .middle .table-results tr td.name a b {
  border-bottom: 1px dotted #0f71c8;
  color: #0f71c8 !important;
}
#smss-modal-body-integrated > #check-data-integrated > .middle .search-examples-integrated b {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
}
#smss-modal-body-integrated > #check-data-integrated > .middle .search-examples-integrated span {
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  cursor: pointer;
}
#smss-modal-body-integrated > #check-data-integrated > .middle .search-examples-integrated span:after {
  content: ",";
}
#smss-modal-body-integrated > #check-data-integrated > .middle .search-examples-integrated span:last-child:after {
  content: "";
}
#smss-modal-body-integrated > #check-data-integrated > .middle .search-examples-integrated span:hover {
  border-bottom: 1px solid transparent;
}
#smss-modal-body i.fa,
#smss-modal-body-manual i.fa,
#smss-modal-body-integrated  i.fa {
  font-size: 12px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
@media (min-width: 320px) and (max-width: 359px) {
  #smss-modal-body {
    width: 295px;
  }
  #smss-modal-body > .modal-footer {
    height: 100%;
    overflow: auto;
  }
  #smss-modal-body > .modal-footer > button {
    width: 100%;
  }
  #smss-modal-body > .modal-footer > button + button {
    margin: 6px 0 0 0;
  }
  #smss-modal-body > #check-data #smss-search-data input[type=text] {
    width: 100%;
  }
}
@media (min-width: 360px) and (max-width: 532px) {
  #smss-modal-body {
    width: 330px;
  }
  #smss-modal-body > .modal-footer {
    height: 100%;
    overflow: auto;
  }
  #smss-modal-body > .modal-footer > button {
    width: 100%;
  }
  #smss-modal-body > .modal-footer > button + button {
    margin: 6px 0 0 0;
  }
  #smss-modal-body > #check-data #smss-search-data input[type=text] {
    width: 100%;
  }
}
@media (min-width: 533px) and (max-width: 603px) {
  #smss-modal-body {
    width: 550px;
  }
  #smss-modal-body > .modal-footer > button {
    width: 164px;
  }
}
