@import url(//netdna.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css);
@import url(//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css);
@import url(//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css);
@import url(/assets/stylesheets/jquery-ui.min.css);
@import url(/assets/stylesheets/jquery.timepicker.css);
@import url(/assets/stylesheets/datepicker-css/jquery.ui.base.css);
@import url(/assets/stylesheets/labs/pnotify.min.css);
@import url(/assets/stylesheets/popline/normalize.min.css);
@import url(/assets/stylesheets/popline/toggle-switch.min.css);
@import url(/assets/stylesheets/popline/default.min.css);
@import url(/assets/stylesheets/popline/page.min.css);
@import url(/assets/stylesheets/layout-0.5/editpanel.css);
@import url(/assets/stylesheets/labs/theme-instruction.min.css);
@-webkit-keyframes slide-in {
  from {
    margin-left: 100%;
    width: 320px;
  }
  to {
    margin-left: 0;
    width: auto;
  }
}
@-moz-keyframes slide-in {
  from {
    margin-left: 100%;
    width: 320px;
  }
  to {
    margin-left: 0;
    width: auto;
  }
}
@-ms-keyframes slide-in {
  from {
    margin-left: 100%;
    width: 320px;
  }
  to {
    margin-left: 0;
    width: auto;
  }
}
@-o-keyframes slide-in {
  from {
    margin-left: 100%;
    width: 320px;
  }
  to {
    margin-left: 0;
    width: auto;
  }
}
@keyframes slide-in {
  from {
    margin-left: 100%;
    width: 320px;
  }
  to {
    margin-left: 0;
    width: auto;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.affix {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
.bg-primary {
  background-color: #4fdabe !important;
}
.bg-info {
  background-color: #428bca !important;
  color: white;
}
.bg-danger {
  background-color: #ff6633;
  color: white;
}
.btn-clear {
  color: #2b2e3d;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}
html,
body {
  height: 100%;
}
body {
  padding-top: 9.2em;
}
body.affix {
  position: inherit;
}
body:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: black;
  z-index: 1031;
  transition: opacity .25s ease-out .5s;
}
body .btn.btn-gray {
  background: linear-gradient(#a3b1be,#8a99a6);
  color: white;
}
body.state-progress:before {
  opacity: .45;
  height: 100%;
}
body.formVisible {
  overflow: hidden;
}
body.ajaxLoad:before {
  position: relative;
  z-index: 1040;
  opacity: 1;
  height: auto;
  background: none;
  font-size: 2em;
  color: white;
}
body.ajaxLoad:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: black;
  z-index: 1031;
  transition: opacity .25s ease-out .5s;
  opacity: .45;
  height: 100%;
}
#icon-socketConnect {
  position: fixed;
  top: 0;
  right: 45px;
  margin: 30px 0 0;
  color: #f0ad4e;
  text-shadow: 1px 1px 4px #888;
  z-index: 1050;
}
#icon-socketConnect:after {
  opacity: 0;
  content: attr(data-title);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 150%;
  color: white;
  white-space: nowrap;
  z-index: 1030;
  transition: opacity .2s;
}
#icon-socketConnect:hover:after {
  opacity: 1;
}
.progress {
  position: relative;
  margin: 0 1em;
  height: 2.25em;
  transition: opacity .25s ease-in .5s;
}
.progress .progress-bar {
  font-size: 1.25em;
  line-height: 1.8em;
  text-shadow: 1px 1px 2px black;
  transition: width .15s ease-in;
}
.progress .caption {
  position: absolute;
  right: .5em;
  font-size: 1.25em;
  line-height: 1.8em;
  color: #ededed;
  text-shadow: 1px 1px 2px black;
}
.ui-pnotify .progress {
  height: 1.5em !important;
}
.ui-pnotify .progress .progress-bar {
  font-size: .8em !important;
}
.ajaxLoad {
  content: '';
  text-align: center;
}
.ajaxLoad * {
  display: none;
}
.ajaxLoad:before {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e031";
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -ms-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.checkbox {
  display: inline-block;
  width: 1.5em;
  height: 1.25em;
  margin: 0;
  border: 1px solid silver;
  text-align: center;
  color: #999;
  border-radius: 4px;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox:hover {
  background-color: #eee;
}
.checkbox:active,
.checkbox:focus {
  outline: 0 none !important;
}
.checkbox:disabled {
  opacity: .75;
}
.checkbox:disabled:hover {
  background-color: inherit;
}
.checkbox:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e013";
  color: white;
  color: transparent;
}
.checkbox:checked:before {
  color: inherit;
}
.vertical-separator {
  display: inline;
  height: 0;
  line-height: 0;
}
.vertical-separator:before {
  content: '';
  border-color: #999;
  border-right: 1px dashed;
  margin: .5em 0;
  height: 1em;
}
#MainMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0,0,0,0.75);
  border-color: #000;
  border-style: solid;
  border-width: 0;
  color: white;
  z-index: 1050;
  -webkit-transition: border-width .2s, background-color .2s, height 0s .2s;
  -moz-transition: border-width .2s, background-color .2s, height 0s .2s;
  -ms-transition: border-width .2s, background-color .2s, height 0s .2s;
  -o-transition: border-width .2s, background-color .2s, height 0s .2s;
  transition: border-width .2s, background-color .2s, height 0s .2s;
}
#MainMenu.open {
  height: 100%;
  border-width: 0 320px 0 0;
  -webkit-transition: border-width .2s, background-color .2s;
  -moz-transition: border-width .2s, background-color .2s;
  -ms-transition: border-width .2s, background-color .2s;
  -o-transition: border-width .2s, background-color .2s;
  transition: border-width .2s, background-color .2s;
}
#MainMenu .touchbox {
  height: 100%;
}
#MainMenu .container {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  width: 320px;
  height: 100%;
  margin-right: -320px;
  overflow: hidden;
  overflow-y: auto;
}
#MainMenu *[class*="col-*"] {
  padding-left: 5px;
  padding-right: 5px;
}
#MainMenu label {
  display: block;
  padding: .2em 2em;
  font-weight: normal;
}
#listLinks {
  padding: 3em 0;
}
#listLinks label {
  padding-bottom: 2em;
}
#listLinks li a {
  color: gray;
  text-decoration: none;
  display: block;
  padding: .2em 2em;
}
#listLinks li a:hover {
  color: silver;
}
#listLinks li.active a {
  background-color: black;
  color: white;
}
#listNotifications {
  padding: .2em 0;
}
#listNotifications label {
  padding-bottom: 1.5em;
}
#listNotifications .notification {
  font-size: .8em;
  padding: .5em 1em;
  margin: 0 0 1em;
  border-bottom: 1px solid #333;
  min-height: 4em;
  -webkit-animation: slide-in .2s;
  -moz-animation: slide-in .2s;
  -ms-animation: slide-in .2s;
  -o-animation: slide-in .2s;
  animation: slide-in .2s;
}
#listNotifications .notification label {
  margin: 0;
  padding: 0 0 .2em;
}
#listNotifications .notification label,
#listNotifications .notification p,
#listNotifications .notification div {
  margin-left: 3.5em;
}
#listNotifications .notification .thumbnail {
  float: left;
  margin: 0 1em 0 0;
  width: 2.5em;
  height: 2.5em;
  overflow: hidden;
  border-radius: 1.25em;
  box-shadow: 1px 1px 2px #666;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#listBtnMain a.disabled {
  color: silver;
}
#btnSyncUpload {
  color: #2b2e3d;
}
.disabled #btnSyncUpload {
  color: #777;
}
.disabledIcon {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.navbar {
  margin: 0;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -ms-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}
.affix .navbar {
  position: fixed;
  padding-top: 2em;
}
.navbar.affix {
  box-shadow: 0 2px 8px silver;
}
.affix .navbar h1 {
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 0;
}
.navbar.navbar-inverse {
  border-bottom: 0;
  background-color: #2b2e3d;
  background-image: none;
}
.navbar h1 {
  padding: 1em 0 .67em;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Verdana, inherit;
  text-align: center;
  overflow: hidden;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.navbar h1 label {
  display: none;
}
.navbar .container {
  max-width: 970px;
}
#btnMainMenu {
  position: fixed;
  top: 0;
  right: 0;
  margin: 10px 20px 0;
  background: none;
  border: 0;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#btnMainMenu:hover {
  color: silver;
}
#btnMainMenu:focus {
  outline: none;
}
#btnCloseMenu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  margin: 1em .8em;
  color: white;
  cursor: pointer;
  text-decoration: none;
}
#btnCloseMenu:hover {
  color: silver;
}
.open #btnCloseMenu {
  display: inherit;
}
#txtSearch {
  border-left: none;
  padding-right: 2em;
}
#txtSearch:focus {
  border: 1px solid #ccc;
  border-left: none;
  box-shadow: none;
}
.main-search {
  position: relative;
}
.main-search .btn-clear {
  height: 34px;
  border: 1px solid #ccc;
  border-right: 0;
}
.main-search .input-group:after {
  position: absolute;
  right: 0;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e003";
  margin: .6em;
  color: gray;
  z-index: 2;
}
.main-search .dropdown-menu {
  border-color: #adadad;
  margin: -2px 15px 0;
  min-width: 100%;
  min-width: calc(100% - 30px);
  max-height: 600px;
  overflow: auto;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.main-search .dropdown-menu.ajaxLoad:before {
  font-size: 2em;
  padding: 15px;
}
.main-search button .badge {
  font-weight: normal;
}
.main-button .default {
  width: calc(100% - 2.15em - 1px);
}
.main-button .dropdown-toggle {
  float: right;
}
.main-button .dropdown-toggle.btn {
  margin-left: -2px;
}
.main-button .dropdown-menu {
  margin: 10px 15px 0 0;
  font-size: 1em;
}
.main-button .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
}
.main-button .dropdown-menu-right:after {
  left: auto;
  right: 10px;
}
.main-button .dropdown-menu .glyphicon {
  margin-right: 5px;
}
.main-button .dropdown-menu li {
  position: relative;
  overflow: hidden;
}
.fileInput {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 0;
  line-height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.expired label {
  color: red;
}
.expired input[type='checkbox'] {
  background: rgba(128,128,128,0.35);
}
.expired input[type='checkbox']hover {
  background: rgba(128,128,128,0.35);
}
.sortable {
  cursor: pointer;
}
.sortable.sorted {
  color: #8a99a6;
}
#paneFilter {
  background-color: white;
  color: #999;
  white-space: nowrap;
  -webkit-transition: margin-top .2s;
  -moz-transition: margin-top .2s;
  -ms-transition: margin-top .2s;
  -o-transition: margin-top .2s;
  transition: margin-top .2s;
}
body.affix #paneFilter {
  margin-top: 0;
}
#paneFilter .container-fluid div > * {
  vertical-align: middle;
}
#paneFilter input:focus {
  outline: none;
}
#paneFilter label {
  font-weight: normal;
  line-height: 1.25em;
}
#paneFilter label.badge {
  display: inline-block;
}
li #paneFilter label {
  margin: 0;
  padding: 0 .375em;
  display: block;
  padding: 0;
}
#paneFilter input[type=checkbox],
#paneFilter input[type=radio] {
  margin: 0;
}
#paneFilter input[type=radio]:checked {
  color: #222;
}
#paneFilter .hideFunction {
  opacity: .8;
  position: absolute;
  width: 50%;
  height: 4.8em;
  background: #000;
  display: none;
  z-index: 2000;
  margin-left: 50%;
}
#paneFilter .open {
  display: block !important;
}
#paneFilter .show1 {
  width: 35%;
  padding-bottom: 20px;
  border-bottom: 2px solid #eeeeee;
}
#paneFilter .show2 {
  width: 65%;
}
#paneFilter .closeBtn {
  width: 50%;
}
#paneFilter .SelectAll {
  border-right: 2px solid white;
  line-height: 63px;
  padding-left: 20px;
  padding-right: 30px;
  text-align: center;
}
#paneFilter .ViewSelect {
  line-height: 63px;
  padding-left: 20px;
  text-align: center;
}
#btnFilter,
#btnFilterClose {
  display: inline-block;
  width: 60px;
}
.filterButton {
  padding: 0 .75em;
  color: white;
  text-decoration: none;
}
.filterButton:hover {
  color: #62dcff;
  text-decoration: none;
}
.filterButton:focus {
  outline: none;
}
.filterButton * {
  vertical-align: middle;
}
#boolInventory {
  position: relative;
  height: 2em;
  width: 10em;
  cursor: pointer;
  background-color: silver;
  vertical-align: middle;
  border-radius: 1em;
  box-shadow: inset 0 2px 4px gray;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#boolInventory:before {
  content: attr(data-off-text);
  display: block;
  line-height: 1.7em;
  font-size: 1.2em;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 2px gray;
}
#boolInventory:after {
  content: '';
  display: block;
  position: absolute;
  top: .2em;
  left: .2em;
  width: 1.6em;
  height: 1.6em;
  background: white;
  border-radius: .8em;
  box-shadow: 1px 1px 2px gray;
  -webkit-transition: left .3s;
  -moz-transition: left .3s;
  -ms-transition: left .3s;
  -o-transition: left .3s;
  transition: left .3s;
  background: #e0e0e0;
  background: -moz-radial-gradient(center,ellipse cover,#e0e0e0 30%,#ffffff 50%,#f8f8f8 56%,#ffffff 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(30%,#e0e0e0),color-stop(50%,#ffffff),color-stop(56%,#f8f8f8),color-stop(100%,#ffffff));
  background: -webkit-radial-gradient(center,ellipse cover,#e0e0e0 30%,#ffffff 50%,#f8f8f8 56%,#ffffff 100%);
  background: -o-radial-gradient(center,ellipse cover,#e0e0e0 30%,#ffffff 50%,#f8f8f8 56%,#ffffff 100%);
  background: -ms-radial-gradient(center,ellipse cover,#e0e0e0 30%,#ffffff 50%,#f8f8f8 56%,#ffffff 100%);
  background: radial-gradient(ellipse at center,#e0e0e0 30%,#ffffff 50%,#f8f8f8 56%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0',endColorstr='#ffffff',GradientType=1);
}
#boolInventory:checked:before {
  content: attr(data-on-text);
}
#boolInventory:checked:after {
  left: 8.2em;
}
.tagContainer {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity .1s;
  -moz-transition: opacity .1s;
  -ms-transition: opacity .1s;
  -o-transition: opacity .1s;
  transition: opacity .1s;
}
.tagContainer.invisible {
  opacity: 0;
  visibility: visible;
}
.tagContainer .tag {
  text-decoration: none;
  cursor: default;
  display: inline-block;
  padding: 0 0 0 10px;
  margin: 4px 0 4px 10px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-left: 1px dashed #999;
  color: #999;
}
.tagContainer .tag:first-child {
  border: 0 none;
  margin-left: 0;
}
.tagContainer .tag * {
  vertical-align: middle;
}
.tagContainer .tag .badge {
  margin-right: 5px;
}
.tagContainer .tag .badge:empty {
  margin: 0;
}
.panelFilterSetting {
  position: fixed;
  width: 50%;
  background-color: #eee;
  height: 100%;
  z-index: 2000;
  left: -50%;
  margin-top: -4px;
}
.panelFilterSetting.open {
  position: absolute;
  left: 0px;
  transition: all .1s;
}
.panelFilterSetting .filterSelect {
  width: 25%;
  background-color: #222;
  height: calc(100% - 105px);
  overflow-y: auto;
}
.panelFilterSetting .filterSelect .ul {
  margin-top: 7px;
}
.panelFilterSetting .filterSelect .active a {
  background-color: rgba(255,255,255,0.22);
  display: block;
  text-align: center;
  text-decoration: none;
}
.panelFilterSetting .filterSelect .active a .filter-text {
  color: white;
}
.panelFilterSetting .filterSelect .active a .filter-icon {
  background-position: 0 0;
}
.panelFilterSetting .filterSelect .filterContent {
  padding-bottom: 15px;
  margin-left: -40px;
}
.panelFilterSetting .filterSelect .filterContent a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #555;
  padding-bottom: 20px;
  padding-top: 20px;
}
.panelFilterSetting .filterSelect .filterContent a:hover {
  color: white;
}
.panelFilterSetting .filterSelect .filterContent a:hover .filter-icon {
  background-position: 0 0;
}
.panelFilterSetting .filterSelect .filterContent .filter-icon {
  display: block;
  margin: 0 auto .5em;
  width: 64px;
  height: 64px;
  background-position: 0 -65px;
}
.panelFilterSetting .filterSelect .filterContent .filter-icon[data-filter=status] {
  background-image: url(/assets/images/layout-0.5/filter-status.png);
}
.panelFilterSetting .filterSelect .filterContent .filter-icon[data-filter=token] {
  background-image: url(/assets/images/layout-0.5/filter-token.png);
}
.panelFilterSetting .filterSelect .filterContent .filter-icon[data-filter=site] {
  background-image: url(/assets/images/layout-0.5/filter-site.png);
}
.panelFilterSetting .filterSelect .filterContent .filter-icon[data-filter=format] {
  background-image: url(/assets/images/layout-0.5/filter-format.png);
}
.panelFilterSetting .filterSelect .filterContent .filter-icon[data-filter=type] {
  background-image: url(/assets/images/layout-0.5/filter-type.png);
}
.panelFilterSetting .filterSelect .filterContent .filter-icon[data-filter=tag] {
  background-image: url(/assets/images/layout-0.5/filter-tag.png);
}
.panelFilterSetting .filterSelectContents {
  width: 75%;
  position: absolute;
  top: 0;
  left: 25%;
  height: calc(100% - 100px);
  overflow-y: auto;
  font-size: 17px;
}
.panelFilterSetting .filterSelectContents .datepicker input {
  border-style: solid;
  border-color: #bababa;
  width: 160px;
  padding: 5px 0 5px 30px;
  border-radius: 4px;
  border-width: 1px;
  height: 36px;
}
.panelFilterSetting .filterSelectContents .datepicker span {
  vertical-align: middle;
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 26px;
  background-image: url(../../../Report/HTML/img/Optimize_page_icon_calender.png);
  margin-top: 3px;
}
.panelFilterSetting .filterSelectContents .active {
  display: block !important;
  padding-left: 40px;
  padding-top: 20px;
}
.panelFilterSetting .filterSelectContents .selectContents {
  display: none;
}
.panelFilterSetting .filterSelectContents .selectContents .endFilter {
  border-top: 2px;
  border-bottom: 0px;
  border-left: 0px;
  padding-top: 15px;
  padding-left: 15px;
  margin-top: 28px;
}
.panelFilterSetting .filterSelectContents .selectContents .scheduled {
  border-bottom: 0px;
  margin-top: 20px;
  border-style: ridge;
  border-left: 0px;
}
#paneFilterContents {
  position: fixed;
  overflow: hidden;
  height: 0;
  width: 100%;
  margin-top: calc(-1em - 2px);
  box-shadow: inset 0 0 12px silver;
  z-index: 1020;
}
#paneFilterContents .background {
  opacity: .8;
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  display: none;
}
#paneFilterContents .open {
  display: block;
}
#paneFilterContents:after {
  position: absolute;
  top: 0;
  left: 3em;
  display: inline-block;
  border-right: .5em solid transparent;
  border-top: .5em solid #2b2e3d;
  border-left: .5em solid transparent;
  content: '';
}
#paneFilterContents.open {
  padding-bottom: 60px;
  height: 100%;
}
#paneFilterContents .tab-icons {
  background-color: white;
  padding: 2.8em 0;
}
#paneFilterContents .tab-icons ul {
  margin: 0;
}
#paneFilterContents .tab-icons a {
  display: block;
  color: black;
  text-decoration: none;
  color: #d1d1d1;
}
#paneFilterContents .tab-icons .active a,
#paneFilterContents .tab-icons a:hover {
  color: #444;
}
#paneFilterContents .tab-icons .active a .filter-icon,
#paneFilterContents .tab-icons a:hover .filter-icon {
  background-position: 0 -64px;
}
#paneFilterContents .filter-icon {
  display: block;
  margin: 0 auto .5em;
  width: 64px;
  height: 64px;
}
#paneFilterContents .filter-icon[data-filter=status] {
  background-image: url(/assets/images/layout-0.5/filter-status.png);
}
#paneFilterContents .filter-icon[data-filter=token] {
  background-image: url(/assets/images/layout-0.5/filter-token.png);
}
#paneFilterContents .filter-icon[data-filter=site] {
  background-image: url(/assets/images/layout-0.5/filter-site.png);
}
#paneFilterContents .filter-icon[data-filter=format] {
  background-image: url(/assets/images/layout-0.5/filter-format.png);
}
#paneFilterContents .filter-icon[data-filter=type] {
  background-image: url(/assets/images/layout-0.5/filter-type.png);
}
#paneFilterContents .filter-icon[data-filter=tag] {
  background-image: url(/assets/images/layout-0.5/filter-tag.png);
}
#paneFilterContents .tab-content .tab-pane {
  display: none;
}
#paneFilterContents .tab-content .tab-pane.active {
  display: block;
}
#paneFilterContents .tab-content .tab-pane h3 {
  margin-top: 2em;
  margin-bottom: 1.2em;
  font-size: 1.8em;
}
#paneFilterContents .tab-content .tab-pane li {
  margin-bottom: 1.5em;
}
#paneFilterContents .tab-content .tab-pane label {
  display: block;
}
#paneFilterContents .tab-content .tab-pane input[type=checkbox] {
  float: right;
}
#paneFilterContents .tab-content .tab-pane .row.stack li {
  float: none;
}
#paneFilterContents .tab-content .tab-pane .label {
  display: inline;
  font-size: 1em;
  border-radius: .8em;
}
#paneFilterContents h4 {
  font-size: 1.2em;
}
#paneFilterContents label,
#paneFilterContents .checkbox,
#paneFilterContents .tab-content li {
  margin: 0;
}
#paneFilterContents label,
#paneFilterContents .checkbox {
  vertical-align: middle;
}
#paneFilterContents label {
  line-height: 1.25em;
}
#paneFilterContents .btn-clear {
  border-color: #2b2e3d !important;
  border-radius: 0;
  font-size: 1.2em;
  padding: 6px 50px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
}
#paneFilterContents .btn-clear:first-child {
  margin-right: 2em;
}
#paneFilterContents .btn-clear:active,
#paneFilterContents .btn-clear.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
#paneFilterContents .btn-clear:hover,
#paneFilterContents .btn-clear:focus,
#paneFilterContents .btn-clear:active,
#paneFilterContents .btn-clear.active,
.open #paneFilterContents .btn-clear.dropdown-toggle {
  background-color: #2b2e3d;
  color: white;
}
#paneFilter .dropdown-menu .checkbox,
#paneFilterContents .dropdown-menu .checkbox {
  min-height: 0;
  padding: 0;
}
#paneFilter .setting,
#paneFilterContents .setting {
  background-color: #EEE;
  color: #2b2e3d !important;
  text-align: center;
}
#paneFilter .setting .setButton,
#paneFilterContents .setting .setButton {
  color: #2b2e3d !important;
  font-size: 10px;
}
#paneFilter .setting .space,
#paneFilterContents .setting .space {
  width: 4%;
}
#paneFilter .setting .setButton:hover,
#paneFilterContents .setting .setButton:hover {
  background-color: rgba(119,119,119,0.23);
}
#paneFilter .setting .upload,
#paneFilterContents .setting .upload {
  background-image: url(../../images/layout-0.5/Listing-Filter-icon.png);
  width: 25px;
  height: 30px;
  margin-left: 30px;
  background-position: -80px;
}
#paneFilter .setting .uploadIcon,
#paneFilterContents .setting .uploadIcon {
  background-image: url(../../images/layout-0.5/Listing-Filter-icon.png);
  width: 25px;
  height: 30px;
  background-position: -80px;
  padding-right: 40px;
}
#paneFilter .setting .multUpload,
#paneFilterContents .setting .multUpload {
  background-image: url(../../images/layout-0.5/Listing-Filter-icon.png);
  width: 25px;
  height: 30px;
  margin-left: 45px;
  background-position: -80px;
}
#paneFilter .setting .similar,
#paneFilterContents .setting .similar {
  background-image: url(../../images/layout-0.5/Listing-Filter-icon.png);
  width: 25px;
  height: 30px;
  margin-left: 20px;
  background-position: -125px;
}
#paneFilter .setting .similarIcon,
#paneFilterContents .setting .similarIcon {
  background-image: url(../../images/layout-0.5/Listing-Filter-icon.png);
  width: 25px;
  height: 30px;
  background-position: -124px;
  padding-right: 40px;
}
#paneFilter .setting .import,
#paneFilterContents .setting .import {
  background-image: url(../../images/layout-0.5/Listing-Filter-icon.png);
  width: 25px;
  height: 30px;
  margin-left: 20px;
  background-position: -165px;
}
#paneFilter .setting .importIcon,
#paneFilterContents .setting .importIcon {
  background-image: url(../../images/layout-0.5/Listing-Filter-icon.png);
  width: 25px;
  height: 30px;
  padding-right: 40px;
  background-position: -168px;
}
#paneFilter .setting .export,
#paneFilterContents .setting .export {
  background-image: url(../../images/layout-0.5/Listing-Filter-icon.png);
  width: 25px;
  height: 30px;
  margin-left: 20px;
  background-position: -205px;
}
#paneFilter .setting .exportIcon,
#paneFilterContents .setting .exportIcon {
  background-image: url(../../images/layout-0.5/Listing-Filter-icon.png);
  width: 25px;
  height: 30px;
  padding-right: 40px;
  background-position: -210px;
}
#paneFilter .setting .verify,
#paneFilterContents .setting .verify {
  background-image: url(../../images/layout-0.5/Listing-Filter-icon.png);
  width: 25px;
  height: 30px;
  margin-left: 25px;
  background-position: 64px;
}
#paneFilter .setting .verifyIcon,
#paneFilterContents .setting .verifyIcon {
  background-image: url(../../images/layout-0.5/Listing-Filter-icon.png);
  width: 25px;
  height: 30px;
  background-position: 63px;
  padding-right: 40px;
}
#paneFilter .setting .discard,
#paneFilterContents .setting .discard {
  background-image: url(../../images/layout-0.5/Listing-Filter-icon.png);
  width: 25px;
  height: 30px;
  margin-left: 10px;
  background-position: 150px;
}
#paneFilter .setting .discardIcon,
#paneFilterContents .setting .discardIcon {
  background-image: url(../../images/layout-0.5/Listing-Filter-icon.png);
  width: 25px;
  height: 30px;
  padding-right: 40px;
  background-position: 150px;
  margin-left: -4px;
  margin-right: 4px;
}
#paneFilter .setting .RelistIcon,
#paneFilterContents .setting .RelistIcon {
  background-image: url(../../images/layout-0.5/Listing-Filter-icon.png);
  width: 25px;
  height: 30px;
  padding-right: 40px;
  background-position: 440px;
  margin-right: 20px;
  margin-left: -20px;
}
#paneFilter .setting .more,
#paneFilterContents .setting .more {
  background-image: url(../../images/layout-0.5/Listing-Filter-icon.png);
  width: 25px;
  height: 30px;
  margin-left: 3px;
  background-position: 106px;
}
#paneFilter label,
#paneFilterContents label {
  font-weight: normal;
}
#paneFilter input[name=listView],
#paneFilterContents input[name=listView] {
  margin: 0 .8em 0 0;
  min-height: 0;
  color: white;
  cursor: pointer;
  border-radius: 2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#paneFilter input[type=radio]:checked,
