@charset "UTF-8";
.order-card {
  background-color: #edf8fd;
}
.order-card .card-header {
  background-color: #058ac4;
  border-color: #058ac4;
  color: #fff;
}
.order-card > .card-body {
  border-color: #058ac4;
  background-color: #edf8fd;
  min-height: 300px;
}

.assigned-units {
  min-height: 50px;
  padding: 15px 15px 0 15px;
  background-color: #edf8fd;
}
.assigned-units .card {
  border-radius: 0;
}

.assigned-unit-card {
  min-height: 200px;
}
.assigned-unit-card .btn-close {
  font-size: 10px;
}
.assigned-unit-card .card-body {
  border-radius: 0;
  border-top: 1px solid #edf8fd;
  padding-top: 5px;
  padding-right: 0px;
  font-size: 13px;
}
.assigned-unit-card p {
  margin-bottom: 7px;
}
.assigned-unit-card .settings {
  margin-top: 5px;
  min-width: 235px;
}
.assigned-unit-card .form-check-input {
  position: relative;
  z-index: 2;
}
.assigned-unit-card label {
  background-color: rgba(196, 230, 247, 0.9);
  border-radius: 30px;
  padding: 2px 10px 2px 43px;
  position: relative;
  left: -43px;
  top: -1px;
  font-size: 13px;
  z-index: 0;
}
.assigned-unit-card input.price {
  width: 70px;
  display: inline-block;
  margin-right: 5px;
}
.assigned-unit-card .hire-period {
  width: 145px;
  display: inline-block;
}
.assigned-unit-card .release-code {
  width: 153px;
  display: inline;
}
.assigned-unit-card .update-ordered-unit {
  position: relative;
  left: 3px;
  top: -2px;
  background-color: #058ac4 !important;
}

.bg-primary {
  background-color: #058ac4 !important;
}

.bg-warning {
  background-color: #f0ad4e !important;
}

.bg-success {
  background-color: #3cad7c !important;
}

.bg-muted {
  background-color: rgb(151, 161, 170) !important;
}

.text-success {
  color: #3cad7c !important;
}

.text-danger {
  color: #d9534f !important;
}

.bg-blue {
  background-color: #c4e6f7 !important;
}

@media print {
  .no-print, .d-none {
    display: none;
  }
}
body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

main .container:first-of-type {
  min-height: 500px;
}

.is-invalid {
  border: 1px solid #d9534f !important;
}

.footer-lms {
  z-index: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f8f9fa;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  color: rgb(151, 161, 170);
}
.footer-lms a {
  color: rgb(151, 161, 170);
}

a {
  color: #222;
}

a:hover {
  color: #666;
}

.text-primary {
  color: #058ac4 !important;
}

.text-info {
  color: #3aa2d6 !important;
}

.text-muted {
  color: rgb(151, 161, 170) !important;
}

.bg-info {
  background-color: #3aa2d6 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.alert {
  border-radius: 0;
  border: 0;
}

.alert-info {
  background-color: #c4e6f7 !important;
  border-color: #3aa2d6 !important;
}

.btn {
  border-radius: 5px;
  line-height: 1.3em;
  padding-bottom: 0.4em;
}

.btn-primary {
  border-color: #3aa2d6;
  background-color: #3aa2d6;
}

.btn-primary:hover {
  background-color: #3aa2d6 !important;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  border-color: #058ac4;
  background-color: #058ac4;
  opacity: 0.5;
}

.btn-outline-primary {
  color: #058ac4;
  border-color: #058ac4;
}

.btn-outline-primary:hover {
  background-color: rgba(5, 5, 5, 0.1) !important;
}

.btn:not(.btn-login) {
  border-radius: 20px !important;
}

.btn-info {
  background-color: #058ac4;
  border-color: #058ac4;
  color: #fff !important;
}

.btn-info:hover {
  background-color: #3aa2d6 !important;
  border-color: #3aa2d6 !important;
  color: #fff !important;
}

.btn-outline-info {
  color: #222;
  border-color: #058ac4;
  background-color: #fff;
}

