@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
@import url("https://fonts.googleapis.com/css?family=Ubuntu&display=swap");
.new-style {
  /* HEADERS */
  /* .HEADERS */
  /* BUTTONS */
  /* ./BUTTONS */
  /* NOTIFICATIONS */
  /* ./ NOTIFICATIONS */
  /* QUESTION CARD */
  /* ./QUESTION CARD */
  /* LABELS */
  /* INPUTS */
  /* MESSAGES */
  /* SELECTS */
  /* MARGINS */
  /* WIDTHS */
  /* OVERLAY */
  /* NAVIGATION */
}
.new-style.content-wrap {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
}
.new-style .content-wrap {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
}
.new-style * {
  font-family: "Noto Sans", sans-serif;
}
.new-style p {
  margin: 0;
}
.new-style a {
  cursor: pointer;
  font-size: 14px;
  display: inline;
  align-items: center;
  color: #0F4872;
}
.new-style a svg {
  display: inline;
  margin-right: 8.5px;
}
.new-style u {
  border-bottom: 1px solid #0F4872;
  text-decoration: none;
}
.new-style .sub-page-header {
  align-items: center;
  background: #fff;
  padding: 13px 60px;
}
.new-style .sub-page-header h2 {
  color: #0F4872;
  font-size: 24px;
  font-weight: bold;
}
.new-style .page-header {
  color: #0F4872;
  font-size: 1.5rem;
  line-height: 150%;
  margin-bottom: 2.5rem;
}
.new-style .header--primary {
  color: #0F4872;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 2.5rem;
}
.new-style .header--secondary {
  font-size: 1.1rem;
  font-weight: bold;
  color: #1E2326;
  line-height: 150%;
  letter-spacing: 0.15px;
  margin-bottom: 1.1rem;
}
.new-style .subtitle--primary {
  font-size: 1rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.15px;
}
.new-style .header-flex {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}
.new-style .header-flex button {
  background: transparent;
  border: 0;
}
.new-style button {
  cursor: pointer;
}
.new-style .btn {
  align-items: center;
  border-radius: 5px;
  display: flex;
  font-size: 0.875rem;
  justify-content: center;
  height: 40px;
}
.new-style .btn.icon {
  padding-left: 28px;
  padding-right: 28px;
}
.new-style .btn.icon svg {
  margin-right: 9px;
}
.new-style .btn.icon span {
  white-space: nowrap;
}
.new-style .btn--cancel {
  background: #8a8a8a;
  color: #fff;
  margin: 0 20px;
  padding: 8px;
}
.new-style .btn--confirm {
  background: #414C53;
  border-radius: 8px;
  color: #fff;
  padding: 8px;
}
.new-style .btn--action {
  background: #1E85EB;
  border-radius: 5px;
  font-weight: bold;
}
.new-style .btn--exit {
  background: #fff;
  border: 1px solid #414C53;
  color: #414C53;
  margin: 0 20px;
  padding: 8px;
}
.new-style .btn--primary {
  background: #0F4872;
  color: #fff;
}
.new-style .btn--primary:disabled {
  background: #BFD2DF;
}
.new-style .btn--primary:hover {
  background: #1E85EB;
}
.new-style .btn--secondary {
  background: #fff;
  color: #0F4872;
  border: 1px solid #0F4872;
}
.new-style .btn--secondary:disabled {
  border: 1px solid #BFD2DF;
  color: #BFD2DF;
}
.new-style .btn--secondary:hover {
  border: 1px solid #1e85eb;
  color: #1E85EB;
}
.new-style .confirmation-notification {
  background: #fff;
  border: 2px solid #A6D68F;
  border-radius: 5px;
  padding: 10px 23px;
}
.new-style .confirmation-notification p {
  color: #3A6625;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-style .confirmation-notification svg {
  display: inline;
  margin-right: 10px;
  height: 25px;
  width: 25px;
}
.new-style .confirmation-notification.warning {
  border: 2px solid #E4852D;
}
.new-style .confirmation-notification.warning p {
  color: #E4852D;
}
.new-style .confirmation-notification.black-warning {
  border: 2px solid #414C53;
}
.new-style .confirmation-notification.black-warning p {
  color: #000000;
}
.new-style .confirmation-notification.warning__red {
  border: 2px solid #F2545D;
}
.new-style .confirmation-notification.warning__red p {
  color: #F2545D;
}
.new-style .information-notification {
  background: #E1E8F5;
  border-radius: 5px;
  border: 2px solid #0F4872;
  color: #0F4872;
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 30px;
  padding: 9px;
}
.new-style .information-notification .img-time {
  height: 33px;
  width: 33px;
  margin: 0 15px;
}
.new-style .notification--important {
  border: 1px solid #BFD2DF;
  border-radius: 5px;
  height: 100%;
  max-width: 100%;
  padding: 30px 20px;
  text-align: center;
}
.new-style .notification--important h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0B3858;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 28px;
}
.new-style .notification--important p {
  color: #414c53;
  font-size: 14px;
  line-height: 24px;
}
.new-style .notification--important__image {
  display: inline;
  margin-right: 7px;
  height: 25px;
}
.new-style .notification--important__image svg {
  height: 25px;
  width: 25px;
}
.new-style .question-card__wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.new-style .question-card {
  background: #fff;
  border: 1px solid #B6CBDA;
  border-radius: 10px;
  box-shadow: 4px 0 19px rgba(15, 72, 114, 0.3);
  padding: 16px 25px 0 25px;
  min-width: 700px;
  max-width: 100%;
  width: 50%;
}
.new-style .question-card__buttons__wrap {
  background: #EEF2F9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 32px -19px 6px -19px;
  text-align: center;
  padding: 24px;
}
.new-style .action-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 4px 0 19px rgba(15, 72, 114, 0.3019607843);
  border: 1px solid #b6cbda;
  padding: 30px;
  padding-bottom: 20px !important;
  width: 100%;
}
.new-style .action-card label {
  display: block;
  margin-bottom: 7px;
  vertical-align: middle;
}
.new-style .action-card__header {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}
.new-style .action-card__header button {
  background: transparent;
  border: 0;
}
.new-style .action-card__radio-input.inline {
  display: inline-block;
  margin-right: 40px;
}
.new-style .action-card__radio-input.inline label {
  display: inline;
  color: #1e2326 !important;
}
.new-style .action-card .error-header {
  background: rgba(236, 75, 84, 0.2);
  min-height: 40px;
  line-height: 40px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin: -30px -30px 2rem;
  text-align: center;
}
.new-style .action-card .error-header p {
  color: #ec4b54;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}
.new-style .action-card .error-message {
  color: #ec4b54;
  margin-top: 5px;
}
.new-style .action-card .error-message p {
  font-size: 13px !important;
}
.new-style .action-card .required.invalid .vc-select select {
  background: rgba(236, 75, 84, 0.1) !important;
  border: 1px solid #ec4b54 !important;
}
.new-style .info-card h4 {
  margin-top: 10px;
}
.new-style .info-card p {
  font-size: 14px;
  line-height: 24px;
}
.new-style .information-card__wrap {
  margin-bottom: 30px;
  width: 100%;
}
.new-style .information-card__content {
  background: #fff;
  border-radius: 5px;
  padding: 20px 32px;
}
.new-style .information-card__content .divider.full {
  margin: 0 -32px;
}
.new-style .information-card__content h3 svg {
  margin-top: -5px;
}
.new-style .information-card__left-side {
  margin-right: 40px;
}
.new-style .information-card__left-side svg {
  height: 160px;
  width: 160px;
}
.new-style .information-card__left-side img {
  width: 180px;
}
.new-style #instructions {
  color: #414C53;
  font-weight: 600;
  line-height: 24px;
}
.new-style .vertical-divider {
  height: auto;
}
.new-style .emergency-message--wrap {
  border: 1px solid #BFD2DF;
  border-radius: 5px;
}
.new-style .emergency-message--wrap textarea {
  color: #1E2326;
  font-weight: 600;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -6px;
  width: calc(100% + 2px);
  background-color: #eef2f9;
  border-radius: 5px;
  border: 1px solid #bfd2df;
  min-height: 100px;
}
.new-style .emergency-message--wrap textarea::placeholder {
  color: #8397A5;
  font-weight: 400;
}
.new-style .emergency-message__default-message p {
  color: #8397A5;
  font-size: 14px;
}
.new-style .message-preview--wrap {
  background: #f8f9fc;
  border: 1px solid #BFD2DF;
  border-radius: 5px;
  padding: 25px 33px;
  position: relative;
}
.new-style .message-preview--wrap p {
  word-break: break-word;
}
.new-style .mr-2 {
  margin-right: 0.5rem;
}
.new-style .mr-3 {
  margin-right: 0.75rem;
}
.new-style .mr-6 {
  margin-right: 1.5rem;
}
.new-style .font-medium {
  font-weight: 500;
}
.new-style .mt-2 {
  margin-top: 0.5rem;
}
.new-style .mt-5 {
  margin-top: 1.25rem !important;
}
.new-style .mt-6 {
  margin-top: 1.5rem;
}
.new-style .mb-4 {
  margin-bottom: 1rem !important;
}
.new-style .mb-6 {
  margin-bottom: 1.5rem;
}
.new-style .p-2 {
  padding: 0.5rem;
}
.new-style .pb-2 {
  padding-bottom: 0.5rem;
}
.new-style .justify-center {
  justify-content: center;
}
.new-style .flex {
  display: flex;
}
.new-style .horizontal-divider {
  background: #b6cbda;
  height: 0.5px;
  width: 100%;
}
.new-style .horizontal-divider.with-margin {
  margin: 36px 0;
}
.new-style .w-1\/2 {
  width: 50%;
}
.new-style .w-1\/4 {
  width: 25%;
}
.new-style .mr-9 {
  margin-right: 2.25rem;
}
.new-style .justify-between {
  justify-content: space-between;
}
.new-style .mt-8 {
  margin-top: 2rem;
}
.new-style .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156, 163, 175, var(--tw-text-opacity));
}
.new-style .italic {
  font-style: italic;
}
.new-style .top-4 {
  top: 1rem;
}
.new-style .right-4 {
  right: 1rem;
}
.new-style .absolute {
  position: absolute;
}
.new-style .mr-10 {
  margin-right: 2.5rem;
}
.new-style .mr-14 {
  margin-right: 3.5rem;
}
.new-style .mt-10 {
  margin-top: 2.5rem;
}
.new-style .font-bold {
  font-weight: bold;
}
.new-style .vertical-divider {
  background: #b6cbda;
  height: 24px;
  margin: 0 20px;
  width: 0.5px;
}
.new-style .form-section {
  margin-bottom: 0;
}
.new-style .form-section label {
  margin-bottom: 15px;
}
.new-style .form-section input[type=text] {
  background: #EEF2F9;
  border-radius: 5px;
  border: 1px solid #BFD2DF !important;
  width: 100%;
  padding: 0.5rem 0.75rem !important;
  font-size: 14px;
}
.new-style .resizable-photo.opened {
  max-height: 100vh;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 99999;
  left: 50%;
  max-width: inherit;
}
.new-style .laravel-filters {
  box-sizing: border-box;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.new-style .laravel-filter {
  box-sizing: border-box;
  background: #fff;
  border-radius: 100px;
  height: 25px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.new-style .laravel-filter.selected {
  box-sizing: border-box;
  border-radius: 100px;
  height: 25px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background: #1e85eb;
  color: #fff;
}
.new-style .laravel-filters > p {
  box-sizing: border-box;
  margin: 0;
}
.new-style .laravel-table {
  box-sizing: border-box;
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
  background: #fff;
  border-radius: 5px;
  padding: 20px 32px;
  width: 100%;
}
.new-style .laravel-table th {
  box-sizing: border-box;
  color: #414c53;
  font-size: 14px !important;
  padding: 15px 20px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}
.new-style .laravel-table td {
  box-sizing: border-box;
  padding: 15px 20px;
  text-align: center;
  border-block: 1px solid #b6cbda;
  font-weight: 700;
  border-right: 1px solid #b6cbda;
}
.new-style .laravel-table tbody tr td:last-child {
  border-right: 0;
}
.new-style .laravel-table tbody tr:last-child td {
  border-bottom: 0;
}
.new-style .laravel-button {
  box-sizing: border-box;
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  -webkit-appearance: button;
  width: 100%;
  align-items: center;
  border-radius: 5px;
  display: flex;
  font-size: 0.875rem;
  justify-content: center;
  height: 40px;
  cursor: pointer;
  background: #1e85eb;
  color: #fff;
  font-weight: 700;
}
.new-style .laravel-table-section {
  box-sizing: border-box;
}
.new-style .laravel-table-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.new-style .laravel-table-header-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.new-style .laravel-table-header-buttons::after {
  background-color: #bfd2df;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.new-style .laravel-table-header-buttons > button {
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
  font-size: 14px;
  margin-right: 10px;
}
.new-style .laravel-download-icon {
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/laravel-download.svg");
  vertical-align: middle;
}
.new-style .laravel-table-pagination-length {
  box-sizing: border-box;
  position: relative;
  color: #8a8a8a;
  padding-left: 15px;
}
.new-style .laravel-table-pagination-length > select {
  box-sizing: border-box;
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: none;
  appearance: none;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  -webkit-print-color-adjust: exact;
  border-radius: 5px;
  border: 1px solid #bfd2df;
  margin: 0 0 0 15px;
  width: 90px;
  background-color: #dfe5ee;
}
.new-style .laravel-table-footer {
  display: flex;
  align-items: center;
  padding: 15px;
  justify-content: flex-end;
}
.new-style .laravel-table-footer > .laravel-table-pagination-label {
  color: #616161;
  font-size: 13px;
}
.new-style .laravel-table-pagination-icon-first {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/laravel-pagination-first.svg");
}
.new-style .laravel-table-pagination-icon-prev {
  display: inline-block;
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/laravel-pagination-prev.svg");
}
.new-style .laravel-table-pagination-icon-next {
  display: inline-block;
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/laravel-pagination-next.svg");
}
.new-style .laravel-table-pagination-icon-last {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/laravel-pagination-last.svg");
}
.new-style .pagination-button {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e85eb;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  background: transparent;
  border: 0;
  font-weight: bold;
}
.new-style .laravel-activity-status {
  justify-content: center;
  align-items: center;
  display: flex;
}
.new-style .laravel-activity-status > svg {
  margin-right: 1em;
}
.new-style .laravel-activity-status.active > svg > circle {
  fill: #A6D68F;
}
.new-style .laravel-activity-status.sent > svg > circle {
  fill: #3fb5d3;
}
.new-style .laravel-activity-status.failed > svg > circle {
  fill: #e42d2d;
}
.new-style .laravel-activity-status.unknown > svg > circle {
  fill: #8397A5;
}
.new-style .laravel-no-data-message {
  text-align: center;
  font-size: 14px !important;
  color: #888;
  margin: 20px 0;
}
.new-style .loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}
.new-style .loader-container p {
  font-size: 14px;
  margin-bottom: 1rem;
}
.new-style .loader-bar {
  width: 50%;
  height: 8px;
  background: linear-gradient(90deg, #e0e0e0, #007bff, #e0e0e0);
  background-size: 200% 100%;
  animation: loading-bar 1.5s infinite linear;
  border-radius: 4px;
}
.new-style .items-center {
  align-items: center;
}
.new-style .datatable-icons--profile {
  background-image: url("../images/profile_image.svg");
}
.new-style .datatable-icons {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 2px;
}
.new-style .laravel-table td:last-child a {
  color: #0f4872;
  font-size: 14px !important;
  text-decoration-line: underline;
  width: calc(100% - 17px);
  text-align: left;
}
@keyframes loading-bar {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.new-style label {
  font-size: 1rem;
}
.new-style .form-section.required label {
  color: #EC4B54;
}
.new-style .checkbox-label {
  color: #1E2326 !important;
}
.new-style .new-form-section.required label {
  color: #ec4b54;
}
.new-style .new-form-section.required label:after {
  content: "*";
}
.new-style .new-form-section .action-card__radio-input label:after {
  content: "";
}
.new-style .checkbox-label {
  color: #1e2326 !important;
}
.new-style .label--description {
  color: #414c53;
  font-size: 13px;
  margin-bottom: 10px;
}
.new-style [type=checkbox], .new-style [type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
  margin-top: 0;
}
.new-style [type=radio] {
  border-radius: 100%;
}
.new-style input[type=text],
.new-style input[type=email],
.new-style input[type=number] {
  background: #eef2f9;
  border-radius: 5px;
  border: 1px solid #bfd2df;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.new-style input[type=radio],
.new-style input[type=checkbox] {
  background: #fff;
  border: 1px solid #bfd2df;
  margin-right: 7px;
}
.new-style input[type=radio]:checked,
.new-style input[type=checkbox]:checked {
  background: #0f4872;
  border: 1px solid #0f4872;
}
.new-style input[type=checkbox] {
  border-radius: 2px;
}
.new-style input[type=checkbox]:disabled {
  background: #e9e9e9;
  border-color: #e9e9e9;
}
.new-style input:disabled {
  background: #eef2f9;
  color: #bfd2df;
}
.new-style input:disabled::placeholder {
  color: #bfd2df;
}
.new-style input::placeholder {
  color: #8a8a8a;
}
.new-style input[type=radio].inline {
  display: inline-block;
}
.new-style .disabled label {
  color: #bfd2df;
}
.new-style .invalid input[type=text],
.new-style .invalid input[type=email],
.new-style .invalid input[type=number],
.new-style .invalid select,
.new-style .invalid textarea {
  border: 1px solid #ec4b54;
  background-color: #fdebec;
}
.new-style .form-check.horizontal label {
  display: inline-block;
  margin: 0;
}
.new-style .message--warning {
  background: #fff;
  border: 2px solid #E4852D;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.new-style .message--warning p {
  font-weight: bold;
  color: #E4852D;
  margin: 0;
  font-size: 14px !important;
}
.new-style select {
  line-height: 1.5rem;
}
.new-style select,
.new-style textarea {
  background-color: #eef2f9;
  border-radius: 5px;
  border: 1px solid #bfd2df;
  width: 100%;
}
.new-style textarea {
  display: block;
}
.new-style textarea:focus {
  border: 1px solid #bfd2df;
  box-shadow: none;
}
.new-style select:disabled {
  background: #eef2f9;
  color: #bfd2df;
}
.new-style .mr-8 {
  margin-right: 2rem;
}
.new-style .mb-8 {
  margin-bottom: 2rem;
}
.new-style .mr-5 {
  margin-right: 1.25rem;
}
.new-style .w-1\/3 {
  width: 33.333333%;
}
.new-style .w-2\/3 {
  width: 66.666667%;
}
.new-style .overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9;
}
.new-style .overlay__popup {
  background: #fff;
  border-radius: 10px;
  padding: 120px 36px 36px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 700px;
  width: 100%;
}
.new-style .overlay__popup.normal {
  padding: 36px !important;
}
.new-style .overlay__popup .img-warning {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -34px;
  width: 130px !important;
}
.new-style .overlay__popup .overlay__popup__header {
  position: relative;
}
.new-style .overlay__popup .overlay__popup__header h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.new-style .overlay__popup .overlay__popup__header__cancel {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #0F4872;
  position: absolute;
  right: 32px;
  text-decoration: underline;
}
.new-style .overlay__popup .overlay__popup__header__description {
  font-size: 13px;
  margin-bottom: 26px;
}
.new-style .side-action {
  border-bottom: 1px solid #0F4872 !important;
  color: #0F4872;
  font-size: 14px;
  font-weight: bold;
}
.new-style .side-action:disabled {
  border-bottom: 1px solid rgba(65, 76, 83, 0.2);
  color: rgba(65, 76, 83, 0.2);
}
.new-style .side-action:hover {
  border-bottom: 1px solid #1E85EB !important;
  color: #1E85EB;
}
.new-style .inline-flex {
  display: inline-flex;
}
.new-style .justify-between {
  justify-content: space-between;
}
.new-style .items-center {
  align-items: center;
}
.new-style .process-navigation {
  margin: 0 20px;
  text-align: center;
  width: auto;
}
.new-style .process-navigation p {
  color: #8397A5;
  font-size: 14px;
}
.new-style .process-navigation.active p {
  color: #0F4872;
  font-weight: bold;
}
.new-style .progress-navigation__connection {
  color: #B6CBDA;
  word-spacing: -2px;
  white-space: nowrap;
}

.was-validated .new-custom-control-input:valid ~ .new-custom-control-label, .new-custom-control-input.is-valid ~ .new-custom-control-label {
  color: #28a745;
}

.was-validated .new-custom-control-input:valid ~ .new-custom-control-label::before, .new-custom-control-input.is-valid ~ .new-custom-control-label::before {
  border-color: #28a745;
}

.was-validated .new-custom-control-input:valid.checked ~ .new-custom-control-label::before, .new-custom-control-input.is-valid.checked ~ .new-custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .new-custom-control-input:valid:focus ~ .new-custom-control-label::before, .new-custom-control-input.is-valid:focus ~ .new-custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .new-custom-control-input:valid:focus:not(.checked) ~ .new-custom-control-label::before, .new-custom-control-input.is-valid:focus:not(.checked) ~ .new-custom-control-label::before {
  border-color: #28a745;
}

.was-validated .new-custom-control-input:invalid ~ .new-custom-control-label, .new-custom-control-input.is-invalid ~ .new-custom-control-label {
  color: #dc3545;
}

.was-validated .new-custom-control-input:invalid ~ .new-custom-control-label::before, .new-custom-control-input.is-invalid ~ .new-custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .new-custom-control-input:invalid.checked ~ .new-custom-control-label::before, .new-custom-control-input.is-invalid.checked ~ .new-custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .new-custom-control-input:invalid:focus ~ .new-custom-control-label::before, .new-custom-control-input.is-invalid:focus ~ .new-custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .new-custom-control-input:invalid:focus:not(.checked) ~ .new-custom-control-label::before, .new-custom-control-input.is-invalid:focus:not(.checked) ~ .new-custom-control-label::before {
  border-color: #dc3545;
}

.new-custom-control {
  cursor: pointer;
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-right: 1.5rem;
}

.new-custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.new-custom-control-input {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.new-custom-control-input.checked ~ .new-custom-control-label::before {
  color: #fff;
  border-color: #0F4872;
  background-color: #EEF2F9;
}

.new-custom-control-input:focus ~ .new-custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.new-custom-control-input:focus:not(.checked) ~ .new-custom-control-label::before {
  border-color: #80bdff;
}

.new-custom-control-input:not(:disabled):active ~ .new-custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.new-custom-control-input[disabled] ~ .new-custom-control-label, .new-custom-control-input:disabled ~ .new-custom-control-label {
  color: #6c757d;
}

.new-custom-control-input[disabled] ~ .new-custom-control-label::before, .new-custom-control-input:disabled ~ .new-custom-control-label::before {
  background-color: #e9ecef;
}

.new-custom-control-label {
  color: #1E2326;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.new-custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  right: 1.5rem;
  display: block;
  width: 35px;
  height: 22px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #BFD2DF;
}

.new-custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  right: -1.5rem;
  display: block;
  width: 35px;
  height: 22px;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.new-custom-checkbox .new-custom-control-label::before {
  border-radius: 0.25rem;
}

.new-custom-checkbox .new-custom-control-input.checked ~ .new-custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.new-custom-checkbox .new-custom-control-input:indeterminate ~ .new-custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.new-custom-checkbox .new-custom-control-input:indeterminate ~ .new-custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.new-custom-checkbox .new-custom-control-input:disabled.checked ~ .new-custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.new-custom-checkbox .new-custom-control-input:disabled:indeterminate ~ .new-custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.new-custom-radio .new-custom-control-label::before {
  border-radius: 50%;
}

.new-custom-radio .new-custom-control-input.checked ~ .new-custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.new-custom-radio .new-custom-control-input:disabled.checked ~ .new-custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.new-custom-control-label::before,
.new-custom-file-label,
.new-custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .new-custom-control-label::before,
  .new-custom-file-label,
  .new-custom-select {
    transition: none;
  }
}
.new-custom-switch {
  padding-right: 2.25rem;
}

.new-custom-switch .new-custom-control-label::before {
  right: -2.8rem;
  pointer-events: all;
  border-radius: 100px;
  top: 0;
}

.new-custom-switch .new-custom-control-label::after {
  top: 4px;
  right: -37px;
  width: 14px;
  height: 14px;
  background-color: #BFD2DF;
  border-radius: 50%;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .new-custom-switch .new-custom-control-label::after {
    transition: none;
  }
}
.new-custom-switch .new-custom-control-input.checked ~ .new-custom-control-label::after {
  background-color: #0F4872;
  right: -25px;
}

.new-custom-switch .new-custom-control-input:disabled.checked ~ .new-custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.new-custom-switch.disabled .new-custom-control-input ~ .new-custom-control-label::before {
  border-color: #bfd2df;
}

.new-custom-switch.disabled .new-custom-control-input ~ .new-custom-control-label::after {
  background-color: #bfd2df;
}

/* CALENDAR */
.vc-container {
  background: rgb(238, 242, 249) !important;
  border: 1px solid #bfd2df !important;
  border-radius: 5px !important;
}

.vc-header {
  margin-top: 0 !important;
  padding: 7px 0 !important;
}

.vc-arrows-container {
  margin: 0 !important;
  padding: 0 !important;
}

.vc-arrow,
.vc-arrow:focus {
  outline: none !important;
}

.vc-arrow.is-right svg path {
  fill: #0f4872;
}

.vc-arrow.is-left svg path {
  fill: #0f4872;
}

.vc-title {
  color: #0f4872 !important;
  line-height: normal !important;
}

.vc-title,
.vc-weekday,
.vc-day-content {
  font-size: 12px !important;
}

.vc-weekday {
  display: none !important;
}

.vc-weeks {
  line-height: 20px !important;
  border-top: 1px solid rgba(191, 210, 223, 0.5);
  padding: 0 !important;
}

.vc-day {
  border: 0.5px solid #bfd2df;
}

.vc-day-content {
  border-radius: 0 !important;
  height: 100% !important;
  width: 100% !important;
  font-weight: normal !important;
}

.vc-highlight {
  background-color: #0f4872 !important;
  border-radius: 0;
}

.vc-day-layer {
  background-color: #0f4872 !important;
}

.vc-day .vc-day-content:not(.is-disabled) {
  background-color: #fff !important;
}

/* Ako postoji .vc-highlight pre njega, resetuj stilove */
.vc-day .vc-highlights ~ .vc-day-content:not(.is-disabled) {
  background-color: initial !important;
  color: #fff !important;
}

.vc-day-content:hover {
  color: #0f4872 !important;
  outline: none !important;
}

/* .vc-day-content:hover {
  border-radius: 0;
}
.vc-highlight-content-solid {
  border: 2px solid #1e85eb;
  border-radius: 5px !important;
  color: #1e85eb !important;
}

.vc-day-content:focus {
  color: #1e85eb !important;
  outline: none !important;
}

.vc-day-content:not(.is-disabled) {
  background: #fff !important;
  border-radius: 0;
}

.vc-day-content:not(.is-disabled) span {
  font-weight: bold !important;
}

.vc-highlight {
  background: transparent !important;
  border-radius: 0;
} */
.vc-container:has(.vc-time-picker) {
  background: #eef2f9 !important;
  border: 1px solid #bfd2df !important;
}

.vc-time-picker {
  padding: 4px 0 !important;
}

.vc-time-picker > * + * {
  margin-top: 0 !important;
}

.vc-time-picker .vc-time-header {
  display: none !important;
}

.vc-time-picker .vc-time-select-group {
  background: transparent !important;
  border: 0;
}

.vc-time-picker .vc-time-select-group .vc-base-select:last-child {
  margin-left: 4px !important;
}

.vc-time-picker .vc-base-select select {
  background: #fff !important;
}

.vc-date-time {
  margin-left: 4px !important;
}

.vc-date-time .vc-date {
  display: none !important;
}

.vc-select select {
  background: #fff !important;
  border: 1px solid #bfd2df !important;
  border-radius: 5px !important;
  font-weight: normal !important;
}

.vc-am-pm {
  margin-left: 4px !important;
}

.vc-am-pm button.active {
  background: #0f4872 !important;
}

.vc-am-pm button:focus {
  border-color: #0f4872 !important;
}

.vc-time-icon {
  color: #0f4872 !important;
  margin-left: 4px !important;
  margin-top: 4px !important;
}

/* ./CALENDAR */
.gap-8 {
  gap: 2rem;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid {
  display: grid;
}

.w-full {
  width: 100% !important;
}

* {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  background: #f4f6f9;
  color: #546e7a;
  font-family: "Calibri", sans-serif;
  font-size: 15px;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: cornflowerblue;
}
a:hover {
  text-decoration: none;
}

label {
  font-weight: normal;
  vertical-align: middle;
}

input[type=radio] {
  margin-right: 5px;
}

.breadcrumb {
  display: none;
  float: right;
}

.description {
  margin-bottom: 10px;
}

/** MENU **/
.show {
  display: block !important;
}

#state_name {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

.user-login {
  cursor: pointer;
  margin-top: 30px;
  margin-right: -20px;
}
.user-login #username {
  align-items: center;
  display: flex;
  height: 40px;
  background: #fff;
  padding: 15px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  position: relative;
}

#menu_container {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  opacity: 1;
  width: 300px;
  top: 0;
  z-index: 1000;
  position: fixed;
  left: 250px;
  margin-left: -250px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu_container #menu {
  background: #f5f5f5;
  height: 100%;
  padding: 20px;
  width: 300px;
  overflow: auto;
}
#menu_container #menu h3 {
  font-size: 1rem;
  margin-bottom: 0;
}
#menu_container #menu .sub-menu {
  display: none;
  padding: 0;
}
#menu_container #menu a {
  display: block;
  color: #546e7a;
  padding: 0.625rem 1.25rem;
}
#menu_container #menu .sub-menu-link a.active {
  background: #f4f6f9;
  display: block;
}
#menu_container #menu .menu_option {
  margin: 10px;
  padding: 0;
}
#menu_container #menu .menu_option a {
  display: block;
  margin: 5px 0;
  padding: 5px;
}
#menu_container #menu .menu_option a.active {
  background: aquamarine;
  margin-right: -10px;
}

