body {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;  
}
body#error {
  background: #e45130;
}
p {
  font-size: 20px;
}
img:not(.media-object) {
  max-width: 100%;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #e45130;
  outline: none;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato";
  font-weight: 700;
}
.d-none { display: none !important; }
.table th,
.table td {
  vertical-align: middle !important;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #e45130;
  color: white;
}
hr.star-primary {
  border-color: #282828;
}
hr.star-primary:after {
  background-color: white;
  color: #000000;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

ul.list-inline,
ol.list-inline {
  margin-bottom: 0;
}
.img-centered {
  margin: 0 auto;
}
.container, #content { flex: 1; }
.container .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.svgintro { text-align: center; }
.svgintro svg { height: 40vh; }
h2 { text-align: center; margin-bottom: 40px; }
.loader { position: fixed; top: 0; bottom: 0; left: 0; right: 0; height: 100vh; width: 100vw; background: #444; z-index: 9999999999; background: #fefefe; background: #fefefefe; }
.loader-holder { 
  height: 120px; width: 120px;      margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

header#header {
  text-align: center;
  background: #e45130;
  color: white;
}
header#header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header#header img {
  display: block;
  margin: 0 auto 20px;
}
header#header .intro-text .name {
  display: block;
  font-family: "Lato";
  font-weight: 700;
  font-size: 2em;
}
header#header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
#content > .container {
  padding-top: 150px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-fixed-top .navbar-brand img {
    float: left;
    margin-top: -16px;
    margin-right: 10px;
    display: inline-block;
  }
  .navbar-fixed-top.navbar-shrink {
    padding: 10px 0;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    transform: scale(0.75) translateY(5px);
    transform-origin: top left;
  }
}
.navbar {
  font-weight: 700;
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav {
  letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
.navbar-default,
.navbar-inverse {
  border: none;
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #e45130;
  color: white;
}
section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
  color: #282828;
  outline: none;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
.noticia-page img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}
.noticia-page p {
  line-height: 30px;
}
.noticias-page .pagination {
  float: right;
}
.noticias-page .page-item.active .page-link {
    color: #fff;
    background-color: rgb(228,81,48);
    border-color: rgb(228,81,48);
    -webkit-box-shadow: 0 2px 5px 0  rgba(228,81,48,0.1), 0 2px 10px 0 rgba(228,81,48,0.1);
    box-shadow: 0 2px 5px 0  rgba(228,81,48,0.1), 0 2px 10px 0 rgba(228,81,48,0.1);
}
.noticias-page .page-link {
  color: #000;
  border-radius: 20px;
  padding: .25rem 12px;
  border: none;
  margin-left: 4px !important;
  font-size: 18px !important;
  background-color: transparent;
}
.noticias-page .page-link:focus, .page-link:hover {
  background-color: #e9ecef;
  outline: 0;
  box-shadow: unset;
}
.noticias-page .page-item:last-child .page-link {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.noticias-page .page-item:first-child .page-link {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.noticias { 
  position: relative;
  z-index: 2;
}
.noticias h2, .noticias a.vermais { display: inline-block; }



.noticia img { 
  height: 240px;
  object-fit: cover;
  border-radius: 10px; 
  width: 100%;
}
.breadcrumb {
  font-size: 18px;
  margin-bottom: 5px;
  background-color: #fefefe;
}
.noticia {
  color: #000;
  margin-bottom: 50px;
}
.noticia h4 { 
  font-size: 20px;
  font-weight: 700; 
  margin-top: 3px;
}
.noticia img { 
  -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;
  filter:brightness(1);
}
.noticia a, .noticia a:hover { display: block; color: #000000; }

.noticia .linkimg { margin-bottom: 6px; }
.noticia a.noti-categoria { float: right; color: #e45130; }
.noticia p { font-size: 16px; }
.noticia .lermais {
  font-size: 16px;
  float: right;
  margin-top: 6px;
  color: #e45130;
}
.noticia:hover img { filter:brightness(0.5); }

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #e45130;
  background: white;
  border: solid 2px white;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #a1a1a1;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.76470588em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #a1a1a1;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #e45130;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #a1a1a1;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #282828;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #202020;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #282828;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #282828;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

.navbar-default {
backdrop-filter: blur(20px);
background: rgba(255, 255, 255, 0.4);
  border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
}


.calendar tr {
	border-bottom: none;
}
.calendar .month-container {
	margin-bottom: 50px;
}
.legenda { display: inline-block; }
.legenda table {
    width: 300px;
}
.calendar td { border-radius: 3px; }
.legenda table td {
    padding: 5px 5px;
    font-size: 12px;
}

.legenda .diameiaferia, .legenda .diasferias, .legenda .diameiaferia_ly, .legenda .diaferias_ly, .legenda .totaldiasferias, .legenda .totaldiasferias_ly {
    font-weight: bold;
}

.legenda table tr {
    border: none;
}

.legenda .diasdescanso {
    color: rgb(211, 211, 211);
}
.legenda .feriados {
    color: rgb(157, 217, 138);
}
.legenda .ferias {
    color: rgb(39, 87, 183);
}
.legenda .meiosdias {
    color: rgb(222, 229, 239);
}
.legenda .feriasanoanterior {
    background: repeating-linear-gradient(-45deg, rgb(146, 39, 183), rgb(146, 39, 183) 5px, rgb(233, 169, 255) 6px, rgb(233, 169, 255) 7px);
    color: transparent;
    border-radius: 20px;
        width: 12px;
    height: 12px;
    margin-left: 1px;
}
.legenda .meiosdiasanoanterior {
    background: repeating-linear-gradient(45deg, rgb(233, 169, 255), rgb(233, 169, 255) 5px, rgb(255, 255, 255) 6px, rgb(255, 255, 255) 7px);
    color: transparent;
    border-radius: 20px;
        width: 12px;
    height: 12px;
    margin-left: 1px;
}

.calendar .day.today { color: #e45130 !important; }
.calendar .day.estado-1.active { background: rgb(39, 87, 183) !important; -moz-transition: all 0.2s; -o-transition: all 0.2s; -webkit-transition: all 0.2s; transition: all 0.2s;}
.calendar .day.estado-1.active .day-content { color: rgb(255, 255, 255) !important; }
.calendar .day.estado-5.active { background: rgb(222, 229, 239) !important; -moz-transition: all 0.2s; -o-transition: all 0.2s; -webkit-transition: all 0.2s; transition: all 0.2s;}
.calendar .day.estado-5.active .day-content { color: rgb(0, 0, 0) !important; }
.calendar .day.estado-A.active { background: repeating-linear-gradient(-45deg, rgb(146, 39, 183), rgb(146, 39, 183) 5px, rgb(233, 169, 255) 6px, rgb(233, 169, 255) 7px) !important; -moz-transition: all 0.2s; -o-transition: all 0.2s; -webkit-transition: all 0.2s; transition: all 0.2s;}
.calendar .day.estado-A.active .day-content { color: rgb(255, 255, 255) !important; }
.calendar .day.estado-B.active { background: repeating-linear-gradient(45deg, rgb(233, 169, 255), rgb(233, 169, 255) 5px, rgb(255, 255, 255) 6px, rgb(255, 255, 255) 7px) !important; -moz-transition: all 0.2s; -o-transition: all 0.2s; -webkit-transition: all 0.2s; transition: all 0.2s;}
.calendar .day.estado-B.active .day-content { color: rgb(0, 0, 0) !important; }
.calendar .day.dianormal { background: transparent !important; -moz-transition: all 0.2s; -o-transition: all 0.2s; -webkit-transition: all 0.2s; transition: all 0.2s;}
.calendar .day.dianormal .day-content { color: #000000 !important; }

.calendar td { position: relative; }

.calendar td.estado-inicial-1:not(.estado-1):after, .calendar td.estado-inicial-5:not(.estado-5):after, .calendar td.estado-inicial-A:not(.estado-A):after, .calendar td.estado-inicial-B:not(.estado-B):after {
    position: absolute;
    content: '';
    bottom: 2px;
    right: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 3px;
    border-radius: 10px;
    background: red;
}

.calendar td.motivosign:before {
    position: absolute;
    content: '';
    right: 3px;
    top: 3px;
    margin: auto;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background: darkorange;
}

.alteracaolegenda { display: none; }
.legenda .alteracaoleg {
    width: 15px;
    height: 3px;
    border-radius: 10px;
    background: red;
    margin-bottom: 3px;
    display: inline-block;
}



.circle-loader {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-left-color: #5cb85c;
	animation: loader-spin 1.2s infinite linear;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	width: 200px;
	height: 200px;
}

.circle-loader-popup-save {
	border: 2px solid transparent;
	border-left-color: #fff;
	border-top-color: #fff;
	animation: loader-spin 1s infinite linear;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	width: 20px;
	height: 20px;
}
.load-complete {
	-webkit-animation: none;
	animation: none;
	border-color: #5cb85c;
	transition: border 500ms ease-out;
}
.load-complete.error { border-color: red; }

.checkmark, .checkmark-save {
	display: none;
}
.checkmark.draw:after {
	animation-duration: 800ms;
	animation-timing-function: ease;
	animation-name: checkmark;
	transform: scaleX(-1) rotate(135deg);
}
.checkmark-save.draw:after {
	animation-duration: 800ms;
	animation-timing-function: ease;
	animation-name: checkmark-save;
	transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
	opacity: 1;
	height: 8.5em;
	width: 3.75em;
	transform-origin: left top;
	border-right: 3px solid #5cb85c;
	border-top: 3px solid #5cb85c;
	content: '';
	left: 1.75em;
	top: 7em;
	position: absolute;
}

.checkmark-save:after {
	opacity: 1;
	height: 30px;
	width: 15px;
	transform-origin: left top;
	border-right: 3px solid #5cb85c;
	border-top: 3px solid #5cb85c;
	content: '';
	top: 6px;
	position: absolute;
}
@keyframes loader-spin {
	0% {
		transform: rotate(0deg);
   }
	100% {
		transform: rotate(360deg);
   }
}
@keyframes checkmark {
	0% {
		height: 0;
		width: 0;
		opacity: 1;
   }
	20% {
		height: 0;
		width: 3.75em;
		opacity: 1;
   }
	40% {
		height: 8.5em;
		width: 3.75em;
		opacity: 1;
   }
	100% {
		height: 8.5em;
		width: 3.75em;
		opacity: 1;
   }
}
@keyframes checkmark-save {
	0% {
		height: 0;
		width: 0;
		opacity: 1;
   }
	20% {
		height: 0;
		width: 15px;
		opacity: 1;
   }
	40% {
		height: 30px;
		width: 15px;
		opacity: 1;
   }
	100% {
		height: 30px;
		width: 15px;
		opacity: 1;
   }
}

.alert-warning {
    background-color: #ff754b;
    border-color: #ff754b;
    color: #ffffff;
}
.alert-info {
    background-color: #11bef6;
    border-color: #11bef6;
    color: #ffffff;    
}
.alert-warning p, .alert-info p {
    font-size: 16px;
}
.alert-warning .close, .alert-info .close {
    opacity: 1;
}

.alteracoesdetetadas, .savedalteracoes, .assimilarsalarios, .successassimilar, .mensagemenviada {
	display: none;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	border-radius: 12px;
	padding: 12px 20px;
	width: fit-content;
	position: fixed;
	bottom: 120px;
	right: 30px;
	z-index: 100;
}
.alteracoesdetetadas span, .assimilarsalarios span {
	margin-top: 5px;
	display: inline-block;
}
.alteracoesdetetadas button, .assimilarsalarios button { margin: 0px 10px; }
.loadersave { display: none; }
.checkmark-holder {
	position: relative;
	width: 40px;
	height: 10px;
	display: inline-block;
}
.switch, .switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.switch label {
    cursor: pointer;
}
.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 36px;
    height: 14px;
    background-color: rgba(193, 193, 193, 0.38);
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 10px;
}
.switch label .lever {
	display: block;
	margin: 10px 0px;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch label .lever:before, .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}
.switch label .lever:before {
    background-color: #e45130;
}
.switch label input[type=checkbox]:checked + .lever {
    background-color: #f1c4a2;
}
.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
    left: 18px;
}

.panel {
    border: none;
    box-shadow: none;
}

.pointer-blocked {
    pointer-events: none;
}
.antesFerias {
    cursor: pointer;
}
.antesFerias i {
    font-size: 18px;
    line-height: 30px;
    color: #e45130;
}
.aproved-warning, .aprove-message, .reproved-warning {
    display: none;
}
.title-mapa {
    display: inline-block;
    margin-bottom: 21px;
}

#addObservation input {     
    padding: 10px 20px;
    border-radius: 30px;
    width: 100%;
    border: 1px solid #cccccc;
}

.calendar .year-title {
    color: #e45130;
}
.calendar .year-title a {
    text-decoration: none !important;
}

.btn-wg {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    background-color: #ff9982;
    margin-bottom: 5px !important;
    color: #fff;
    padding: 3px 12px 3px 12px;
    border-radius: 20px;
    border: none;
    font-weight: 300;
    cursor: pointer;
}

.btn-submit {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    background-color: #e45130;
    margin-bottom: 5px !important;
    color: #fff;
    padding: 7px 20px 7px 20px;
    border-radius: 20px;
    border: none;
    font-weight: 300;
    cursor: pointer;
}

.aprove-message b {
    display: block;
    margin-bottom: 4px;
}
.btn-cancel {
    display: inline-block;
    margin-left: 15px;
    color: #000;
    font-size: 13px;
    cursor: pointer;
    font-weight: 700;
    background: transparent;
    border: none;    
}

.year-title { position: relative; }
.year-title i {
    position: absolute;
    right: 78px;
    top: -20px;
    bottom: 0;
    color: #e45130;
    margin: auto;
    height: 8px;
    font-size: 8px;    
}

.list-group-item:has(.anoporaprovar) {
    background-color: #fff9f0;
}

.anoporaprovar {
    display: inline-block;
    float: right;
    background: #e45130;
    padding: 2px 7px;
    margin-right: 5px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 100;
    color: #ffffff;
}

.list-group-item a {
    margin-left: 25px;
    background: #e4513045;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 100;
    text-decoration: none;
}

#tabela-compare-ferias th { padding: 5px 2px; }
#tabela-compare-ferias th.day { width: 35px !important; }
#tabela-compare-ferias td.day {   
    border-bottom: solid white 1px;
    border-right: solid white 1px; 
}
#tabela-compare-ferias td { padding: 5px 2px !important; }
#tabela-compare-ferias td:first-child { padding: 5px 10px !important; min-width: 300px; }
#tabela-compare-ferias .diassemana th { font-size: 12px; }
#tabela-compare-ferias .diassemana th, #tabela-compare-ferias thead th.ferias, #tabela-compare-ferias thead th.ferias-ano-anterior, #tabela-compare-ferias thead th.ferias-acumuladas { color: #000000; white-space: nowrap; padding: 2px 3px;}
#tabela-compare-ferias thead th, #tabela-compare-ferias tbody td:not(:first-child) { text-align: center; }
#tabela-compare-ferias td.nome-func a {
    color: #000000;
    text-decoration: none;
    display: flex;
}
#tabela-compare-ferias td.nome-func a:hover {
    color: #e45130;
}
#tabela-compare-ferias { overflow: hidden;}
#tabela-compare-ferias td, #tabela-compare-ferias th {
  position: relative;
  outline: 0;
}
#tabela-compare-ferias tr:nth-child(odd){ background-color: #fafafa77; }
#tabela-compare-ferias td:hover::after,
#tabela-compare-ferias thead th:not(:empty):hover::after,
#tabela-compare-ferias td:focus::after,
#tabela-compare-ferias thead th:not(:empty):focus::after { 
  content: '';  
  height: 10000px;
  left: 0;
  position: absolute;  
  top: -5000px;
  width: 100%;
  z-index: -1;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}

.d-inline-block {
    display: inline-block!important;
}
.mt-4 {
    margin-top: 1.5rem!important;
}
.mb-2, .my-2 {
    margin-bottom: 0.1rem!important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}
.mb-2, .my-2 {
    margin-bottom: 1rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
#tabela-compare-ferias td.day:hover::after, #tabela-compare-ferias tbody tr:hover {
  background-color: #f5f7fa !important;
}

#tabela-compare-ferias td.day:focus::after {
  background-color: lightblue;
}
#tabela-compare-ferias td.day:hover::after, #tabela-compare-ferias tbody tr:hover {
    background-color: #f5f7fa !important;
}
/* Focus stuff for mobile */
#tabela-compare-ferias td.day:focus::before {
  background-color: lightblue;
  content: '';  
  height: 100%;
  top: 0;
  left: -5000px;
  position: absolute;  
  width: 10000px;
  z-index: -1;
}

.bluetab td:first-child {
    border-bottom-left-radius: 6px;
}
.bluetab td:first-child {
    border-top-left-radius: 6px;
}
.bluetab table {
    border-collapse: separate;
}
#tabela-compare-ferias tr {
    cursor: pointer;
}
#tabela-compare-ferias th {
    font-weight: 300;
}
.fo-basicinfo { display: none; }
.fo-basicinfo .fo-nome { font-weight: 900; }
#mapadeferias hr { display: none; }
.compareferias .year-neighbor a { color: #aaa !important; width: 100%; display: block; }
.compareferias .year-neighbor2 a { color: #666 !important; width: 100%; display: block; }

.filtros-comparacao-ferias { margin-bottom: 30px; }

.filtros-comparacao-ferias .filtro-title {
    font-size: 0.9em;
    font-weight: 400;
    color: #6c757d;
    margin: 0.5em 0;
}

.filtros-comparacao-ferias .btn-filtro {
    padding: 5px 15px !important;
    display: inline-block;
    border-radius: 30px;
    margin-right: 10px;
    background: #dee5ef;
    border: none;
    font-size: .9em;
    cursor: pointer;
}
.filtros-comparacao-ferias .btn-check:checked + .btn-filtro {
    font-weight: 500;
    color: #ffffff;
    background: #2757b7;
}

.btn-grey {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    background-color: #777;
    color: #fff;
    padding: 5px 24px 5px 24px;
    border-radius: 20px;
    border: none;
    font-weight: 300;
    cursor: pointer;
}

.btn-orange {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #e45130;
    color: #fff;
    padding: 5px 24px 5px 24px;
    border-radius: 20px;
    border: none;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
    display: block;
    width: fit-content;
}

.btn-orange:hover {
    color: #fff;
    text-decoration: none;
}

.faltas-anos .year-neighbor a, .compareferias .year-neighbor a { color: #aaa !important; width: 100%; display: block; text-decoration: none; font-weight: 700; }
.faltas-anos .year-neighbor2 a, .compareferias .year-neighbor2 a { color: #666 !important; width: 100%; display: block; text-decoration: none; font-weight: 700; }
.faltas-anos th.year-title, .compareferias th.year-title { font-weight: 700 !important; }


.inputfile_changefaltas, .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile:focus + label {
    outline: none;
}
.inputfile + label {
    max-width: 300px;
    font-size: 13px;
    border-radius: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 4px 12px;
    font-weight: 100;
    color: #ffffff;
    background-color: #ff9982;
}
.inputfile + label svg { fill: #ffffff; margin-right: 5px; }
.inputfile:focus + label, .inputfile.has-focus + label, .inputfile + label:hover {
    background-color: #e45130;
}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}



/* FLOWBITE DATEPICKER */
.datepicker {
    display: none;
}

.datepicker-controls button {
    border: none;
}

.datepicker.active {
    display: block;
}

.datepicker-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    padding-top: 4px;
}

.datepicker-dropdown.datepicker-orient-top {
    padding-top: 0;
    padding-bottom: 4px;
}

.datepicker-picker {
    display: inline-block;
    border-radius: 0.25rem;
    background-color: #fff;
}

.datepicker-dropdown .datepicker-picker {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.datepicker-picker span {
    display: block;
    flex: 1;
    border: 0;
    border-radius: 0.25rem;
    cursor: default;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.datepicker-main {
    padding: 2px;
}

.datepicker-footer {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}

.datepicker-controls, .datepicker-view, .datepicker-view .days-of-week, .datepicker-grid {
    display: flex;
}

.datepicker-grid {
    flex-wrap: wrap;
}

.datepicker-view .dow, .datepicker-view .days .datepicker-cell {
    flex-basis: 14.28571%;
}

.datepicker-view.datepicker-grid .datepicker-cell {
    flex-basis: 25%;
}

.datepicker-view .week, .datepicker-cell {
    height: 2.25rem;
    line-height: 2.25rem;
}

.datepicker-title {
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
    padding: 0.375rem 0.75rem;
    text-align: center;
    font-weight: 700;
}

.datepicker-header .datepicker-controls {
    padding: 2px 2px 0;
}

.datepicker-controls .btn {
    border-color: #f8f9fa;
    background-color: #fff;
}

.datepicker-controls .btn:hover {
    border-color: #dae0e5;
    background-color: #e2e6ea;
    color: #000;
}

.datepicker-controls .btn:focus {
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
    background-color: #e2e6ea;
    color: #000;
}

.datepicker-controls .btn:disabled {
    border-color: #f8f9fa;
    background-color: #f8f9fa;
    color: #000;
}

.datepicker-controls .btn:not(:disabled):active {
    border-color: #d3d9df;
    background-color: #dae0e5;
    color: #000;
}

.datepicker-controls .btn:not(:disabled):active:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.datepicker-header .datepicker-controls .btn {
    border-color: transparent;
    font-weight: bold;
}

.datepicker-footer .datepicker-controls .btn {
    margin: calc(0.375rem - 1px) 0.375rem;
    border-radius: 0.2rem;
    width: 100%;
    font-size: 0.875rem;
}

.datepicker-controls .view-switch {
    flex: auto;
}

.datepicker-controls .prev-btn,
.datepicker-controls .next-btn {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    width: 2.25rem;
}

.datepicker-controls .prev-btn.disabled,
.datepicker-controls .next-btn.disabled {
    visibility: hidden;
}

.datepicker-view .dow {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.9375rem;
    font-weight: 700;
}

.datepicker-view .week {
    width: 2.25rem;
    color: #dee2e6;
    font-size: 0.875rem;
}

@media (max-width: 22.5rem) {
    .datepicker-view .week {
        width: 1.96875rem;
    }
}

.datepicker-grid {
    width: 15.75rem;
}

@media (max-width: 22.5rem) {
    .calendar-weeks + .days .datepicker-grid {
        width: 13.78125rem;
    }
}

.datepicker-cell:not(.disabled):hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
    background-color: #e2e6ea;
}

.datepicker-cell.selected, .datepicker-cell.selected:hover {
    background-color: #0d6efd;
    color: #fff;
    font-weight: 600;
}

.datepicker-cell.disabled {
    color: #adb5bd;
}

.datepicker-cell.prev:not(.disabled), .datepicker-cell.next:not(.disabled) {
    color: color("gray");
}

.datepicker-cell.prev.selected, .datepicker-cell.next.selected {
    color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
    border-radius: 0;
    background-color: #f8f9fa;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
    background-color: #f1f3f5;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
    background-color: #e2e6ea;
}

.datepicker-cell.today:not(.selected) {
    background-color: #20c997;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
    color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
    background-color: #1ebe8f;
}

.datepicker-cell.range-start:not(.selected), .datepicker-cell.range-end:not(.selected) {
    background-color: #6c757d;
    color: #fff;
}

.datepicker-cell.range-start.focused:not(.selected), .datepicker-cell.range-end.focused:not(.selected) {
    background-color: #666f76;
}

.datepicker-cell.range-start {
    border-radius: 0.25rem 0 0 0.25rem;
}

.datepicker-cell.range-end {
    border-radius: 0 0.25rem 0.25rem 0;
}

.datepicker-cell.range {
    border-radius: 0;
    background-color: #e9ecef;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
    background-color: #e2e6ea;
}

.datepicker-cell.range.disabled {
    color: #cbd3da;
}

.datepicker-cell.range.focused {
    background-color: #dadfe4;
}

.datepicker-view.datepicker-grid .datepicker-cell {
    height: 4.5rem;
    line-height: 4.5rem;
}

.datepicker-input.in-edit {
    border-color: #6da8fe;
}

.datepicker-input.in-edit:focus, .datepicker-input.in-edit:active {
    box-shadow: 0 0 0.25em 0.25em rgba(109, 168, 254, 0.2);
}


.relative {
    position: relative;
}
.absolute {
    position: absolute;
}



.text-lg, .text-xl {
    line-height: 1.75rem;
}
.text-lg {
    font-size: 16px;
}
.font-semibold {
    font-weight: 600;
}
.text-sm {
    font-size: 1rem;
    line-height: 2.25rem;
}


.p-2\.5 {
    padding: 0.625rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pl-10 {
    padding-left: 2.5rem;
}
.p-4 {
    padding: 1rem;
}


.bg-white {
    opacity: 1;
    background-color: rgb(255, 255, 255);
}

.leading-9 {
    line-height: 2.25rem;
}
.font-semibold {
    font-weight: 600;
}
.inset-0, .inset-y-0 {
    bottom: 0;
    top: 0;
}

.pointer-events-none {
    pointer-events: none;
}
.z-50 {
    z-index: 50;
}


.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.left-0 {
    left: 0;
}
.w-5 {
    width: 1.25rem;
}
.h-5 {
    height: 1.25rem;
}
.text-center {
    text-align: center;
}

.border-0 {
    border-width: 0;
}
.rounded-lg {
    border-radius: 2rem;
}
.cursor-pointer {
    cursor: pointer;
}

.flex-1 {
    flex: 1 1 0%;
}
.w-64 {
    width: 16rem;
}
.grid {
    display: grid;
}
.grid-cols-7 {
    grid-template-columns: repeat(7,minmax(0,1fr));
}
.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity));
}



.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity));
}
.border-gray-300 {
    border: 1px solid #aaaaaa;
}
.border-red-300 {
    border: 1px solid red !important;
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.btn-check:active+.btn-wg, .btn-check:checked+.btn-wg, .btn-wg:active {
    color: #fff;
    background-color: #e45130;
    border-color: #e45130;
}

.inicioh, .fimh { opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;}
 
.form-control {     border: 1px solid #aaaaaa;
    border-radius: 20px; }
.form-select {
    display: inline-block;
    padding: 4px 10px;
        padding-right: 30px;
    font-weight: 400;
    line-height: 20px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #aaaaaa;
    border-radius: 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.info-left {
    display: inline-block;
    width: -webkit-fill-available;
    max-width: calc(100% - 190px);
}
.motivo {
    display: block;
    margin-top: 10px;
}
.motivo svg { margin-right: 5px; cursor: pointer; }
.motivochange {
    display: block;
    margin-top: -1px;
    width: 100%;
    position: relative;
}
.motivochange select {
    padding: 10px 19px;
    border-radius: 30px;
    display: inline-block;
    width: 300px;
    border: 1px solid #cccccc;    
}
.motivochange input {
    padding: 10px 19px;
    border-radius: 30px;
    display:inline-block;
    width: calc(100% - 305px);
    border: 1px solid #cccccc;   
    padding-right: 270px;
}
.motivochange .alterarmotivo {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    background-color: #ec8700;
    color: #ffffff;
    border-radius: 20px;
    height: 30px;
    margin: auto;
    padding: 5px 20px;
    cursor: pointer;
}

.motivochange .cancelaralterarmotivo {
    position: absolute;
    right: 110px;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    color: darkred;
    border-radius: 20px;
    height: 30px;
    margin: auto;
    cursor: pointer;
    padding: 5px 10px;    
}
.analise {
    display: inline-block;
    float: right;
}
.badge {
    margin-bottom: 3px;
    font-weight: 100;
    padding: 3px 12px;
}
.badge-horas {
    background-color: #bf4634;
}
.badge-ferias {
    border: solid 1px #698bdf;
    background: none;
    color: #698bdf;
}
.badge-remuneracao {
    border: solid 1px cadetblue;
    background: none;
    color: cadetblue;    
}
.badge-naodescontado {
    border: solid 1px #bfbfbf;
    background: none;
    color: #bfbfbf;      
}
.badge-anexo { 
    background-color: bisque;
    border-radius: 20px;    
}
.badge-anexo a {
    background: none;
    padding: 2px 6px;
    margin-right: 6px;
    margin-left: 0px;
    font-size: 13px;    
}
.badge-anexo a svg {
    height: 13px;
    margin-bottom: -2px;
    margin-right: 6px;
}
.badge-adicionar-ficheiro { 
    background-color: transparent;
    border-radius: 20px;
    color: #000000;
    border: 1px solid #ffae4d;   
    cursor: pointer;
}
.alterar-ficheiro {
    display: inline-block;
    min-width: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 20px;
    height: 24px;
    cursor: pointer;
    margin-left: 8px;
    vertical-align: -webkit-baseline-middle;
    margin-bottom: 0px;
}

.adicionar {
        margin-top: -21px;
}

.delete-file {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
}
.delete-file svg {
    fill: darkred;
}

.analise .badge-remuneracao {
    background-color: cadetblue;
    color: #ffffff;
}
.analise .badge-naodescontado {
    background-color: #bfbfbf;
    color: #ffffff;    
}
.analise .badge-ferias {
    background-color: #698bdf;
    color: #ffffff;    
}
.badge-analisar {
    background-color: #ec8700;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 100;
    cursor: pointer;
}
.badge-analise {
    background-color: #157c00;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 100;   
    cursor: pointer;
}
.badge-analise svg {
    fill: #ffffff;
    margin-right: 5px;    
}
.badge-justificada {
    background-color: #5f7acc;
}
.badge-injustificada {
    background-color: #ab3636;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-link {
    color: #000;
    border-radius: 20px;
    padding: 0.25rem 12px;
    border: none;
    margin-left: 4px !important;
    font-size: 18px !important;
    background-color: transparent;
}
.pagination > li > a { background-color: transparent; color: #000000; }
.pagination-sm > li > a, .pagination-sm > li > span { padding: 1px 9px !important; }
.pagination > .active > span:hover, .pagination > li > a:hover { background-color: rgb(228,81,48) !important; }
.pagination > .disabled > span { display: none; }
.page-item.active .page-link {
    color: #fff;
    background-color: rgb(228,81,48);
    border-color: rgb(228,81,48);
    -webkit-box-shadow: 0 2px 5px 0  rgba(228,81,48,0.1), 0 2px 10px 0 rgba(228,81,48,0.1);
    box-shadow: 0 2px 5px 0  rgba(228,81,48,0.1), 0 2px 10px 0 rgba(228,81,48,0.1);
}
.page-link:focus, .page-link:hover {
  background-color: #e9ecef;
  outline: 0;
  box-shadow: unset;
}
.page-item:last-child .page-link {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.page-item:first-child .page-link {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#submit-falta .checkmark-holder, #analisefalta .checkmark-holder { display:none; }