@charset "utf-8";

:root,
[data-bs-theme=light] {
  --bs-blue: #005b7f;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #08c2f3;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #08c2f3;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #005b7f;
  --bs-secondary: #08c2f3;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #febe0f;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #005b7f;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #febe0f;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

* {


  /* -moz-transition:all 800ms ease;
  -o-transition:all 800ms ease;
  -webkit-transition:all 800ms ease;
  transition:all 800ms ease; */

}

.accordion-item:not(:first-of-type) {
  /*  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important; */
  border: unset;

}

.school-badge {
  white-space: normal !important;
  word-break: break-word;
  line-height: 1.4;
  text-align: left;
}

.offcanvas {
  width: 75% !important;
}


.flex-row {
  display: flex;
}

.img-responsive {
  max-width: 100%;
}

.navbar-toggler {

  background-color: #fff;

}

.nav-link {

  padding-top: 0px;

}


h1{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #ffffff !important;
  text-align: center;
  letter-spacing: 1px;

}

h2{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  color: #005b7f !important;

}


h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}


.bg-page::before {
  position: absolute;
  width: 100%;
  height: 75vh;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;utf8,%3Csvg fill='%23ffffff' preserveAspectRatio='none' width='100%25' height='140px' viewBox='0 0 1280 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1280 86c-19.9-17.21-40.08-39.69-79.89-39.69-57.49 0-56.93 46.59-115 46.59-53.61 0-59.76-39.62-115.6-39.62C923.7 53.27 924.26 87 853.89 87c-89.35 0-78.74-87-188.2-87C554 0 543.95 121.8 423.32 121.8c-100.52 0-117.84-54.88-191.56-54.88-77.06 0-100 48.57-151.75 48.57-40 0-60-12.21-80-29.51v54H1280z' /%3E%3C/svg%3E");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 20vh;
  z-index: -2;
  content: "";
  background-color: #005b7f;
}
.contCont {
  position: relative;
  overflow: visible;
  min-height: 50vh;
}

.contCont::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(1.5);
  width: 60%;
  height: 80%;
  background: rgba(0,0,0,0.25);
  filter: blur(60px);
  z-index: -1;

}


.bottom_inside_divider {
  background-image: url("data:image/svg+xml;utf8,%3Csvg fill='%23ffffff' preserveAspectRatio='none' width='100%25' height='140px' viewBox='0 0 1280 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1280 86c-19.9-17.21-40.08-39.69-79.89-39.69-57.49 0-56.93 46.59-115 46.59-53.61 0-59.76-39.62-115.6-39.62C923.7 53.27 924.26 87 853.89 87c-89.35 0-78.74-87-188.2-87C554 0 543.95 121.8 423.32 121.8c-100.52 0-117.84-54.88-191.56-54.88-77.06 0-100 48.57-151.75 48.57-40 0-60-12.21-80-29.51v54H1280z' /%3E%3C/svg%3E");
  transform: scale(1,1);
  bottom: 0;
  height: 5vw;
  background-size: 100% 5vw;
  z-index: 10;
}
textarea {
  border-color: var(--bs-secondary) !important;
  border-width: 2px !important;
}

.accordion-header.has-error {
  border: 3px solid #ff0000 !important;
}

.has-error input,
.has-error textarea,
.has-error select,
.has-error select {
  border: 2px solid #ff0000 !important;
  background-color: rgba(255,0,0,0.2);

}


.has-error .checkbox {

  background-color: rgba(255,0,0,0.2);
  color: #ffffff !important;
  border-radius: 12px;
  border: 2px solid red;
}

.has-error .checkbox label {
  color: #000000 !important;
}


.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #ffffff;
}

.accordion-button {

  font-size: 20px;
  font-weight: bold;
}
.accordion-button:focus {

  box-shadow: none;
}
.navbar-collapse {

  flex-grow: unset;

}


/* .pageHead::before {
background-color: rgba(0,0,0,0.55);
} */

#home {
  min-height: 100vh;
  background-attachment: fixed;
}

.navContainer {

  background-color: #ffffff;
  position: relative;
  padding-top: 40px;
  bottom: 0px;
}
.panel-heading .glyphicon {
  top: 4px;
}

.mainBlock p {
  margin: 30px 0px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #ffffff;
}

.buttonContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.buttonContainer::before{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.7);
  overflow: hidden;
  content: "";
  padding: 0px 15px;
  transform: translateY(-100%);
}

.mainBlockCont{
  font-size: 20px;
  line-height: 30px;
  text-align: center;

}


.cookie-layer {
  position:fixed;
  bottom:0;left:0;right:0;
  padding:4px;
  background-color:rgba(255,255,255,0.8);
  border-bottom:1px solid #ccc;
  box-shadow:0px 0px 3px #ccc;
  z-index: 99;
}

body,
#home {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  color: #333333;
  min-height: 100vh;


}


#home::before {
  top: 0%;

}
/* .bg-page::after {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-image: url('/images/BAS_matrica_kor_kek.svg');
background-repeat: repeat;
background-position: 0 0;
content: "";
background-size: 70px 70px;
opacity: 0.5;
z-index:10;
} */


#filterHeadCount {
  text-align: right;
}


