/*@font-face{
    font-family: 'Barlow';
    src: url(/fonts/Barlow-Black.ttf) format('truetype');
    src: url(/fonts/Barlow-BlackItalic.ttf) format('truetype');
    src: url(/fonts/Barlow-Bold.ttf) format('truetype');
    src: url(/fonts/Barlow-BoldItalic.ttf) format('truetype');
    src: url(/fonts/Barlow-ExtraBold.ttf) format('truetype');
    src: url(/fonts/Barlow-ExtraBoldItalic.ttf) format('truetype');
    src: url(/fonts/Barlow-ExtraLight.ttf) format('truetype');
    src: url(/fonts/Barlow-ExtraLightItalic.ttf) format('truetype');
    src: url(/fonts/Barlow-Italic.ttf) format('truetype');
    src: url(/fonts/Barlow-Light.ttf) format('truetype');
    src: url(/fonts/Barlow-LightItalic.ttf) format('truetype');
    src: url(/fonts/Barlow-Medium.ttf) format('truetype');
    src: url(/fonts/Barlow-MediumItalic.ttf) format('truetype');
    src: url(/fonts/Barlow-Regular.ttf) format('truetype');
    src: url(/fonts/Barlow-SemiBold.ttf) format('truetype');
    src: url(/fonts/Barlow-SemiBoldItalic.ttf) format('truetype');
    src: url(/fonts/Barlow-Thin.ttf) format('truetype');
    src: url(/fonts/Barlow-ThinItalic.ttf) format('truetype');

}*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    background:#FAFAFA;
}



p{
color:  #3D3D3D;
font-family: 'Barlow';
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 22px; /* 157.143% */
}
 
.p-16 {
    padding: 16px !important;
}

.p-32 {
    padding: 32px !important;
}

.p-64 {
    padding: 64px !important;
}

.pl-04 {
    padding-left: 4px !important;
}

.pl-08 {
    padding-left: 8px !important;
}

.pl-12 {
    padding-left: 12px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.pl-32 {
    padding-left: 32px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-64 {
    padding-left: 64px !important;
}

.pr-04 {
    padding-right: 4px !important;
}

.pr-16 {
    padding-right: 16px !important;
}

.pr-32 {
    padding-right: 32px !important;
}

.pr-64 {
    padding-right: 64px !important;
}

.px-04 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.px-08 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}

.px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
}

.px-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
}

.px-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
}

.py-08 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.pb-16 {
    padding-bottom: 16px !important;
}

.pb-32 {
    padding-bottom: 32px !important;
}

.pb-64 {
    padding-bottom: 64px !important;
}

.pb-128 {
    padding-bottom: 128px !important;
}

.pt-16 {
    padding-top: 16px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-64 {
    padding-top: 64px !important;
}

.pt-200 {
    padding-top: 200px !important;
}

.m-04 {
    margin: 4px !important;
}

.m-08 {
    margin: 8px !important;
}

.m-16 {
    margin: 16px !important;
}

.my-08 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
}

.mt-08 {
    margin-top: 8px !important;
}

.mt-16 {
    margin-top: 16px !important;
}


