@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap");

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  color: #5a5a5a;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: calc(100vh - 48px);
  background-size: cover;
  background-position: top center;
  position: relative;
}

.carousel-item:after {
  content: " ";
  position: absolute;
  background: rgba(70,70,70,0.5);
    height: 100%;
    width: 100%;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

a.navbar-brand img
{
  width: 70px;
  border-radius: 100px;
}

header nav.navbar 
{
  padding-top: 0px;
  padding-bottom: 0px;
}

header nav.navbar button
{
  border-radius: 0px;
  width: 130px;
  font-family: "Rubik", sans-serif;
  color: white;
  background: transparent;
  border: 2px solid;
}

header nav.navbar button:focus {
  box-shadow: none !important;
}

header nav.navbar ul.navbar-nav li a
{
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

header nav.navbar ul.navbar-nav li
{
  margin-right: 15px;
}

footer.main-footer
{
  background: #212529;
  padding: 20px 0px;
}

footer.main-footer * 
{
  color: white;
  margin-bottom: 0px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
}

footer.main-footer a, footer.main-footer a:hover 
{
  color: white;
  text-decoration: none;
}

body {
  padding-bottom: 0px;
}

section#about {
  background: #1c294c;
  padding: 100px 0px;
}

section#about * { 
  color: white;
}

section#about h2 {
  margin-bottom: 20px;
}

section#about h2, section#about p {
  font-family: "Rubik", sans-serif;
}

section#about img.people{
  width: 100%;
  border: 20px solid white;
}

section#contents {
  padding: 100px 0px;
}

section#contents h2 {
  margin-bottom: 30px;
}

section#contents h2, section#contents p {
  font-family: "Rubik", sans-serif;
}

section#contents .nav-tabs .nav-link.active {
  background: #DC143C;
  color: white;
}

section#contents .nav-tabs .nav-link {
  border: none;
  border-radius: 0px;
  font-family: "Rubik", sans-serif;
  width: 150px;
  background: #ddd;
  color: #333;
}

section#contents .tab-content>.tab-pane {
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-top: none;
}

section#contents .tab-content>.tab-pane * {
  font-family: "Rubik", sans-serif;
}

section#contents .tab-content>.tab-pane h3 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.carousel-caption h1, .carousel-caption p {
  font-family: "Rubik", sans-serif;
}

.carousel-caption p a {
  background: #1c294c;
  border-color: #1c294c;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0px !important;
}

.carousel-caption p a:hover,
.carousel-caption p a:focus,
.carousel-caption p a:active {
  background: #233365;
  border-color: #233365;
  box-shadow: none !important;
}

section#contact {
  background: #242634;
  padding: 70px 0px;
  padding-bottom: 80px;
}

section#contact * {
  font-family: "Rubik", sans-serif;
}

section#contact h2, section#contact label {
  color: white;
}

section#contact h2 {
  margin-bottom: 30px;
}

section#contact label {
  margin-bottom: 8px;
}

section#contact div.form-group {
  margin-bottom: 20px;
}

section#contact textarea {
  resize: none;
  height: 100px;
}

section#contact button {
  background: #DC143C;
  border-color: #DC143C;
  border-radius: 0px;
}

section#contact button:focus,
section#contact button:hover,
section#contact button:active {
  box-shadow: none !important;
}

section#contact input, section#contact textarea {
  border-radius: 0px;
  background: transparent;
  color: white !important;
}

section#contact input:focus, section#contact textarea:focus {
  box-shadow: none !important;
}

