/*COLORS*/
/* FOOTER HEIGHTS */
/* MAP INITIAL SIZE */
/*Logo => highest element + 27px margins*/
/*Map Is In global css, cause it is generated by navHeight*/
#rsd_map,
#sfdi_map,
#all_map {
  min-height: calc(100vh - 35px - 11px);
  min-height: calc(calc(var(--vh, 1vh) * 100) - 35px - 11px);
}

.map-sidebar {
  max-height: calc(100vh - 35px - 11px);
  max-height: calc(calc(var(--vh, 1vh) * 100) - 35px - 11px);
  overflow-y: auto;
}

/* GLOBAL */
body,
html {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background: #f7f8fe;
}

body {
  position: relative;
}

main {
  margin-bottom: 4rem;
}

.display-none {
  display: none;
}

.text-justify {
  text-align: justify;
}

.header-1 {
  line-height: calc(1.1 * 1.61803398875);
  margin-bottom: 3rem;
  padding: 0.5rem;
  color: #f7f8fe;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 1px;
  font-weight: 600;
}

@media screen and (max-width: 1199.98px) {
  .header-1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767.98px) {
  .header-1 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .header-1 {
    margin-bottom: 4.5rem;
  }
}

.header-2 {
  line-height: calc(1.2 * 1.61803398875);
  padding-top: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center !important;
  color: #000000;
  font-weight: 600;
}

@media screen and (max-width: 767.98px) {
  .header-2 {
    font-size: 1.1rem;
  }
}

p {
  line-height: calc(1.2 * 1.61803398875);
  letter-spacing: 0.8px;
  color: #6a6a6a;
}

:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal {
  z-index: 10000;
}

.bg-color-white {
  background-color: #f7f8fe;
}

.bg-color-black {
  background-color: #000000;
}

.bg-color-primary {
  background-color: #0a93d0;
}

.bg-color-secondary {
  background-color: #cccccc;
}

.bg-color-danger {
  background-color: #ec0c5f;
}

.bg-header-1 {
  background-color: #0a93d0;
}

/*NAVBAR*/
.navbar {
  /*    THE HIGHEST Z-INDEX*/
  padding: 0;
  z-index: 3000;
  -webkit-box-shadow: 0 0 8px -2px #000000;
          box-shadow: 0 0 8px -2px #000000;
}

.navbar .container #nav-pagename-container {
  text-transform: uppercase;
  font-size: 0.77rem;
  margin-left: 0.5rem;
  color: #000000 !important;
}

@media screen and (min-width: 576px) {
  .navbar .container #nav-pagename-container {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .navbar .container #nav-pagename-container {
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) {
  .navbar .container #nav-pagename-container {
    margin-right: 3rem;
  }
}

.navbar .container #nav-logo-container img {
  height: 35px;
}

.navbar .container .navbar-toggler i {
  color: #000000;
}

.navbar .container #navbarSupportedContent ul {
  margin-right: 0.5rem;
}

@media screen and (max-width: 1199.98px) {
  .navbar .container #navbarSupportedContent ul {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .navbar .container #navbarSupportedContent ul .nav-item {
    margin-right: 1rem;
  }
}

.navbar .container #navbarSupportedContent ul .nav-item .nav-link {
  color: #6a6a6a !important;
  font-size: 0.95rem !important;
}

.navbar .container #navbarSupportedContent ul .nav-item .nav-link.active {
  color: #000000 !important;
  font-weight: 600;
}

@media screen and (max-width: 1199.98px) {
  #settingsMenu {
    margin-bottom: 1rem;
  }
}

#nav-user-logo {
  height: 25px;
}

@media screen and (max-width: 1199.98px) {
  #nav-user-logo {
    position: relative;
    left: -5px;
  }
}

.navbar-collapse .navbar-nav .nav-item {
  /*          margin: 0.5rem 0 0.5rem 0;*/
}

@media screen and (max-width: 1199.98px) {
  .navbar-collapse .navbar-nav .nav-item .dropdown-toggle:after {
    float: right;
    font-size: 1.3rem;
    position: relative;
    top: 8px;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  #dropdown-lang,
  #dropdown-settings {
    margin-left: -2rem;
  }
}

#dropdown-lang .dropdown-item,
#dropdown-settings .dropdown-item {
  font-size: 0.95rem !important;
}

#dropdown-lang .dropdown-item.manager-info,
#dropdown-settings .dropdown-item.manager-info {
  color: #6a6a6a !important;
}

#dropdown-lang.show,
#dropdown-settings.show {
  margin-bottom: 1rem;
}

@media screen and (min-width: 1400px) {
  #dropdown-lang,
  #dropdown-settings {
    margin-left: -6.3rem;
  }
}

#breadcrumb {
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

#breadcrumb .row .col-12 {
  color: #000000;
  padding: 0 !important;
  margin-left: 0.5rem;
  font-size: 0.8rem !important;
}

@media screen and (min-width: 300px) {
  #breadcrumb .row .col-12 {
    font-size: 0.9rem !important;
  }
}

#breadcrumb .row .col-12 a,
#breadcrumb .row .col-12 span,
#breadcrumb .row .col-12 span::after,
#breadcrumb .row .col-12 span::before {
  margin-left: 0.5rem;
  color: #000000;
}

table {
  background-color: white;
}

td {
  vertical-align: middle !important;
}

