:root {
  --default-font: "Roboto", sans-serif;
  --default-font-size: 14px;
  --default-font-weight: 400;

  --color-primary: #0a3968;
  --color-accent: #f5b333;

  --link-color: #337ab7;

  --white: #ffffff;
  --red: #e87777;
  --light-gray: #dddddd;
  --lighter-gray: #eeeeee;
  --dark-gray: #ccc;
  --darker-gray: #888;

  --shadow-light: 0 2px 4px rgba(0, 0, 0, 0.2);
  --shadow-dark: 0 3px 5px rgba(0, 0, 0, 0.3);
}

* {
  border-radius: 0;
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 98%;
}

body {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}

ul,
ol {
  margin-top: 1em;
  padding-left: 2em;
}

ul.infolist,
ol.infolist {
  list-style: none;
  margin-bottom: 2em;
  margin-top: 2em;
}
ul.infolist li,
ol.infolist li {
  margin-bottom: 0.3em;
}

table tr th,
table tr td {
  font-size: 11px;
}
table tr th {
  background: #ddd;
  border-bottom: 0 !important;
  border-color: #ccc !important;
  padding: 4px 6px 6px !important;
}
table tr td {
  padding: 8px 8px 4px !important;
}
table tr td .btn {
  font-size: 0.85em;
  position: relative;
  top: -2px;
}

/* Datatables */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  float: right;
}

div.dataTables_wrapper table.datatable {
  margin-top: 2em !important;
}

.dataTables_paginate,
.dataTables_info {
  display: inline-block;
}

.dataTables_paginate {
  float: right;
}

.form-control {
  border-radius: 0;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #333;
  cursor: pointer;
}
.form-control:hover {
  border-color: #aaa;
}

.modal-open .modal {
  z-index: 10000;
}

.control-label {
  font-weight: 500;
}

.btn {
  border-radius: 2px !important;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.btn + .btn {
  margin-left: 3px !important;
}

.btn-warning {
  background: #fbac2b;
}

.btn-social {
  display: block;
  margin: 0 auto;
  max-width: 240px;
}

.btn-group .btn + .btn {
  margin-left: 0 !important;
}

.dt-buttons .btn {
  margin-right: 5px;
}

.modal-backdrop {
  z-index: 1000;
}
.page-header {
  border-bottom: 0;
  margin: 0 0 1em;
  padding: 1em 0 0;
}
.page-header h1 {
  font-size: 1.6em;
  margin: 0;
}

.tab-pane {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 1em;
}

.panel,
.input-group-addon {
  border-radius: 2px;
}
.panel h3 {
  font-size: 1.1em;
}

/* Datatables */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  float: right;
}

div.dataTables_wrapper table.datatable {
  margin-top: 2em !important;
}

.dataTables_paginate,
.dataTables_info {
  display: inline-block;
  font-size: 13px;
}

.dataTables_paginate {
  float: right;
}

input.datepicker {
  background: url(../img/calendar.png) no-repeat 5% center / 20px;
  padding-left: 3em;
}

.alert {
  border-radius: 0;
  margin-bottom: 10px;
  padding: 4px 15px;
}

.control-label.required {
  position: relative;
}
.control-label.required::after {
  color: var(--red);
  content: "*";
  font-size: 12px;
  position: absolute;
  top: 1px;
  right: 8px;
  vertical-align: super;
}

p.error {
  color: red;
  font-style: italic;
  padding: 0.6em 0;
}

.breadcrumb {
  border-radius: 0;
  font-size: 11px;
  margin-top: 10px;
  padding: 3px 1em;
}

.slick-slider {
  max-height: 95vh;
  overflow: hidden;
}
.slick-slide img {
  width: 100%;
}

.container {
  max-width: 960px;
}

.container .jumbotron {
  border-radius: 0;
}

.page-wrapper {
  padding-bottom: 5em;
}

.accordion .panel-title,
.accordion .panel-title a {
  text-decoration: none;
}

.wrapper {
  padding: 0;
  min-height: 100%;
}

.navbar {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  margin-bottom: 0;
  min-height: auto;
}
.navbar-default {
  background: #fff;
}
.navbar-brand {
  height: auto;
  margin-right: 20px;
  padding: 6px 15px;
}
.navbar-brand img {
  max-height: 1.8em;
}
.navbar-toggle {
  background: #fff !important;
  border: 0;
  margin-top: 0;
}

.navbar-toggle .icon-bar {
  background: #aaa;
  height: 3px;
  width: 35px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar-custom {
  z-index: 999;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 998;
}

.navbar-custom .navbar-brand {
  opacity: 1;
  padding-left: 0;
}
.navbar-nav > li > a {
  background: transparent;
}
.navbar-nav > li > a:hover,
.navbar-nav > li:hover > a,
.navbar-nav > .open > a,
.about-bd .about-lnk,
.contact-bd .contact-lnk {
  background: #eee;
  color: #555 !important;
}

.nav > li > a.btn-nav {
  background: #000;
  color: #fff !important;
  border-radius: 2px;
  font-size: 0.9em;
  letter-spacing: 1px;
  margin-left: 1em;
  margin-top: 0.4em;
  padding: 0.3em 1.5em;
}
.nav > li > a.btn-nav.btn-nav-active {
  background: transparent;
  border: 1px solid #000;
  color: #000 !important;
}

.dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu > li > a {
  padding: 7px 20px;
}

.docs-header {
  padding-top: 0;
}
.no-data {
  background: #eee;
  color: #888;
  font-size: 1.3em;
  margin-top: 2em;
  padding: 1em;
}

/* Auth */
.auth-bd {
  background: #fafafa;
}
.login-form {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin: 5% auto;
  padding: 1em 3em;
  width: 25em;
}
.login-form h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
  text-transform: uppercase;
}
.login-form .checkbox-inline {
  color: #555;
}

footer {
  color: #aaa;
  font-size: 11px;
  padding: 8px 0;
  position: relative;
  top: -3em;
}
.dropzone {
  position: relative;
  border: 3px dotted #333;
  border-radius: 20px;
  color: #333;
  font: bold 24px/200px arial;
  height: 200px;
  text-align: center;
  width: auto;
  margin-bottom: 10px;
  cursor: pointer;
  overflow-y: scroll;
}

.dropzone.hover {
  border: 10px solid #fe5;
  color: #fe5;
}

.dropzone.dropped {
  background: #fff;
  border: 3px solid #333;
}

.dropzone .title_dropzone,
.dropzone .imgs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
}

.dropzone img {
  border-radius: 10px;
  vertical-align: middle;
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
}

.dropzone [type="file"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 992px) {
  body {
    padding-top: 0;
  }
  .navbar-custom .navbar-brand {
    width: auto !important;
    overflow: hidden;
  }
}
