i.shopify_icon {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  width: 85px;
  border-right: 1px solid rgba(0,0,0,0.2);
  margin-right: 5px;
  background-image: url(/assets/images/shopify_logo_white.png);
  background-size: contain;
  background-repeat: no-repeat;
}





/***
Select2 Plugin
***/
.form-control .select2-choice {
  border: 1px solid #c2cad8;
  background-color: #fff;
  background-image: none;
  filter: none;
  height: 34px;
  padding: 3px 0 0px 12px;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #e5e5e5;
  background-color: #fff;
  background-image: none;
  filter: none;
}

.select2-drop {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: none;
  border-top: 0;
}

.select2-drop-auto-width {
  border-top: 1px solid #e5e5e5;
}

.select2-drop.select2-drop-above {
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-drop-active {
  border: 1px solid #93a1bb;
  border-top: 0;
}

.select2-container .select2-choice .select2-arrow {
  background-image: none;
  background-color: #fff;
  filter: none;
  border-left: 1px solid #e5e5e5;
}

.select2-container.select2-container-active .select2-arrow,
.select2-container.select2-dropdown-open .select2-arrow {
  border-left: 0 !important;
}

.select2-container .select2-choice .select2-arrow b {
  background-position: 0 1px;
}

.select2-search input {
  border: 1px solid #e5e5e5;
  background-color: #fff !important;
  filter: none;
  margin: 0;
  outline: 0;
  border: 1px solid #e5e5e5;
  webkit-appearance: none !important;
  color: #333333;
  outline: 0;
  height: auto !important;
  min-height: 26px;
  padding: 6px 6px !important;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 5px;
}

.form-control.select2-container {
  border: 0;
  height: auto !important;
  padding: 0px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #93a1bb !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-dropdown-open .select2-choice {
  border-bottom: 0 !important;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #999999 !important;
  border-top: 0 !important;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid #999999 !important;
  border-bottom: 0 !important;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

.select2-results {
  margin: 5px 0;
}

.select2-results .select2-highlighted {
  background: #eee;
  color: #333;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  padding: 3px 7px 4px;
  background: #f4f4f4;
  display: list-item;
}

.select2-container-multi .select2-choices {
  padding-left: 2px;
  min-height: 34px;
  border: 1px solid #e5e5e5;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #999 !important;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 6px 8px 7px 18px;
  margin: 2px 2px 1px 0;
  border: 1px solid #e5e5e5;
  background-image: none;
  _background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/***
Color variants
***/
.has-warning .select2-container .select2-choice,
.has-warning .select2-container .select2-choices {
  border-color: #ecbc29;
}

.has-warning .select2-container.select2-dropdown-open .select2-choice,
.has-warning .select2-container.select2-dropdown-open .select2-choices {
  border-color: #e5e5e5;
}

.has-warning .select2-container.select2-dropdown-open .select2-choice > span {
  color: #999999;
}

.has-error .select2-container .select2-choice,
.has-error .select2-container .select2-choices {
  border-color: #f3565d;
}

.has-error .select2-container.select2-dropdown-open .select2-choice,
.has-error .select2-container.select2-dropdown-open .select2-choices {
  border-color: #e5e5e5;
}

.has-error .select2-container.select2-dropdown-open .select2-choice > span {
  color: #999999;
}

.has-success .select2-container .select2-choice,
.has-success .select2-container .select2-choices {
  border-color: #45b6af;
}

.has-success .select2-container.select2-dropdown-open .select2-choice,
.has-success .select2-container.select2-dropdown-open .select2-choices {
  border-color: #e5e5e5;
}

.has-success .select2-container.select2-dropdown-open .select2-choice > span {
  color: #999999;
}

/* Fix z-index when select2 opened in modals*/
.modal-open .select2-drop-mask {
  z-index: 10051;
}

.modal-open .select2-drop {
  z-index: 10052;
}

.modal-open .select2-search {
  z-index: 10053;
}







.loading-message {
  display:inline-block;
  padding:10px;
  margin:0 auto;
  color:#000!important;
  font-size:13px;
  font-weight:400;
  text-align:center;
}
.loading-message.loading-message-boxed {
  border:1px solid #ddd;
  background-color:#eee;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow:0 1px 8px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 8px rgba(0,0,0,.1);
  box-shadow:0 1px 8px rgba(0,0,0,.1)}
  .loading-message > span {
    line-height:20px;
    vertical-align:middle;
  }




table.poll_details_nav {
  border: 0;
  _width: 100%;
  margin: 0;
  position: relative;
  z-index: 9;
}
table.poll_details_nav td {
  width: 25%;
  border: 0;
  padding: 0 1px 1px 0;
}
table.poll_details_nav td a {
  display: block;
  border: 0;
  text-align: center;
  font-size: 14px;
  padding: 20px 10px;
  background-color: #e6ecef;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  opacity: 0.3;
  font-weight: 400;
  color: #000000;
  position: relative;
}
table.poll_details_nav td a.done {
  _background-color: #2f353b;
  color: #3cb878;
  opacity: 1;
}
table.poll_details_nav td a.active {
  background-color: #3cb878;
  color: #ffffff;
  opacity: 1;
}
table.poll_details_nav td a.active:after {
  position: absolute;
  bottom: -12px;
  right: 40%;
  display: inline-block!important;
  border-right: 12px solid transparent;
  border-top: 12px solid #3cb878;
  border-left: 12px solid transparent;
  content: '';
}
table.poll_details_nav td a i {
  font-size: 24px;
}
table.poll_details_nav td a.done i:before {
  content: "\f00c";
}
table.poll_details_nav td a i:before {
  content: "\f00d";
}








@media (max-width: 479px) {
  table.poll_details_nav {
    margin: 0;
    width: 100%;
  }
  table.poll_details_nav td a {
    font-size: 12px;
    padding: 10px 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  table.poll_details_nav {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) {
}






.c-layout-breadcrumbs-1 {
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #e6ecef;
    box-shadow: 0 0 10px 0 #dde9ef;
}