.btn-outline-info:hover {
  background-color: #058ac4 !important;
  border-color: #058ac4 !important;
}

.btn-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #222 !important;
}

.btn-warning:hover {
  background-color: #f0ad4e !important;
  border-color: #f0ad4e !important;
  color: #222 !important;
}

.flip-h {
  display: inline-block;
  transform: scaleX(-1) !important;
}

.hdr-bar {
  height: 3px;
  width: 100%;
}

#mainNav a {
  font-size: 15px;
  font-weight: 400;
}
#mainNav .nav-item {
  margin-right: 10px;
  color: #222 !important;
}
#mainNav .nav-link {
  color: #222 !important;
}
#mainNav .nav-item .nav-link {
  opacity: 1;
}
#mainNav .nav-item .nav-link.active {
  opacity: 1;
  font-weight: 600;
}

.dropdown-menu {
  top: 44px;
  border-radius: 0px 0px 5px 5px;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  background-color: rgba(255, 255, 255, 0.85);
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}
.dropdown-menu a:hover {
  background-color: rgb(255, 255, 255);
}
.dropdown-menu li:first-of-type a {
  padding-top: 15px;
}
.dropdown-menu li:last-of-type a {
  padding-bottom: 15px;
}

.form-control,
.resource-file,
.card,
.card-body,
.form-select {
  border-radius: 8px;
}

.ql-picker {
  position: relative;
  top: -3px;
}

.ql-header {
  position: relative;
  top: 0px;
}

.ql-editor {
  font-size: 16px;
}

.ql-toolbar {
  border-radius: 8px 8px 0px 0px !important;
}

.editor-container {
  border-radius: 0px 0px 8px 8px !important;
}

.form-control:focus,
.form-select:focus {
  border-color: #058ac4 !important;
  /* Set border color */
  box-shadow: none;
  /* Remove default glow */
  outline: none;
  /* Remove outline */
}

.card:not(.shadow-none) {
  border-color: rgba(100, 100, 100, 0.2);
  box-shadow: 0px 2px 5px rgba(150, 150, 150, 0.1);
  overflow: hidden;
}

.card-header {
  border-bottom: 0 !important;
}

hr {
  opacity: 0.15;
}

small {
  display: inline-block;
  line-height: 17px !important;
}

.x-sm {
  font-size: 12px !important;
}

main {
  min-height: 380px;
}

.super-star {
  font-size: 8px;
  position: absolute;
  top: -7px;
  right: -7px;
  color: #d9534f;
}