.body-container {
  margin: 67px 0 0 340px;
  padding-bottom: 40px;
  width: calc(100% - 340px);
}
.body-container .header_link {
  display: block;
  color: #546e7a;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.body-container .header p {
  margin-bottom: 0;
}
.body-container .instructions h4 {
  font-size: 1.25rem;
  letter-spacing: 0.5px;
}
.body-container .instructions .more-info {
  display: none;
}
.body-container .body-content {
  padding: 1.25rem;
}

#home-information-wrap {
  margin-left: 40px;
}

.instructions {
  color: #546e7a;
  line-height: 1.5rem;
  margin-right: 40px;
  margin-top: 2rem;
  max-width: 100%;
}
.instructions .instruction-wrap {
  background: #fff;
  margin-left: -40px;
  padding: 20px 20px 20px 40px;
}
.instructions span {
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.instructions span .material-icons {
  float: right;
}
.instructions p {
  line-height: 1.8rem;
}
.instructions h4 {
  font-weight: 400;
  margin-bottom: 10px;
}
.instructions li {
  margin-bottom: 10px;
}
.instructions .more-info {
  display: none;
}
.instructions .more-info-link {
  display: block;
  margin-bottom: 5px;
}
.instructions.minimized {
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
  /* FIXME: Added this here to temporarily fix the issue where minimizing did not remove the elements */
}
.instructions.minimized div, .instructions.minimized p, .instructions.minimized a {
  display: none;
}
.instructions.minimized i {
  line-height: 7px;
}

.required-icon__wrap {
  width: auto;
  right: 0;
}

.required select {
  border: 1px solid crimson;
}

.required input:invalid, .required textarea:invalid {
  border: 1px solid crimson;
}

.required input:valid, .required textarea:valid, .required .selected {
  border: 1px solid #00c53c !important;
}

.required .material-icons.error {
  color: crimson;
}

.required .material-icons.success {
  color: #00c53c;
}

.custom-table {
  margin-top: 30px;
  width: 100%;
}
.custom-table .action {
  padding: 5px;
  text-align: right;
  width: 100px;
}
.custom-table .action .new-button {
  border: 0;
  border-radius: 2px;
  min-width: 120px;
}
.custom-table .button--default {
  background-color: #ddd;
  border: 0;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  color: #777;
  cursor: pointer;
  margin: 0;
  padding: 5px;
  width: 100px;
}
.custom-table .button--default:hover {
  background-color: #71819a;
  border-bottom: #506078;
  color: #fff;
}
.custom-table .button--edit {
  background: #ffe70d;
  border: 0;
  border-bottom: 2px solid #eed60c;
  color: #71819a;
  padding: 5px 16px;
  width: 100px;
}
.custom-table .button--edit:hover {
  background: #eed60c;
}
.custom-table .sortable div {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.custom-table .sortable div .sortable-arrow.down::after {
  opacity: 0.5;
  content: "\e156";
  font-family: "Glyphicons Halflings";
  margin-left: 10px;
}
.custom-table .sortable div .sortable-arrow.up::after {
  opacity: 0.5;
  content: "\e155";
  font-family: "Glyphicons Halflings";
  margin-left: 10px;
}
.custom-table textarea {
  width: 100%;
}
.custom-table .action-items, .custom-table .small-width {
  width: 1%;
  white-space: nowrap;
}
.custom-table thead th {
  color: #546e7a;
  font-weight: 600;
  border: 0;
  margin: 0;
  text-align: left;
  padding: 5px 10px;
}
.custom-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.custom-table tbody td {
  border-right: 1px solid #efefef;
  font-weight: normal;
  color: #546e7a;
  white-space: normal;
  padding: 7px;
}
.custom-table tbody td:last-child {
  border-right: 0;
  *vertical-align: middle;
  white-space: nowrap;
}
.custom-table tbody select {
  background: #fff;
  border: 0;
  border: 1px solid rgba(170, 170, 170, 0.5);
  border-radius: 2px;
  box-shadow: 0 0 1px #aaa;
  color: #445060;
  font-size: 0.875rem;
  margin: 10px 0;
  outline: none;
  padding: 10px;
  width: 150px;
}
.custom-table.indent thead tr th:first-child {
  padding-left: 40px;
}
.custom-table.indent tbody tr td:first-child {
  padding-left: 40px;
}

.no-wrap {
  white-space: nowrap !important;
}

.special_form {
  width: calc(100% - 40px);
  max-width: 1160px;
  padding: 20px;
  margin-top: 40px;
  background: #fff;
}
.special_form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .special_form textarea, .special_form select {
  background: #f4f6f9;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.special_form textarea {
  min-height: 150px;
}

.custom-form {
  clear: both;
  max-width: 1400px;
}
.custom-form .section {
  background: #ebeced;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}
.custom-form .section-header {
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.custom-form label {
  margin-bottom: 5px;
}
.custom-form hr {
  border-top: 0;
  border-bottom: 1px solid #fff;
}
.custom-form .form-check {
  margin-bottom: 0;
}
.custom-form .form-check .custom-switch {
  margin-bottom: 0;
}

/* DATEPICKER */
.ui-datepicker-header {
  background-color: #000;
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0 1px 1px 0 rgb(250, 250, 250);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0 #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border: 0 solid #111;
  border-top-width: 1px;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-month {
  color: #212121;
}

.ui-datepicker-year {
  color: #212121;
}

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background: url("../images/arrow.png") no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0;
}

.ui-datepicker {
  display: none;
  width: 235px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 0.7em;
  -webkit-text-size-adjust: none;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0 0 #fff;
}
.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
  border-right: 0;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0 #fff;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0;
}

.ui-datepicker-today a {
  background: #FFDD90 !important;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  filter: dropshadow(color=#4d7a85, offx=0, offy=1);
  text-shadow: 0 1px 0 #D7BA7A !important;
  border: 1px solid #E6C985;
  position: relative;
  margin: -1px;
}

.ui-datepicker-calendar {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(top, #ededed 0%, #dedede 100%);
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
}
.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
  background: #6eafbf;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #e0e0e0;
  filter: dropshadow(color=#4d7a85, offx=0, offy=1);
  text-shadow: 0 1px 0 #4d7a85;
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

/* ./DATEPICKER */
.message-cancellation-warning {
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
  right: 0;
  width: 500px;
  z-index: 9999;
  position: absolute;
  left: calc(50% - 300px);
  top: 50%;
  transform: translate(-50%, -50%);
}
.message-cancellation-warning p {
  margin-bottom: 20px;
}

footer {
  bottom: 20px;
  text-align: center;
  position: absolute;
  width: 100%;
}
footer a {
  display: inline !important;
  padding: 0 !important;
}

input[type=submit].btn-success {
  margin-top: 10px;
}

.btn {
  border-radius: 2px;
}

.btn-success {
  background: #00c53c;
  border-color: #00c53c;
}
.btn-success:hover {
  background: #00b42b;
  border-color: #00b42b;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid.checked ~ .custom-control-label::before, .custom-control-input.is-valid.checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(.checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(.checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid.checked ~ .custom-control-label::before, .custom-control-input.is-invalid.checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(.checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(.checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-control {
  cursor: pointer;
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input.checked ~ .custom-control-label::before {
  color: #fff;
  border-color: rgb(0, 230, 77);
  background-color: rgb(0, 230, 77);
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(.checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: rgba(253, 0, 58, 0.6);
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input.checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled.checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input.checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled.checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.custom-switch {
  margin-bottom: 10px;
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #db001a;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input.checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled.checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

#error-container {
  margin-left: 40px;
}

@media screen and (max-width: 992px) {
  .body-container {
    margin: 0;
    padding: 40px;
    width: 100%;
  }
  .body-container .header_link {
    margin-left: 0;
  }
  .body-container .description {
    margin-left: 0;
  }
  .special_form {
    margin-left: 0;
    width: 100%;
  }
  #error-container {
    margin-left: 0;
  }
}
#tabs_div_container {
  margin-bottom: 30px;
}

.page-menu {
  margin-left: 40px;
}

.search {
  margin: 20px 0;
}

.search input {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  margin-left: 10px;
}

:focus {
  outline: 0;
}

.category-list {
  margin-bottom: 20px;
}
.category-label {
  background-color: rgba(13, 129, 154, 0.5);
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.category-link {
  color: #222;
  padding: 10px;
}
.category-link-description {
  font-size: 14px;
  color: inherit;
}
.category-link-title {
  font-size: 15px;
  color: rgb(13, 129, 154);
}
.category-search {
  margin-bottom: 20px;
}
.category-search input {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
  width: 260px;
}

/**
SCROLLBAR
 */
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* DATA TABLES */
.dataTables_wrapper .col-sm-6 {
  float: none;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}

.dataTables_scrollHeadInner {
  width: 100% !important;
}

.dataTables_scroll {
  margin: 20px 0;
}
.dataTables_length {
  display: inline;
}
.dataTables_length select {
  background-color: #fff;
  border-color: #ccc;
  border-radius: 2px;
  color: #646464;
  height: 32px;
  margin: 0 10px;
}
.dataTables_filter {
  color: #777;
  display: inline;
  margin-right: 20px;
}
.dataTables_info {
  margin-top: 3px;
  color: #777;
  font-size: 0.85em;
  display: inline;
}
.dataTables_paginate {
  margin-top: 3px;
  float: right;
  display: inline;
  color: #444;
  font-size: 0.85em;
  padding: 3px;
  margin-right: 2px;
}
.dataTables_paginate a {
  border: 1px solid #e4e4e4;
  background-color: #f6f6f6;
  padding: 2px;
  margin-right: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.dataTables_paginate a.paginate_button.current {
  background-color: #71819A;
  color: #fff;
}
.dataTables_paginate a:hover {
  background-color: #71819A;
  color: #fff;
}
.dataTables_wrapper input, .dataTables_wrapper select, .dataTables_wrapper label {
  display: inline !important;
  word-break: break-word;
  white-space: initial;
}
.dataTables_wrapper select {
  max-width: 100%;
  min-width: 150px;
}
.dataTables_wrapper input[type=search] {
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  padding: 5px;
}

.dataTable {
  min-width: 100%;
  width: 100%;
  border-spacing: 0;
}
.dataTable a {
  color: #2E587E;
  white-space: initial;
  word-break: break-all;
}
.dataTable tbody tr:nth-child(odd) td, .dataTable tfoot tr:nth-child(odd) td {
  background-color: #f6f6f6;
}
.dataTable tbody tr:nth-child(odd):hover td, .dataTable tfoot tr:nth-child(odd):hover td {
  background-color: #e5e5e5;
}
.dataTable tbody tr:nth-child(even) td, .dataTable tfoot tr:nth-child(even) td {
  background-color: #fefefe;
}
.dataTable tbody tr:nth-child(even):hover td, .dataTable tfoot tr:nth-child(even):hover td {
  background-color: #e5e5e5;
}
.dataTable tbody td, .dataTable tfoot td {
  border-right: 1px solid #EFEFEF;
  font-weight: normal;
  color: #777;
  font-size: 0.85em;
  padding: 5px;
}
.dataTable tbody .buttons, .dataTable tfoot .buttons {
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.dataTable tbody .buttons a, .dataTable tfoot .buttons a {
  display: inline-block;
  word-break: normal;
}
.dataTable thead th {
  text-align: left;
  font-weight: 400;
  color: #222;
  font-size: 0.9rem;
  border: 0;
  border-bottom: 3px solid #CCC;
  margin: 0;
}
.dataTable thead tr {
  background-color: #e5e5e5;
}
.dataTable thead td {
  color: #222;
  font-size: 0.9rem;
  font-weight: 400;
  border: 0;
  border-bottom: 3px solid #CCC;
  margin: 0;
  text-align: left;
}
.dataTable thead td :last-of-type {
  text-align: right;
}
.dataTable thead td b {
  font-weight: 400;
}
.dataTable tfoot th {
  text-align: center;
  font-weight: 400;
  color: #222;
  font-size: 0.9rem;
  border: 0;
  border-bottom: 3px solid #CCC;
  margin: 0;
}
.dataTable button, .dataTable input[type=button] {
  background-color: #ddd;
  border: 0;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  padding: 5px;
}
.dataTable button:hover, .dataTable input[type=button]:hover {
  background-color: #71819A;
  color: #fff;
}

.DTFC_LeftBodyWrapper {
  top: -13px !important;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding: 10px;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: "Glyphicons Halflings";
  opacity: 0.5;
}

table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
}

table.dataTable thead .sorting_asc:after {
  content: "\e155";
}

table.dataTable thead .sorting_desc:after {
  content: "\e156";
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

/* ./DATA TABLES */
.DTFC_LeftBodyLiner {
  overflow-y: hidden !important;
}
.DTFC_LeftBodyLiner select {
  width: calc(100% - 20px) !important;
}

table.dataTable {
  margin-bottom: 7px !important;
}

/* NOTIFICATIONS */
#notification-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999999;
}

.notification {
  min-width: 250px;
  max-width: 350px;
  padding: 15px 50px;
  margin-bottom: 10px;
  border-radius: 6px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
}

.notification.show {
  opacity: 1;
  transform: translateY(0);
}

.notification.success {
  background: #35a556;
}

.notification.error {
  background: #c0392b;
}

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