body {
  background: #FAFAFA;
  font-family: 'Roboto', sans-serif;

}

/* Colors */

.primary {
  color: #001A57 !important;
}

.bg-primary {
  background: #001A57 !important;
}

.secondary {
  color: #337AB7;
}

.bg-secondary {
  background: #337AB7;
}

.btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:hover {
  background-color:  #2e6da4;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2e6da4;
  border-color: #2e6da4;
  opacity: .5;
}

.text-primary {
  color: #337AB7 !important;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* Header */

.header {
  background-color: #001A57;
  color: #fff;
  padding: 20px 60px;
  width: 100%;
}

.header a {
  color: #fff;
  line-height: 4em;
  font-size: 12px;
}

.container {
  background-color: #fff;
}

h2, h3, h4, h5 {
  line-height: 1.3em;
  margin-top: 20px;
  margin-bottom: 20px;
}

h2 {font-size: 24px;}
h3 {font-size: 21px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {
  font-size: 13px;
  letter-spacing: 3px;
}
p, ul {font-size: 13px;}
small {font-size: 11px;}

/* Borders */

.border-top {
  border-top: 3px solid #0c5460 !important;
}

.border-bottom {
  border-bottom: 3px solid #0c5460 !important;
}

/* Form */

form label {
  color: #337AB7;
  font-size: 14px;
}

.custom-control label {
  color: #707070;
  font-size: 14px;
}

.custom-file-label {
  font-size: 16px;
}

/* Tables */

.table td{
  font-size: 13px; 
  vertical-align: middle !important;
}
.table .badge {text-transform: uppercase;}

/* Pin Code */

.pin-code input {
  width: 50px;
  display: inline;
  outline-color: #2e6da4;
}

/* TABS */

.nav-tabs .nav-link {
  font-weight: bold;
  font-size: 18px;
  color: rgb(100, 100, 100);
  outline: none;
  border-radius: 0;
}

.nav-tabs .nav-link.active {
  border-bottom: 3px solid #001A57;
  color: #001A57;
}

/* Custom File */

/* .custom-file-label {
  height: 38px;
  padding: 0.63rem 0.75rem;
}

.custom-file-label::after {
  height: 35px;
  padding: 0.63rem 0.75rem;
} */

@media only screen and (max-width: 600px) {
  .header {
    padding: 0 16px;
  }

  .header .logo {
    width: 150px;
    margin-top: 20px;
  }

  .container {
    margin: 0 !important;
    border-radius: 0;
    padding: 16px; 
  }

  h2 {
    font-size: 18px;
  }

  h5 {
    font-size: 13px;
  }

  p, ul li, .list-group a {
    font-size: 12px;
  }

  .table td .btn {
    font-size: 13px; 
    width: 85px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .table td, .table th {
    font-size: 13px; 
  }
}


.container {
  max-width: 1300px;
}

.bg-new, .label-new {
  background-color: #C1E1C1 !important;
  color: #000000 !important;
}

.bg-legal-fees, .label-legal-fees {
  background-color: #FFE5B4 !important;
  color: #000000 !important;
}

.bg-calculating, .label-calculating{
  background-color: #FAC898 !important;
  color: #000000 !important;
}

.bg-approval-requested, .label-approval-requested {
  background-color: #F8C8DC !important;
  color: #000000 !important;
}

.bg-figures-approved, .label-figures-approved {
  background-color: #FFD1D1 !important;
  color: #000000 !important;
}

.bg-figures, .label-figures {
  background-color: #A7C7E7 !important;
  color: #000000 !important;
}

.bg-paymentpending, .label-paymentpending {
  background-color: #CCCCFF !important;
  color: #000000 !important;
}

.bg-paymentreceived, .label-paymentreceived {
  background-color: #C3B1E1 !important;
  color: #000000 !important;
}

.bg-undertakingpending, .label-undertakingpending {
  background-color: #EADDCA !important;   
  color: #000000 !important;
}

.bg-undertakingreceived, .label-undertakingreceived {
  background-color: #C2B280 !important;
  color: #000000 !important;
}

.bg-certificate-issued, .label-certificate-issued {
  background-color: #FDF7C3 !important;
  color: #000000 !important;
}

.bg-registered, .label-registered {
  background-color: #FFB9B9 !important;
  color: #000000 !important;
}

.bg-cancelled, .label-cancelled {
  background-color: #e3e3e3 !important;
  color: unset !important;
}