input,
select {
  border-radius: 50rem !important;
  border-color: var(--bs-secondary) !important;
  border-width: 2px !important;
  font-family: "Open Sans", sans-serif;
  font-size: 14px !important;

}

#modalFormHeader {
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 22px;

}

.btn {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: bold;
  text-decoration: none !important;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 30px;
  border-radius: 50rem !important;

}
.btn-primary {

  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  line-height: 30px;
  border: none;
  background-color: #005b7f;
}



.btn-primary.bg-warning {
  color: #005b7f !important;
}


.bg-secondary {

  background-color: #08c2f3 !important;
}


label {
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.checkbox label,
.checkbox label a  {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.form-check-label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px !important;
  line-height: 20px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none !important;
}

.head{
  min-height: 45px;
}

/* .form-group < input {
text-align: center !important;
} */

/*
.form-group {
text-align: center;
}

.checkbox:parent(.form-group) {
text-align: left !important;
} */

.ui-autocomplete {
  max-height: 200px;
  overflow: auto;
  position: absolute;
  z-index: 10000;
}

.ui-menu .ui-menu-item a{
  font-size:14px;
  font-weight: normal;
}

.ui-menu .ui-menu-item:hover a{
  background: none;
  border: none;
}


#navbarHead{
  /*	box-shadow: 0px 3px 10px rgba(0,0,0,0.7); */
  background-color: rgba(2,65,102,1);
  min-height: 110px;
  background-color: transparent;
  position: absolute;
  top: 0px;
  left:0px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  z-index: 100000;

}


a, .nav-link {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #ff0000;
  text-decoration: none;

}

a:hover {
  color: #000000;
  text-decoration: underline;

}

.footerText{
  font-size: 14px;
  line-height: 25px;

}




@media (max-width: 768px) {

  .rounded-pill:has(form) {
    border-radius: 0 !important;
  }

  .offcanvas {
    width: 100% !important;
  }

  #navbarHead{
    /*	box-shadow: 0px 3px 10px rgba(0,0,0,0.7); */
    background-color: rgba(2,65,102,1);
    position: relative;


  }


  .navbar-nav .open .dropdown-menu{
    color: #ffffff !important;
    background-color: #00335b;
  }

  .dropdown .open a{
    color: #ffffff;
    background-color: #00335b;
    text-align: left;
  }

  .navbar-fixed-top{
    position: relative;
  }


}




.sideBar{
  position: relative;
}



.bg-footer {
  background-repeat: repeat-y;
  background-position: top center;
  background-color: #000000;
  /*	position: fixed;
  bottom: 0px; */
  min-height: 5px;

  font-size: 14px;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  border-top: 2px solid #333333;
}


.bg-footer a {
  color: #ffffff;
  font-size: 14px;
}

.bg-footer a:hover {
  background-color: transparent;
}


.bg-footer ul li a {
  padding: 0px 20px;
  font-size: 13px;
}
.bg-footer ul li a:hover {
  background-color: transparent;
}

.navbar-brand{
  height: auto;
  width: 240px;
}


form label.error {
  display: none !important;
}

.has-error{

}

.navbar-default{
  background-color: rgba(255,255,255,1);
  border: none;

}


.navbar-default .navbar-collapse{
  border: none;

}

#mainMenu ul li{
  text-align: center;
}

#mainMenu ul li.active a{
  color: #00b4f4;
  background-color: transparent;

}

#mainMenu ul li.active2 a{
  color: #00b4f4;
  background-color: transparent;

}

#mainMenu ul li a,
.nav-link {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 21px;
  color: #005b7f;
  text-decoration: none;
  line-height: 30px;
  outline-style: none;
  text-transform: uppercase;
  text-align: right;

}

#mainMenu ul li ul li a {
  color: #00335b;
  background-color: transparent;

}

#mainMenu ul li ul li a:hover,
#mainMenu ul li ul li.active, {
  color: #00335b;
  background-color: transparent;

}



@media (max-width: 1200px) {
  #mainMenu ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
  }
  #secMenu ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
  }

  .navbar-brand img {
    width: 175px;
  }

  .navbar-brand {
    width: auto;
  }
}

@media (max-width: 992px) {
  #mainMenu ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #secMenu ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
  }

  .nav > li > a {
    padding: 10px 8px;
  }

  .navbar-brand img {
    width: auto;
  }

  .navbar-brand {
    width: auto;
  }


  .button{
    font-size: 17px;
    line-height: 25px;

  }

  .mainOrangeBox .button{
    font-size: 20px;
    line-height: 30px;

  }
}

@media (max-width: 760px) {


  h1{
    font-weight: 300;
    font-size: 28px;


  }

  h2{
    font-weight: 400;
    font-size: 20px;

  }


  h3{
    font-weight: 400;
    font-size: 20px;

  }

  #mainMenu ul li a {
    text-align: center !important;
  }

  .mainOrangeBox .btn-default{
    font-size: 20px;

  }

  .redTitle{
    font-size: 32px;
  }

}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #00335b;
  color: #fff !important;
}

.dropdown .open a{
  color: #ffffff;
  background-color: #00335b;
  text-align: left;
}

.navbar-default .navbar-nav > .open > a{
  color: #ffffff;
}
