/* Reset */
body {
  font-family: 'Open Sans', sans-serif;
  color: #252525;
  font-weight: normal;
}
.table {
  color: #252525;
}
a {
  color: #252525;
}
a:hover {
  color: #444;
  text-decoration: none;
}

/* Height fixed */
.h-min-50-px {
  min-height: 50px;
}
.h-min-75-px {
  min-height: 75px;
}
.h-min-100-px {
  min-height: 100px;
}
.h-min-150-px {
  min-height: 150px;
}
.h-min-200-px {
  min-height: 200px;
}
.h-min-250-px {
  min-height: 250px;
}

/* Navbar */
.navbar-nav .rounded-circle {
  border: 2px solid #f7f7f7;
  padding: 4px;
}
.navbar-border {
  border-bottom: 1px dashed #ccc;
}
.dropdown-menu {
  color: #444;
}

/* Footer */
.footer-border {
  border-top:1px dashed #ccc;
}

/* Sidebar */
.bg-gradient-dark {
  background-color: #000;
  background-image: none;
  background-size: unset;
}

/* Elements */

/* Buttons */
.btn-dashed {
  border: 1px dashed #ccc;
  border-radius: 7px;
}
.dt-buttons {
  margin-bottom: 20px;
}

/* Bootstrap select */
.bootstrap-select .dropdown-menu.inner {
  min-width: unset !important;
}
.dropdown .dropdown-menu .dropdown-header {
  font-weight: 600;
  font-size: 14px;
  color: #252525;
}
.dropdown .dropdown-menu {
  max-height: 600px !important;
}

/* Pills */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #000;
}

/* Fields props */
#fas-aka,
#fas-extra_ita,
#fas-extra_eng {
  min-height: 100px !important;
}

/* Login */
form.user .form-control-user,
form.user .btn-user {
  border-radius: 10px;
}

