* {
  font-family: Tahoma, Verdana, sans-serif;
}

*:focus {
  outline: none !important;
}

body,
html,
#page {
  height: auto;
  min-height: 100%;
}

body {
  padding-top: 33px;
  background: #efefef;
}

#page {
  background: #ffffff;
  padding-bottom: 30px;
  padding-top: 20px;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

a {
  color: #4242a6;
  cursor: pointer;
  text-decoration: underline;
}

.nav a {
  text-decoration: none;
}

.buttons a {
  padding: 5px 10px;
  margin: 2px;
  border: 1px solid silver;
  display: inline-block;
}

.discount {
  text-decoration: line-through;
  color: silver;
  font-size: small;
}

#footer {
  color: silver;
  background: #333;
}

.disabled {
  opacity: 0.5;
}

.trumbowyg-editor {
  background: white;
}

.mini .trumbowyg-box,
.mini .trumbowyg-editor {
  min-height: 150px;
}

.well.admin {
  background-color: #eee;
  margin-top: 20px;
}

.demoColor {
  padding: 5px;
  margin: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

a.btn {
  text-decoration: none;
}

a.itemBtn {
  text-decoration: none;
}

.items .menuItem {
  padding: 3px;
}

.items .menuItem:hover {
  background-color: #4242a6;
  color: white;
  text-decoration: none;
}

.items .square {
  overflow: hidden;
}

.items .square.featured .image,
.items .square.featured1 .image {
  border: 3px double gray;
}

.items .square.featured2 .image {
  border: 3px solid #444;
}

.items .square.featured3 .image {
  border: 3px solid black;
}

.itemBtn {
  display: inline-block;
  margin-right: 5px;
  cursor: none;
  text-decoration: none;
  opacity: 0.5;
}

.itemBtn:hover {
  opacity: 1;
}

.itemBtn i {
  font-size: 16px;
  text-align: center;
  display: block;
}

.itemBtn span {
  display: block;
  text-align: center;
  font-size: 9px;
}

.summary {
  display: none;
}

li.menudesc a i.fa,
.menudesc a i.fa {
  margin-bottom: 5px;
}

li.menudesc a,
.menudesc a {
  font-size: 0.6em;
  display: block;
  text-align: center;
}

.menudesc i {
  font-size: 24px;
  display: block;
}

.menudesc {
  min-width: 10%;
  text-align: center;
  font-size: 8px;
  display: block;
  letter-spacing: 0.1em;
}

.nav > li > a {
  padding: 5px 5px;
}

.navbar span.glyphicon {
  margin-right: 5px;
}

.menu li:hover {
  color: black;
}

.well {
  padding: 5px;
  margin: 0 0 5px 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border: 3px solid #4242a6;
  border-radius: 0;
  display: block;
}

input,
input[type=text],
input[type=file] {
  width: 100%;
  padding: 7px;
  border-radius: 5px;
  border: 1px solid silver;
}

.line {
  border-bottom: 1px solid #efeff8;
}

.inline {
  display: inline-block;
}

.block {
  display: inline;
}

.admin li a {
  padding: 13px;
}

.mt10 {
  margin-top: 10px;
}

.nav {
  margin-top: 10px;
}

.well.company {
  position: relative;
  min-height: 155px;
}

.well.company .title {
  position: absolute;
  bottom: 0;
  padding: 5px;
  text-shadow: white 0 0 2px;
}

.well.company.selected {
  border: 3px solid #4242a6 !important;
  background: white;
}

.expiring {
  color: rgba(255, 0, 0, 0.5);
}

.expired {
  color: red;
}

.btn-primary {
  background-color: #4242a6;
}

.btn {
  border-radius: 5px;
}

.btn-primary:hover {
  background-color: #333382;
}

.menuItem {
  display: inline-block;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
}

.menuItem .glyphicon,
.menuItem i {
  display: block;
  text-align: center;
  margin: auto;
  font-size: 20px;
}

a.menuItem,
.menuItem a,
.menuItem span.title {
  font-size: 10px;
  display: inline-block;
}

.categoryIcon {
  opacity: 0.5;
  vertical-align: bottom;
  display: inline-block;
}

.p10 {
  padding: 10px;
}

.p3 {
  padding: 3px;
}

.topmenu span {
  font-size: x-small;
  display: inline-block;
  padding: 3px;
  line-height: 110%;
}

.topmenu.small {
  font-size: x-small;
}

.topmenu span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.pagination:before {
  display: block;
  content: " ";
}

.pagination {
  display: block;
  clear: both;
}

.items .well {
  border: 1px solid silver;
  box-shadow: 1px 1px 5px #777;
  border: 0;
  padding: 10px;
}

.item {
  min-height: 150px;
}

.item .itemImage {
  max-height: 150px;
}

#textarea {
  width: 100%;
  background: #f1f1f1;
}

