@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Source+Sans+Pro:300,400,600,700&display=swap&subset=latin-ext");
body {
  font-family: 'Source Sans Pro', sans-serif;
  background-image: -webkit-linear-gradient(311deg, #f4f7fa 39%, #fbfdff 93%);
  background-image: -o-linear-gradient(311deg, #f4f7fa 39%, #fbfdff 93%);
  background-image: linear-gradient(139deg, #f4f7fa 39%, #fbfdff 93%);
  font-size: 1rem; }

h1, h2, h3 {
  font-family: 'Roboto Condensed', sans-serif; }

a {
  color: #003366;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #003366; }

button:focus {
  outline: 0; }

.btn {
  font-family: 'Source Sans Pro', sans-serif; }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: 17px 1rem;
  font-size: 16px;
  line-height: 1.5;
  border-radius: .3rem;
  font-weight: 600; }

.btn-link {
  font-weight: 400;
  color: #003366;
  text-decoration: none; }
  .btn-link:hover {
    color: #011b37;
    text-decoration: underline; }

.btn-primary {
  color: #fff;
  background-color: #003366;
  border-color: #003366;
  font-weight: 600; }
  .btn-primary:hover {
    color: #fff;
    background-color: #011b37;
    border-color: #011b37; }
  .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #011b37;
    border-color: #011b37; }
  .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-ghost-primary {
  color: #003366; }
  .btn-ghost-primary:hover {
    color: #fff;
    background-color: #003366;
    border-color: #003366; }

.badge-primary {
  color: #fff;
  background-color: #003366; }

.text-muted {
  color: #9b9b9b !important; }

.form-control {
  border-radius: 5px;
  border: solid 1px #dee5eb;
  padding: 0 10px;
  height: 60px;
  outline: 0;
  font-size: 1rem; }
  .form-control:focus {
    color: #5c6873;
    background-color: #fff;
    border-color: #dee5eb;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control.is-invalid:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #003366;
  border-color: #003366; }

.page-link {
  color: #8895a3; }
  .page-link:hover {
    color: #ffffff;
    background-color: #004385;
    border-color: #004385; }

.header-fixed .app-body {
  margin-top: 70px; }

.app-footer {
  position: relative;
  border: 0;
  background: transparent;
  font-size: 14px;
  color: #8895a3; }

select.form-control:not([size]):not([multiple]) {
  height: 60px; }

.card-header {
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #ffffff;
  border-bottom-color: #d7dadc;
  font-size: 20px;
  text-transform: uppercase; }

.login-wrap h1,
.reset-wrap h1,
.select-company-wrap h1 {
  font-size: 36px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #33cc00;
  text-transform: uppercase; }
  .login-wrap h1 span,
  .reset-wrap h1 span,
  .select-company-wrap h1 span {
    color: #003366; }

.login-wrap .logo,
.reset-wrap .logo,
.select-company-wrap .logo {
  width: auto;
  height: 100px; }

.login-wrap .card-group,
.reset-wrap .card-group,
.select-company-wrap .card-group {
  border-bottom: 2px solid #33cc00; }

.login-wrap .card,
.reset-wrap .card,
.select-company-wrap .card {
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px 0 rgba(200, 200, 200, 0.27);
  box-shadow: 0 10px 50px 0 rgba(200, 200, 200, 0.27); }
  .login-wrap .card .text-muted,
  .reset-wrap .card .text-muted,
  .select-company-wrap .card .text-muted {
    font-size: 18px;
    margin: 10px 0 22px; }
  .login-wrap .card h2,
  .reset-wrap .card h2,
  .select-company-wrap .card h2 {
    color: #1a1919;
    font-size: 28px; }
  .login-wrap .card form .input-group-text,
  .reset-wrap .card form .input-group-text,
  .select-company-wrap .card form .input-group-text {
    background: transparent;
    border-right: 0;
    padding: 0 6px 0 20px;
    font-size: 18px; }
    .login-wrap .card form .input-group-text.is-invalid,
    .reset-wrap .card form .input-group-text.is-invalid,
    .select-company-wrap .card form .input-group-text.is-invalid {
      border: 1px solid #f86c6b; }
    .login-wrap .card form .input-group-text i,
    .reset-wrap .card form .input-group-text i,
    .select-company-wrap .card form .input-group-text i {
      color: #003366;
      font-size: 18px; }
  .login-wrap .card form input,
  .reset-wrap .card form input,
  .select-company-wrap .card form input {
    border-left: 0; }

.login-wrap .footer,
.reset-wrap .footer,
.select-company-wrap .footer {
  color: #8895a3; }

.select-company-wrap .card-group {
  border-bottom: 0; }

.select-company-wrap .card {
  border-bottom: 2px solid #33cc00;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0 10px 50px 0 rgba(200, 200, 200, 0.27);
  box-shadow: 0 10px 50px 0 rgba(200, 200, 200, 0.27);
  padding: 15px; }
  .select-company-wrap .card:not(:last-child) {
    border-top-right-radius: 10px; }
  .select-company-wrap .card:not(:first-child) {
    border-top-left-radius: 10px; }
  .select-company-wrap .card .card-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 60px;
    border-bottom: 1px dashed;
    padding-bottom: 10px; }
    @media (min-width: 991px) {
      .select-company-wrap .card .card-title {
        font-size: 20px; } }
  .select-company-wrap .card .card-text {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #9b9b9b;
    line-height: 1.33; }

.app-header {
  border-bottom: 2px solid #33cc00;
  padding: 0 1.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  height: 70px; }
  .app-header .navbar-brand {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 183px; }
  .app-header .user-company {
    color: #1a1919;
    font-size: 16px;
    font-weight: 600; }
    .app-header .user-company .company-name {
      display: block;
      font-size: 14px;
      font-weight: normal; }
    .app-header .user-company .avatar {
      width: 40px;
      height: 40px;
      background-color: #003366;
      border-radius: 50%;
      color: #fff; }

.sidebar {
  background: #3a4855; }
  .sidebar .sidebar-nav {
    width: 240px; }
  .sidebar .nav {
    width: 240px; }
  .sidebar .nav-link {
    margin: 2px 8px;
    border-radius: 5px;
    font-size: 16px; }
    .sidebar .nav-link.active {
      background: #283542; }
      .sidebar .nav-link.active .nav-icon {
        color: #33cc00; }
    .sidebar .nav-link:hover {
      background: rgba(40, 53, 66, 0.7); }
  @media (max-width: 991.98px) {
    .sidebar {
      width: 240px;
      height: calc(100vh - 70px); } }

@media (min-width: 992px) {
  .sidebar-fixed .app-header + .app-body .sidebar {
    width: 240px;
    height: calc(100vh - 70px); } }

@media (min-width: 992px) {
  html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .app-footer, html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .main, html:not([dir=rtl]) .sidebar-show.sidebar-fixed .app-footer, html:not([dir=rtl]) .sidebar-show.sidebar-fixed .main {
    margin-left: 240px; }
  .sidebar-minimized .sidebar {
    width: 50px !important; }
  .sidebar-minimized .sidebar .nav-item {
    margin-bottom: 5px; }
  .sidebar-minimized .sidebar .nav-item:hover > .nav-link {
    background: #283542; } }

@media (max-width: 575.98px) {
  .aside-menu-show .main::before, .sidebar-show .app-footer::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1018;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    -webkit-animation: opacity .25s;
    animation: opacity .25s; } }

html:not([dir=rtl]) .sidebar {
  margin-left: -240px; }

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

.breadcrumb {
  background: transparent;
  border-bottom: 0;
  margin: 19px 0;
  font-size: 14px;
  color: #8895a3; }

.card.content-wrap {
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(203, 214, 224, 0.62);
  box-shadow: 0 2px 8px 0 rgba(203, 214, 224, 0.62);
  border: none; }
  .card.content-wrap .card-header {
    padding: .6rem 1.25rem; }
    .card.content-wrap .card-header span {
      position: relative; }
      .card.content-wrap .card-header span:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #33cc00;
        position: absolute;
        bottom: -13px;
        left: 0; }
  .card.content-wrap .card-body {
    /*padding: 1.25rem 0;*/ }
    .card.content-wrap .card-body.without-padding {
      padding: 0; }
    .card.content-wrap .card-body table {
      margin-bottom: 0; }
      .card.content-wrap .card-body table th {
        border-top: none;
        border-bottom: none; }
      .card.content-wrap .card-body table td, .card.content-wrap .card-body table th {
        padding: 1rem;
        vertical-align: middle; }
      .card.content-wrap .card-body table tr th:first-of-type,
      .card.content-wrap .card-body table tr td:first-of-type {
        padding-left: 1.25rem; }
      .card.content-wrap .card-body table tr th:last-of-type,
      .card.content-wrap .card-body table tr td:last-of-type {
        padding-right: 1.25rem; }
    .card.content-wrap .card-body .datepicker table th,
    .card.content-wrap .card-body .datepicker table td {
      padding: 4px !important; }
  .card.content-wrap .card-footer {
    background-color: #ffffff;
    padding: 1.25rem; }
    .card.content-wrap .card-footer .pagination {
      margin: 0 auto; }
