


  
  
  :root {
      
  --border-line-menu: #03a9f4;
  --border-card-bottom: #03a9f4;
  
  --text-card-title: #343a40;
  --background-colors: #E9ECEF;
  --background-degrade: linear-gradient(180deg, #fdfbfb, #f0f0f0);

  --submenu-background-color: #222834;
  --menu-user-splash-background: #222834;

    --phoenix-font-sans-serif: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --phoenix-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --phoenix-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --phoenix-body-font-family: var(--phoenix-font-sans-serif);
    --phoenix-body-font-size: 1rem;
    --phoenix-body-font-weight: 400;
    --phoenix-body-line-height: 1.49;
    --panel-body-padding: 7px;

}


.label.label-default {
    background-color: #777;
}




.tselect_disabled, .tfield_disabled, .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false], .note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false], .tfield_disabled+.pickr>button, .tfield_disabled[widget="tpassword"]+button, .tfield_disabled+.input-group-addon, .select2-disable+ .selection .select2-selection, .tcombo_disabled, .form-control:disabled, .form-control[readonly] {
    background-color: var(--field-disabled-background) !important;
    border-color: var(--field-disabled-border) !important;
    opacity: 1;
    color: var(--field-disabled-text-color) !important;
}




.card-header-chr
{
    border: none;
    padding: var(--panel-header-padding-vertical) var(--panel-header-padding-horizontal);
    background: var(--panel-header-background);
    display: flex;
    border-radius: var(--panel-border-radius) var(--panel-border-radius) 0px 0px !important; 
    align-items: center;
    border-bottom: 1px solid var(--panel-header-border-color)
}




.bContainer-fieldset .bContainer-title {
    background-image: linear-gradient(180deg, #fdfbfb, #f0f0f0);
}


 /* badge etapa cotação */
 /* VERDE */
.badge-chr01 {
    text-transform: uppercase;
    padding: 2px 8px;
    
     
    color: rgb(19, 222, 185);
    background: #e6fffa none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0.90566px solid #a1f2e3;
    
    
    box-sizing:border-box;
    display:inline-block;
    line-height:9px;
    min-width:140px;
    text-align:left;
    padding:4px 6px;
    border-radius:4px;
    margin-right:8px;
    font-size:12px;
    font-weight:500;
    margin-top:8px;
    direction:ltr;
    font-size:12px;
    font-weight:500;
    letter-spacing:0.2px;
    line-height:14px;
}


/* LARANJA */
.badge-chr02 {
    text-transform: uppercase;
    padding: 2px 8px;
    color: rgb(217 146 21);
    background: rgb(254 245 229) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0.90566px solid rgb(255 174 31 / 40%);

    
    box-sizing:border-box;
    display:inline-block;
    line-height:9px;
    min-width:140px;
    text-align:left;
    padding:4px 6px;
    border-radius:4px;
    margin-right:8px;
    font-size:12px;
    font-weight:500;
    margin-top:8px;
    direction:ltr;
    font-size:12px;
    font-weight:500;
    letter-spacing:0.2px;
    line-height:14px;
}

/* LILAS */
.badge-chr03 {
    text-transform: uppercase;
    padding: 2px 8px;
    color: #5d87ff;
    
    background: rgba(93, 135, 255, 0.1) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0.90566px solid rgb(93 135 255 / 40%);

    
    box-sizing:border-box;
    display:inline-block;
    line-height:9px;
    min-width:140px;
    text-align:left;
    padding:4px 6px;
    border-radius:4px;
    margin-right:8px;
    font-size:12px;
    font-weight:500;
    margin-top:8px;
    direction:ltr;
    font-size:12px;
    font-weight:500;
    letter-spacing:0.2px;
    line-height:14px;
}

/* VERMELHO */
.badge-chr04 {
    text-transform: uppercase;
    padding: 2px 8px;
    color: rgb(250, 137, 107);
    background: #fbf2ef none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0.90566px solid rgb(250 137 107 / 40%);

    
    box-sizing:border-box;
    display:inline-block;
    line-height:9px;
    min-width:140px;
    text-align:left;
    padding:4px 6px;
    border-radius:4px;
    margin-right:8px;
    font-size:12px;
    font-weight:500;
    margin-top:8px;
    direction:ltr;
    font-size:12px;
    font-weight:500;
    letter-spacing:0.2px;
    line-height:14px;
}


/* AZUL */
.badge-chr05 {
    text-transform: uppercase;
    padding: 2px 8px;
    color: rgb(73 190 255);
    background: rgba(73, 190, 255, 0.1) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0.90566px solid rgb(73 190 255 / 40%);

    
    box-sizing:border-box;
    display:inline-block;
    line-height:9px;
    min-width:140px;
    text-align:left;
    padding:4px 6px;
    border-radius:4px;
    margin-right:8px;
    font-size:12px;
    font-weight:500;
    margin-top:8px;
    direction:ltr;
    font-size:12px;
    font-weight:500;
    letter-spacing:0.2px;
    line-height:14px;
}


/* cabeçalho */


.company-logo{
        background: var(--background-degrade);
}


.header-box {
  
    background: var(--background-degrade);
}


.header-box:before {
    background-size: 70%;
}



 .container-header {
    border-top: 1px solid var(--border-line-menu);
    background: var(--background-degrade);
}


.right-panel > .container-part[page-name=CotacaoForm] {
    background: var(--panel-header-background) !important;
}


#navbar-builder-top-menu-collapse .container-menu#top-menu {
    border-top: 1px solid var(--border-line-menu);
    background: var(--background-degrade);
    height: 53px;
}



