@charset "UTF-8";

body {
    line-height: 1.7;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, p {
    margin: 0 0 15px 0;
    line-height: 1.4;
}

h1 {font-size: 2.5rem;
    font-weight: 900;
    text-align: center;
}

h2 {font-size: 1.2rem;}

h3 {font-size: 1.16rem;}

h4 {font-size: 1rem;}

.breadcrumb {
    --bs-breadcrumb-margin-bottom: 0rem;
}

/* Navbar */
.navbar {
  font-size: 20px;
    line-height: 1.7;
    color: #333333;
    font-family: 'Lobster', sans-serif;
}

.navbar .navbar-toggler .navbar-toggler-icon {
    background-image: './assets/img/list.svg';
    /*<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>*/
  }

/* Cards */
.card {
    max-width: 400px;
    padding: 0px;
}

@media all and (max-width: 768px)
{
    body {
        font-size: 0.8rem;
    }
    .card-header-accounting, .btn {
        font-size: 0.85rem;
      }
}

@media all and (min-width: 769px)
{
    body {
        font-size: 0.8rem;
    }
    .card-header-accounting {
        font-size: 1rem;
      }
}

.card .card-header, .card-header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #ebecec !important;
    background-color: #1079cf;
    color:#ffff;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

/* Forms */
.form-group, .form-check {
    margin-bottom: 0;
    padding: 10px;
}
.form-group label, .form-check label {
    margin-bottom: .5rem;
    color: #495057;
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
}
.form-control {
    font-size: 14px;
    border-color: #ebedf2;
    padding: .6rem 1rem;
    height: inherit !important;
}
.form-control::placeholder {
    color: inherit;
    opacity: 0.7;
}

/* Tables */
.table-responsive .table thead {
    border-bottom: 2px solid currentcolor;
}

/* Butons */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1079cf;
  --bs-btn-border-color: #1079cf;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1079cf;
  --bs-btn-disabled-border-color: #1079cf;
}