.public-form {
  max-width: 350px;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.public-form .form-floating:focus-within {
  z-index: 2;
}

.public-form .form-floating:first-of-type .form-control {
  margin-bottom: -1px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.public-form .form-control {
  margin-bottom: -1px;
  border-radius: 0;
}

.public-form .btn-primary {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.logo {
  height: 50px;
  width: auto;
  position: relative;
}

nav .nav-items .nav-item {
  margin-right: 15px;
  font-weight: 300;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}

.top-right {
  position: relative;
  left: 14px;
}

.subpage-hdr {
  position: relative;
  border-bottom: 1px solid #f8f9fa;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  background-color: rgba(255, 255, 255, 0.7);
}
.subpage-hdr .hdr-title {
  height: 40px;
  position: relative;
}
.subpage-hdr .hdr-title .badge {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  bottom: -18px;
  position: absolute;
}
.subpage-hdr .page-subtitle {
  font-size: 1px;
  font-style: normal;
  color: #222;
  font-weight: 600;
  position: absolute;
  top: -10px;
  left: 13px;
}

.toaster {
  position: fixed;
  width: 100%;
  min-height: 45px;
  z-index: 2000 !important;
  top: 0;
  border-radius: 0;
  font-size: 15px;
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  overflow: hidden;
  color: #ccc;
  font-weight: 300;
}
.toaster .bi-x-circle {
  color: #d9534f;
}
.toaster .bi-check-circle {
  color: #3cad7c;
}

.toaster:before,
.toaster:after {
  content: " ";
  height: 10px;
  width: 100%;
  display: inline-block;
}

.toaster.alert-success p {
  padding: 0;
}

.title-input {
  padding: 0;
  border: none;
  width: 100%;
  position: relative;
  top: -6px;
  background: none;
  cursor: pointer;
  outline: none !important;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-drag {
  cursor: move;
}

.table.datatable,
.table.datatable tr,
table.dataTable {
  border-bottom: none !important;
}

.table.datatable tbody td {
  padding-left: 0;
}

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

.table td {
  border-bottom: 1px solid #eee !important;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.table.datatable td a {
  font-size: 14px;
}

.table.datatable th {
  border-bottom: 1px solid #eee !important;
  padding-left: 0;
  padding-right: 0;
  line-height: 18px;
}

.dataTables_info {
  font-size: 12px;
  padding-top: 5px !important;
  opacity: 0.5;
}

.dataTables_empty {
  opacity: 0.5;
}

.dt-button {
  border-radius: 5px !important;
  padding: 2px 7px !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  background: none !important;
  background-color: #058ac4 !important;
  color: #fff !important;
  border: none !important;
}

.table th,
.table td {
  padding-left: 0;
  padding-right: 0;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

table.messaging-table tbody tr:hover {
  background-color: #f1f1f1;
}

table.messaging-table td {
  padding: 5px 10px 5px 10px !important;
  border: none !important;
}

tfoot {
  background: #fafafa;
}

tfoot tr,
tfoot td {
  border: none !important;
}

.from-sub {
  position: relative;
  top: -4px;
}

.card-body {
  /* Space for the fixed footer */
}

.hdr-end-element {
  position: absolute;
  right: 9px;
  top: 9px;
}

.breadcrumb,
.page-settings {
  position: relative;
  top: -5px;
}

.breadcrumb,
.breadcrumb li,
.breadcrumb a {
  font-size: 12px !important;
}

.form-check-input.rounded {
  border-radius: 50% 50% !important;
}

.form-check-input:checked {
  background-color: #058ac4;
  border-color: blue_1;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 0.6;
  font-weight: 300;
}

.form-control::placeholder {
  color: #999;
  opacity: 0.6;
  font-weight: 300;
}

.archived-badge,
.item-archived-badge {
  background-color: #ccc !important;
  font-weight: 300;
  padding: 3px 5px;
  z-index: 1;
}

.item-archived-badge:before {
  content: "Archived";
}

.sub-account-badge,
.item-sub-account-badge {
  background-color: #c4e6f7 !important;
  font-weight: 300;
  padding: 3px 5px;
  display: inline-block !important;
  color: #058ac4;
}

.sub-account-badge,
.item-sub-account-badge:before {
  content: "Sub account";
}

.no-before:before {
  content: none !important;
}

.badge-primary {
  background-color: #058ac4;
}

.alert-primary {
  color: #222;
  background-color: #c4e6f7;
}

.dataTables_length,
.dataTables_filter {
  margin-bottom: 30px !important;
}

.dataTables_filter input {
  border-radius: 0 !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-color: #f8f9fa !important;
}

.dataTables_filter input::-moz-placeholder {
  color: #999 !important;
}

.dataTables_filter input::placeholder {
  color: #999 !important;
}

.dataTables_filter input[type=search] {
  border-radius: 2 !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-color: #c4e6f7 !important;
}

.notes {
  background-color: rgb(255, 240, 221) !important;
}

.side-list-group-sm {
  display: block;
  position: relative;
  top: -3px;
}

.tox-statusbar__branding {
  display: none !important;
}

.module-builder .list-group-item:hover {
  border-color: #999;
}

.module-builder .list-group-item {
  overflow: hidden;
}

.task-tools {
  border-bottom: 1px solid #eee;
  padding-bottom: -5px;
}

.guidance-input,
.notes-input {
  font-size: 13px;
  min-height: 100px !important;
}

.form-floating label {
  opacity: 1 !important;
  color: #999 !important;
}

.guidance-display > small {
  border-top: 1px dotted #666;
  padding-top: 7px;
  opacity: 0.4;
  line-height: 14px !important;
  display: inline-block;
}

.task-header.heading .material {
  background-color: #f7f7f7;
}

.form-header .material {
  background-color: #eee;
}

.sort-item.question .material {
  background-color: #f7fcff;
}

.sep-y {
  border-left: 1px solid #ccc;
  width: 1px;
  margin-left: 6px;
  margin-right: 10px;
}

.sep-y-arrow {
  width: 1px;
  margin-left: 10px;
  margin-right: 10px;
  color: #999;
}

.sep-y-arrow:before {
  content: "›";
}

.task-icons {
  opacity: 0.2;
  padding-right: 12px !important;
}

.task.sort-item .task-tools {
  background-color: #f7f7f7 !important;
}

.sort-item.heading .task-tools {
  background-color: #eee !important;
}

.sort-item.question .task-tools {
  background-color: #edf8fd !important;
}

.create-item.btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.create-item.btn:hover {
  color: #222;
}

.create-item.task {
  background-color: #fff !important;
}

.create-item.heading {
  background-color: #f7f7f7 !important;
}

.create-item.question {
  background-color: #edf8fd !important;
}

.task-tools:hover .task-icons {
  opacity: 1;
  cursor: pointer;
}

.autoheight {
  overflow: hidden;
}

.module-builder .material {
  padding: 10px 15px;
}

.module-builder .content {
  font-size: 14px;
  margin: 5px 0;
}

.module-builder .content p {
  margin-bottom: 0;
}

.module-builder .duration-type {
  font-size: 12px;
}

.heading .material .content,
.form-heading .material .content {
  font-size: 18px;
}

.sep {
  display: inline-block;
  width: 15px;
  color: #999;
  text-align: center;
  opacity: 0.5;
}

.sep:before {
  content: "|";
}

.__editor {
  font-family: sans-serif !important;
  min-height: 100px;
  border-radius: 5px;
  border-color: #ced4da !important;
  margin-top: 0 !important;
}

.accordion-button {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: #222;
  background-color: #f8f9fa !important;
  box-shadow: none;
  font-weight: bold;
}

.accordion-button:after {
  opacity: 0.2;
  color: #222 !important;
}

.accordion-button:not(.collapsed):after {
  opacity: 1;
}

.list-group-title {
  background-color: #eee;
  font-size: 15px !important;
  color: #222;
  border: none;
  cursor: default;
}

.search-area {
  position: relative;
}

.search-card {
  position: absolute;
  right: 10px;
  top: 40px;
  z-index: 2;
  max-width: 300px;
  max-height: 520px;
  overflow-y: scroll !important;
}

.ppl-search-form {
  position: absolute;
  top: -18px;
  right: 0;
  z-index: 1;
}
.ppl-search-form i {
  position: absolute;
  left: 10px;
  top: 8px;
  cursor: text;
  color: rgba(150, 150, 150, 0.5);
  pointer-events: none;
}
.ppl-search-form input {
  border: 1px solid rgba(150, 150, 150, 0.3);
  text-align: right;
}
.ppl-search-form .list-group-item {
  line-height: 14px;
  padding-bottom: 5px;
}
.ppl-search-form .list-group-item u {
  display: inline-block;
  margin-bottom: 3px;
}
.ppl-search-form .close-search {
  position: absolute;
  right: 5px !important;
  left: auto;
  width: 20px;
  height: 20px;
  z-index: 21;
  cursor: pointer !important;
}

.ppl-search-results {
  min-height: 80px;
}

#sendInfoModal .modal-footer {
  min-height: 67px;
}

.progress-footer .prog-display {
  width: auto;
  display: inline-block;
  position: absolute;
  left: 15px;
}

.progress-footer .prog-display:before {
  content: "Step: ";
}

.progress-footer #prog {
  min-height: 50px;
  transition: all 0.3s;
}
.progress-footer #prog span {
  font-size: 14px;
}
.progress-footer #prog .text-muted {
  display: inline-block;
  min-width: 80px;
}

.resource-file {
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #d1d4da;
  width: 84px;
  height: 84px;
  padding: 0;
}

.resource-file,
.resource-file div {
  width: 84px;
  height: 84px;
}

.resource-file .img-holder div {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 87px;
  left: -3px;
}

.resource-file.w-wider {
  width: 103px !important;
  height: 103px !important;
}

.resource-file.w-wider div {
  width: 105px !important;
  height: 105px !important;
}

.resource-file.w-100,
.resource-file.w-100 div {
  width: 100% !important;
  height: auto !important;
  min-height: 200px !important;
  left: 0;
}

.resource-file-selected {
  border-radius: 0;
  border: none;
  cursor: default;
}

.media-title {
  position: relative;
  z-index: 2;
}

.remove-media {
  position: absolute;
  top: 30px;
  right: 4px;
  color: #ccc;
  font-size: 17px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.remove-media:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
}

.preview-file .btn {
  width: 103px !important;
}

#mediaPreviewModal .preview-image,
#mediaPreviewModal #videoPlayer {
  height: 90vh;
}