.forms {
  border-bottom: 1px solid silver;
  padding-bottom: 3px;
  margin-bottom: 3px;
  display: block;
}

legend {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 35%;
  min-width: 200px;
  padding: 8px;
  padding-left: 10px;
  margin-left: 10px;
  /* border-radius: 10px; */
  /* background-color: $primary; */
  /* color: white; */
  /* border-bottom:2px solid black; */
  border: 0;
}

fieldset,
section {
  /* box-shadow: 3px 3px 15px 1px #333; */
  background: rgba(255, 255, 255, 0.95);
  /* border: 3px solid $primary !important; */
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin: 0;
  min-width: 0;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 0;
}

h4,
fieldset h4 {
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid silver;
}

.font-select {
  background: white;
  border: 1px solid black;
  border-radius: 2px;
  padding: 5px;
  list-style: none;
}

.font-select a span,
.font-select a,
.font-select {
  width: 100%;
}

.font-select a {
  color: black;
}

.fs-results {
  position: absolute;
  background: white;
  z-index: 99;
  height: 400px;
  overflow: auto;
  width: 100%;
  font-size: 1.3em;
  line-height: 1.5em;
}

label {
  width: 100%;
}

label input[type=checkbox],
label input[type=radio] {
  width: auto;
}

.well h4,
.well h4 img {
  margin-bottom: 10px;
  display: block;
  padding-top: 0;
  margin-top: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #4242a6;
}

.form-group {
  display: block;
  margin-bottom: 20px;
}

.menuItem li {
  margin-right: 5px;
  display: inline-block;
}

.menuItem span.glyphicon {
  display: block;
  font-size: 24px;
  text-align: center;
  margin-bottom: 3px;
  padding: 2px;
}

.mobileMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 5px 0 #333;
  overflow: hidden;
  height: 55px;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  background: black;
  color: white;
  font-family: Trebuchet, sans-serif;
  letter-spacing: 0.05em;
}

.fa,
.glyphicon {
  color: white;
  text-shadow: black 1px 1px 1px, black 1px -1px 0, black -1px 1px 0, black -1px -1px 0;
}

.mobileMenu a span.glyphicon {
  color: black;
  text-shadow: white 1px 1px 1px, white 1px -1px 0, white -1px 1px 0, white -1px -1px 0;
}

.mobileMenu a {
  color: white;
}

.mobileMenu .nav,
.mobileMenu .nav-pills {
  margin: 0;
  padding: 0;
}

.hscroller li {
  display: inline;
}

.hscroller {
  display: block;
  height: 80px;
}

li small {
  padding-left: 30px;
  display: block;
  opacity: 0.7;
}

/* ImageSearch */
.model-image img {
  cursor: pointer;
}

.model-image {
  position: relative;
}

.model-image .img-controls {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  font-size: 2em;
  padding: 10px;
  text-shadow: #000 0 0 2px;
}

#imageSearch {
  z-index: 999;
  display: block;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background: white;
  border: 2px solid silver;
  overflow: hidden;
}

#imageSearch .help {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.7em;
  background: silver;
  z-index: 99;
}

#imageSearch .isResults img.selected {
  max-width: 100%;
  height: 50%;
  width: auto;
  display: block;
  margin: auto;
  border: 2px solid black;
  opacity: 1;
}

#imageSearch .isResults img {
  opacity: 0.8;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  height: 65px;
  display: inline-block;
  margin: 3px;
}

#imageSearch .isResults {
  background: #eee;
  width: 100%;
  height: calc(100% - 70px);
  overflow: auto;
}

/* ImageSearch */
.list-links {
  list-style: square;
}

.list-links a {
  display: block;
  list-style: square;
  margin-bottom: 10px;
}

.nav {
  margin-top: 0px;
}

.nav > li {
  min-height: 40px;
  font-size: 1em;
}

.dropdown-menu li a {
  font-size: 1em;
  padding: 10px;
}