.right-panel > .container-part[page-name=SolicitacaoFormClonado] {
    width: 90% !important;
    background: #f0f4f9 !important;
}



#navbar-builder-top-menu-collapse, #top-menu {
    background-color: var(--background-degrade);
}

/* icone header */
.container-header a.button-circle {
 
    background-color: var(--background-degrade);
    color: var(--top-menu-color-button-circle);
    border: none;
}


.header-action.no-border {
    width: 160px;
    margin-right: 20px;
}

.header-profile-name {
    width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--header-text-color) !important;
}


.fast-drop-open a {
    color: var(--button-text-color);
    white-space: nowrap;
    margin-right: 20px;
    margin-bottom: 16px;
    display: block;
}


.fit-picture {
  width: 34px;
  margin: 1px;
}

.fit-picture .label {
  margin: 1px;
}


/* fim cabeçalho */




.page-title-bar {
    padding: 16px;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-between;
    border-bottom: 1px solid var(--off-white-dk);
}

.app-flash-banner {
    padding: 0 16px;
    margin-top: 12px;
}




/* buttom */
.btn.btn-default {
    background: var(--button-background);
    border: 1px solid var(--button-border); 
    color: var(--button-text-color);
    border-left: 1px solid var(--button-border) !important;

}
/* abas */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
       border-top: 2px solid var(--main-color) !important;
}


