.pg-detalhes .x-tab.x-tab-active.x-tab-default{
  background-color: #37b1ef !important;
}

.pg-detalhes .x-tab-bar-default-top > .x-tab-bar-body-default{
    padding: 8px 4px 0 0px;
}

.pg-detalhes .x-tab.x-tab-active.x-tab-default .x-tab-inner-default{
    background-color: #37b1ef !important;
    border: 1px solid #37b1ef !important;
    color : #fff !important;
    font-weight: 100;
}

.pg-detalhes .x-tab-default-top{
    background-color: #d1cfcf!important;

}

.pg-detalhes .x-tab-inner-default{
    color: #1717179e !important;
}

.pg-detalhes .x-noborder-trbl {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pg-detalhes .x-tab-bar-default{
    border-bottom: none !important;
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.inspina_pg_detalhes .x-tab-inner-default {
    font-family: Exo;
    color: #000; /*fonte tab inativa*/  
    margin-top: 0px;
    margin-bottom: 8px;
}

.inspina_pg_detalhes .x-panel-default {
    border-color: #2f4050 !important;
}

.inspina_pg_detalhes .x-tab-bar-default {
    /*background-color: #f3f3f4 !important;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.inspina_pg_detalhes .x-panel-default-outer-border-trbl {
    border-color: #f3f3f4 !important;
}

.inspina_pg_detalhes .x-tab-default-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #cccccc; /*tab inativa*/
    border-color: gray;
    border: 1px solid;    
}

.inspina_pg_detalhes .x-tab.x-tab-active.x-tab-default {
    background-color: #00539e; /*tab ativa*/
    border: 1px solid;
    border-color: #00539e;    
}

.inspina_pg_detalhes .x-tab.x-tab-active.x-tab-default .x-tab-inner-default {
    color: #fff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
}

.inspina_pg_detalhes .x-tab-wrap {
    position: relative;
    top: -4px;
}

.inspina_pg_detalhes .x-tab.x-tab-active span.x-tab-inner.x-tab-inner-default::after {
    content: " ";
    position: absolute;
    height: 3px;
    width: 180%;
    background-color: #0677a0;
    top: 20px;
    left: -10px;
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
}

.inspina_pg_detalhes .x-tab-bar-horizontal > .x-tab-bar-body-default {
    min-height: 35px;
    max-height: 35px;
}

.inspina_pg_detalhes .x-tab.x-tab-active.x-tab-default .x-tab-inner-default {
    /* padding: 0px 0px 0px 0px !important; */
    max-height: 35px !important;
    color: #ffffff !important;
    font-weight: bold;
    border-bottom-color: white transparent;
    margin-bottom: 0px;
    background-color: #00539e; /*tab ativa*/
    border: none;
    margin-top: -5px;
}

.inspina_pg_detalhes .x-panel-body-default {
    background: #fff !important;
}