.navbar-inverse {
  background-color: #4242a6;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > li > a {
  padding: 15px;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 500px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle {
  background-color: #333382;
}

.form.contact label {
  margin-top: 10px;
}

.form.contact li a {
  padding-top: 5px;
  display: inline-block;
}

.form.contact li {
  list-style: square;
}

.bootstrap-tagsinput {
  width: 100%;
}

.trumbowyg-box.trumbowyg-editor-visible {
  min-height: 150px;
}

.trumbowyg-editor {
  min-height: 150px;
}

.bootstrap-tagsinput input {
  border: 0;
}

.balance {
  font-size: 2em;
  display: inline-block;
  vertical-align: middle;
}

.oldprice {
  text-decoration: line-through;
  opacity: 0.5;
}

.description {
  font-size: 1.5em;
}

.blog .tags a.tag {
  color: black;
}

.relative {
  position: relative;
}

.bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.square.disabled {
  opacity: 0.3;
}

.square a .image {
  cursor: pointer;
}

.square .image {
  margin: auto;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  margin-bottom: 5px;
  border-radius: 15px;
}

.square .title {
  width: 100%;
  font-size: 12px;
  text-wrap: normal;
  word-wrap: break-word;
  text-align: center;
}

.square .title h2 {
  font-size: 12px;
  padding: 0;
  margin: 0;
  margin-bottom: 2px;
  font-weight: bold;
}

.square {
  vertical-align: top;
  width: 110px;
  height: 190px;
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 20px;
}

.square.selected {
  background: #efefef;
}

.square.selected .image {
  border: 2px solid black;
  box-shadow: #000 0 0 5px 0;
}

@media only screen and (min-width: 1024px) {
  .square {
    margin-left: 20px;
    margin-bottom: 30px;
  }
}
/* large color picker */
.colorpicker-2x .colorpicker-saturation {
  width: 200px;
  height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
  width: 30px;
  height: 200px;
}

.colorpicker-2x .colorpicker-preview,
.colorpicker-2x .colorpicker-preview div {
  height: 30px;
  font-size: 16px;
  line-height: 160%;
}

.colorpicker-saturation .colorpicker-guide,
.colorpicker-saturation .colorpicker-guide i {
  height: 10px;
  width: 10px;
  border-radius: 10px;
}

.nav-pills > li + li {
  margin: 0;
}

.showHover:hover {
  background: rgba(0, 0, 0, 0.1);
}

.inset {
  color: transparent;
  background-color: #333;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.panel-body.nopadding,
.trumbowyg-box,
.trumbowyg-editor {
  margin: 0;
  padding: 0;
}

.datasets {
  /*border: 2px solid silver;
  display: block;
  /* margin-left: 5%;
  width: 90%; */
}

.multiupload {
  margin-top: 10px;
  display: block;
  width: 100%;
}

.existingimages img,
.multiupload img {
  width: 80px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.mb5 {
  margin-bottom: 5px;
}

.filterlink {
  font-size: small;
}

.tagslist {
  font-size: 7px;
  font-family: verdana, sans-serif;
  display: block;
  line-height: 9px;
}

.overIcon {
  position: absolute;
  top: 5px;
  left: 10px;
  text-shadow: #000 0 0 2px;
  color: rgba(255, 255, 255, 0.9);
}

.square:hover i.overIcon {
  display: none !important;
}

.imgSource {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: silver;
  border: 1px solid black;
  display: inline-block;
  margin: 3px;
  vertical-align: bottom;
}

.mp0 {
  margin: 0;
  padding: 0;
}

.ulli ul,
.ulli li {
  padding-left: 20px;
}

.wysiwyg-large .trumbowyg-editor {
  min-height: 500px;
}

.imgBox,
.galleryImage:hover {
  border-color: black;
}

.imgBox,
.galleryImage {
  height: 40px;
  margin: 1px;
  border: 1px solid transparent;
  display: inline-block;
}

.imgBox {
  width: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.imageGallery {
  height: 150px;
  overflow: auto;
}

.blank a {
  target: new;
  target-name: new;
  target-new: tab;
}

.appstore {
  height: 100px;
  margin: 10px;
}

.notexisting h2,
.notexisting h3,
.notexisting h4,
.notexisting h5,
.notexisting h6 {
  border: none;
}
.notexisting h2 {
  font-size: 7vw;
}
.notexisting h3 {
  font-size: 6vw;
}
.notexisting h4 {
  font-size: 5vw;
}
.notexisting h5 {
  font-size: 4vw;
}
.notexisting h6 {
  font-size: 3vw;
}
.notexisting ul {
  padding: 0;
  margin: 0;
}
.notexisting li {
  list-style: none;
}

.navbarlogo {
  height: 40px;
  margin-top: -10px;
}