﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.pageSectionHeader {
  font-size: 2rem;
  margin-top: 1.5rem;
}

.pageSectionHeader:before {
    content: "";
    display: inline-block;
    width: 0;
    border-left: 4px solid #f1ad02;
    height: 1.5rem;
    margin-right: 9px;
}

.translated-rtl .pageSectionHeader:before,
[dir=rtl] .pageSectionHeader:before {
    margin-right: unset;
    margin-left: 9px;
}

ul, ol {
    padding-inline-start: 1rem;
}

@media (max-width: 767.98px) {
    .btn-block-sm {
        width: 100%;
    }
}

.w-35 {
  width: 35% !important;
}

.alert-info {
  color: #002569;
  background-color: #eef2fa;
  border-color: #89a7e0;
}

.expansion-panel .card-header .btn {
    color: #002569;
}

.expansion-panel [aria-expanded=true] i:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 28 5'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg stroke='%23007bb6' stroke-width='3'%3E%3Cg%3E%3Cpath d='M24 0.5L0 0.5' transform='translate(-278 -579) translate(280 581)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.expansion-panel [aria-expanded=false] i:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 28 27'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg stroke='%23007bb6' stroke-width='3'%3E%3Cg%3E%3Cg%3E%3Cpath d='M24 0.5L0 0.5' transform='translate(-163 -580) translate(165 581) translate(0 12)'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M24 0.5L0 0.5' transform='translate(-163 -580) translate(165 581) rotate(90 6 6.5)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.container .container-e2e {
  width: 100vw;
  margin-left: calc(-1 * 32px/2);
  margin-right: calc(-1 * 32px/2);
}

@media (min-width: 576px) {
  .container .container-e2e {
    margin-left: calc((540px - 32px - 100vw)/2);
    margin-right: calc((540px - 32px - 100vw)/2);
  }
}

@media (min-width: 768px) {
  .container .container-e2e {
    margin-left: calc((720px - 32px - 100vw)/2);
    margin-right: calc((720px - 32px - 100vw)/2);
  }
}

@media (min-width: 992px) {
  .container .container-e2e {
    margin-left: calc((960px - 32px - 100vw)/2);
    margin-right: calc((960px - 32px - 100vw)/2);
  }
}

@media (min-width: 1280px) {
  .container .container-e2e {
    margin-left: calc((1248px - 32px - 100vw)/2);
    margin-right: calc((1248px - 32px - 100vw)/2);
  }
}

@media print {
  .container .container-e2e {
    margin-left: -1rem;
    margin-right: -1rem;
    width: 100%;
    background: none!important;
  }
}

.table th:empty, .table td:empty {
  padding: 0;
}

#ui-datepicker-div {
  background: white;
  border: 1px solid #fcf7f9;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

#ui-datepicker-div a.ui-state-default {
  text-align: center;
}

.ui-icon-circle-triangle-e {
  width: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg stroke='darkgray' stroke-width='2'%3E%3Cg%3E%3Cpath d='M120 10L128 18 136 10' transform='translate(-1194 -673) translate(1071 668) rotate(-90 128 14)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.ui-icon-circle-triangle-w {
  width: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg stroke='darkgray' stroke-width='2'%3E%3Cpath d='M1173 678L1181 686 1189 678' transform='translate(-1176 -673) matrix(0 -1 -1 0 1863 1863)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body.has-footer {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