/* card border top */
.card-header:first-child {
     border-top: 2px solid var(--main-color) !important;
     background-image: linear-gradient(180deg, #fdfbfb, #f0f0f0);

     
}
    


/* card border bottom 
.card-body {
    border-bottom: 2px solid var(--main-color) !important;
}
*/



.badge.bg-secondary-chr {
    font-size: 12px; /* Ajuste o tamanho da fonte conforme necessário */
    background: #42e695;
    background: -webkit-linear-gradient(45deg, #42e695, #3bb2b8) !important;
    background: linear-gradient(45deg, #42e695, #3bb2b8) !important;    
}


/* Title Modal  */

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
    border-top: 1px solid var(--border-line-menu);
    background: var(--background-degrade);
    border-bottom: 1px solid var(--border-line-menu);
}




.modal-content {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


/*
   Inserir CSS em formulario 
   div[page-name="CotacaoForm"] .select2-container--default .select2-selection--single .select2-selection__clear {
        display: none !important;
        }
*/


/* Borda e Sombra formulario */
.ui-widget.ui-widget-content {
    border: 1px solid var(--success) !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}




.labellinhacenter  {
    margin: 27px;
    font-weight: normal;
    font-size: 10pt;
    font-family: Helvetica, Arial, Verdana;    color: #333;
   
}



.labelprioridade {
    /* display: inline-block; */
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: white;
    padding: 0.2em 0.2em 0.2em;
}




.body{
    font-family: var(--font-family);
    font-size: var(--font-size);
    height:100%;
    margin: 0;
    position: absolute;
    width: 100%;
    color: var(--text-color);
    background: var(--background-colors);
}



.tbreadcrumb {
    
    width: 100%;
    padding: 2px;
    margin-bottom: 0px;
    display: flex;
    justify-content: start;
}


.header-logo {
   -- box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid var(--border-line-menu);
}


.master-container {
    background: var(--background-colors);
 }


.container-live {
    background: var(--background-colors);
    width: 100%;
    max-width: var(--live-area-width);
    overflow-y: auto;
    padding: 12px;
    margin-left: auto;
    margin-right: auto;
}


.lblbemvindo {
   text-align: center;
}


.splash-user-photo {
  
    width: 70px;
    height: 70px;
  
}



.card-title {
    color: var(--text-card-title) !important;

}


.panel-title {
    color: var(--text-card-title);

}


.card-header {
    background: #f8f9fa;
    border-bottom: 1px solid var(--border-card-bottom);
}


.card.panel {
/*--  background: var(--panel-background);
--  padding: var(--panel-padding);
--  box-shadow: var(--panel-box-shadow);
*/
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
    --box-shadow: rgb(56 143 14 / 15%) 1.95px 1.95px 2.6px;
}



.header-track {
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.16);
    border-bottom: 1px solid var(--border-line-menu);
}


/* CSS MENU */


.container-submenu ul li ul a {
    color: #adb5bd;
    align-items: center;
    line-height: 0.25;
}


.container-submenu ul .checked > a {
    background-image: linear-gradient(to right, #1c7aafb8 0%, #136ca0 100%);
    background-repeat: repeat-x;
    color: #fff;
}


.master-menu-content .container-submenu>ul>li {
    padding: 0 0px;
}


#top-menu.container-menu {

    border-bottom: 1px solid var(--border-line-menu);

}



.container-menu {

    border-right: 1px solid var(--border-line-menu);
}


.cardpublic01 {
    background: red;
}



#cardpublic .card-header {
    background: red;
    color: white;
}


.cardpublic .card-header {
    background: red;
    color: white;
}

.field-empty {
    border: 1px red;
}








    


/* icone hamburguer */
@media (min-width: 992px) {
    .sidebar-mini .fixed-sidebar-mini-menu i {
        color: #000000;
    }
}



/* botão update 100% width */
div[page-name="BuilderPageBatchUpdate"] button#tbutton_action1 {
    width: 100% !important;
    height: 38px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    border-radius: 12px !important;
}


/* logo login */
.login-medium-logo {
       background-size: 90%;
}





/* menu header */
.fast-drop.force-bottom > .fast-drop-open {
    top: calc( var(--header-height) - 1px );
    bottom: unset;
    border-radius: 0px 0px 6px 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


/* menu lateral */
@media (min-width: 992px) {
    .sidebar-mini:not(.fixed) .master-menu-content:not(.open) .container-submenu>ul>li {
        padding: 0px 0px 0px 0px;
    }

}


@media (min-width: 992px) {
    .sidebar-mini:not(.fixed) .master-menu-content:not(.open) .splash-user-photo {
        transition: .3s;
        width: 44px ;
        height: 44px ;
    }
}
/* fim menu lateral */




#labelaanime .label {
  color: #2196F3; /* Cor inicial */
  transition: color 0.5s ease; /* Duração, função de timing e curva de animação */
}

#labelanime .label:hover {
  color: #007bff; /* Cor final */
}



.page-link {
    color: var(--text-color-strong);
    background: white;
}



.tpagenavigation li.off a {
    color: #c9cacb;
    background: white;
    border: 1px solid var(--content-border-color);
}


.labelicon .label {
    color: #e1e1e1;
  
}

.labelicon .label:hover{
    color: #2196f3;
     background: red;
}


.dropdown-menu a:hover {
    color: #ffffff !important;
    background: #2196f3;
    border: 1px solid #e1e1e1;
}


.dropdown-menu a {
    line-height: 2;
    border-bottom: 1px solid #e0e0e0;
}


/* SubMenu Ação */
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    box-shadow: 3px 3px #4caf502e;
    font-size: 12px;
    background: #f8f9fa;

}



/* grade cabeçalho  */

.table thead th {
    text-transform: uppercase;
    border: 1px solid #e2e2e2;
    font-weight: bold;
    padding: 8px;
    padding-left: 6px;
    border-bottom: 2px solid #e2e2e2 !important;
    background-image: linear-gradient(180deg, #fdfbfb, #f0f0f0);
}



    
/* grade detail  */
.table-bordered td, .table-bordered th {
    border: 1px solid #e9ebec;
    padding-left: 7px;   

}




/* label convert maiusculo 
label {
    text-transform: uppercase;
}
*/


.esconderbotao {
    display: none;
}


.table.table>tbody>tr>td.tdatagrid_cell.action {
    padding-left: 13px;
    padding-right: 13px;
    border-left: 1px solid #eee;
}





