﻿
.btn-success {
    background-color: #38a576;
}


/* formulário */
/* ###################################################################### */


#acid-form {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 10px -6px rgb(0 0 0 / 41%);
  -moz-box-shadow: 0 0 10px -6px rgba(0,0,0,.41);
  box-shadow: 0 0 10px -6px rgb(0 0 0 / 41%);
  padding-bottom: 20px !important;
}

#acid-form .row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.acid-row-topline {
  border-top-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  padding-top: 10px;
  padding-bottom: 10px;
}

/* destaca o campo principal do formulário */
/* ###################################################################### */

.acid-mainfield {
  font-size: 13px;
  font-weight: 700;
  
}

/* labels para inputs ou para spans */
/* ###################################################################### */

.acid-field-label {
  font-size: 11px;
  font-weight: 500;
  display: block;
  margin-top: 8px;
  margin-bottom: 0px;
  color: #757575;
  box-sizing: border-box;
}

/* modal */
/* ###################################################################### */

.acid-modal-title {
  padding: 0;
  font-size: 1.2em;
  word-break: break-word;
  color: #979797;
  line-height: 1em;
}

.acid-modal-table thead {
  background: #373c41;
  color: white;
  text-transform: uppercase;  
}

.acid-modal-table thead {
  background: #373c41;
  color: white;
  text-transform: uppercase;  
}

.acid-modal-table tbody tr:nth-child(odd):hover,
.acid-modal-table tbody tr:nth-child(even):hover {
  background-color: rgb(154, 208, 221) !important;
  cursor:pointer; 
}

.anulada {
  color:red
}


/***************************************/
/*        ÁREA COMUM ACIDADOS          */ 
/***************************************/

.acid-info-btn, .acid-i-btn {
  color:#57a9c1;
  font-size:1.5em;
}

/* form -------------------------------*/



.acid-input-btn {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  font-size: 12px;
  line-height: 34px;
  cursor: pointer;
  width: 24px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.acid-input-group {
  width: 100%;
  background-color: red;
}

.acid-group-offset {
  padding-left: 30px;
}

.acid-input-group tr {
  padding: 0;
}

.acid-input-group td {
  padding: 0;
}


#acid-form textarea {
  width: 100% !important;
  height: 50px;
  min-height: 25px;
}

#acid-form input, #acid-form select {
  width: 100%;
  line-height: 24px !important;
  font-size: 12px;
}

.acid-label-as-input {
  width: 100%;
  line-height: 24px !important;
  border-style: solid;
  border-width: 1px;
  border-color: #767676;
  font-weight: 100;
  font-size: 14px;
  padding-left: 5px;
}

.acid-table-as-input {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #767676;
  font-weight: 100;
  font-size: 14px;
  padding-left: 5px;
}

#acid-form input[type="radio"]  {
  width: auto !important;
  margin-right: 5px;
}

#acid-form input[type="checkbox"]  {
  width: auto !important;
}

#acid-field-group-title {
  font-size: 12px;
  font-weight: bold;
}



/* tabela  ----------------------------*/

.acid-table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
}

.acid-table td, .acid-table th {
  padding-left: 6px;
  padding-right: 6px;
}

.acid-table tr:nth-child(even) {
  background-color: #fafafa;
}

.acid-table thead tr {
  background-color:rgb(238, 240, 252);
}

.acid-table thead th {
  font-size: 12px;
  font-weight: 300;  
  padding-top: 6px;
  padding-bottom: 6px;  
}

.acid-emptytable tr td {
  padding: 10px;
	font-size: x-small;
}


/***************************************/
/*    PAINEL DEFINIÇÃO PRIORIDADE      */ 
/***************************************/

#setpriority {
	/*width: 100px;
	height: 100px;
	background-color: red;*/
}

/***************************************/
/*    ALTERAÇÕES AO TEMA DO PHCWEB     */ 
/***************************************/

#maintoolbar {
  background-color: transparent;
}

body.home form>.container {
  background-color: transparent;
}

body form>.container {
  background-color: transparent;
}

/***************************************/
/*    CLASSES COPIADAS BOOTSTRAP       */ 
/***************************************/

.font-weight-normal {
    font-weight: 400!important;
}

