body {
  background-color: #fbfbfb;
  overflow: hidden;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

table {
  max-width: 100%;
}

.navmenu-brand {
  font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fafafa !important;
}

.container-fluid {
  padding-top: 61px;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-control {
  color: #333333;
}

.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control[disabled],
.form-control[readonly] {
  background-color: #fbfbfb;
}

.mce-tinymce {
  border-radius: 2px;
}

.dropdown-menu {
  box-shadow: none;
}

.image-preview {
  margin-top: 15px;
  max-width: 100%;
}

.navmenu-nav > li.heading {
  font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 8px 15px;
  background-color: rgba(0, 0, 0, 0.45);
}

.navmenu-nav > li.active > .dropdown-menu {
  display: block;
}

.login-heading {
  margin-top: 150px;
  margin-bottom: 50px;
  font-size: 75px;
  font-weight: bold;
  color: #eeeeee;
  text-shadow: 1px 1px 0 #cccccc;
}

.login-panel {
  width: 300px;
  margin: 0 auto;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.noty_type_confirmation {
  background-color: #f8f8f8;
}

.noty_buttons {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
}

.noty_buttons button {
  margin-left: 8px;
}

.iconpicker {
  padding: 6px;
  background-color: #ffffff;
}

.iconpicker .iconpicker-items {
  padding: 0 !important;
  overflow: hidden;
  max-height: 250px;
}

.iconpicker .iconpicker-items .iconpicker-item {
  margin: 6px;
}

.iconpicker .iconpicker-items .iconpicker-item:nth-child(4n) {
  margin-right: 0;
}

.iconpicker .iconpicker-items .mCSB_scrollTools {
  position: absolute;
}

.select2-selection--multiple .select2-selection__choice {
  background-color: #f4f4f4 !important;
}

.panel:last-child {
  margin-bottom: 0;
}

.panel .panel-heading {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.panel .panel-footer {
  text-align: right;
}

.modal .modal-content {
  border: none;
}

.modal .modal-content .modal-header {
  border-bottom: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #707c8d;
  color: #e5e5e5;
}

.modal .modal-content .modal-header .modal-action span {
  display: none;
  margin-top: 4px;
  font-size: 60%;
  font-weight: normal;
  font-family: 'Roboto', Arial;
  text-transform: capitalize;
}

.modal .modal-content .modal-body .nav-tabs {
  margin-top: -10px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.modal .modal-content .modal-body .tab-content {
  margin-top: 15px;
}

.modal .modal-content .modal-body .tab-content .tab-pane {
  max-height: calc(100vh - 266px);
  overflow: hidden;
}

.modal .modal-content .modal-body .tab-content .tab-pane > :last-child {
  margin-bottom: 0;
}

.modal .modal-content .modal-body .tab-content + .form-horizontal {
  margin-top: 15px;
}

.modal .modal-content .modal-body .form-horizontal .control-label.text-left {
  text-align: left !important;
}

.modal .modal-content .modal-footer button {
  display: none;
}

.modal .modal-content .modal-footer button.show {
  display: inline-block !important;
}

.drag-drop-label {
  position: absolute;
  cursor: move;
  z-index: 100000;
}

table thead th.delete {
  width: 38px;
}

table tbody tr * {
  vertical-align: middle !important;
}

table tbody tr td {
  position: relative;
}

table tbody tr td.select {
  width: 20px;
}

table tbody tr td.select .checkbox {
  margin: 0;
}

table tbody tr td.select .checkbox label {
  padding: 0;
}

table tbody tr td.delete {
  width: 54px;
}

table tbody tr td img {
  max-height: 100px;
  max-width: 200px;
}

table tbody tr.record-template {
  display: none;
}

table tbody tr.no-record {
  display: none;
  text-align: center;
}

table tbody tr.no-record:last-child {
  display: table-row;
}

table.table.table-striped tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}

table.table tbody tr.draging {
  background-color: #fffff4;
}

table.table tbody tr:hover {
  background-color: #f5f5f5;
}

table.table tbody tr.selected {
  background-color: #b2b7bf !important;
}

table.table tbody tr.row-grouping {
  background-color: #f2f2f2 !important;
  font-size: 15px;
}

table.table tbody tr:not(.row-grouping) {
  height: 44px;
}

table.table tbody tr:not(.row-grouping) td {
  padding: 6px 8px;
  vertical-align: middle;
}

table.table tbody tr td.select-checkbox {
  width: 32px;
}

table.table tbody tr td.select-checkbox:before,
table.table tbody tr td.select-checkbox:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
}

table.table tbody tr td.select-checkbox:before {
  content: ' ';
  margin-top: -8px;
  margin-left: -8px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

table.table tbody tr td.sortable i {
  cursor: move;
}

table.table tbody tr.selected td.select-checkbox:after {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-top: -7px;
  margin-left: -7px;
  font-size: 11px;
  color: #555555;
  text-align: center;
  text-shadow: none;
}

div.DTS div.dataTables_filter {
  text-align: left;
}

div.DTS div.dataTables_filter input {
  margin-left: 0;
}

div.DTS div.dataTables_info {
  text-align: right;
}

div.DTS div.dataTables_scroll {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
}

div.DTS div.dataTables_scroll div.dataTables_scrollFoot table.dataTable {
  margin-bottom: 0 !important;
}

div.DTS div.dataTables_scroll div.dataTables_scrollFoot table.dataTable tfoot tr td,
div.DTS div.dataTables_scroll div.dataTables_scrollFoot table.dataTable tfoot tr th {
  padding: 4px 8px;
  border-top: 0;
  border-bottom: 1px solid #e4e4e4;
}

div.DTS div.dataTables_scroll div.dataTables_scrollFoot table.dataTable tfoot tr td > *:not(select),
div.DTS div.dataTables_scroll div.dataTables_scrollFoot table.dataTable tfoot tr th > *:not(select) {
  width: 100% !important;
}

div.DTS div.dataTables_scroll div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #fdfdfd, #fdfdfd 10px, white 10px, white 20px);
}

div.DTS div.dataTables_scroll div.dataTables_scrollBody table.dataTable tr td .btn-action {
  width: 100%;
  min-width: 90px;
  white-space: nowrap;
}

div.DTS div.dataTables_scroll div.dataTables_scrollBody table.dataTable tr td .btn-action .dropdown-menu {
  width: 100%;
  min-width: 100%;
}

div.DTS div.dataTables_scroll div.dataTables_scrollBody table.dataTable tr td .btn-action .dropdown-menu li a {
  padding: 3px 10px;
}

div.DTS div.dataTables_scroll div.dataTables_scrollBody table.dataTable tr td .btn-action button:first-child:last-child {
  width: 100%;
}

div.DTS div.dataTables_scroll div.dataTables_scrollBody table.dataTable tr td:not(.dataTables_empty) {
  vertical-align: middle;
}

div.DTS div.dataTables_scroll div.dataTables_scrollBody table.dataTable tr td:not(.dataTables_empty) span.highlight {
  background-color: #ffff88;
  color: #333333;
}

.dropzone {
  min-height: unset;
  padding: 5px;
  border: none;
  border-bottom: 1px solid transparent;
}

.dropzone .dz-message {
  padding: 50px;
  margin: 0 !important;
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background-color: white;
}

.dropzone .dz-message span i {
  font-size: 40px;
  vertical-align: middle;
}

@media (min-width: 1300px) {
  .modal-lg {
    width: 1200px;
  }
}

@media (min-width: 768px) {
  body.show-nav {
    padding-left: 250px;
  }

  body.show-nav .navbar-fixed-top,
  body.show-nav .navbar-fixed-bottom {
    left: 250px;
  }
}