.modal-fullscreen {
  width: calc(100vw - 40px);
  /* Subtracting twice the margin */
  height: calc(100vh - 40px);
  /* Subtracting twice the margin */
  margin: 20px;
  top: 0;
  left: 0;
  /* Dropshadow */
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.8);
}

.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: none;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border-radius: 0;
}

.profile-img {
  cursor: pointer;
  overflow: hidden;
  display: block;
  width: 80px;
  height: 80px;
  padding: 0;
  float: left;
  margin-right: 15px;
  position: relative;
  top: -5px;
}

.profile-img,
.profile-img div {
  width: 84px;
  height: 84px;
}

.profile-img .img-holder div {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 84px;
}

@media (min-width: 992px) {
  .dash-side {
    top: -75px;
  }
}
.modal-content {
  border-radius: 0 !important;
}

.sorting:before {
  font-size: 8px !important;
  position: relative;
  bottom: 20px !important;
  color: #058ac4 !important;
}

.sorting:after {
  font-size: 8px !important;
  color: #058ac4 !important;
}

.sorting_asc:before,
.sorting_desc:before,
.sorting_asc:after,
.sorting_desc:after {
  color: #058ac4 !important;
}

.access-select {
  position: relative;
  top: 1px;
  max-width: 240px;
}

#loadingMessage {
  width: 100%;
  height: 300px;
  background-color: #edf8fd;
  text-align: center;
  opacity: 0.8;
}

