.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.block {
  display: block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.full-width {
  width: 100%;
}
.no-padding {
  padding: 0px;
}
.overflow {
  overflow: auto;
}
.no-overflow {
  overflow: hidden;
}
.no-display {
  display: none;
}
.border {
  border: 1px solid red;
}
.dropable {
  transition: 0.5s;
}
.something-over {
  transform: scale(1.3);
}
.empty {
  color: #ccc;
}
.danger {
  color: #800000 !important;
}
.muted {
  color: #a0a0a0;
}
@keyframes loadTransition {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.loadTransition {
  animation: 0.4s ease-out 0s 1 loadTransition;
}
@media (min-width: 770px) {
  body {
    /* Esto es por el ckeditor en cha_contents*/
    overflow: hidden;
  }
  .content-pane .content,
  .content-pane .order,
  .content-pane .user {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: white;
  }
  .loading-content {
    position: absolute;
  }
}
body {
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 102%;
}
body.dragging,
body.dragging * {
  cursor: move !important;
}
body .dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}
body ol.sortable {
  padding: 0px 18px;
}
body ol.sortable li {
  cursor: row-resize;
}
body ol.sortable li .fa-times {
  color: #800000;
}
body > .login .jumbotron {
  margin-top: 16px;
}
body > .error .jumbotron {
  margin-top: 16px;
  background-color: #ffd0d0;
  color: #800000;
}
.hide-me {
  height: 0px;
  width: 0px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  border: 0px;
  opacity: 0;
}
.header {
  font-family: 'Overlock', cursive;
}
.header .logo {
  position: absolute;
  height: 70px;
  z-index: 1000;
  top: 10px;
}
.header .navbar-brand {
  font-size: 2.5em;
}
.header .navbar-brand .terraria {
  padding-left: 68px;
}
.header .navbar-brand .version {
  color: #808080;
  font-size: 0.33em;
}
.header .navbar-nav {
  font-size: 1.1em;
  padding-top: 13px;
}
.filter-buttons {
  border-bottom: 1px solid #90a4ae;
}
.cha-contents .title {
  background-color: #7c939f;
  color: #ffffff;
  text-align: center;
  padding: 6px 0px;
}
.cha-contents .section-pane {
  background-color: #eee;
  border-right: 1px solid #A8B7BF;
  padding: 0px;
  overflow: auto;
}
.cha-contents .section-pane .jqtree_common {
  white-space: nowrap;
}
.cha-contents .contentlist-pane {
  background-color: #eee;
  border-right: 1px solid #A8B7BF;
  padding: 0px;
}
.cha-contents .contentlist-pane .btn {
  border-radius: 0px;
}
.cha-contents .contentlist-pane .filter {
  background-color: #d4dbdf;
  transition: 0.5s;
}
.cha-contents .contentlist-pane .filter .fa {
  padding: 14px 0px 0px 4px;
}
.cha-contents .contentlist-pane .filter .form-group {
  margin: 0px;
  padding: 6px 0px 6px 0px;
}
.cha-contents .contentlist-pane .list-group-item {
  line-height: 1.4em;
  max-height: 4em;
  overflow: hidden;
}
.cha-contents .contentlist-pane #contentlist {
  overflow: auto;
}
.cha-contents .contentlist-pane #contentlist .list-group-item {
  display: block;
  transition: 0.5s;
  overflow: hidden;
}
.cha-contents .contentlist-pane #contentlist .list-group-item img {
  float: left;
  max-width: 64px;
  padding-right: 8px;
}
.cha-contents .dropdown-with-icon {
  margin-right: 24px;
}
.cha-contents .dropdown-with-icon .fa {
  padding-top: 2px;
}
.cha-contents .content-head {
  color: #2c363c;
  border-bottom: 1px solid #a0a0a0;
  background-color: #c5cfd5;
  padding-top: 8px;
  padding-bottom: 8px;
}
.cha-contents .content-head label {
  margin: 0px;
  font-weight: bold;
  color: white;
}
.cha-contents .content-head .con_title {
  font-weight: bold;
  font-size: 1.25em;
}
.cha-contents .content-head .con_title .i18nMissing {
  color: #c09060;
}
.cha-contents .content-head .con_published {
  font-size: 1em;
  padding: 0.25em .75em;
}
.cha-contents .content-head .btn-outline-secondary {
  color: #808080;
}
.cha-contents .content-pane {
  overflow-y: auto;
  overflow-x: hidden;
}
.cha-contents .content-pane .hide-on-edit,
.cha-contents .content-pane .show-on-edit {
  transition: 0.5s;
}
.cha-contents .content-pane .loading-content,
.cha-contents .content-pane .no-content {
  padding-top: 20%;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: white;
  color: #888;
}
.cha-contents .sku-list {
  padding: 24px 24px 0px 24px;
}
.cha-contents .sku-list label {
  margin-top: 12px;
  font-weight: bold;
}
.cha-contents .sku-list label .mandatory {
  color: red;
  padding-left: 4px;
  font-size: 0.75em;
}
.cha-contents .sku-list label .info {
  color: #0275d8;
  padding-left: 4px;
}
.cha-contents .sku-list label .i18n {
  color: #c09060;
  padding-left: 4px;
}
.cha-contents .sku-list .table {
  margin-bottom: 0px !important;
}
.modal-body {
  max-height: 800px;
  overflow: auto;
}
.cha-lists .list-pane {
  background-color: #eee;
  border-right: 1px solid #A8B7BF;
  padding: 0px;
  overflow: auto;
}
.cha-lists .list-pane .jqtree_common {
  white-space: nowrap;
}
.cha-lists .no-content {
  padding-top: 20%;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: white;
  color: #888;
}
.cha-lists .loading-content {
  padding-top: 20%;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: white;
  color: #888;
}
.cha-lists .content-pane {
  overflow-y: auto;
  overflow-x: hidden;
}
.cha-lists .list-table {
  padding: 24px;
}
.cha-lists .list-table .table {
  border-bottom: 1px solid black;
  margin-bottom: 0px;
}
.cha-lists .list-table .fa {
  cursor: pointer;
}
.cha-lists .list-table .fa-times {
  color: #800000;
}
.cha-lists .total {
  padding: 8px;
}
.cha-tables .table-pane {
  background-color: #eee;
  border-right: 1px solid #A8B7BF;
  padding: 0px;
  overflow: auto;
}
.cha-tables .table-pane .jqtree_common {
  white-space: nowrap;
}
.cha-tables .content-pane {
  padding-top: 24px;
}
.cby-orders .orders-pane {
  background-color: #eee;
  border-right: 1px solid #A8B7BF;
  padding: 0px;
  overflow: auto;
  overflow: visible;
}
.cby-orders .orders-pane .jqtree_common {
  white-space: nowrap;
}
.cby-orders .orders-pane .btn {
  border-radius: 0px;
}
.cby-orders .orders-pane .filter {
  background-color: #d4dbdf;
  transition: 0.5s;
  margin: 0px;
}
.cby-orders .orders-pane .filter .fa {
  padding: 14px 0px 0px 4px;
}
.cby-orders .orders-pane .filter .form-group {
  margin: 0px;
  padding: 6px 0px 6px 0px;
}
.cby-orders .orders-pane .totals {
  width: 100%;
  padding: 4px 16px;
  text-align: center;
}
.cby-orders .orders-pane #orderlist {
  x-overflow: auto;
}
.cby-orders .orders-pane #orderlist .list-group-item {
  transition: 0.5s;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.2em;
}
.cby-orders .orders-pane #orderlist .list-group-item .fa {
  float: left;
  width: 36px;
}
.cby-orders .orders-pane #orderlist .list-group-item .fa-chevron-right {
  width: auto;
}
.cby-orders .orders-pane #orderlist .list-group-item .id {
  float: left;
  font-weight: bold;
  font-size: 1.5em;
  margin: 10px 10px 0px 4px;
}
.cby-orders .no-content {
  padding-top: 20%;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: white;
  color: #888;
}
.cby-orders .loading-content {
  padding-top: 20%;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: white;
  color: #888;
}
.cby-orders .content-pane {
  overflow-y: auto;
  overflow-x: hidden;
}
.cby-orders .content-pane .order {
  background-color: white;
  padding: 24px;
}
.cby-orders .content-pane .order h2,
.cby-orders .content-pane .order h4 {
  color: #306080;
  width: 100%;
  display: block;
  border-bottom: 1px solid #505860;
  padding-bottom: 4px;
}
.cby-orders .content-pane .order h2 .icon,
.cby-orders .content-pane .order h4 .icon {
  color: #308060;
}
.cby-orders .content-pane .order .col-xl-6,
.cby-orders .content-pane .order .col-xl-12 {
  margin-top: 24px;
}
.cby-orders .content-pane .order .col-xl-6 .field,
.cby-orders .content-pane .order .col-xl-12 .field {
  clear: both;
  border-bottom: 1px solid #e0e0e0;
  text-align: right;
}
.cby-orders .content-pane .order .col-xl-6 .field label,
.cby-orders .content-pane .order .col-xl-12 .field label {
  color: #505860;
  float: left;
  font-weight: bold;
}
.cby-orders .content-pane .order .col-xl-6 .ord-payed,
.cby-orders .content-pane .order .col-xl-12 .ord-payed {
  font-size: 1.20em;
  x-display: block;
  float: right;
}
.cby-orders .content-pane .order .col-xl-6 .total,
.cby-orders .content-pane .order .col-xl-12 .total {
  font-weight: bold;
  font-size: 1.25em;
}
.cby-users .users-pane {
  background-color: #eee;
  border-right: 1px solid #A8B7BF;
  padding: 0px;
  overflow: auto;
  overflow: visible;
}
.cby-users .users-pane .jqtree_common {
  white-space: nowrap;
}
.cby-users .users-pane .btn {
  border-radius: 0px;
}
.cby-users .no-content {
  padding-top: 20%;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: white;
  color: #888;
}
.cby-users .loading-content {
  padding-top: 20%;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: white;
  color: #888;
}
.cby-users .users-pane .filter {
  background-color: #d4dbdf;
  transition: 0.5s;
  margin: 0px;
}
.cby-users .users-pane .filter .fa {
  padding: 14px 0px 0px 4px;
}
.cby-users .users-pane .filter .form-group {
  margin: 0px;
  padding: 6px 0px 6px 0px;
}
.cby-users .users-pane #userlist {
  x-overflow: auto;
}
.cby-users .users-pane #userlist .list-group-item {
  transition: 0.5s;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.2em;
}
.cby-users .users-pane #userlist .list-group-item .fa {
  float: left;
  width: 36px;
}
.cby-users .users-pane #userlist .list-group-item .fa-chevron-right {
  width: auto;
}
.cby-users .users-pane #userlist .list-group-item .id {
  float: left;
  font-weight: bold;
  font-size: 1.5em;
  margin: 10px 10px 0px 4px;
}
.cby-users .content-pane .user {
  padding: 24px;
}
.ter-setup,
.cby-stats {
  overflow: auto;
  padding: 24px;
}
.ter-setup h1,
.cby-stats h1 {
  border-bottom: 1px solid black;
  margin-bottom: 16px;
}
.cby-shipping {
  overflow: auto;
  padding: 24px;
}
.cby-shipping h1 {
  border-bottom: 1px solid black;
  margin-bottom: 16px;
}
.cby-shipping .filters select {
  margin-right: 24px;
}
.content-label {
  font-weight: bold;
}
.content-label .mandatory {
  color: red;
  padding-left: 4px;
  font-size: 0.75em;
}
.content-label .info {
  color: #0275d8;
  padding-left: 4px;
}
.content-label .i18n {
  color: #c09060;
  padding-left: 4px;
}
.form-component {
  padding: 24px 24px 0px 24px;
}
.form-component .thumbnail {
  margin-right: 8px;
}
.form-component .thumbnail img,
.form-component .thumbnail .image-not-found {
  width: 96px;
}
.form-component .gallery .thumbnail img {
  margin: 6px 6px 0px 0px;
}
.form-component .row.error {
  color: red;
}
.form-component .row.error input {
  border: 1px solid red;
}
.form-component .row.editing {
  width: auto;
  height: auto;
  opacity: 1;
  margin: 0px -15px 16px -15px;
}
.form-component .row label {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.form-component .row label .mandatory {
  color: red;
  padding-left: 4px;
  font-size: 0.75em;
}
.form-component .row label .info {
  color: #0275d8;
  padding-left: 4px;
}
.form-component .row label .i18n {
  color: #c09060;
  padding-left: 4px;
}
.form-component .row .form-date {
  float: left;
  width: 150px;
}
.form-component .row .form-time {
  float: left;
  width: 100px;
}
.form-component .row .value {
  line-height: 1.5em;
}
.form-component .row .image-not-found {
  color: #ccc;
}
.form-component .row .media .btn {
  margin-top: 6px;
}
.form-component .row .text {
  overflow: auto;
  max-height: 500px;
}
.form-component .row .checkbox {
  cursor: pointer;
}
.form-component .row .checkbox .fa-toggle-off {
  color: #808080;
}
.form-component .row .checkbox .fa-toggle-on {
  color: #008000;
}
.form-component .row .checkbox.disabled {
  cursor: auto;
}
.form-component .cropper {
  overflow: auto;
  max-height: 750px;
  text-align: center;
}
.form-component .cropper h5 {
  padding-top: 12px;
}
.form-component .cropper .comment {
  font-size: 75%;
  color: #888;
}
.form-component .cropper #crop_src,
.form-component .cropper #crop_preview {
  margin: auto;
  max-width: 770px;
}
.form-component .cropper .jcrop-holder {
  margin: auto;
}
.table th {
  transition: 0.5s;
}
.table th.orderable {
  cursor: pointer;
}
.table th.orderable:hover {
  background-color: #808080;
}
.table th.sorted {
  background-color: #555;
}
