
.container {
  max-width: 1080px;
}

h1, h2, h3, h4, h5, h6, p, span, div, a, a:focus {
  color: inherit
}

html .text-color-dark, html .text-dark {
  color: #3c3e40 !important;
}

#footer .footer-copyright p {
  color: #828282;
}

  /* tables */
  table, table.table, table.table.dataTable {
  border-collapse: collapse !important;
  border: 1px solid #dee2e6;
}

  table.table-border-1 {
    border: 1px solid #dee2e6;
  }
  table.table-border-2 {
    border: 2px solid #dee2e6;
  }

div.dataTables_wrapper {
  padding: 10px 0;
}

/* lists */
ul.list li {
  min-height: 32px;
}

/* forms */
input {
  font-size: inherit;
}

input:focus {
  border-width: 1px;
}

label {
  display: block;
}
/*.col-form-label {
  padding-top: 0;
}*/

.form-control {
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ced4da;
  border: 1px solid #ced4da;
  font-size: 13px
}


a:hover {
  text-decoration: none;
}

/* buttons */
.btn-modern {
  font-size: 1em;
  padding: 0.7rem 1.5rem;
}

.btn-outline {
  border-width: 1px;
}

/* header */
html.sticky-header-active #header .header-body {
  border-bottom-color: rgba(234, 234, 234, 0.75);
}

/* modals */
.modal-dialog {
  margin: 5% auto;
  color: #1a1a1a;
}
.modal-body-message {
  height: 180px;
  text-align:center;
  font-size: .9rem;
  padding-top:60px;
}
.modal-body-message p {
  line-height: 1.5;
  display:inline-block;
  vertical-align: middle;
}
.modal-footer-msg {
  color: rgb(224, 63, 63);
  padding-right: 10px;
  max-width: 65%;
}
.modal-feature-icon {
  display: inline-block;
  background-color: #099CF4;
  margin: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 1.5em;
  line-height: 42px;
}

  .modal-feature-icon.error {
    background-color: #F40909;
  }
  .modal-feature-icon.success {
    background-color: #057d00;
  }

  /* owl carousel */
  .owl-carousel .owl-stage {
    display: flex;
  }

.owl-carousel .owl-item img {
  width: auto;
  height: 100%;
}

.owl-carousel .owl-nav button.owl-prev:before {
  font-size: 18px;
}

/* select2 */
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-top: 4px;
  min-height: 38px;
  width: 100% !important;
}
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
    padding-bottom: 5px;
    padding-right: 5px;
  }

.select2-selection__rendered {
  font-size: 13px;
}


/*MOBILE*/
@media (max-width: 991px) {
  #header .header-nav-main nav > ul li {
    line-height: 50px;
  }
  .home-intro p {
    font-size: 1.1rem;
  }
}
