﻿.big-scroll::-webkit-scrollbar {
  width: 3px;
}

@media (min-width: 600px) {
  .big-scroll::-webkit-scrollbar {
    width: 8px;
  }
}

.big-scroll::-webkit-scrollbar:horizontal {
  height: 3px;
}

@media (min-width: 600px) {
  .big-scroll::-webkit-scrollbar:horizontal {
    height: 8px;
  }
}

.big-scroll::-webkit-scrollbar-track,
.big-scroll::-webkit-scrollbar-track:horizontal {
  background-color: rgba(0, 0, 0, 0.2);
}

.big-scroll::-webkit-scrollbar-thumb,
.big-scroll::-webkit-scrollbar-thumb:horizontal {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #9ba1a7;
}

.big-scroll::-webkit-scrollbar-thumb:window-inactive,
.big-scroll::-webkit-scrollbar-thumb:window-inactive:horizontal {
  background: #b6b8bb;
}

.tiny-scroll::-webkit-scrollbar {
  width: 3px;
}

@media (min-width: 600px) {
  .tiny-scroll::-webkit-scrollbar {
    width: 3px;
  }
}

.tiny-scroll::-webkit-scrollbar:horizontal {
  height: 3px;
}

@media (min-width: 600px) {
  .tiny-scroll::-webkit-scrollbar:horizontal {
    height: 3px;
  }
}

.tiny-scroll::-webkit-scrollbar-track,
.tiny-scroll::-webkit-scrollbar-track:horizontal {
  background-color: rgba(0, 0, 0, 0.2);
}

.tiny-scroll::-webkit-scrollbar-thumb,
.tiny-scroll::-webkit-scrollbar-thumb:horizontal {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #9ba1a7;
}

.tiny-scroll::-webkit-scrollbar-thumb:window-inactive,
.tiny-scroll::-webkit-scrollbar-thumb:window-inactive:horizontal {
  background: #b6b8bb;
}

.u-txt-left {
  text-align: left;
}

.u-txt-center {
  text-align: center;
}

.u-txt-right {
  text-align: right;
}

.u-tr-md {
  text-align: center;
}

@media (min-width: 992px) {
  .u-tr-md {
    text-align: right;
  }
}

.u-tl-md {
  text-align: center;
}

@media (min-width: 992px) {
  .u-tl-md {
    text-align: left;
  }
}

.u-spacing-bs-s {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .u-spacing-bs-s {
    margin-bottom: 0;
  }
}

.u-input-xs {
  max-width: 50px;
}

.u-spacer {
  padding: 3px 0;
}

.u-padding-none {
  padding: 0 !important;
}

hr {
  clear: both;
  color: #e9e9e9;
  background-color: #e9e9e9;
  height: 1px;
  border-width: 0;
}

/*PANEL*/
.panel-initware {
  border: solid 1px rgba(233, 233, 233, 0.15);
}

.panel-initware .panel-heading {
  margin: 0 15px;
  border-bottom: solid 1px #e9e9e9;
}

.section-devider {
  border-top: 1px solid #d3d3d3 !important;
  text-align: center !important;
  margin-top: 1.3em !important;
  margin-bottom: 1em !important;
}

.section-devider label {
  display: inline-block !important;
  position: relative !important;
  padding: 0 17px !important;
  top: -12px !important;
  font-size: 15px !important;
  background-color: #fff !important;
  color: #3498db !important;
  font-weight: 400 !important;
}

/*BG COLORS*/
.bg-green {
  background: #4cd964;
  border-color: #4cd964;
}

.bg-blue {
  background: #5ac8fa;
  border-color: #5ac8fa;
}

.bg-red {
  background: #ff3b30;
  border-color: #ff3b30;
}

/*FORM ELEMENTS*/
.select-transparent {
  color: transparent !important;
}

.form-control {
  height: 34px;
  line-height: 34px;
  margin-bottom: 20px;
  padding: 5px 10px;
  z-index: 1;
  border: 1px solid #909090;
}

@media (min-width: 992px) {
  .form-control {
    margin-bottom: 10px;
  }
}

textarea.form-control {
  line-height: normal !important;
}

.field {
  position: relative;
  width: 100%;
  /*$bs: unquote($bs);*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}

.field .field-placeholder {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  line-height: 35px;
  z-index: 1;
  transition: all 0.25s ease-in-out;
  opacity: 0.75;
  color: inherit;
}

.field select {
  z-index: 2;
  position: relative;
  background: transparent;
  cursor: pointer;
}

.field-active {
  position: relative;
}

.field-active .field-placeholder {
  font-size: 80%;
  top: -15px;
  left: 10px !important;
  line-height: 12px;
  opacity: 1;
}

.field-title {
  position: absolute;
  font-size: 80%;
  top: -15px;
  left: 10px !important;
  line-height: 12px;
  opacity: 1;
}

.prepand-icon {
  position: relative;
  width: 100%;
  /*$bs: unquote($bs);*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.prepand-icon input {
  padding-left: 36px;
}

.prepand-icon .fa {
  position: absolute;
  top: 0;
  padding: 0 10px;
  line-height: 38px;
  color: #9e9e9e;
}

.prepand-icon .field-placeholder {
  left: 36px;
}

.apend-icon {
  position: relative;
  width: 100%;
  /*$bs: unquote($bs);*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.apend-icon input {
  padding-right: 36px;
}

.apend-icon .fa {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  padding: 0 10px;
  line-height: 38px;
  color: #9e9e9e;
}

/*BTNS*/
.btn-brand {
  color: #fafafa;
  background-color: #3a5a7b;
  border-color: #3a5a7b;
}

.btn-brand:hover,
.btn-brand:focus {
  color: #ffffff;
  background-color: #2e4862;
  border-color: #2e4862;
}

.btn i {
  margin: 0;
  border: none;
  padding: 0;
}

.btn i.fa-clean {
  padding: 0;
  margin: 0;
  border: none;
}

.btn span {
  display: none;
}

@media (min-width: 992px) {
  .btn i {
    padding-right: 8px;
    margin-right: 8px;
    border-right: solid 1px #e9e9e9;
    vertical-align: middle;
  }

  .btn span {
    display: inline;
  }
}

.label-check {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 6px;
  line-height: 23px;
  font-size: inherit;
  cursor: pointer;
  opacity: 0.7;
  font-weight: 300;
}

.label-check input[type="checkbox"] {
  position: absolute;
  top: 2px;
  margin-left: -29px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  opacity: 0.5;
}

.label-check input[type="checkbox"]:after {
  content: "";
  display: block;
  margin-top: -1px;
  width: 18px;
  height: 18px;
  border: 2px solid black;
  border-radius: 2px;
  -webkit-transition: 0.25s false false;
  -moz-transition: 0.25s false false false;
  -o-transition: 0.25s false false false;
  transition: 0.25s;
}

.label-check input[type="checkbox"]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
}

.label-check input[type="checkbox"]:checked:after {
  background-color: #ffffff;
  border-color: #456c93;
}

.label-check input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  display: table;
  width: 7px;
  height: 13px;
  border: 2px solid #456c93;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.label-radio {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 6px;
  line-height: 23px;
  font-size: inherit;
  cursor: pointer;
  opacity: 0.7;
  font-weight: 300;
}

.label-radio input[type="radio"] {
  position: absolute;
  top: 0;
  margin-left: -29px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  opacity: 0.5;
}

.label-radio input[type="radio"]:after {
  content: " ";
  display: block;
  margin-top: -1px;
  margin-left: -1px;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  border-radius: 50%;
  -webkit-transition: 0.25s false false;
  -moz-transition: 0.25s false false false;
  -o-transition: 0.25s false false false;
  transition: 0.25s;
  background-color: #ffffff;
}

.label-radio input[type="radio"]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
}

.label-radio input[type="radio"]:checked:after {
  background-color: #ffffff;
  border-color: #456c93;
}

.label-radio input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #456c93;
}

.label-switch {
  display: block;
  vertical-align: middle;
  /*width: 52px;*/
  margin-bottom: 6px;
  border-radius: 16px;
  box-sizing: border-box;
  /*height: 32px;*/
  padding: 5px 0;
  position: relative;
  /*cursor: pointer;*/
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  /*span {
        display: inline-block;
        line-height: 32px;
        vertical-align: middle;
    }*/
}

.label-switch input[type="checkbox"],
.label-switch input[type="radio"] {
  /*display: none;*/
  display: inline-block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
}

.label-switch label.handle {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 23px;
  padding: 5px 0;
  border-radius: 16px;
  box-sizing: border-box;
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear false;
  -o-transition: all 0.3s linear false;
  transition: all 0.3s linear;
  vertical-align: middle;
}

.label-switch label.handle:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 43px;
  border-radius: 16px;
  box-sizing: border-box;
  height: 23px;
  background: #ffffff;
  z-index: 1;
  -webkit-transition:
    border 0.25s false,
    box-shadow 0.25s false,
    background-color 0.5s false;
  -moz-transition:
    border 0.25s false false,
    box-shadow 0.25s false false,
    background-color 0.5s false false;
  -o-transition:
    border 0.25s false false,
    box-shadow 0.25s false false,
    background-color 0.5s false false;
  transition:
    border 0.25s,
    box-shadow 0.25s,
    background-color 0.5s;
  border: 1px solid #dfdfdf;
  background-clip: content-box;
}

.label-switch label.handle:after {
  content: "";
  display: block;
  height: 21px;
  width: 21px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s false;
  -moz-transition: all 0.2s false false;
  -o-transition: all 0.2s false false;
  transition: all 0.2s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.label-switch input[type="checkbox"]:checked + label.handle:before,
.label-switch input[type="radio"]:checked + label.handle:before {
  -webkit-transition:
    border 0.25s false,
    box-shadow 0.25s false,
    background-color 0.5s false;
  -moz-transition:
    border 0.25s false false,
    box-shadow 0.25s false false,
    background-color 0.5s false false;
  -o-transition:
    border 0.25s false false,
    box-shadow 0.25s false false,
    background-color 0.5s false false;
  transition:
    border 0.25s,
    box-shadow 0.25s,
    background-color 0.5s;
  border-color: #456c93;
  box-shadow: #456c93 0px 0px 0px 11px inset;
  background-color: #456c93;
}

.label-switch input[type="checkbox"]:checked + label.handle:after,
.label-switch input[type="radio"]:checked + label.handle:after {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}

.image-holder {
  display: block;
  position: relative;
  width: 100%;
  /*$bs: unquote($bs);*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.image-holder img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*==================================================
  Responsive Table
==================================================== */
.rs-table {
  position: relative;
  display: block;
  margin-bottom: 0;
}

.rs-table thead {
  display: block;
  width: 100%;
  position: absolute;
  visibility: hidden;
  background: white;
  transition: all 0.25s ease-in-out;
  transform: translateY(-20%);
  opacity: 0;
}

.rs-table.rs-active thead {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.rs-table tbody {
  display: block;
}

.rs-table tr {
  display: block;
}

.rs-table th[style] {
  display: inline-block;
  width: 100% !important;
  box-sizing: border-box;
}

.rs-table td {
  display: block;
  border-top: 1px solid #eeeeee !important;
  vertical-align: middle;
}

.rs-table td .image-holder {
  max-width: 240px;
  margin: auto;
}

@media (min-width: 600px) {
  .rs-table td .image-holder {
    max-width: 100px;
  }
}

.rs-filter {
  content: "filter";
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: white;
  line-height: 44px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.rs-filter:hover {
  background-color: #fafafa;
}

.rs-label {
  display: block;
  font-size: 80%;
  opacity: 0.55;
}

.rs-td-actions {
  text-align: center;
}

@media (min-width: 600px) {
  .rs-td-actions {
    text-align: right;
  }
}

@media (min-width: 480px) {
  .rs-table th[style] {
    width: 49% !important;
  }
}

@media (min-width: 768px) {
  .rs-table {
    display: table;
  }

  .rs-table thead {
    display: table-row-group;
    position: static;
    visibility: visible;
    background: transparent;
    transition: all 0.25s ease-in-out;
    transform: translateY(0);
    opacity: 1;
    z-index: inherit;
  }

  .rs-table tbody {
    display: table-row-group;
  }

  .rs-table tr {
    display: table-row;
  }

  .rs-table th[style] {
    display: table-cell;
    width: auto !important;
  }

  .rs-table td {
    display: table-cell;
    vertical-align: middle !important;
  }

  .rs-label {
    display: none;
    visibility: hidden;
  }
}

thead.tbl-filter-head {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out false;
  -o-transition: all 0.2s ease-in-out false;
  transition: all 0.2s ease-in-out;
  /*@include input-placeholder($font-color-primary);*/
}

thead.tbl-filter-head tr > th {
  position: relative;
  padding-left: 15px;
  min-height: 34px;
  vertical-align: middle;
}

thead.tbl-filter-head tr > th i.fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 5px;
  line-height: 34px;
  width: 15px;
  cursor: pointer;
}

thead.tbl-filter-head tr > th .fa-sorting:before {
  content: "\f0dc";
}

thead.tbl-filter-head tr > th.no-filter {
  background-image: none !important;
  font-size: 10px;
  text-transform: uppercase;
}

thead.tbl-filter-head th.sorted {
  background-color: #f4f4f4;
}

thead.tbl-filter-head .field {
  margin: 0 !important;
}

thead.tbl-filter-head .field-placeholder {
  /* opacity: 1; */
  font-size: 10px;
  text-transform: uppercase;
}

thead.tbl-filter-head .field-active .field-placeholder {
  top: -5px;
}

thead.tbl-filter-head .form-control {
  margin-bottom: 0;
}

thead.tbl-filter-head .form-control:focus {
  box-shadow: none;
  background-color: rgba(233, 233, 233, 0.2);
}

thead.tbl-filter-head input {
  border: none;
  line-height: 34px;
  box-shadow: none;
  padding: 0 5px;
  background: transparent;
}

thead.show-filter {
  position: absolute;
  display: block !important;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90% !important;
  padding: 15px;
  /*$bs: unquote($bs);*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.15);
}

thead.show-filter tr > th {
  display: block;
}

thead.show-filter tr > th.no-filter {
  display: none;
  overflow: hidden;
  width: 0;
  padding: 0;
}

.tbl-header {
  /*border-bottom: solid 1px $color-border;*/
  padding: 5px 15px;
  margin-bottom: 15px;
}

.tbl-header .tbl-title {
  line-height: 34px;
}

.tbl-footer {
  border-top: solid 1px #e9e9e9;
  padding: 15px;
}

.tbl-footer .pagination {
  margin: 0;
}

.tbl-sum-count {
  line-height: 34px;
  font-size: 12px;
}

.tbl-block {
  position: relative;
  display: block;
  margin-bottom: 0;
}

.tbl-block thead {
  display: table;
  width: 100%;
}

.tbl-block thead th.no-filter {
  display: none;
  overflow: hidden;
  width: 0;
  padding: 0;
}

.tbl-block tbody {
  display: block;
  padding: 10px;
  width: 100%;
}

.tbl-block tbody:after {
  content: "";
  display: table;
  clear: both;
}

.tbl-block tbody tr {
  display: block;
  margin-bottom: 15px;
  /*@include gallery(3);*/
}

.tbl-block tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.tbl-block tbody tr:nth-of-type(even) {
  background-color: transparent;
}

.tbl-block tbody tr:hover {
  background-color: rgba(244, 244, 244, 0.4);
}

@media (min-width: 600px) {
  .tbl-block tbody tr {
    width: 47.82609%;
    float: left;
  }

  .tbl-block tbody tr:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .tbl-block tbody tr:nth-child(2n + 2) {
    margin-left: 52.17391%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 992px) {
  .tbl-block tbody tr {
    width: 21.73913%;
    float: left;
  }

  .tbl-block tbody tr:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .tbl-block tbody tr:nth-child(4n + 2) {
    margin-left: 26.08696%;
    margin-right: -100%;
    clear: none;
  }

  .tbl-block tbody tr:nth-child(4n + 3) {
    margin-left: 52.17391%;
    margin-right: -100%;
    clear: none;
  }

  .tbl-block tbody tr:nth-child(4n + 4) {
    margin-left: 78.26087%;
    margin-right: -100%;
    clear: none;
  }
}

.tbl-block td {
  display: block;
  border: 1px solid #eeeeee !important;
  padding: 5px;
  vertical-align: middle;
}

.tbl-block td.rs-td-actions {
  text-align: center;
}

.tbl-block td .rs-label {
  display: block;
  visibility: visible;
}

.tbl-block td .image-holder {
  max-width: 240px;
  margin: auto;
}

@media (min-width: 600px) {
  .tbl-block td .image-holder {
    max-width: 100px;
  }
}

/*LEFT MENU CODE*/
.app-menu::-webkit-scrollbar {
  width: 0em;
}

.form-group {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.nav a,
.nav label {
  display: block;
  padding: 0.5rem;
  color: #fff;
  background-color: #2e4862; /*#151515;*/
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  text-decoration: none;
  font-size: 12px;
}

.nav li i {
  font-size: 16px;
  padding-right: 0.3em;
}

.nav a:focus,
.nav a:hover,
.nav label:focus,
.nav label:hover {
  color: rgba(255, 255, 255, 0.5);
}

.nav label {
  cursor: pointer;
}

/**
 * Styling first level lists items
 */

.group-list a,
.group-list label {
  padding-left: 1rem;
  background: #314e6b; /*#252525;*/
}

/**
 * Styling second level list items
 */

.sub-group-list a,
.sub-group-list label {
  padding-left: 2rem;
  background: #355677; /*#353535;*/
}

/**
 * Styling third level list items
 */

.sub-sub-group-list a,
.sub-sub-group-list label {
  padding-left: 3rem;
  background: #395b7c; /*#454545;*/
}

/**
 * Hide nested lists
 */

.group-list,
.sub-group-list,
.sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}

.openSubmenuClass {
  max-height: 1000px;
}

/**
 * Rotating chevron icon
 */

label > span {
  float: right;
  -webkit-transition: -webkit-transform 0.65s ease;
  transition: transform 0.65s ease;
}

.rotatechevron {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*dataTable*/
div.dataTables_wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 4px 0;
}

div.dataTables_wrapper thead {
  font-size: 0.8em;
}

div.dataTables_wrapper tbody {
  font-size: 0.9em;
}

div.dataTables_wrapper th {
  min-width: 4em;
  padding-left: 0;
}

div.dataTables_wrapper th.no-filter {
  min-width: 0 !important;
}

div.dataTables_wrapper th:last-child,
div.dataTables_wrapper tr td:last-child {
  text-align: center;
}

div.dataTables_wrapper th label {
  overflow: hidden;
}

div.dataTables_wrapper td {
  padding: 6px 10px !important;
  max-width: 30em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}

div.dataTables_wrapper table.dataTable thead th,
div.dataTables_wrapper table.dataTable tfoot th {
  font-weight: normal;
  padding-left: 6px;
  border-top-color: #ddd;
}
div.dataTables_wrapper table.dataTable thead th,
div.dataTables_wrapper table.dataTable thead td {
  border-bottom: none;
}
div.dataTables_wrapper table.dataTable thead .sorting {
  background-image: url("../../images/datatables/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../../images/datatables/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../../images/datatables/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../../images/datatables/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../../images/datatables/sort_desc_disabled.png");
}

div.dataTables_wrapper .dataTables_length {
  padding-left: 10px;
}
div.dataTables_wrapper .dataTables_length select {
  height: 25px;
}

div.dataTables_wrapper .dataTables_filter input {
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  outline: none;
}
div.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #337ab7 !important;
}
div.dataTables_wrapper .dataTables_paginate .paginate_button.current,
div.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #337ab7 !important;
  border-color: #ddd;
  background: none;
}
div.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
div.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
div.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: not-allowed;
  opacity: 0.5;
}
div.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #23527c !important;
  background: none;
  background-color: #eeeeee;
  border-color: #dddddd;
}
div.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: none;
  background-color: #cccccc;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

