@font-face {
  font-family: freebooter;
  src: url(../fonts/freebooterscript.ttf);
}
.bck-dark-blue {
  background-color: #2B3643 !important;
  color: #FFF !important;
}
.login-box {
  margin-top: 10%;
}
.font-gallery {
  font-family: freebooter;
}

/*Error*/

.form-group {
  position: relative;
  margin-bottom: 20px;
}
label.error {
  font-size: 12px;
  position: absolute;
  bottom: -22px;
  color: #a94442;
}

/*Inputs*/


/*Pagination*/

.pagination {
  float: right;
}

/*Other options*/

.content-form-page {
  position: relative;
}
.up-form {
  padding-top: 20px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  background: #fff;
}
.add-button {
  position: absolute;
  right: 15px;
  top: 15px;
}

/*Login*/

.login h1 {
  font-size: 30px;
}
.login img {
  width: 75%;
  margin: 0 auto;
}

/*Footer*/

.login .footer {
  position: fixed;
  width: 100%;
  background: #2B3643;
  bottom: 0;
  z-index: 999;
}
.relative {
  position: relative;
}

/*Gallery*/

.img-product-gallery {
  margin-bottom: 15px;
}
.img-product-gallery > div {
  margin-bottom: 15px;
}
.img-product-gallery .porduct-header {
  margin-left: 0;
  margin-right: 0;
  background: #67809F;
}
.porduct-header h3 {
  color: #fff;
  margin: 0;
  display: inline-block;
  padding: 5px 5px 5px 15px;
}
.portlet-body {
  padding: 15px !important;
}
.image-product-container .remove, .product-remove {
  color: #fff;
  font-size: 20px;
  float: right;
  margin-right: 15px;
  margin-top: 3px;
  cursor: pointer;
  background: transparent;
  border: none;
}
.image-product-container .remove {
  margin-right: 0;
  margin-top: 6px;
}
.container-button.drop {
  background: #000;
}
.container-button {
  position: relative;
  padding: 20px;
  border: 1px dashed;
  text-align: center;
  min-height: 160px;
  -webkit-transition: .3s;
  transition: .3s;
}
.container-button i {
  font-size: 4em;
  position: absolute;
  bottom: 40px;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  color: #E0E0E0;
  width: 100%;
  left: 0;
}
.container-button input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
p.count-images {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
canvas {
  display: none;
  margin-bottom: -4px;
  max-width: 100%;
}
.rotate-image {
  margin-top: 5px;
}
.thumbnail {
  height: 100px;
  padding: 0 0px 0 15px;
  position: relative;
  border: none;
  overflow: hidden;
}
.thumbnail > .thumbnail-remove {
  position: absolute;
  border-radius: 50px !important;
  padding: 3px 10px;
  color: #5B4D6A;
  font-weight: 700;
  left: 50%;
  width: 74px;
  text-align: center;
  margin-left: -37px;
  bottom: 0;
  background: #fff;
  box-shadow: 0px 0px 3px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.thumbnail > .background-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 3px #000;
  -webkit-transition: .3s;
  transition: .3s;
}
.thumbnail:hover > .thumbnail-remove {
  opacity: 1;
  bottom: 10px;
}
.previously:after, .thumbnail.new:after {
  content: 'Agregado';
  background: #000;
  padding: 3px;
  color: #fff;
  width: calc(100% - 20px);
  position: absolute;
  left: 0;
  top: 10px;
  margin-left: 10px;
  opacity: .7;
  transform: rotate(45deg);
  left: 35%;
  top: 14%;
}
.thumbnail.new:after {
  content: 'Nuevo';
  background: #35AA47;
}
.thumbnail:hover > .background-image {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.plus-image {
  height: 100%;
  position: relative;
  border: 1px solid #9A9A9A;
  -webkit-transition: .4s;
  transition: .4s;
}
.plus-image > span {
  margin: 40px;
  font-size: 3em;
  color: #9A9A9A;
}
.plus-image:hover {
  border-style: dashed;
}
.plus-image > span.fa-arrow-up {
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
  left: 50%;
  margin-left: -18px;
  margin-bottom: 0;
}
.none {
  display: none;
}
.progress-procent {
  position: fixed;
  top: 15px;
  right: -150px;
  height: 51px;
  width: 150px;
  text-align: right;
  padding: 10px;
  line-height: 50px;
  background: #2B3643;
  color: #fff;
  z-index: 99999;
  box-shadow: 5px 0 0 #35AA47, 0 0 0px #fff;
  opacity: 0;
  transition: .5s;
}
.progress-procent.in {
  right: 10px;
  opacity: 1;
}
.progress-procent h4 {
  line-height: 30px;
}
.chosen-container {
  width: 100% !important;
}
.chosen-container-single .chosen-single {
  background: #fff !important;
  height: 34px !important;
  line-height: 34px !important;
  border: 1px solid #DDD !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff !important;
}
.chosen-container-active .chosen-single {
  border: 1px solid #E0E0E0 !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) !important;
}
.chosen-container .chosen-drop {
  border: 1px solid #E0E0E0 !important;
}
.chosen-container-single .chosen-single div b {
  background-position: 0px 6px !important;
}
.tabbable-custom {
  overflow: inherit !important;
}

/*switch*/

.container-quality p {
  position: relative;
  left: -8px;
}
.onoffswitch {
  display: inline-block;
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 34px;
  padding: 0;
  line-height: 34px;
  font-size: 14px;
  color: white;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "Alta";
  padding-left: 10px;
  background-color: #34A7C1;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "Baja";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 22px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  transition: all 0.3s ease-in 0s;
  margin-bottom: 10px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.icheck-list > label {
  display: block;
  margin-bottom: 8px;
}
.icheck-list > label:last-child {
  margin-bottom: 0;
}
.form-horizontal .icheck-inline {
  margin-top: 8px;
}

/*Checkbox*/

.checkbox-container {
  margin: 0;
}
p > [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
p > [type="checkbox"] + label {
  position: relative;
  padding-left: 21px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
p > [type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
p > [type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
p > [type="checkbox"]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
p > [type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

/* Indeterminate checkbox */

p > [type="checkbox"]:indeterminate + label:before {
  left: -10px;
  top: -11px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
p > [type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
[type="checkbox"].filled-in + label:before, [type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  z-index: 1;
}
[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #34A7C1;
  top: 0px;
  z-index: 0;
}
[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #34A7C1;
  background-color: #34A7C1;
  z-index: 0;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}
[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent;
}
[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
.form-group .checkbox-container {
  padding-top: 4px;
}
.form-group .checkbox-container label {
  padding: 1px 0 0 30px;
  font-size: 14px;
}

/*image-box*/

.column-resize {
  cursor: pointer;
}
.image-box {
  transition: .3s;
}
.image-box .portlet-title .col-xs-6 {
  padding-top: 10px;
}
.image-box .portlet-body {
  background-color: #bfcad1;
  height: 280px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 0 !important;
  transition: .3s;
}
.image-box.col-md-3 .portlet-body {
  height: 210px;
  font-size: 10px;
}
.image-box .mix-details {
  width: 100%;
  height: 100%;
}
.image-box .mix-details {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  font-weight: 600;
  transition: .3s;
  opacity: 0;
  transform: scale(1.2);
}
.image-box .portlet-body:hover .mix-details {
  transform: scale(1);
  opacity: 1;
}
.image-box ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.slidr-container {
  max-height: 100%;
  min-height: 100%;
  width: 100% !important;
}
.slidr-container .jcider-nav {
  display: inherit !important
}
.jcider-nav span {
  font-size: 20px !important;
  padding: 0 15px
}
.jcider-nav span:last-child {
  right: 5px;
}
.work-description textarea.form-control[disabled] {
  min-height: 100px;
  cursor: auto;
  height: 180px;
}
.work-table th:first-child {
  width: 160px;
}
.work-table th:last-child {
  width: 100px;
}
.slidr-container a {
  color: #fff;
  background: transparent !important;
  font-size: 18px;
}
.slidr-container a i {
  font-size: 18px;
}
.slidr-container .pinterest {
  vertical-align: middle;
}
.slidr-container a:hover {
  color: #fff;
}
.buttons-container {
  padding-top: 10px;
}
.view-picture {
  margin-right: 25px;
}
.image-box.col-md-3 h4 {
  font-size: 14px !important;
}
.image-box.col-md-3 .view-picture {
  padding: 3px 20px !important;
}
.datepicker {
  z-index: 999 !important;
}
p.badge.new, p.badge.old {
  background: transparent !important;
}
p.badge.new:before {
  content: 'new' !important;
  background: #F3565D;
  padding: 3px 6px 3px 6px;
  font-weight: bold;
}
.contain-image {
  background-color: #e0e0e0 !important;
  background-repeat: no-repeat;
  background-size: contain !important;
}
.contain-image span.pull-left {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.text-switch {
  display: inline-block;
  vertical-align: top;
  background: #EEEEEE;
  border: 1px solid #CCCCCC;
  padding: 7px 10px;
  margin-right: -4px;
}

/*tooltip*/

.contain-tooltip {
  position: relative;
}
.contain-tooltip:before, .contain-tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}
.contain-tooltip:hover:before, .contain-tooltip:hover:after, .contain-tooltip:focus:before, .contain-tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */

.contain-tooltip:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.contain-tooltip:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Left */

.contain-tooltip:before {
  right: 100%;
  bottom: 25%;
  left: auto;
}
.contain-tooltip:after {
  right: 100%;
  bottom: -45%;
  left: auto;
}
.contain-tooltip:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}
.contain-tooltip:hover:before, .contain-tooltip:hover:after, .contain-tooltip:focus:before, .contain-tooltip:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px);
}
.navbar-nav a:hover {
  background: transparent !important;
}
.burger-menu {
  font-size: 2em !important;
  padding-top: 20px;
  color: #fff;
  display: none !important;
}
.header-navigation .dropdown {
  position: relative !important;
}
.dropdown-submenu .dropdown-menu {
  left: 100% !important;
}
@media (max-width: 1024px) {
  .burger-menu {
    display: block !important;
  }
  .header-navigation {
    background: transparent !important;
  }
  .header .header-navigation li > a {
    border: none !important;
  }
}
.main {
  min-height: auto !important;
  height: auto;
  margin-bottom: 70px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.logo-hd {
  max-width: 45%;
  padding: 15px 0 15px 15px;
  background: rgba(43, 54, 67, 0.6) url(/img/pattern.png);
  display: inline-block;
  float: right;
}
.welcome-user {
  margin-top: 20px;
  padding: 15px 5px 15px 15px;
  background: rgba(43, 54, 67, 0.6) url(/img/pattern.png);
  color: #fff;
  display: inline-block;
  float: right;
}
.dataTables_paginate {
  padding: 15px 0;
}
.dataTables_paginate a {
  border-radius: 25px !important;
  border: none;
  color: #868c93;
  position: relative;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #868c93;
  background-color: #ffffff;
  margin-left: -1px;
  margin: 2px;
}
.dataTables_paginate a.paginate_button.current {
  background: #337ab7;
  color: #fff;
  cursor: default;
}
.dataTables_paginate a:hover {
  text-decoration: none !important;
}
.dataTables_paginate a:not(.current):hover {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
table.dataTable {
  border-bottom: 1px solid #DDD;
}
.paginate_button.disabled {
  background-color: #fff;
  border-color: #fff;
  cursor: not-allowed;
}
.footer {
  padding: 10px 0 !important;
}
@media (min-width: 768px) {
  .special-modal-dialog {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .responsive-center {
    text-align: center;
  }
  .responsive-margin-center {
    display: inline-block;
    text-align: left;
  }
  .contain-tooltip:before {
    right: 60%;
    bottom: -17%;
    left: auto;
    transform: rotate(-90deg);
  }
  .contain-tooltip:after {
    right: -50%;
    bottom: -207%;
    left: auto;
  }
  .contain-tooltip:hover:after, .contain-tooltip:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  .contain-tooltip:hover:before, .contain-tooltip:focus:before {
    -webkit-transform: translateY(-12px) rotate(-90deg);
    -moz-transform: translateY(-12px) rotate(-90deg);
    transform: translateY(-12px) rotate(-90deg);
  }
}
.padding-right {
  padding-right: 15px;
}
.is-loading::before {
    content: '';
    position: absolute;
    width: calc(100% - 15px);
    height: 100%;
    left: 15px;
    background: #4d4d4d;
}
.is-loading.previously::after {
    content: '';
    content: "\f110";
    font: normal normal normal 25px/1 FontAwesome;
    color: #fff;
    width: auto;
    height: auto;
    background-color: #4d4d4d;
    opacity: 1;
    top: 36%;
    left: 50%;
    margin-left: -9px;
    animation: rotate;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }