﻿/* defineşte-ţi propriile variabile pentru claritate */
:root {
  --safe-top:    env(safe-area-inset-top);
  --safe-bottom: env(safe-area-inset-bottom);
  --safe-left:   env(safe-area-inset-left);
  --safe-right:  env(safe-area-inset-right);
}

/* apoi aplică-le containerului principal */
.app-container {
  /* padding-top:    var(--safe-top); */
  /* padding-bottom: var(--safe-bottom); */
  padding-left:   var(--safe-left);
  padding-right:  var(--safe-right);
  /* restul stilurilor tale */
}

html {
  height: 100%;
}

body {
  height: 100% !important;
}

.text-large {
  font-size: larger;
}

ul.fa-ul {
  margin-bottom: 4px;
}
/* homepage aligh icon with text */
ul.fa-ul > li.lead > a > i.fa {
  margin-top: -0.4rem;
}

.fw-bold {
  font-weight: bold;
}

.bg-blur {
  /* background: url("/assets/images/background-login.jpg") no-repeat center center; */
  background-size: cover;
  position: relative;
  min-height: 100vh; /* Ocupă tot ecranul */
}

.bg-blur::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* Overlay semi-transparent */
}

.bg-blur > * {
  position: relative;
  z-index: 1; /* Asigură că textul nu este acoperit de overlay */
}

.login-form-content {
  width: 98%; /* pe dimensiune XS */
  padding: 30px 10px;
  border-radius: 15px; /* Colțuri rotunjite */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Umbră pentru evidențiere */
  height: fit-content;
}

@media screen and (min-width: 768px) {
  .login-form-content {
    max-width: 500px;
    padding: 30px;
  }
}

section.loading-section {
  min-height: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar.navbar-default.container-fluid {
  margin-bottom: 0;
}

.windows8 {
  position: relative;
  width: 78px;
  height: 78px;
  /*margin: auto;*/
}

.windows8 .wBall {
  position: absolute;
  width: 74px;
  height: 74px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 6.96s infinite;
  -o-animation: orbit 6.96s infinite;
  -ms-animation: orbit 6.96s infinite;
  -webkit-animation: orbit 6.96s infinite;
  -moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fa3031;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}

.windows8 #wBall_1 {
  animation-delay: 1.52s;
  -o-animation-delay: 1.52s;
  -ms-animation-delay: 1.52s;
  -webkit-animation-delay: 1.52s;
  -moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
  animation-delay: 0.61s;
  -o-animation-delay: 0.61s;
  -ms-animation-delay: 0.61s;
  -webkit-animation-delay: 0.61s;
  -moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
  animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
  animation-delay: 1.22s;
  -o-animation-delay: 1.22s;
  -ms-animation-delay: 1.22s;
  -webkit-animation-delay: 1.22s;
  -moz-animation-delay: 1.22s;
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }

  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }

  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }

  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }

  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }

  76% {
    opacity: 0;
    transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}

@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }

  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }

  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }

  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }

  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }

  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}

@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }

  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }

  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }

  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }

  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }

  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }

  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }

  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }

  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }

  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }

  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}

@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }

  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }

  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }

  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }

  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }

  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}

.carousel img {
  width: 100%;
  max-width: 100% !important;
}

table.table .form-control {
  color: inherit;
  background-color: transparent;
  border: none;
}

.persoanaTeritoriu-list {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
}

.persoanaTeritoriu-item {
  margin-bottom: 14px;
}

.tile-small-icon {
  width: 22px;
  text-align: center;
}

.tile-routes-list {
  padding-top: 0;
  margin-top: 0;
}

.tile-routes-item {
  /*  height:2em;   */
  margin-bottom: 10px;
  font-size: 16.5px;
}

table.faraBordura,
tr,
td,
th {
  border: hidden !important;
  border-width: 0 !important;
}

table tbody tr.aliniereVerticalaText td {
  vertical-align: middle;
}

.newspaper {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
}

@media all {
  .page-break {
    display: none;
  }
}

@media print {
  .page-break {
    display: block;
    page-break-after: always;
  }

  span.persoana {
    font-size: 10px;
  }

  .newspaper {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
    -webkit-column-width: 140px;
    -moz-column-width: 140px;
    column-width: 140px;
    -webkit-column-gap: 42px;
    -moz-column-gap: 42px;
    column-gap: 42px;
  }

  /* icon responsabilitate  */
  .newspaper ul li.resp i.iconResp {
    font-size: 18px;
  }

  /* nume responsabilitate  */
  .newspaper ul li.resp span.numeResp b {
    font-size: 12px;
  }

  /* data  */
  .newspaper ul li ul.fa-ul li.data {
    font-size: 10px;
  }

  /* nume frate  */
  .newspaper ul li ul.fa-ul li.frate {
    font-size: 10px;
    font-weight: bold;
  }

  /* iconita frate  */
  .newspaper ul li ul.fa-ul li.frate i.fa-li {
    font-size: 14px;
  }

  /* explicatie frate*/
  .newspaper ul li ul.fa-ul li.explicatie {
    font-size: 6px;
  }
}

.navbar ul.navbar-nav > li {
  display: inline-block;
}

table.table > thead > tr > th {
  font-weight: 100;
}

table.table .form-control {
  background-color: transparent;
  padding: 0.1em 0.4em;
  border: hidden;
  max-height: 2em;
  /*text-decoration: underline;*/
}

a {
  text-decoration: none !important;
}

tr > td > ul > li > a > i.fa {
  margin: 0.3em;
  margin-left: 0;
  font-size: 1.5em !important;
}

/* Back to top */

.totop {
  opacity: 0.8;
  padding: 0.2em 0.6em;
  border-radius: 15px 15px 0 0;
  position: fixed;
  bottom: 0.1em;
  right: 2em;
  z-index: 104400;
  display: none;
}

