﻿.scroll-to-top{
    bottom: 15px !important;
    right: 4.2% !important;
} 

.footerDiv{
    display: flex;  
    justify-content: space-around;
}


/* Titulo => */
.portaldb-page-title {
    /*Stilo*/
   width: 100%;
}
/* <= Titulo */
.portaldb-sidebar-bg {
  top: 0px !important;
}

/*TABS*/

.thumbnail-ico-bg {
    display: block;
    width: 100px;
    height: 100px;
    background-color: var(--color-neutral-0);
    border-color: var(--color-neutral-5);
    border-style: solid;
    border-width: 1px;
    border-radius: 100%;
    margin-bottom: 6px;    
}

.tabs .tabs-header {
    width: 100%;    
} 

.tabs .tabs-content {
    border-top: none; 
}


.thumbnail-ico-img {
    display: block;
    width: 40px;
    height:auto;
    margin: 0 auto;
    line-height: 9em
} 
 

.thumbnail-title {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #97A3B4;
    margin-top: 20px !important;        
}

.thumbnail-title:hoover {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #97A3B4;
    margin-top: 20px !important;        
}


.thumbnail-title-active {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #00A0DC;  
}
.tabs-header-item {
    padding-left: 40px;
    padding-right: 40px;
    border: none;
    height: 130px;    
} 


.tab-nav-lead {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #717171;
    margin-bottom: 60px
    }
    
.file-upload-xml{
    background-color: #ccc !important;
    border: 2px dotted #00AFAB;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 30px;
    background-image: url('/TTE_Default/img/icoxml.svg') !important;
    background-repeat: no-repeat;
    background-position: center
    
}

.display-inline{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;    
}

.no-border {
    border: 0;
}

.tabs-header-item {
    border-bottom: none !important; 
}


/* =================================== Main Page ============================== */


/* SideBar */
.sidebar-container {    
    width: 720px !important;
}


.sidebar-container {    
    
    
    
}

/*======*/


.posicao-fixa {
   position: sticky;
   top: 70px;
   right: 0px;
   z-index: 200;
   float: right;
   margin-right: calc(-10%) !important
}


.nome-list {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 14px;
    color: var(--color-primary);
}

.documento-list {
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 14px;
    color: var(--color-neutral-5);
}

/* input number */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
/* input number */

.toggle-button.toggle-button-disabled:after {
    background-color: var(--color-primary-lightest);    
}


/* label in form */
.form-alinhamento-label {
    display: inline !important;
}

.responsavel-legal{
    width: 100%;    
}

.navigation-top {
  padding: var(--space-none) var(--space-none) !important;
}

.width-medio {
  width: 340px;
}

.db-tpf {
    margin-top: -30px
}


.termo-aceite {
    background: #97A3B4 !important;
    padding: var(--space-s);
    border-radius: 14px;
    width: 350px !important;
    margin-bottom: var(--space-m);
    color: #fff !important;
}

/* remove fundo do checkbox */
.check-bg{
    background: none !important
}


/* Ajusta tabsheader e modal */

.tabs-header{
    z-index: 0 !important
}

.modal-wrapper {
    z-index: 9 !important
}

.input-modal::placeholder {
    color: #ddd !important;
    font-size: 14px;
    font-weight: 300 !important;
}

.input-modal {
    font-weight: 600;
}

.seletor-exame {
    max-width: 750px !important;

}




.db-placeholder::placeholder{
    color: #fff !important
}

.qq-upload-file {
    color: black !important;
}

.qq-upload-button {
  width: auto !important;
}

.qq-upload-size, .qq-upload-cancel {
    color: black !important;
}

.qq-upload-list {
    margin: 6px 6px !important;
}