/* Forms */
.form-control {
  color: #252525;
}
.form-reset {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-reset .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-reset input[name="password_new"]{
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-reset input[name="password_confirm"]{
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Paginator */
.page-link {
  color: #252525;
}
.page-link:hover {
  color: #252525;
}
.page-item.active .page-link {
  background-color: #000;
  border-color: #000;
}




.fileuploader .is-hidden {
  display:none !important;
}

/* input & items size */
.fileuploader-theme-gallery .fileuploader-input,
.fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item {
  position: relative;
  display: inline-block;
  margin: 16px 0 0 16px;
  padding: 0;
  vertical-align: top;

  width: 16.66666667%;
  width: calc(16.66666667% - 16px);
}

/* input */
.fileuploader-theme-gallery .fileuploader-input-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 210px;
  border: 2px dashed #d5d9e0;
  text-align: center;
  color: #90a0b1;
  font-weight: 700;
  cursor: pointer;
  border-radius: 8px;
  user-select: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fileuploader-theme-gallery .fileuploader-input-inner .fileuploader-icon-main {
  font-size: 34px;
  margin-bottom: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fileuploader-theme-gallery .fileuploader-input-inner:hover {
  border-color: #b8beca;
  background: #fcfcfe;
  box-shadow: 0 4px 24px -1px rgba(0,0,0,0.05);
}
.fileuploader-theme-gallery .fileuploader-input-inner:hover .fileuploader-icon-main {
  margin-bottom: 14px;
}
.fileuploader-theme-gallery .fileuploader-input-inner:active,
.fileuploader-theme-gallery .fileuploader-dragging .fileuploader-input-inner {
  background: #fffffe;
}
.fileuploader-theme-gallery .fileuploader-input-inner:active .fileuploader-icon-main,
.fileuploader-theme-gallery .fileuploader-dragging .fileuploader-input-inner .fileuploader-icon-main {
  margin-bottom: 4px;
}

/* items */
.fileuploader-theme-gallery .fileuploader-items .fileuploader-items-list {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item {
  border-bottom: 0;
}
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item:last-child {
  margin-bottom: 0;
}
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item-inner {
  height: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px -1px rgba(0,0,0,0.05);
  overflow: hidden;
  z-index: 1;
}
.fileuploader-theme-gallery .fileuploader-item-inner .thumbnail-holder {
  position: relative;
  width: 100%;
  padding-top: 75%;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
}
.fileuploader-theme-gallery .thumbnail-holder .fileuploader-item-icon {
  border-radius: 0;
  font-size: 34px;
  background-size: 30%;
}
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item .fileuploader-action-popup {
  border-radius: 0;
  z-index: 1;
}
.fileuploader-theme-gallery .fileuploader-item .actions-holder {
  position: absolute;
  top: 6px;
  right: 0;
  width: 100%;
  height: 20px;
  padding: 0 6px;
  z-index: 2;
  text-align: right;
}
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item .fileuploader-action {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item .fileuploader-action + .fileuploader-action {
  margin-left: 8px;
}

.fileuploader-theme-gallery .fileuploader-item-inner .content-holder {
  padding: 12px 8px;
  text-align: center;
}
.fileuploader-theme-gallery .fileuploader-item-inner .content-holder h5 {
  width: 100%;
  margin: 0;
  color: #35354f;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fileuploader-theme-gallery .fileuploader-item-inner .content-holder span {
  font-size: 12px;
  color: #999a9f;
}
.fileuploader-theme-gallery .fileuploader-item .type-holder {
  position: absolute;
  top: 100%;
  right: -4px;
  width: 32px;
  height: 32px;
  margin-top: -24px;
  text-transform: uppercase;
  z-index: 1;
}

.fileuploader-theme-gallery .fileuploader-item .gallery-item-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 34px;
  margin: 8px 0 0;
  padding: 0;
  background: #fff;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}
.fileuploader-theme-gallery .fileuploader-item .gallery-item-dropdown a {
  display: block;
  padding: 10px 12px;
  min-width: 120px;
  color: #35354f;
  cursor: pointer;
  text-decoration: none;
}
.fileuploader-theme-gallery .fileuploader-item .gallery-item-dropdown a:hover {
  background: rgba(0, 0, 0, 0.03)
}
.fileuploader-theme-gallery .fileuploader-item .gallery-item-dropdown a:active {
  background: rgba(0, 0, 0, 0.05)
}

.fileuploader-theme-gallery .file-main-1 .fileuploader-item-inner {
  background: #789bec;
}
.fileuploader-theme-gallery .file-main-1 .fileuploader-item-inner .content-holder h5 {
  color: #fff;
}
.fileuploader-theme-gallery .file-main-1 .fileuploader-item-inner .content-holder span {
  color: rgba(255, 255, 255, 0.8);
}

li.fileuploader-item:nth-child(2)::after {
  content: "ULTIMA";
  font-weight: bold;
  background-color: #c80505;
  color: white;
  width: 51%;
  display: block;
  padding: 5px;
  border-radius: 7px;
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  top: 89%;
}

/* toggle */
.tg-list {
  text-align: center;
  display: flex;
  align-items: center;
}

.tg-list-item {
  margin: 0;
  float: right;
  list-style-type: none;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #9FD6AE;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  transform: skew(-10deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.2s ease;
  font-family: sans-serif;
  background: #888;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  transform: skew(10deg);
  display: inline-block;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
  transition: all 0.2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
  border: 4px solid #7FC6A6;
}
.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #7FC6A6;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  font-family: sans-serif;
  perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}
.tgl-flip:checked + .tgl-btn:active:after {
  transform: rotateY(20deg);
}

/* uploading */
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item.upload-failed .thumbnail-holder {
  background: #db6868;
}
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item.upload-failed .thumbnail-holder:after {
  content: 'Error!';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: 700;
  color: #9e4c4c;
}
.fileuploader-theme-gallery .fileuploader-item .progress-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #454545;
  display: none;
  z-index: 1;
}
.fileuploader-theme-gallery .fileuploader-item .progress-holder span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.fileuploader-theme-gallery .fileuploader-item .progress-holder .fileuploader-progressbar {
  height: 100%;
  border-radius: 0;
}
.fileuploader-theme-gallery .fileuploader-item .progress-holder .fileuploader-progressbar .bar {
  width: 100%;
  height: 0;
  top: auto;
  bottom: 0;
  border-radius: 0;
  background: rgba(0,0,0,0.1);
}

/* sorter */
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item.sorting {
  padding-top: 0;
  margin: 0;
}
.fileuploader-theme-gallery .fileuploader-sorter-placeholder {
  background: #f0f3f9;
  border-radius: 6px;
}

/* input range */
.range {
  -webkit-appearance: none;
  vertical-align: middle;
  outline: none;
  border: none;
  padding: 0;
  background: none;
}

.range::-webkit-slider-runnable-track {
  background-color: #d7dbdd;
  height: 6px;
  border-radius: 3px;
  border: 1px solid transparent;
}

.range[disabled]::-webkit-slider-runnable-track {
  border: 1px solid #d7dbdd;
  background-color: transparent;
  opacity: 0.4;
}

.range::-moz-range-track {
  background-color: #d7dbdd;
  height: 6px;
  border-radius: 3px;
  border: none;
}

.range::-ms-track {
  color: transparent;
  border: none;
  background: none;
  height: 6px;
}

.range::-ms-fill-lower {
  background-color: #d7dbdd;
  border-radius: 3px;
}

.range::-ms-fill-upper {
  background-color: #d7dbdd;
  border-radius: 3px;
}

.range::-ms-tooltip {
  display: none;
  /* display and visibility only */
}

.range::-moz-range-thumb {
  border-radius: 20px;
  height: 18px;
  width: 18px;
  border: none;
  background: none;
  background-color: #606670;
}

.range:active::-moz-range-thumb {
  outline: none;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 100%;
  background-color: #606670;
  height: 18px;
  width: 18px;
  margin-top: -7px;
}

.range[disabled]::-webkit-slider-thumb {
  background-color: transparent;
  border: 1px solid #d7dbdd;
}

.range:active::-webkit-slider-thumb {
  outline: none;
}

.range::-ms-thumb {
  border-radius: 100%;
  background-color: #606670;
  height: 18px;
  width: 18px;
  border: none;
}

.range:active::-ms-thumb {
  border: none;
}

output {
  border: 1px solid #d7dbdd;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  padding: .4em .6em;
  border-radius: 3px;
}

.container--dark {
  background-color: #11181d;
}
.container--dark h6 {
  color: #ccc;
}
.container--dark .range::-webkit-slider-runnable-track {
  background-color: #606670;
}
.container--dark .range[disabled]::-webkit-slider-runnable-track {
  border: 1px solid #606670;
  background-color: transparent;
}
.container--dark .range::-moz-range-track {
  background-color: #606670;
  border: none;
}
.container--dark .range::-ms-fill-lower {
  background-color: #606670;
}
.container--dark .range::-ms-fill-upper {
  background-color: #606670;
}
.container--dark output {
  border: 1px solid #2b3039;
  color: #aaa;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  padding: .4em .6em;
  border-radius: 3px;
}
.container--dark .range::-webkit-slider-thumb {
  background-color: #aaa;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.container--dark .range[disabled]::-webkit-slider-thumb {
  background-color: transparent;
  border: 1px solid #606670;
  box-shadow: none;
}
.container--dark .range::-moz-range-thumb {
  background-color: #aaa;
}
.container--dark .range::-ms-thumb {
  background-color: #aaa;
}

/* tag input */
.tagsinput {
  width: 100% !important;
}

/* responsive */
@media all and (max-width: 1200px) {
  .fileuploader-theme-gallery .fileuploader-input,
  .fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item {
    width: 25%;
    width: calc(25% - 16px);
  }
  .fileuploader-theme-gallery .fileuploader-input-inner {
    min-height: 220px;
  }
}
@media all and (max-width: 768px) {
  .fileuploader-theme-gallery .fileuploader-input,
  .fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item {
    width: 33.33333333%;
    width: calc(33.33333333% - 16px);
  }
  .fileuploader-theme-gallery .fileuploader-input-inner {
    min-height: 225px;
  }
}
@media all and (max-width: 576px) {
  .fileuploader-theme-gallery .fileuploader-input,
  .fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item {
    width: 50%;
    width: calc(50% - 16px);
  }
  .fileuploader-theme-gallery .fileuploader-input-inner {
    min-height: 182px;
  }
}
