:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
  padding-right: 0 !important;
}

body.style-kaplan a {
  color: #121b60;
  outline: none;
}
body.style-kaplan a:hover {
  color: #121b60;
  outline: none;
}
body.style-kaplan a.secondary {
  color: #121b60;
  outline: none;
}
body.style-kaplan a.secondary:hover {
  color: #121b60;
  outline: none;
}
body.style-kaplan .bg-navbar {
  background-color: #121b60;
}
body.style-kaplan .btn-primary {
  border-color: #121b60;
  background-color: #121b60;
}
body.style-kaplan .btn-outline-primary {
  color: #121b60;
  border-color: #121b60;
  background-color: transparent;
}
body.style-kaplan .btn-outline-primary-invert {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
body.style-kaplan .btn-secondary {
  border-color: #00a5d9;
  background-color: #00a5d9;
}
body.style-kaplan .btn-outline-secondary {
  color: #00a5d9;
  border-color: #00a5d9;
  background-color: transparent;
}
body.style-kaplan .btn-primary:hover, body.style-kaplan .btn-primary:focus, body.style-kaplan .btn-primary:active, body.style-kaplan .btn-primary.active, body.style-kaplan .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  border-color: rgba(18, 27, 96, 0.7);
  background-color: rgba(18, 27, 96, 0.7);
}
body.style-kaplan .btn-secondary:hover, body.style-kaplan .btn-secondary:focus, body.style-kaplan .btn-secondary:active, body.style-kaplan .btn-secondary.active, body.style-kaplan .open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  border-color: rgba(0, 165, 217, 0.7);
  background-color: rgba(0, 165, 217, 0.7);
}
body.style-kaplan .btn-outline-primary:hover, body.style-kaplan .btn-outline-primary:focus, body.style-kaplan .btn-outline-primary:active, body.style-kaplan .btn-outline-primary.active, body.style-kaplan .open > .dropdown-toggle.btn-outline-primary {
  color: #ffffff;
  border-color: #121b60;
  background-color: #121b60;
}
body.style-kaplan .btn-outline-primary-invert:hover, body.style-kaplan .btn-outline-primary-invert:focus, body.style-kaplan .btn-outline-primary-invert:active, body.style-kaplan .btn-outline-primary-invert.active, body.style-kaplan .open > .dropdown-toggle.btn-outline-primary-invert {
  color: #121b60 !important;
  border-color: #121b60;
  background-color: white;
}
body.style-kaplan .btn-outline-secondary:hover, body.style-kaplan .btn-outline-secondary:focus, body.style-kaplan .btn-outline-secondary:active, body.style-kaplan .btn-outline-secondary.active, body.style-kaplan .open > .dropdown-toggle.btn-outline-secondary {
  color: #ffffff;
  border-color: #00a5d9;
  background-color: #00a5d9;
}
body.style-kaplan .search-form .btn-primary {
  border-color: #00a5d9 !important;
  background-color: #00a5d9 !important;
}

@media (max-width: 767.98px) {
  header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 0;
    /* Height of navbar */
    bottom: 0;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: #5b7478;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 2000;
  }

  .offcanvas-collapse.open {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
    /* Account for horizontal padding on navbar */
  }

  .offcanvas-collapse.open {
    padding-top: 20px;
  }

  .offcanvas-collapse.open .search-form {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    position: relative;
    display: block;
  }

  .offcanvas-collapse.open #search-form {
    width: 95%;
    display: flex;
    position: relative;
  }

  .offcanvas-collapse.open .close-search-form {
    display: none;
  }

  .offcanvas-collapse.open .search-helper {
    width: 95%;
    position: relative;
  }

  .offcanvas-collapse.open .navbar-left {
    margin-top: 100px;
  }
}
header {
  position: relative;
}

body.fixed-header {
  padding-top: 100px;
}

body.fixed-header header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

body.fixed-header .offcanvas-collapse {
  top: 100px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding: 15px;
}