section.home-breadcrumb {
  width: 100%;
  margin-top: 30px;
  padding: 100px 0px;
  background: url('../img/slides/slide01.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

section.home-breadcrumb h1 {
  color: white;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

section.home-breadcrumb:after {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

textarea { 
  resize: none !important;
}

section.register-form-section * {
  font-family: "Rubik", sans-serif;
}

section.register-form-section {
  padding: 70px 0px;
}

section.register-form-section input,
section.register-form-section select,
section.register-form-section textarea {
  color: #212529;
  border: 2px solid #212529;
  border-radius: 0px;
}

section.register-form-section input:focus,
section.register-form-section select:focus,
section.register-form-section textarea:focus {
  border-color: #233365;
}

section.register-form-section input:focus,
section.register-form-section select:focus,
section.register-form-section textarea:focus,
section.register-form-section button:focus {
  box-shadow: none !important;
}

section.register-form-section button {
  width: 100%;
  color: #212529;
  border-radius: 0px;
  border: 2px solid #212529;
  background: white;
}

div.modal input, 
div.modal select, 
div.modal textarea,
div.tab-content input, 
div.tab-content select, 
div.tab-content textarea {
  border: 2px solid #000;
  border-radius: 0px;
}

div.modal * {
  font-family: "Rubik";
}

div.modal button.btn,
div.tab-content button.btn {
  width: 100%;
  border-radius: 0px;
}

div.modal input:focus,
div.modal textarea:focus,
div.modal select:focus,
div.tab-content input:focus,
div.tab-content textarea:focus,
div.tab-content select:focus {
  border-color: #233365;
}

div.modal input:focus,
div.modal button:focus,
div.modal textarea:focus,
div.modal select:focus,
div.tab-content input:focus,
div.tab-content button:focus,
div.tab-content textarea:focus,
div.tab-content select:focus {
  box-shadow: none !important;
}

div.modal button.btn,
div.tab-content button.btn {
  width: 100%;
  color: #212529;
  border-radius: 0px;
  border: 2px solid #212529;
  background: white;
}

div.modal .btn.btn-dark:hover,
div.tab-content .btn.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

img.login-modal-logo {
  width: 200px;
  margin-bottom: 10px;
}

.modal-footer {
  display: block;
  padding: 1rem;
}

.modal-footer>div.row {
  margin-left: -11px !important;
  margin-right: -11px !important;
}

.guest-wrapper {
  padding: 50px 0px;
}

.guest-wrapper {
  font-family: "Rubik", sans-serif;
}

.guest-wrapper h1 {
  font-size: 32px;
}

.guest-wrapper button,
.guest-wrapper a {
  border-radius: 0px;
  border: 2px solid #212529;
}

.guest-wrapper button:hover,
.guest-wrapper a:hover {
  color: #212529;
  border-radius: 0px;
  background: white;
}

.guest-wrapper table tr td, .guest-wrapper table tr th {
  font-size: 14px;
  vertical-align: middle;
}

div.guest-wrapper .tab-content {
  border: 2px solid #212529;
  padding: 20px 25px;
}

div.guest-wrapper ul.nav.nav-tabs li.nav-item button {
  background: #212529;
  color: white;
  border: 2px solid #212529;
  border-bottom: 0px;
  border-radius: 0px;
  border-right: 0px;
}

div.guest-wrapper ul.nav.nav-tabs li.nav-item:last-child button {
  border-right: 2px solid #212529;
}

div.guest-wrapper ul.nav.nav-tabs li.nav-item button.active {
  background: white !important;
  color: #212529;
  position: relative;
}

div.guest-wrapper ul.nav.nav-tabs li.nav-item button.active:after {
  content: " ";
  background: white;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0px;
  bottom: -2px;
}

.empty-table-panel {
  padding: 150px 0px;
}

.empty-table-panel p {
  font-size: 24px;
  font-weight: 700;
  color: #999;
}

.empty-table-panel button {
  width: auto !important;
  padding-left: 30px;
  padding-right: 30px;
}

.import-figure img {
  margin-bottom: 10px;
  width: 120px;
}

.import-figure p {
  margin-bottom: 0px;
  font-weight: 500;
}

div#import-results ul li {
  font-size: 14px;
  padding: 5px;
}

.guest-wrapper .tab-content>.tab-pane, .guest-min-height {
  min-height: 500px;
}

.card, .card * {
  border-color: #212529;
  border-width: 2px !important;
  border-radius: 0px;
}

.card-header {
  color: white;
  background: #212529;
  border-radius: 0px !important;
}

div.tab-content input[type="radio"], div.tab-content input[type="checkbox"] {
  border: 1px solid rgba(0,0,0,.25) !important;
}

div.tab-content input[type="radio"]:checked, div.tab-content input[type="checkbox"]:checked {
  border: none !important;
}

div.tab-content ul.dropdown-menu.show li a {
  border-bottom-width: 0px;
}

div.tab-content ul.dropdown-menu.show li:last-child a {
  border-bottom-width: 2px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