button.dt-button,
div.dt-button,
a.dt-button {
  padding: 2px 5px !important;
}
/* END DATATABLES */

/* OTHER */
.valid:not(:disabled) {
  background-color: rgba(58, 90, 123, 0.05) !important;
}

.valid option {
  background-color: #fff !important;
}

/*To hide the arrow:*/
input::-webkit-calendar-picker-indicator {
  display: none;
}
/* And to hide the prompt:*/
input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}
/*input::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
    display: none;
}*/

/* CUSTOM COMBOBOX DATALIST CSS */

.customCombobox_datalist {
  display: none;
  position: absolute;
  top: 39px;
  width: calc(100% - 30px);
  background: #eee;
  max-height: 20em;
  overflow: scroll;
  z-index: 5;
  border: 1px solid #4fa9f2;
  font-size: 12px;
}

.customCombobox_datalist table td {
  cursor: pointer;
}

.customCombobox_datalist table thead {
  background-color: whitesmoke;
}

/* .customCombobox_datalist table th {
  border: 1px solid #a0a0a0;
} */
.customCombobox_datalist table tr {
  border-bottom: 1px solid #ccc;
  display: flex;
  /* flex-wrap: wrap; */
}

.customCombobox_datalist table th,
.customCombobox_datalist table td {
  padding: 5px;
  /* white-space: nowrap; */
  white-space: normal;
  flex: 1;
}