.nav-underline .nav-link {
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  font-size: 15px;
  color: #000000;
}

.nav-underline .nav-link:hover {
  color: #f36e20;
}

.nav-underline .nav-link.active {
  border-bottom: 3px solid #f36e20;
}

.nav-underline .nav-link.active:hover {
  color: #000000;
}

.sub-nav .nav-link {
  background-color: #ffffff;
}

.sub-nav .nav-link:hover {
  text-decoration: none;
}

.toolbar {
  border: 1px solid #dddddd;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
  background-color: var(--purple);
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.lh-100 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-150 {
  line-height: 1.5;
}

.page-header {
  margin-bottom: 10px;
}

.card-md .card-header {
  padding: 0.5rem 1.25rem;
  background-color: rgba(102, 102, 102, 0.1);
}

.card-gray {
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(221, 221, 221, 0.5));
}

.table th, .table td {
  padding: 0.5rem 0.75rem;
}

.table.table-lg th, .table td {
  padding: 0.75rem 0.75rem;
}

.table .thead-light th {
  background-color: rgba(102, 102, 102, 0.1);
}

.table tbody tr:hover {
  background-color: rgba(243, 110, 32, 0.05);
}

.table tbody th a:hover,
.table tbody td a:hover {
  text-decoration: none;
}

.table thead th.text-uppercase {
  font-size: 14px;
}

.table thead th.sorting {
    background-image: url(../../images/sort_both.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.table thead th.sorting.sorting-desc{
    background-image: url(../../images/sort_desc.png) !important;
}

.table thead th.sorting.sorting-asc{
    background-image: url(../../images/sort_asc.png) !important;
}

.list-group-pipeline {
  min-height: 300px;
}

.list-group-pipeline, .list-sortable {
  list-style: none;
}

.list-group-pipeline .list-group-item {
  background-color: #ffffff;
}

.list-group-pipeline .list-group-item:hover {
  cursor: pointer;
  background-color: rgba(243, 110, 32, 0.05);
}

.list-group-pipeline .list-group-item.update, .list-sortable .list-group-item.update {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: fadeDragDrop;
  -moz-animation-name: fadeDragDrop;
  -o-animation-name: fadeDragDrop;
  animation-name: fadeDragDrop;
}

@-webkit-keyframes fadeDragDrop {
  from {
    background-color: rgba(243, 110, 32, 0.5);
  }
  to {
    background-color: white;
  }
}
@-o-keyframes fadeDragDrop {
  from {
    background-color: rgba(243, 110, 32, 0.5);
  }
  to {
    background-color: white;
  }
}
@-moz-keyframes fadeDragDrop {
  from {
    background-color: rgba(243, 110, 32, 0.5);
  }
  to {
    background-color: white;
  }
}
@keyframes fadeDragDrop {
  from {
    background-color: rgba(243, 110, 32, 0.5);
  }
  to {
    background-color: white;
  }
}
.spinner-border,
.spinner-grow {
  margin-right: 10px;
  vertical-align: baseline;
}

.pagination {
  text-align: center;
}

.pagination .page-item .page-link {
  color: #f36e20;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", Prompt, Sans-serif;
  text-transform: uppercase;
  padding: 7px 12px;
  line-height: 20px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  border: 2px solid #f36e20;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pagination .page-item.disabled {
  cursor: auto;
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  border: 2px solid #f36e20;
  background-color: #f36e20;
}

.pagination .page-item .page-link:hover {
  color: #ffffff;
  border: 2px solid #f36e20;
  background-color: #f36e20;
}

.nav-tabs {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}

.nav-pills .nav-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav-pills .nav-link:hover {
  background-color: #eeeeee;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #f36e20;
}
.custom-select:disabled,.form-control:disabled, .form-control[readonly],.form-control[readonly]::placeholder {
	color: #989FA4;
    background-color: #F0F2F4;
	opacity: 0.7;
}
/*# sourceMappingURL=custom.css.map */