#loadingMessage div {
  position: relative;
  top: 47%;
  transform: translateY(-50%);
  color: #c4e6f7;
  font-size: 24px;
  font-weight: 600;
}

.edit-item {
  position: absolute;
  top: 0px;
  right: 15px;
  color: rgb(151, 161, 170);
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
#loadingMessage div i {
  font-size: 35px;
  opacity: 0.9;
  /* animate - fade in and out */
}

#loadingMessage div p {
  color: #c4e6f7;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: -10px;
}

.settings-block .list-group-item,
.settings-block label {
  font-size: 14px;
  line-height: 18px;
}

.settings-block label {
  position: relative;
  top: -2px;
}

.settings-block .list-group-item a {
  font-size: 15px;
  display: inline-block;
  position: relative;
}

.settings-block .side-list-group-sm {
  display: block;
  width: 100%;
  margin-top: 5px;
}

.tox-notifications-container {
  opacity: 0;
}

.border-e-none {
  border-right: none !important;
}

.rounded-b {
  border-radius: 0 0 5px 5px !important;
}

.popover-body {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  color: #222 !important;
  /* Set body text color */
  padding: 5px 10px !important;
  /* Set body padding */
}

.hdr-guidance {
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  width: 90px;
}

.hdr-guidance:before {
  content: "Guidance";
  color: rgb(151, 161, 170);
  font-style: italic;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.hdr-guidance i {
  position: relative;
  top: 2px;
}

.fade-in {
  position: relative;
  top: 10px;
  opacity: 0;
}

.editor-container {
  min-height: 200px;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }
}
@media (max-width: 1199px) {
  nav .nav-items .nav-item {
    margin-right: 10px;
    font-size: 90%;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1100px;
  }
}/*# sourceMappingURL=style.css.map */