.p-0 {
  padding: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem!important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.w-100 {
  width: 100% !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.success {background-color: #04AA6D;} /* Green */
.success:hover {background-color: #46a049;}

.info {background-color: #2196F3;} /* Blue */
.info:hover {background: #0b7dda;}

.warning {background-color: #ff9800;} /* Orange */
.warning:hover {background: #e68a00;}

.danger {background-color: #f44336;} /* Red */
.danger:hover {background: #da190b;}

.text-white {color:#fff;}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.modal-content .modal-body {
  /*height: calc(86vh - 198px);*/
  overflow-y: auto;
}

.tooltip.right > .tooltip-arrow {
  border-right-color: dodgerblue;
}

/*******************************************************************************
******************* ACIDADOS MAGIC CUSTOM CSS **********************************
*******************************************************************************/

.acidados-btn-default {
    color: #353535;
    background-color: #fff;
    border: 1px solid #c1c1c1!important;
}

.acidados-btn-default:hover {
    color: #073b77;
    background-color: #dbdbdb;
    border: 1px solid #dbdbdb;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	cursor: pointer;
}

.acidados-btn-inside-input {
    right: 0.1em;
    z-index: 2;
    padding: 0.6em 0.3em;
    color: #cccccc;
    cursor: pointer;
}

.acidados-line-height {
    display:block;
    line-height:1.1em;
}

.acidados-textarea {
    resize: none;
}

.acidados-mainarea {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px -6px rgb(0 0 0 / 41%);
    -moz-box-shadow: 0 0 10px -6px rgba(0,0,0,.41);
    box-shadow: 0 0 10px -6px rgb(0 0 0 / 41%);
}

.acidados-text-smaller {
    font-size: smaller;
	font-weight: 300;
}

.acidados-manipulates-table-vertical input {
  border: none;
  background: none;
  color: #000000;
  font-size: smaller}

.acidados-manipulates-table-vertical td:first-child {
  width: 0;
}

.acidados-manipulates-table-vertical td:first-child input {
  width: 3em;
}

.acidados-manipulates-table-vertical td:nth-child(2) input {
  font-size: .6em;
  width: 100%;
}

.acidados-manipulates-table-vertical td:last-child {
  width: 1em;
  color: #6c757d;
}

#modal-list-table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f9fa;
}

#modal-list-table thead { 
  position: sticky;  
  top: 0; 
  z-index: 1; 
  background-color: white;
}

#modal-list-table tbody tr td {
  padding-left:5px;
  padding-right: 5px;
}

#modal-list-table tbody tr {
  cursor:pointer;
}

.acidados-blink-fx{
  filter: grayscale(0%);
  animation: blinkingText .5s infinite;
}

.acidados-pesq-btn{
  display: block;
    width: auto;
    height: auto;
    padding: 1em;
    line-height: 40px;
    font-size: 1em;
    text-decoration: none;
    background: #e5e7e9;
    color: #333!important;
    border: 2px solid #333;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    transition: all .35s;
}

.acidados-pesq-btn span{
  position: relative;
  z-index: 2;
}

.acidados-pesq-btn:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #333;
  transition: all .35s;
}

.acidados-pesq-btn:hover{
  color: #fff!important;
}

.acidados-pesq-btn:hover:after{
  width: 100%;
}



@keyframes blinkingText{
  0%		{ filter: grayscale(25%);}
  50%		{ filter: grayscale(50%);}
  100%	{ filter: grayscale(75%);}
}

/* small screen  */
@include media-breakpoint-down(sm) { 

}

/* medium screen  */
@include media-breakpoint-down(md) { 
  
}

/* large screen  */
@include media-breakpoint-down(lg) { 
  .acidados-xs-d-none {
    display: none;
  }
}

#pending-tasks {
  background-color: #ffd95d;
  border-radius: 10px;
  padding-left: 5px;
  font-size: 10px;
  padding-right: 5px;
  position: absolute !important;
  margin-left: 10px;
  font-weight: bold;
}

.acidados-fake-link {
  color:#337ab7;;
  cursor:pointer;
}

#colaboradorInfo {
  display:none;
}

/*******************************************************************************
*******************   ALTERAÇÕES 20 SETEMBRO 2023   ****************************
*******************************************************************************/

/* anúncios recrutamento  */

.aci-full-height {
  height: calc(100vh - 1em);
}

.aci-add-border-left {
  border: 3px solid grey;
  background: #f4f4f4;
  color:#333;
  border-radius: 2em;
  height: 100%;
  /*margin-top: 1.5em;*/
  padding: 0 2em;
}

.aci-add-border-right {
  border: 3px solid grey;
  background: #fff;
  color: #000;
  border-radius: 2em;
  height: 100%;
  font-size: 18px;
  padding: 0 2em;
}

.aci-add-jobtitle-wrapper {
  font-size: 24px;
}

.aci-add-mainfunctions-wrapper {
  font-size: 18px;
  display:grid;
}

.aci-add-req-wrapper {
  font-size: 18px;
  display:grid;
}

.aci-wrapp-span span {
  display: block;
}

.aci-add-footer-wrapper {
  font-size: 18px;
  margin-bottom: 2em;
}

.aci-add-local::before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-size: xx-large;
}

.aci-wrapp-span {
  margin-bottom: 5em;
}

.epic-lisboa {
  background: url(../pimages/anuncios/logos/epic_lisboa.png) no-repeat center;
  /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.epic-algarve {
  background: url(../pimages/anuncios/logos/epic_algarve.png) no-repeat center;
  /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.epic-luanda {
  background: url(../pimages/anuncios/logos/epic_luanda.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.epic-marques {
  background: url(../pimages/anuncios/logos/epic_marques.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sana-berlin {
  background: url(../pimages/anuncios/logos/sana_berlin.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sana-capitol {
  background: url(../pimages/anuncios/logos/sana_capitol.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sana-malhoa {
  background: url(../pimages/anuncios/logos/sana_malhoa.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sana-reno {
  background: url(../pimages/anuncios/logos/sana_reno.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sana-rex {
  background: url(../pimages/anuncios/logos/sana_rex.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sana-sesimbra {
  background: url(../pimages/anuncios/logos/sana_sesimbra.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sana-silver-coast {
  background: url(../pimages/anuncios/logos/sana_silver_coast.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sana {
  background: url(../pimages/anuncios/logos/sana.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.apastorinha {
  background: url(../pimages/anuncios/logos/apastorinha.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.azinor {
  background: url(../pimages/anuncios/logos/azinor.tif) no-repeat center;
  /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.babylon360 {
  background: url(../pimages/anuncios/logos/babylon360.png) no-repeat center;
  background-size: 19%; 
  min-height: 200px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.bf {
  background: url(../pimages/anuncios/logos/bf.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 200px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.divai-herdade {
  background: url(../pimages/anuncios/logos/divai_herdade.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 200px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.evolution-cascais-estoril {
  background: url(../pimages/anuncios/logos/evolution_cascais_estoril.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.evolution-lisboa {
  background: url(../pimages/anuncios/logos/evolution_lisboa.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.evolution-valbom {
  background: url(../pimages/anuncios/logos/evolution_valbom.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.koji {
  background: url(../pimages/anuncios/logos/koji.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.herdade {
  background: url(../pimages/anuncios/logos/logo_herdade.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 200px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.myriad {
  background: url(../pimages/anuncios/logos/myriad.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 130px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.add-sayanna {
  background: url(../pimages/anuncios/logos/sayanna.png) no-repeat center;
  background-size: 100%; 
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sana-metropolitan {
  background: url(../pimages/anuncios/logos/sana_metropolitan.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.spl {
  background: url(../pimages/anuncios/logos/spl.png) no-repeat center;
  /*background-size: 200%; */
  min-height: 200px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sud-lisboa {
  background: url(../pimages/anuncios/logos/sud_lisboa.png) no-repeat center;
   /*background-size: 200%; */
  min-height: 200px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

/*******************************************************************************
*******************   ALTERAÇÕES 16 JUNHO 2023  ********************************
*******************************************************************************/

.form-geral-icons {
  padding: 1em;
  float: left;
}

.form-geral-icons .control-img-height {
  width: auto;
  height: 11em;
}

.container-nothing-here {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 20vh;
  text-align: center;
}

.sad-face {
  font-size: 50px;
  margin-bottom: 10px;
}

/*******************************************************************************
*******************   ALTERAÇÕES 29 JANEIRO 2024  ********************************
*******************************************************************************/
.fake_container p {
  word-break: normal;
}

.aci-add-logo {
    margin: 2em 0!important;
}

/* stickynotes */

.acidados-stickynotes {
  background-color: gray;
  width: 100%;
  display: flex;
  padding: 10px;
  position: relative;
  min-height: 35px;
}

.acidados-stickynote {
  width: 150px;
  height: 150px;
  padding: 10px;
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  margin: 10px;   
  display: flex;
  flex-flow: column; 
  cursor: pointer;
}

.acidados-stickynote-username {
  font-size: x-small;
}

.acidados-stickynote-note {
  flex: 1;
  overflow: auto;
  font-style: italic;
}

.acidados-stickynote-datetime {
  min-height: 12px;
  font-size: x-small;
  text-align: right;
  font-style: italic;
}

.open-stickynotes {
  color: #ffd149; 
  font-size: 20px;      
}

#stickynotes-count {
  font-size:xx-small;
  font-size: xx-small;
  font-weight: bold;
  color: gray;		
}

.stickynotes-modal-save-button {
  background-color: #4e8f56;
  color: white;
}

.stickynotes-modal-delete-button {
  background-color: #713737;
  color: white;
  border-radius: 0px;
}

/* aplica-se ao elemento: <i class="fa fa-plus-circle acidados-big-add"><i> */
.acidados-big-add {
  font-size: x-large;
  color: #289728;
  cursor: pointer;
}