/*COOKIES*/
#cookieBar {
  background-color: rgba(20, 20, 20, 0.8);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}

#cookieBar a {
  color: #4b8ee7;
  text-decoration: none;
}

#closeCookieBar {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}

#closeCookieBar:hover {
  color: #fff;
}

#cookieBar a.cookieBarButton {
  background-color: #f1d600;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
}

#cookieBar a.cookieBarButton:hover {
  background-color: #e0c91f;
}

/******************* FOOTER ************************/
.footer-absolute-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#footer {
  margin-top: 5rem;
  background-color: white;
  /* border-top: 1px solid $secondary;*/
}

#footer .row div.after-line:first-child {
  position: relative;
}

#footer .row div.after-line:first-child:after {
  content: "";
  background-color: #cccccc;
  position: absolute;
  height: 50%;
  width: 3px;
  top: 30%;
  right: 0;
  -webkit-box-shadow: 2px 2px 4px #cccccc;
          box-shadow: 2px 2px 4px #cccccc;
}

@media screen and (min-width: 576px) {
  #footer .row div.after-line:nth-child(2) {
    position: relative;
  }
  #footer .row div.after-line:nth-child(2):after {
    content: "";
    background-color: #cccccc;
    position: absolute;
    height: 50%;
    width: 3px;
    top: 30%;
    right: 0;
    -webkit-box-shadow: 2px 2px 4px #cccccc;
            box-shadow: 2px 2px 4px #cccccc;
  }
}

#footer .row div.after-line a {
  color: #0a93d0;
  font-size: 1.3rem;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

@media (hover: hover) {
  #footer .row div.after-line a:hover {
    color: #ec0c5f;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

#footer .row div.after-line a#link-mdcr {
  margin-bottom: 25px;
}

@media screen and (min-height: 576px) {
  #footer .row div.after-line a#link-mdcr {
    margin-bottom: 35px;
  }
}

#footer .row div.after-line a#link-cdv {
  margin-bottom: 30px;
}

@media screen and (min-height: 576px) {
  #footer .row div.after-line a#link-cdv {
    margin-bottom: 40px;
  }
}

#footer .row div.after-line a#link-besip {
  margin-bottom: 25px;
}

#footer #footer-created-by {
  padding: 1rem 0 1.5rem 0;
  display: block;
  text-align: center;
  color: #0a93d0;
  text-decoration: none;
}

#footer #footer-created-by:active, #footer #footer-created-by:link, #footer #footer-created-by:visited {
  color: #0a93d0;
}

#footer #footer-created-by span {
  margin: 1rem;
  letter-spacing: 1px;
  text-transform: lowercase;
}

#footer hr {
  width: 80%;
  margin: 1rem auto;
  height: 1px;
}

@media screen and (min-width: 576px) {
  #footer hr {
    width: 70%;
  }
}

#footer #copyright {
  text-align: center;
  font-size: 0.8rem;
  padding-bottom: 1rem;
  color: #0a93d0;
}

.logo-footer.logo-policie {
  height: 50px;
}

.logo-footer.logo-mdcr {
  height: 40px;
}

@media screen and (max-width: 399.98px) {
  .logo-footer.logo-mdcr {
    height: 30px;
  }
}

@media screen and (max-width: 299.98px) {
  .logo-footer.logo-mdcr {
    height: 25px;
  }
}

.logo-footer.logo-besip {
  height: 50px;
}

.logo-footer.logo-cdv {
  height: 35px;
}

@media screen and (max-width: 399.98px) {
  .logo-footer.logo-cdv {
    height: 25px;
  }
}

@media screen and (max-width: 299.98px) {
  .logo-footer.logo-cdv {
    height: 20px;
  }
}

.made-by-logo-footer {
  height: 25px;
}

@media screen and (max-width: 575.98px) {
  .made-by-logo-footer {
    height: 15px;
  }
}

div.leaflet-control-container > div.leaflet-bottom.leaflet-left > div {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem;
  border-radius: 0.8rem;
}

div.leaflet-control-container > div.leaflet-bottom.leaflet-left > div > img {
  height: 35px;
  margin-right: 1rem !important;
}

@media screen and (max-width: 991.98px) and (min-width: 768px) {
  div.leaflet-control-container > div.leaflet-bottom.leaflet-left > div {
    padding: 0.3rem;
  }
  div.leaflet-control-container > div.leaflet-bottom.leaflet-left > div > img {
    height: 25px;
    margin-right: 0.5rem !important;
  }
}

@media screen and (max-width: 767.98px) {
  div.leaflet-control-container > div.leaflet-bottom.leaflet-left > div {
    display: none;
  }
}

.leaflet-tile-container img {
  width: 257px !important;
  height: 257px !important;
}

.card-footer,
.card-header,
.card-body {
  background: #fff !important;
}

@media screen and (max-width: 575.98px) {
  #accordion td {
    word-break: break-all;
  }
}

/*$footerHeight: 415px;
$footerHeightSm: 692.6px;
$footerHeightBellow400: 693.533px;
$footerHeightBellow300: 696.4px;*/
/*Own hover Effects on Bootstrap buttons*/
/*button, a[type="button"], a.btn {
    &.btn-success {
        &:hover, &:focus, &:visited, &:active {
            background-color: $successOpacity !important;
        }

}*/
/*// X-Small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }

// X-Large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) { ... }*/
/*# sourceMappingURL=style.css.map */