/* DO NOT EDIT THIS FILE */

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

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

#footer {
  background-color: rgb(0, 125, 179);
  background-image: -ms-linear-gradient(top, #007db3 0%, #007db3 100%);
  background-image: -moz-linear-gradient(top, #007db3 0%, #007db3 100%);
  background-image: -o-linear-gradient(top, #007db3 0%, #007db3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #007db3), color-stop(1, #007db3));
  background-image: -webkit-linear-gradient(top, #007db3 0%, #007db3 100%);
  background-image: linear-gradient(to bottom, #007db3 0%, #007db3 100%);
  border-top-color: rgb(0, 125, 179);
  color: rgb(255, 255, 255);
  font-size: 0.8em;
  height: 62px;
}

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

.card-header {
  background-color: rgb(250, 250, 250);
  border-color: rgb(250, 250, 250);
  color: rgb(10, 83, 135);
}

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

.landingPageText {
  color: rgb(51, 49, 51);
  font-size: 1.0em;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  color: rgb(10, 83, 135);
}

.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: rgb(246, 246, 247);
}

.text-danger {
  color: rgb(51, 49, 51) !important;
}

.btn-default,
.btn-default:focus {
  background-color: rgb(10, 83, 135);
  background-image: -ms-linear-gradient(top, #007db3 0%, #007db3 100%);
  background-image: -moz-linear-gradient(top, #007db3 0%, #007db3 100%);
  background-image: -o-linear-gradient(top, #007db3 0%, #007db3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #007db3), color-stop(1, #007db3));
  background-image: -webkit-linear-gradient(top, #007db3 0%, #007db3 100%);
  background-image: linear-gradient(to bottom, #007db3 0%, #007db3 100%);
  border-color: rgb(10, 83, 135);
  color: rgb(255, 255, 255);
}

.btn-default:hover {
  background-color: rgb(10, 83, 135);
  background-image: -ms-linear-gradient(top, #007db3 0%, #007db3 100%);
  background-image: -moz-linear-gradient(top, #007db3 0%, #007db3 100%);
  background-image: -o-linear-gradient(top, #007db3 0%, #007db3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #007db3), color-stop(1, #007db3));
  background-image: -webkit-linear-gradient(top, #007db3 0%, #007db3 100%);
  background-image: linear-gradient(to bottom, #007db3 0%, #007db3 100%);
  border-color: rgb(10, 83, 135);
  color: rgb(255, 255, 255);
}

.btn-default:active {
  background-color: rgb(10, 83, 135);
  background-image: -ms-linear-gradient(top, #007db3 0%, #007db3 100%);
  background-image: -moz-linear-gradient(top, #007db3 0%, #007db3 100%);
  background-image: -o-linear-gradient(top, #007db3 0%, #007db3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #007db3), color-stop(1, #007db3));
  background-image: -webkit-linear-gradient(top, #007db3 0%, #007db3 100%);
  background-image: linear-gradient(to bottom, #007db3 0%, #007db3 100%);
  border-color: rgb(10, 83, 135);
  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(250, 250, 250);
}

#mobileMenuLogo {
  background-color: rgb(250, 250, 250);
  background-image: url(CK_logo_no_tag.png);
  background-position: 5px 5px;
  background-size: 250px 50px;
  height: 60px;
}

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

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

.list-group-item.active {
  background-color: rgb(250, 250, 250);
  border-color: rgb(231, 231, 231);
  color: rgb(0, 125, 179);
}

.list-group-item.active:focus,
.list-group-item.active:hover,
a.list-group-item:focus,
a.list-group-item:hover {
  background-color: rgb(10, 83, 135);
  border-color: rgb(231, 231, 231);
  color: rgb(250, 250, 250);
}

.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(0, 125, 179);
}

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

.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(250, 250, 250)' 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(250, 250, 250);
    background-image: none;
    background-repeat: no-repeat;
    padding-bottom: 0;
  }

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

  #menu {
    background-color: rgb(250, 250, 250);
    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(231, 231, 231);
    font-size: 1.2em;
  }

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

  .list-group-item.active {
    background-color: rgb(250, 250, 250);
    border-color: rgb(231, 231, 231);
    color: rgb(0, 125, 179);
  }

  .list-group-item.active:focus,
  .list-group-item.active:hover,
  a.list-group-item:focus,
  a.list-group-item:hover {
    background-color: rgb(10, 83, 135);
    border-color: rgb(10, 83, 135);
    color: rgb(250, 250, 250);
  }

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

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

  #banner {
    background-color: rgb(250, 250, 250);
    background-image: url(CK_logo_no_tag.png);
    background-repeat: no-repeat;
    background-size: 340px 63px;
    min-height: 90px;
  }

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