.totop a,
.totop a:visited {
  background: #fa3031;
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.totop a:hover {
  color: #eee;
  text-decoration: none;
}

@media print {
  * {
    padding: 0 !important;
    margin: 0 !important;
    font-size: small;
  }

  td {
    padding: 0 2px !important;
  }

  table,
  tr,
  td,
  th {
    border: hidden !important;
    border-width: 0 !important;
  }

  tbody {
    width: 50%;
    max-width: 50%;
  }
}

.comori {
  background-color: #2a6b77;
  color: rgb(255, 255, 255);
  display: block;
  padding: 8px 4px 8px 4px;
}

.predicare {
  background-color: #9b6d17;
  color: rgb(255, 255, 255);
  display: block;
  padding: 8px 4px 8px 4px;
}

.viatadecrestin {
  background-color: #942926;
  color: rgb(255, 255, 255);
  display: block;
  padding: 8px 4px 8px 4px;
}

.responsabilitati {
  background-color: rgb(115, 38, 115);
  color: rgb(255, 255, 255);
  display: block;
  padding: 8px 4px 8px 4px;
}

.comori-color {
  background-color: #2a6b77;
  color: white;
}

.predicare-color {
  background-color: #9b6d17;
  color: white;
}

.viatadecrestin-color {
  background-color: #942926;
  color: white;
}

.responsabilitati-color {
  background-color: #742674;
  color: white;
}

.lectiaCursant {
  color: initial;
  border: 1px solid;
  border-radius: 4px;
  padding: 2.5px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

a.lectiaCursant.parte1:hover {
  color: rgb(153, 156, 163);
}

a.lectiaCursant.parte2:hover {
  /*color: rgb(153, 156, 163);*/
  color: rgb(193, 134, 38);
}

a.partener:not(:hover) {
  color: rgb(153, 154, 155);
}

li.cursanti {
  border-left: 1px solid lightgray;
  padding-left: 5px;
}

.planificareRugaciune {
  border: 1px solid;
  border-radius: 4px;
  white-space: nowrap;
  padding: 2px;
}

.font16px {
  font-size: 16px;
}

.font17px {
  font-size: 17px;
}

.font18px {
  font-size: 18px;
}

tr.bg-primary th a span {
  color: #ffffff;
}

.cursor-pointer {
  cursor: pointer;
}

/**


00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000


*/

.navbar-side {
  height: 100vh;
  width: 85%;
  position: fixed;
  top: 0;
  margin-left: -90%;
  padding: 0;
  list-style: none;
  /*border-right    : 2px solid #ccc;*/
  background-color: #f7f7f9;
  overflow-y: scroll;
  z-index: 1000;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.navbar-side-item {
  padding-top: 1.2rem;
  padding-bottom: 2.4rem;
  margin: 0;
  /*border-bottom: 2px solid #ccc;*/
  height: 3rem;
}

.navbar-side-brand {
  padding-top: 1.8rem;
  padding-bottom: 2.4rem;
  margin: 0;
  border-bottom: 2px solid #ccc;
  height: 5rem;
}

.side-link {
  padding-left: 2rem;
}

.side-link-brand {
  color: white;
  font-size: 20px;
  padding-top: 2rem;
}

.reveal {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  /*-webkit-transition: 300ms ease;
    transition        : 300ms ease;*/
  /*width             : 65%;*/
  /*margin-left       : -5%;*/
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #ccc;
  opacity: 0.7;
  z-index: 990;
}

.left-screen-margin {
  width: 10%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: whitesmoke;
  opacity: 0;
  z-index: 999;
}

.right-sidebar-margin {
  width: 25%;
  height: 100vh;
  position: absolute;
  top: 0;
  margin-right: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: whitesmoke;
  opacity: 0;
  z-index: 1001;
}

/* stroke */
nav.stroke ul li:not(.dropdown) a {
  position: relative;
}

nav.stroke ul li:not(.dropdown) a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #aaa;
  height: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

nav.stroke ul li:not(.dropdown) a:hover:after,
a.active {
  width: 100%;
}

.borduri {
  border: 1px solid lightgray !important;
}

.switch {
  position: relative;
  align-content: right;
  display: inline-block;
  width: 50px;
  height: 27px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

.text-bold {
  font-weight: 900;
  font-size: 15px;
}

.inactiv {
  font-weight: 500;
  font-size: 16px;
}

.w-20 {
  width: 20% !important;
}

div.horizontal-scrollable {
  overflow-x: auto;
  white-space: nowrap;
}

.horizontal-scrollable > ul {
  display: inline-block;
  float: none;
}

.horizontal-scrollable > ul > li {
  display: inline-block;
  float: none;
  padding: 0 1.2rem;
}

.horizontal-scrollable > ul > li > a {
  display: inline-block;
  float: none;
  /* text-transform: uppercase !important; */
}

.horizontal-scrollable > ul > li::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s;
}

.horizontal-scrollable > ul > li.active::after {
  width: 100%;
}

.navbar-title.navbar-brand {
  margin-top: 5px;
  margin-bottom: 5px;
}

input[role="search"] {
  /* rounded corner with thick borders */
  border-radius: 12px;
  border: 2px solid #ccc;
  padding: 12px !important;
  /* give the input a drop shadow */
  -webkit-box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
}

.notification-icon {
  position: relative;
  display: inline-block;
}
.notification-badge {
  position: absolute;
  top: -12px;
  right: 0;
  background: red;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 6px;
}
@media screen and (max-width: 768px) {
  nav.phone-header-padding {
    padding-top:  var(--safe-top) !important;
  }
  nav.phone-footer-padding {
    padding-bottom:  var(--safe-bottom) !important;
  }
  /* ul.fa-ul > li.lead {
    font-size: medium;
  } */
}

/* Repara butoanele de navigare lună pentru uib-datepicker (compat. Bootstrap 5) */
.uib-datepicker .uib-left,
.uib-datepicker .uib-right {
  display: inline-block !important;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  font-weight: bolder;
  line-height: 1.2;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
}

.uib-left:after {
  content: "\2039"; /* Unicode ‹ (left arrow) */
}

.uib-right:after {
  content: "\203A"; /* Unicode › (right arrow) */
}

.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}

/* Celula din calendar care are evenimente, dar nu este activă */
td.btn-outline-success > button.btn.btn-default.btn-sm:not(.btn-dark) {
  border-color: #28a745;
  background-color: transparent;
}

td.uib-day > button[disabled="disabled"] {
  border: none;
  opacity: 0.4;
}

input::placeholder,
textarea::placeholder {
  font-style: italic;
}
