/* DO NOT EDIT THIS FILE */

body {
  background-color: rgb(255, 255, 255);
  padding-bottom: 62px;
}

#page {
  background-color: rgb(255, 255, 255);
}

#footer {
  background-color: rgb(240, 240, 240);
  background-image: -ms-linear-gradient(top, #fffefe 0%, #fefdfd 100%);
  background-image: -moz-linear-gradient(top, #fffefe 0%, #fefdfd 100%);
  background-image: -o-linear-gradient(top, #fffefe 0%, #fefdfd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffefe), color-stop(1, #fefdfd));
  background-image: -webkit-linear-gradient(top, #fffefe 0%, #fefdfd 100%);
  background-image: linear-gradient(to bottom, #fffefe 0%, #fefdfd 100%);
  border-top-color: rgb(96, 94, 94);
  color: rgb(0, 0, 0);
  font-size: 0.8em;
  height: 62px;
}

#contentPanel {
  background-color: rgb(246, 246, 247);
  border-color: rgb(189, 185, 185);
}

.card-header {
  background-color: rgb(0, 0, 128);
  border-color: rgb(125, 130, 123);
  color: rgb(255, 255, 255);
}

.card-header.sub-header {
  background-color: rgba(230, 230, 231, 0.7);
  border-color: rgb(189, 185, 185);
  color: rgb(0, 0, 0);
}

.landingPageText {
  color: rgb(0, 0, 0);
  font-size: 1.5em;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  color: rgba(1, 61, 141, 0.96);
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-color: rgb(189, 185, 185);
}

thead,
tfoot {
  background-color: rgb(222, 222, 222);
}

.table-striped>tbody>tr.odd {
  background-color: rgb(255, 255, 255);
}

.table-striped>tbody>tr.even {
  background-color: rgba(211, 244, 248, 0.82);
}

.text-danger {
  color: rgb(255, 0, 0) !important;
}

.btn-default,
.btn-default:focus {
  background-color: rgb(14, 3, 126);
  background-image: -ms-linear-gradient(top, #0e037e 0%, #0e037e 100%);
  background-image: -moz-linear-gradient(top, #0e037e 0%, #0e037e 100%);
  background-image: -o-linear-gradient(top, #0e037e 0%, #0e037e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0e037e), color-stop(1, #0e037e));
  background-image: -webkit-linear-gradient(top, #0e037e 0%, #0e037e 100%);
  background-image: linear-gradient(to bottom, #0e037e 0%, #0e037e 100%);
  border-color: rgb(14, 3, 126);
  color: rgb(255, 255, 255);
}

.btn-default:hover {
  background-color: rgb(14, 3, 126);
  background-image: -ms-linear-gradient(top, #0e037e 0%, #0e037e 100%);
  background-image: -moz-linear-gradient(top, #0e037e 0%, #0e037e 100%);
  background-image: -o-linear-gradient(top, #0e037e 0%, #0e037e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0e037e), color-stop(1, #0e037e));
  background-image: -webkit-linear-gradient(top, #0e037e 0%, #0e037e 100%);
  background-image: linear-gradient(to bottom, #0e037e 0%, #0e037e 100%);
  border-color: rgb(14, 3, 126);
  color: rgb(250, 151, 58);
}

.btn-default:active {
  background-color: rgb(14, 3, 126);
  background-image: -ms-linear-gradient(top, #0e037e 0%, #0e037e 100%);
  background-image: -moz-linear-gradient(top, #0e037e 0%, #0e037e 100%);
  background-image: -o-linear-gradient(top, #0e037e 0%, #0e037e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0e037e), color-stop(1, #0e037e));
  background-image: -webkit-linear-gradient(top, #0e037e 0%, #0e037e 100%);
  background-image: linear-gradient(to bottom, #0e037e 0%, #0e037e 100%);
  border-color: rgb(14, 3, 126);
  color: rgb(255, 255, 255);
}

.btn-default[disabled],
.btn.disabled {
  background-color: rgb(245, 245, 245);
  background-image: -ms-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #eeeeee));
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%);
  border-color: rgb(204, 204, 204);
  color: rgb(204, 204, 204);
}

#menu {
  background-color: rgb(235, 234, 234);
}

#mobileMenuLogo {
  background-color: rgb(254, 254, 254);
  background-image: url(BRAN_LOGO.png);
  background-position: 10px  5px;
  background-size: 140px  50px;
  height: 70px;
}

.list-group-item {
  border-bottom-color: rgb(231, 231, 231);
  border-bottom-width: 1px;
  font-size: 1.1em;
}

a.list-group-item {
  color: rgb(0, 0, 0);
}

.list-group-item.active {
  background-color: rgb(255, 255, 255);
  border-color: rgb(231, 231, 231);
  color: rgb(13, 48, 158);
}

.list-group-item.active:focus,
.list-group-item.active:hover,
a.list-group-item:focus,
a.list-group-item:hover {
  background-color: rgb(163, 158, 157);
  border-color: rgb(231, 231, 231);
  color: rgb(255, 255, 255);
}

.list-group-item.active,
.list-group-item.active:hover,
a.list-group-item:hover {
  border-top-width: 1px;
  margin-top: -1px;
}

.navbar {
  background-color: rgb(55, 7, 97);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: rgb(255, 255, 255);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 768px) {
  body {
    background-color: rgb(197, 197, 198);
    background-image: none;
    background-repeat: no-repeat;
    padding-bottom: 0;
  }

  #footer {
    font-size: 0.9em;
    height: auto;
  }

  #menu {
    background-color: rgb(235, 234, 234);
    padding-bottom: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
  }

  .list-group-item {
    border-bottom-color: rgb(232, 225, 237);
    font-size: 1.2em;
  }

  a.list-group-item {
    color: rgb(9, 9, 143);
  }

  .list-group-item.active {
    background-color: rgb(9, 9, 143);
    border-color: rgb(231, 231, 231);
    color: rgb(251, 249, 247);
  }

  .list-group-item.active:focus,
  .list-group-item.active:hover,
  a.list-group-item:focus,
  a.list-group-item:hover {
    background-color: rgba(99, 97, 94, 0.78);
    border-color: rgb(1, 0, 2);
    color: rgb(255, 255, 255);
  }

  #c2g-navbar a {
    color: rgb(0, 0, 128);
  }

  #c2g-navbar a:focus,
  #c2g-navbar a:hover {
    color: rgb(244, 125, 31);
  }

  #banner {
    background-color: rgb(255, 255, 255);
    background-image: url(BRAN_LOGO.png);
    background-repeat: no-repeat;
    background-size: 200px                55px;
    min-height: 50px;
  }

  #c2g-navbar {
    right: 0px;
    top: 15px;
  }
}