.customCombobox_datalist table tbody tr:hover {
  background-color: #337ab7;
  color: white;
}

.openDatalist {
  display: block;
}

.customCombobox_datalist table {
  width: 100%;
  padding: 5px 10px;
  line-height: 25px;
}
.show-cursor {
  cursor: pointer !important;
}
.show-cursor:hover {
  color: #314f6f;
}

/* IMAGES TAB */
.image-wrapper {
  height: 150px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 30px;
}

.image-item {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-options {
  position: absolute;
  right: 25px;
  top: 10px;
}

.fa-file-text-o {
  padding-left: 1px;
}

/* NOTIFICATION IN MASTER PAGE */
#notifWrapper:hover {
  background-color: inherit;
}

#notifWrapper p {
  line-height: 35px;
  padding: 7px 5px 5px 0;
  color: rgba(255, 255, 255, 0.7);
}

#notifWrapper a {
  line-height: 1.25;
  white-space: normal;
}

#notif {
  display: block !important;
  min-width: 8px;
  top: 10px;
  right: 14px;
  padding: 4px;
}

.chart-container {
  position: relative;
  height: 400px;
  width: 80%;
  margin-left: 10%;
}
.chart-container._full-size {
  width: 100%;
  margin-left: 0%;
}
.chart-container canvas {
  max-height: 400px;
}
