body{
  margin: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f5f8fa;
}

*:disabled {
  background-color: white !important;
  color: black !important;
  opacity: 1;
}

input[type="checkbox"]:disabled {
  background: white;
  color: black;
}

.navbar-laravel
{
  box-shadow: 0 2px 4px rgba(0,0,0,.04);
  background: #fff;
}

.navbar-brand , .nav-link, .my-form, .login-form
{
  font-family: Raleway, sans-serif;
}

.my-form
{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.my-form .row
{
  margin-left: 0;
  margin-right: 0;
}

.login-form
{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.login-form .row
{
  margin-left: 0;
  margin-right: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 11.2rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: .875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0.25rem;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #337AB7;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}


h1, .h1 {
    font-size: 1.6975rem !important;
}

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.29475rem + .537vw) !important;
  }
}

.wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.page-title-box .page-title {
  font-size: 18px;
  margin: 0;
  line-height: 75px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: inherit;
}

.page-title-box .page-title-right {
  float: right;
  margin-top: 20px;
}

.signature-box .signature-title {
  margin: 0;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: inherit;
}

.signature-box .signature-box-right {
  float: right;
}

input:required, textarea:required, select:required, .required {
  border-right: #5cb85c 3px solid !important;
  border-left: #5cb85c 3px solid !important;
}

.bg-danger-light {
  background-color: #eed3d7 !important;
}
.btn-secondary {
  color: #212529;
  background-color: #fff;
  border-color: #ced4da;
}

[type="checkbox"]
{
    vertical-align:middle;
}

.seperated-borders {
  border: 1px solid black;
  font-family: courier;
  letter-spacing: .9em;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) calc(1.5em - 2px), black 1.5em);
  background-size: 1.5em 100%;
  padding-left: .4em;
  width: calc(20*1.5em - .6em);
}