body{
  background-color: #f5f5f5;
  background-image: url(/images/ccPattern.png);
  background-repeat: repeat;
  background-attachment: fixed;
  color: black;
  font-size: 13px;
  font-family: helvetica,arial,verdana,sans-serif;
  margin: 0 !important;
  padding: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

.border-top-radius {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.border, .border-right, .border-left, .border-top, .border-bottom {
  border-color: #d8e0eb !important; }

.btn {
  padding: 8px 20px;
  text-align: center;
  background-color: #80cdf1;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 500;
  border-color: transparent !important;
  font-size: 15px; }
  .btn:hover {
    color: #fff !important; }
  .btn.btn-large {
    padding: 12px 30px !important; }
  .btn.btn-primary {
    background-color: #80cdf1 !important;
    border-color: transparent !important; }
  .btn.btn-blue {
    color: #fff;
    background-color: #1565c0; }
  .btn.btn-secondary {
    background-color: #c1cbd5 !important;
    color: #fff !important;
    border-color: transparent !important; }
  .btn.btn-disable {
    background-color: #d8dde3 !important;
    color: #999;
    border-color: transparent !important;
    pointer-events: none; }
  .btn.btn-success {
    background-color: #80cdf1; }
  @media (max-width: 767.98px) {
    .btn {
      font-size: 13px;
      padding: 8px 15px;
      width: 100%;
      margin-bottom: 10px; } }

.text-underline {
  text-decoration: underline; }

label {
  font-weight: normal;
  font-size: 14px; }

.listing-table .table .thead-dark th {
  background-color: #80cdf1;
  border-color: #80cdf1; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 27px;
  /* Rounded sliders */ }
  .switch .switch_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .switch .switch_slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .switch input:checked + .switch_slider {
    background-color: #80cdf1; }
  .switch input:focus + .switch_slider {
    box-shadow: 0 0 1px #80cdf1; }
  .switch input:checked + .switch_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  .switch .switch_slider.round {
    border-radius: 34px; }
  .switch .switch_slider.round:before {
    border-radius: 50%; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.custom-pagination .pagination {
  justify-content: flex-end; }
  .custom-pagination .pagination li a {
    color: #80cdf1; }



/*# sourceMappingURL=style.css.map */