.mt-24 {
    margin-top: 24px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-44{
    margin-top: 44px !important;
}

.mt-48 {
    margin-top: 48px !important;
}

.mt-56{
    margin-top: 56px !important;
}

.mt-64 {
    margin-top: 64px !important;
}

.mt-66{
    margin-top: 66px !important;
}

.mt-72{
    margin-top: 72px !important;
}

.mt-96 {
    margin-top: 96px !important;
}

.mt-100{
    margin-top: 100px !important;
}

.mt-128 {
    margin-top: 128px !important;
}

.mt-143 {
    margin-top: 143px !important;
}

.mt-159 {
    margin-top: 159px !important;
}

.mt-192 {
    margin-top: 192px !important;
}

.mt-208 {
    margin-top: 208px !important;
}

.mt-272 {
    margin-top: 272px !important;
}

.mt-143{
    margin-top: 143px !important;
}

.mt-240{
    margin-top: 240px !important;
}

.mb-08 {
    margin-bottom: 8px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mb-64 {
    margin-bottom: 64px !important;
}

.mb-96 {
    margin-bottom: 96px !important;
}

.mb-128 {
    margin-bottom: 128px !important;
}

.ml-04 {
    margin-left: 4px !important;
}

.ml-08 {
    margin-left: 8px !important;
}

.ml-16 {
    margin-left: 16px !important;
}

.ml-21{
    margin-left: 21px !important;
}

.ml-32 {
    margin-left: 32px !important;
}

.ml-52 {
    margin-left: 52px !important;
}

.ml-64 {
    margin-left: 64px !important;
}

.ml-111 {
    margin-left: 111px !important;
}


.ml-127 {
    margin-left: 127px !important;
}

.mr-08 {
    margin-right: 8px !important;
}

.mr-16 {
    margin-right: 16px !important;
}






@media (min-width: 992px) {
    
}

.cabPesq{
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    padding-right: 64px;
    padding-left: 64px;
}

.addTurno { 
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.addTurno span{ 
    color: var(--Text-Tertiary, #8F8F8F);
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 

}



.custom-dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-label {
    height: 64px;
    display: flex;
    justify-content: center;
    background: var(--White, #FFF);
    color: #333;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px rgba(140, 144, 145, 0.16);
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: var(--Text-Primary, #3D3D3D);
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  .dropdown-label-seccao{
    height: 64px;
    color: var(--Text-Primary, #3D3D3D);
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid var(--Danger, #A31430);
    background: var(--White, #FFF);
    box-shadow: 0px 0px 8px 0px rgba(140, 144, 145, 0.16);
  }


  
  .dropdown-list {
    z-index: 2;
    position: absolute;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
 
  .dropdown-list-seccao {
    
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .dropdown-list li {
    
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    color: var(--Text-Primary, #3D3D3D);
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

  }
  .dropdown-list-seccao li {
    
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    color: var(--Text-Primary, #3D3D3D);
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

  }

  .dropdown-label img {
    margin-left: auto; 
    cursor: pointer;
}
.dropdown-label-seccao img {
    margin-left: auto; 
    cursor: pointer;
}


  
  .dropdown-list li:hover {
    background-color: #f5f5f5;
  }
  .dropdown-list-seccao li:hover {
    background-color: #f5f5f5;
  }
  


  .addSeccao { 
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.addSeccao span{ 
    color: var(--Text-Tertiary, #8F8F8F);
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 

}

span{
    color: var(--Danger, #A31430);
font-family: 'Barlow';
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}

.btn button{
background:none;
border: none;
color: #FFF;
text-align: center;
font-family: 'Barlow';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
letter-spacing: 1.28px;
}
.btn{ 
    border: none;
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 16px;
    border-radius: 16px;
background: var(--Text-Primary, #3D3D3D);
}

.allright span{
    color: var(--Text-Tertiary, #8F8F8F);
    font-family: 'Barlow';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
}

.allright p{
    color: var(--Text-Tertiary, #8F8F8F);
    text-align: center;
    font-family: 'Barlow';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}


.btnBack a{
    display: flex;
    gap: 16px;
    background: none;
    border: none;
    color: var(--Text-Tertiary, #8F8F8F);
    text-align: center;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 1.28px;
}

.op{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
}

.op p{
    color: var(--Text-Primary, #3D3D3D);
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; 
}

.op label{
    position: relative; 
    
}

.op input{ 
    border: none;
    padding: 15px;
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 8px 0px rgba(140, 144, 145, 0.16);
}

.op img{ 
    width: 24px;
    height: 24px;
    position: absolute; 
    right: 12px; 
    top: 12px; 
    cursor: pointer;
}

.barraPesquisas{
    display: flex;
    gap: 64px;
    justify-content: end;
}

.registos{
    height: 628px;
    border-radius: 8px;
    background: var(--White, #FFF);
    overflow-y: auto;
    box-shadow: 0px 0px 16px 0px rgba(140, 144, 145, 0.16);
}


.numResults{
    padding-right: 64px;
    display: flex;
    justify-content: end;
}

.numResults span{
    color: var(--Text-Tertiary, #8F8F8F);
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}


.modal-header table{
    width: 50%;
}

.registos table{
    width: 100%;
}

.registos table th{
    color: var(--Text-Tertiary, #8F8F8F);
    font-family: 'Barlow';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 14px;
}

.registos table td{
    text-align: center;
    padding: 14px;
}

.btnAcao{
    
    color: var(--Text-Primary, #3D3D3D);
    text-align: center;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.56px;
    padding: 5px 24px 5px 24px;
    background: none;
    border-radius: 8px;
    border: 1px solid var(--Text-Primary, #3D3D3D); 
}

.btnAcaoPlay{
    border: none;
    
    color: var(--White, #FFF);
    text-align: center;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; 
    letter-spacing: 0.56px;
    border-radius: 8px;
    background: var(--Text-Primary, #3D3D3D);
    padding: 5px 24px 5px 24px;
}


.modal {
    display: none; 
    position: fixed;
    
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.escolhaMaq{
    height: 514px;
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 16px 0px rgba(140, 144, 145, 0.16);
}

.cabEscoMaqu{
    border-radius: 8px 8px 0px 0px;
    background: var(--Sucess-Background, #E1F5E4);
}

.cabEscoMaqu span{
    font-size: 32px;
}

.cabEscoMaqu th{
    padding: 0;
}

.barraModal{
    padding: 32px 0px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.barraModal td{
    color: var(--Text-Primary, #3D3D3D);
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}



.container-Maq span{
    color: var(--Text-Tertiary, #8F8F8F);
font-family: 'Barlow';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
}


.grid-container button{
    align-items: center;
    width: 100%;
    border: none;
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 16px 0px rgba(140, 144, 145, 0.16);
}

.close{
    margin-right: 32px;
    cursor: pointer;
}

.maquinas{
    display: flex;
    justify-content: center;
    gap: 16px;
}

.grid-container{
    column-gap: 16px;
    row-gap: 16px;
    display: grid;
    grid-template-columns: auto auto auto auto; 
}


.modal-content{
    box-shadow: none;
    border: none;
    
    line-height: normal;
}
.endModal{
    display: flex;
    justify-content: space-between;
}

.textFooter p{
    color: var(--Text-Primary, #3D3D3D);
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

 .canButton{
    color: #FFF;
    text-align: center;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 1.28px;
    align-items: center;
    width: 192px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--Danger, #A31430);

}


 .iniButton{
    
    color: #FFF;
    text-align: center;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 1.28px;
    width: 192px;
    height: 48px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--Sucess, #187A26);

}


.decision{
    margin-right: 32px;
    float: right;
    display: flex;
    gap: 16px;

}

.inputPeso input{
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 8px 0px rgba(140, 144, 145, 0.16);
    border: none;
    padding: 13px 192px 13px 24px;
}

.endDescription{
    display: flex;
    align-items: center;
    gap: 32px;
}

.endDescription input{
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 8px 0px rgba(140, 144, 145, 0.16);
    border: none;
    padding: 13px 101px 13px 24px;
}

.inputPeso span{
    margin-left: 32px;
    color: var(--Danger, #A31430);
font-family: 'Barlow';
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 166.667% */
}


.saidaInputs{
    display: flex;
    gap: 32px;
    align-items: baseline;
}

.escMaqu{
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.escMaquInfo{
    align-items: baseline;
    display: flex;
    gap: 32px;
}

.escMaquInfo input{
    border: none;
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 8px 0px rgba(140, 144, 145, 0.16);
    padding: 13px 24px 13px 13px;
}

.escMaqu input{
    border: none;
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 8px 0px rgba(140, 144, 145, 0.16);
    padding: 13px 24px 13px 13px;
}

.opModal{
    display: flex;
    gap: 32px;

}


.obs{
    display: flex;
    gap: 143px;
}

.obsText{
    border: none;
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 8px 0px rgba(140, 144, 145, 0.16);
    padding: 13px;
    width: 100%;
}


.endModal02{
    float: right;
}

.btn.clicked {
    background-color: #3D3D3D; 
    color: #fff;
    align-items: center;
  }


  .btn a{
    color: #FFF;
    text-align: center;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    letter-spacing: 1.28px;
    border: none;
    border-radius: 16px;
    background:  #3D3D3D;
  }

  .modal.show .modal-dialog{
    max-width: 1250px ;
    
    padding: 64px;
  }

 
 

  .modal-header table th{
    text-align: left;
  }

  .modal-header table td{
    text-align: left;
  }

  .modal-header{
    padding: 24px;
    background-color: #FAFAFA;
  }


  .imgModal{
    
    display: flex;
    gap: 8px;
  }


    .imgModal h6{
    color: var(--Text-Primary, #3D3D3D);
font-family: Barlow;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; 
  }


  .infoLayout{
    margin-right: 32px;
    display: flex;
    float: right;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 8px 0px rgba(140, 144, 145, 0.16);
    padding: 12px 28px;
  }

  .infoLayout img{

    height: 24px;
  }

  .infoLayout p{
    color:#8F8F8F;
    margin: 0;
  }

  .btnStop{
    display: inline;
    border: none;
    color: #fff;
    padding: 5px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--Danger, #A31430);
    color: var(--White, #FFF);
    text-align: center;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }

  .btnKeep{
    border: none;
    color: #fff;
    display: flex;
    padding: 5px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--Sucess, #187A26);
    color: var(--White, #FFF);
    text-align: center;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
  

  .modal-body{
    padding: 77px 112px;
  }

  .fusos input{
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 8px 0px rgba(140, 144, 145, 0.16);
    border: none;
    padding: 13px 101px 13px 24px;
    height: 48px;
  }


  .newLine{
    justify-content: end;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .newLine p{
    margin: 0;
    color: #000;
    text-align: center;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 1.28px;
    text-decoration-line: underline;
  }

  .tdText{
    cursor: pointer; 
    color: #3D3D3D;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-decoration-line: underline;
  }

  .estadoFila{
    color: #B89407; 
    gap: 16px; 
    display: flex; 
    justify-content: center;
  }


  .estadoIniciado{
    color: #187A26; 
    gap: 16px; 
    display: flex; 
    justify-content: center;
  }

  .estadoParado{

    color: #A31430; 
    gap: 16px; 
    display: flex; 
    justify-content: center;
  }


  .btnAcaoRegistar{
    text-align: center;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 1.28px;
    color: #fff;
    padding: 12px 63px; 
    font-size:16px;
    border-radius: 8px;
    background:  #187A26;
    border: none;
  }

  #modalParar .imgModal img{
    height: 32px;
  }

  #msgAlert{
    position: absolute;
  }

  .infoSaidas{
display: flex;
flex-direction: column;
  }

  #msgAlertStop{
    position: absolute;
  }

  #msgAlertTerminar{
    position: absolute;
  }

  #msgAlertRegisto{
    position: absolute;
  }

  #msgAlertMeada{
    position: absolute;
  }

  #msgAlertStopMeada{
    position: absolute;
  }

  .alertMsgSec{
    position: absolute;
  }

  .btn.selected {
    color: #fff;
    background-color: #3D3D3D;
}




@media only screen and (max-width: 1280px) {
    .registos table td{
    padding: 10px;
}

.cabPesq{
    padding-right: 64px;
    padding-left: 64px;
}
}



.cabeTHModal{
    padding: 0;
    color: var(--Text-Primary, #3D3D3D);
    font-family: Barlow;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; 
    }

    .cabeTRModal{
    padding: 0;
    color: var(--Text-Primary, #3D3D3D);
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    }