.navbar .navbar-brand-wrapper {
  transition:
width 0.25s ease, background 0.25s ease;
  -webkit-transition:
width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
  background:
#181824;
  width: 300px;
  height: 70px;
  padding:
0 1.75rem;
}
.navbar .navbar-menu-wrapper {
  transition:
width 0.25s ease;
  -webkit-transition:
width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -ms-transition: width 0.25s ease;
  color: #111111;
  padding-left: 24px;
  padding-right: 24px;
  width: calc(100% - 300px);
  height: 70px;
  -webkit-box-shadow:
0px 1px 5px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
}
.sidebar {
  min-height: calc(100vh - 70px);
  background:
#181824;
  font-family: "Open Sans", sans-serif;
  padding:
0;
  width: 311px;
  z-index: 11;
  transition:
width 0.25s ease, background 0.25s ease;
  -webkit-transition:
width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
}
.navbar .navbar-brand-wrapper .navbar-brand {
  color: #27367f;
  font-size: 1.5rem;
  line-height: 48px;
  margin-right: 0;
  padding:.25rem 0;
  width: 160px;
}
.navbar .navbar-brand-wrapper .navbar-brand img {
  width: calc(240px - 83px);
  max-width: 100%;
  height: 91px;
  margin: auto;
  vertical-align: middle;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
  justify-content: center;
  align-items: center;
}
.table thead th {
  border-top:0;
  border-bottom-width: 1px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-weight: initial;
  background-color: #95A5A6;
  color:white;
}

/* Modal content */
.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 700px;
  height: 60vh;
overflow-y: auto;
}

/* Buttons */
.button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px;
}

.button-agree {
  background-color: #4caf50;
  color: white;
}

.button-close {
  background-color: #f44336;
  color: white;
}

.button:hover {
  opacity: 0.8;
} 
.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 90px;
}
.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-content {
    padding-top: 50px;
}
.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}
.circle-tile-description {
    text-transform: uppercase;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}
.circle-tile-heading.green:hover {
    background-color: #138F77;
}
.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}
.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}
.circle-tile-heading.red:hover {
    background-color: #CF4435;
}
.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #34495E;
}
.green {
    background-color: #16A085;
}
.blue {
    background-color: #2980B9;
}
.orange {
    background-color: #F39C12;
}
.red {
    background-color: #49c250;
}
.purple {
    background-color: #8E44AD;
}
.dark-gray {
    background-color: #7F8C8D;
}
.gray {
    background-color: #95A5A6;
}
.light-gray {
    background-color: #BDC3C7;
}
.yellow {
    background-color: #F1C40F;
}
.text-dark-blue {
    color: #34495E;
}
.text-green {
    color: #16A085;
}
.text-blue {
    color: #2980B9;
}
.text-orange {
    color: #F39C12;
}
.text-red {
    color: #E74C3C;
}
.text-purple {
    color: #8E44AD;
}
.text-faded {
    color:#FFF;
    font-weight:800;
}
.error-label {
    color: red;
    font-size: 0.9em;
	padding: 5px;
}
  
  