#paneFilterContents input[type=radio]:checked {
  opacity: 1;
  cursor: default;
}
#paneFilter input[type=radio].btn,
#paneFilterContents input[type=radio].btn {
  border: 1px solid silver;
  padding: 6px 12px;
  background-color: #e8e8e8;
  opacity: .45;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#paneFilter input[type=radio].btn:hover,
#paneFilterContents input[type=radio].btn:hover {
  opacity: .75;
}
#paneFilter input[type=radio].btn:checked,
#paneFilterContents input[type=radio].btn:checked {
  background-color: white;
  opacity: 1;
}
#paneFilter input[type=radio].btn:before,
#paneFilterContents input[type=radio].btn:before {
  content: attr(data-label);
}
#paneFilter #listTypes label,
#paneFilterContents #listTypes label {
  display: inline-block !important;
  border-radius: 1em;
  padding: 2px 1.2em;
}
#paneFilter #listTypes .checkbox,
#paneFilterContents #listTypes .checkbox {
  margin: 0 !important;
}
.navbar-fixed-bottom {
  line-height: 48px;
}
#productContainer {
  padding-top: 1em;
}
.state-progress #productContainer * {
  display: none;
}
.state-icons {
  text-align: center;
  padding: .8em;
  font-size: 3em;
  font-weight: bold;
  text-shadow: 1px 1px 2px gray;
}
.state-icons i,
.state-icons a {
  color: #e6e6e6;
  text-decoration: none;
}
.product {
  position: relative;
  float: left;
  width: 190px;
  margin: 10px;
  text-align: center;
  cursor: default;
}
.product.add .button {
  padding: 35px;
  margin: 10px;
  height: 170px;
  font-size: 16px;
  color: #999;
  text-align: center;
  border: 2px dashed gray;
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.product.add .button:hover {
  opacity: .65;
}
.product.add .button .glyphicon {
  display: block;
  margin-bottom: .5em;
  font-size: 3em;
}
.product.add:hover {
  box-shadow: none;
}
.product.hidden {
  display: none;
}
.product .thumbnail {
  position: relative;
  overflow: hidden;
  margin: 7px;
  padding: 0;
  width: 170px;
  height: 170px;
  border-width: 2px;
  border-color: white;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.product .thumbnail:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 7px solid white;
}
.product .thumbnail:after {
  content: attr(data-title);
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10.5px;
  color: white;
  border: 7px solid white;
  font-size: 12px;
  text-align: center;
  background-color: black;
  background-color: rgba(0,0,0,0.65);
  overflow: hidden;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
.product .thumbnail:hover {
  border-color: #525b62;
  box-shadow: 0 0 8px gray;
}
.product .thumbnail:hover:after {
  opacity: 1;
}
.product .thumbnail img {
  margin: 7px;
  width: 100%;
  width: calc(100% - 7px * 2);
}
.product .checkbox {
  background-color: white;
  margin: 30px auto 0;
  width: 28px;
  height: 28px;
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
}
.product .checkbox:hover {
  border-color: #525b62;
}
.product.selected .thumbnail {
  border-color: #525b62;
  box-shadow: 0 0 8px gray;
}
.product.selected .checkbox {
  cursor: default;
}
.product.locked {
  padding-bottom: 38px;
}
.product.locked .thumbnail {
  cursor: default;
  line-height: 170px;
  border: none;
  box-shadow: none;
}
.product.locked .thumbnail:after {
  opacity: 0;
}
.product .title {
  color: #525b62;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
}
.product .vertical-separator:before {
  margin: .5em;
}
.product a {
  color: #999;
  text-decoration: none;
}
.product a:hover {
  color: #62dcff;
}
.product .label {
  display: inline-block;
  font-weight: normal;
  font-size: .8em;
  line-height: 1.5em;
  border-radius: 1em;
  padding: .2em .6em;
  margin-top: .2em;
}
.product .label a {
  color: white;
}
.product .label a:hover {
  color: #999;
}
.product .label.bg-info a:hover {
  color: #31708f;
}
.product .label.bg-danger a:hover {
  color: #a94442;
}
.product .label .fa {
  font-size: .8em;
  margin-left: .2em;
}
.product .label .vertical-separator {
  border-color: white;
}
.product .caption {
  font-size: .8em;
  padding: 1px 0;
}
.product-collapse {
  padding: .5em 0;
  position: relative;
  overflow: hidden;
}
.product-collapse:nth-child(even) {
  background-color: #f8f8f8;
}
.product-collapse.locked {
  min-height: 80px;
}
.product-collapse.locked:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: 'Loading ...';
  display: block;
  text-align: center;
  line-height: 80px;
  color: #31708f;
  background-color: rgba(255,255,255,0.75);
  z-index: 2;
}
.product-collapse .label {
  position: relative;
  display: inline-block;
  border-radius: 1em;
  padding: .2em .6em;
  z-index: 1;
}
.product-collapse p {
  padding: 2px;
  margin: 0 0 5px;
}
.product-collapse p.currency {
  padding: 3px;
  float: left;
}
.product-collapse p[contenteditable] {
  border: 1px solid transparent;
  outline: 0;
  border-radius: 4px;
  -webkit-transition: border-color .2s;
  -moz-transition: border-color .2s;
  -ms-transition: border-color .2s;
  -o-transition: border-color .2s;
  transition: border-color .2s;
}
.product-collapse p[contenteditable]:hover,
.product-collapse p[contenteditable]:focus {
  border-color: #66afe9;
}
.product-collapse .glyphicon {
  margin: 5px 5px 0 0;
}
.product-collapse .title {
  margin-left: 125px;
}
.product-collapse .checkbox {
  margin: 1em;
}
.product-collapse .thumbnail {
  margin: 0 1em .2em 0;
}
.dropzone {
  position: relative;
  height: 15em;
  margin: 0 1em;
  border: 3px dashed rgba(0,0,0,0.25);
  text-align: center;
  overflow: hidden;
}
.dropzone:before {
  content: 'Drop file here to upload';
  display: block;
  color: rgba(0,0,0,0.25);
  font-size: 4em;
  line-height: 2em;
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  -ms-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}
.dropzone:hover {
  background-color: silver;
}
.dropzone .fileInput {
  font-size: 1000em;
  line-height: 1000em;
}
.dropzone .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  z-index: 2;
}
#editPaneWapper {
  display: none;
}
.formVisible #editPaneWapper {
  display: block;
}
.blockScreen {
  position: fixed;
  background-color: rgba(0,0,0,0.7);
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.optimizera {
  display: block;
  margin-top: 2px;
}
.optimizer span.on {
  font-weight: bold;
  color: cornflowerblue;
}
.optimizer span.edited {
  font-weight: bold;
  color: #2b2e3d;
}
.optimizer label.on {
  background-color: cornflowerblue;
}
.optimizer label.edited {
  background-color: #2b2e3d;
}
.optimizer label.off {
  background-color: #BBB;
}
.priceOptimizerOn label {
  background-color: cornflowerblue;
}
@media (max-width: 767px) {
  .open {
    width: 100%;
  }
  body {
    padding-top: 12em !important;
    font-size: 16px;
  }
  .visible-xs {
    display: initial !important;
  }
  .checkbox {
    width: 1.25em;
  }
  #MainMenu {
    border-width: 0;
    background-color: black;
    opacity: 0;
    -webkit-transition: opacity .2s, height 0 .2s;
    -moz-transition: opacity .2s, height 0 .2s;
    -ms-transition: opacity .2s, height 0 .2s;
    -o-transition: opacity .2s, height 0 .2s;
    transition: opacity .2s, height 0 .2s;
  }
  #MainMenu.open {
    opacity: 1;
    border-width: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
  }
  #MainMenu .container {
    position: static;
    width: 100%;
  }
  .affix .navbar {
    padding-top: 1em;
  }
  .navbar h1 {
    padding: .5em 0;
    text-align: left;
  }
  #btnMainMenu,
  #btnCloseMenu {
    margin: .5em 15px 0;
  }
  .main-search {
    -webkit-transition: margin-right .2s;
    -moz-transition: margin-right .2s;
    -ms-transition: margin-right .2s;
    -o-transition: margin-right .2s;
    transition: margin-right .2s;
  }
  body.affix .main-search {
    margin-right: 58px;
  }
  #paneFilter .show1 {
    padding-top: 23px !important;
  }
  #paneFilter .hiddenSetting {
    display: none;
  }
  #btnFilter,
  #btnFilterClose {
    padding-right: 0;
    width: auto;
  }
  #boolSelectAll {
    margin-right: .8em !important;
  }
  #tabFilterFormat .nextRow {
    padding-top: 0 !important;
  }
  #paneFilterContents {
    margin-top: 0;
    height: 0;
    overflow: hidden;
  }
  #paneFilterContents.open {
    padding-top: 0em;
    min-height: 600px;
    margin-top: -35px;
  }
  #paneFilterContents .tab-icons {
    padding: 0;
    color: transparent;
  }
  #paneFilterContents .filter-icon {
    display: none;
  }
  #paneFilterContents .panel-heading {
    padding: 0;
  }
  #paneFilterContents .panel-heading a {
    padding: 10px 15px;
    display: block;
  }
  #paneFilterContents li {
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 1px dashed #999;
  }
  #paneFilterContents li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  #paneFilterContents li label {
    display: block;
  }
  #paneFilterContents li .label {
    display: inline;
    border-radius: .8em;
  }
  .product {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .product .thumbnail {
    width: calc(100% - 7px * 2);
    height: auto;
  }
  .product.selected .thumbnail:after {
    opacity: 1 !important;
  }
  .product-collapse p {
    margin: 0;
    margin-left: 125px !important;
  }
  .product-collapse p.currency {
    margin-left: 0 !important;
  }
  .product-collapse .field-sku p {
    color: gray;
    font-size: .8em;
  }
  .main-button {
    margin-top: 1em;
  }
}
@media (min-width: 1200px) and (min-height: 1050px) {
  body,
  .btn,
  .dropdown-menu,
  .form-control {
    font-size: 20px !important;
    line-height: normal;
  }
  body {
    padding-top: 8.2em;
  }
  .visible-xg {
    display: initial !important;
  }
  .form-control {
    height: 2.28em;
  }
  .checkbox {
    width: 1.25em;
  }
  .main-search .btn-clear {
    height: 2.28em;
  }
  .main-button .default {
    width: calc(100% - 2em - 1px);
  }
  .product .checkbox {
    width: 2em;
  }
  .show1 {
    padding-bottom: 25px !important;
  }
  .more {
    margin-left: 5px !important;
  }
  .upload {
    margin-left: 48px !important;
  }
  .similar {
    margin-left: 32px !important;
  }
  .import {
    margin-left: 34px !important;
  }
  .export {
    margin-left: 28px !important;
  }
  .discard {
    margin-left: 15px !important;
  }
  .verify {
    margin-left: 40px !important;
  }
}
.displayNone {
  display: none;
}
.pointerNone {
  pointer-events: none;
  opacity: 0.4;
}
@media (min-width: 992px) {
  #paneFilterContents .tab-icons {
    padding: 2em 0;
  }
  #paneFilter {
    line-height: 1.22857143;
  }
}
@media (max-width: 992px) {
  #paneFilter {
    line-height: 1.22857143;
  }
}
@media (max-width: 880px) {
  .hidden-type {
    display: none !important;
  }
}
@media (max-width: 1750px) {
  .hidden-verify {
    display: none !important;
  }
  .visible-verify {
    display: initial !important;
    visibility: initial !important;
  }
  .space {
    width: 5% !important;
  }
}
@media (max-width: 1560px) {
  .SelectAll {
    margin-left: -35px !important;
  }
  .hidden-discard {
    display: none !important;
  }
  .visible-discard {
    display: initial !important;
    visibility: initial !important;
  }
}
@media (max-width: 1350px) {
  .space {
    width: 3% !important;
  }
  .ViewSelect {
    padding-right: 0px !important;
  }
  .pullLeft {
    float: left !important;
  }
  .hidden-export {
    display: none !important;
  }
  .visible-export {
    display: initial !important;
  }
  #tabFilterFormat .nextRow {
    width: 100%;
  }
  #tabFilterStatus .nextRow {
    width: 100%;
  }
}
@media (max-width: 1210px) {
  .shift {
    width: 70% !important;
  }
  .hidden-auction {
    display: none !important;
  }
  .visible-auction {
    display: initial !important;
  }
  .nextRow {
    width: 91.66666667%;
  }
}
@media (max-width: 1100px) {
  .hidden-country {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .SelectAll {
    padding-left: 5px !important;
  }
  .hidden-import {
    display: none !important;
  }
  .visible-import {
    display: initial !important;
  }
}
@media (max-width: 2550px) and (min-height: 1050px) {
  .hidden-verify {
    display: none !important;
  }
  .visible-verify {
    display: initial !important;
    visibility: initial !important;
  }
  .space {
    width: 5% !important;
  }
}
@media (max-width: 2140px) and (min-height: 1050px) {
  .SelectAll {
    margin-left: -35px !important;
  }
  .hidden-discard {
    display: none !important;
  }
  .visible-discard {
    display: initial !important;
    visibility: initial !important;
  }
}
@media (max-width: 1810px) and (min-height: 1050px) {
  .ViewSelect {
    padding-right: 0px !important;
  }
  .pullLeft {
    float: left !important;
  }
  .hidden-export {
    display: none !important;
  }
  .visible-export {
    display: initial !important;
  }
}
@media (max-width: 1560px) and (min-height: 1050px) {
  .hidden-type {
    display: none !important;
  }
}
@media (max-width: 1210px) and (min-height: 1050px) {
  .shift {
    width: 70% !important;
  }
  .hidden-auction {
    display: none !important;
  }
  .visible-auction {
    display: initial !important;
  }
}
@media (max-width: 1100px) and (min-height: 1050px) {
  .hidden-country {
    display: none !important;
  }
}
@media (max-width: 1400px) and (min-height: 1050px) {
  .SelectAll {
    padding-left: 5px !important;
  }
  .hidden-import {
    display: none !important;
  }
  .visible-import {
    display: initial !important;
  }
  .nextRow {
    width: 91.66666667%;
  }
}
.hover_class .text {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  visibility: hidden;
  width: 409px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
}
.hover_class:hover .text {
  visibility: visible;
}
.Google_Translate_Icon {
  background-image: url(http://dev.viewider.com/assets/images/labs/Google_Translate_Icon.png);
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  left: 0;
  right: 0;
}
