/* 
    Created on : 31/10/2017, 15:10:17
    Author     : SHL
*/
.tab_multidados {
    padding: 0px;
    margin: 0px;
   /* height: 50px;*/
    display: block;
}

.tab_multidados > div:last-child {
    padding-bottom: 50px;
}

.tab_multidados > div:nth-child(n+2) {
    /*margin-top: 60px;*/
    margin-bottom: 50px;
}

.tab_multidados > div:first-of-type {
    /*position: fixed;*/
    display: block;
    z-index: 100;
}

.tab_multidados > div:first-of-type > .tabs {
    color: #000;
    font-weight: bold;
    font-family: GilroyRegular !important;
}

.tab_multidados >  div > .tabs .tab a {
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #CCC;
    background-color: #0f74a8;
    color: #fff;
}

.tab_multidados > div > .tabs .tab a:Hover {
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    color: #164259;

}.tab_multidados >  div > .tabs .tab div {
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #CCC;
    background-color: #0f74a8;
    color: #fff;
}

.tab_multidados > div > .tabs .tab div:Hover {
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    color: #164259;
}

.tab_multidados > div:first-of-type > .tabs .tab {
    font-family: PoppinsRegular !important;
}


.tab_multidados >  div > .tabs .tab a.active {
    color: #000;
    border: 1px solid #ccc;
    background-color: #ffc100;
    font-weight: bold;
}

.tab_multidados >  div > .tabs .indicator {
    background-color: #000;
}

.tab_multidados .circle-icon {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.8rem;
    border-radius: 50%;
    text-align: center;
    margin-right: 0.4rem;
    background-color: #666;
    color: #fff;
}

/* VERTICAL */
/* VERTICAL */
/* VERTICAL */
.tab_multidados .tab_vertical .tabs {
    height: auto;
    white-space: normal;
}

.tab_multidados .tab_vertical .tabs .tab {
    display: block;
    width: 100%;
    border-bottom: 0px solid #f0f0f0;
    cursor: pointer;
    text-align: left;
}

.tab_multidados .tab_vertical .tabs .indicator {
    display: none;
}

.tab_multidados .tab_vertical .tabs .tab a.active {
    background-color: #ffc100;
    font-weight: bold;
    color: #000;
}

.tab_multidados .tab_vertical > .tabs .tab a {
    border-radius: 0px;
    border: 1px solid #cccccc;
    background-color: #FFF;
    color: #000;
}
.tab_multidados .tab_vertical >  .tabs .tab a:Hover {
    border-radius: 0px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    color: #164259;
}

.tab_multidados .conteudoAbas {
    border: 1px solid #d7d7d7;
    background-color: #f7f7f7
}

/* subtabs */
/* subtabs */
/* subtabs */
/* subtabs */
.tab_multidados .subtabs .tabs .tab a.active {
    background-color: #CCC;
    font-weight: bold;
    color: #000;
}
.tab_multidados .subtabs > .tabs .tab{
    line-height: 35px !important;
    font-weight: bold;
}

.tab_multidados .subtabs > .tabs .tab a {
    height: 35px !important;
    padding: 0px 12px !important;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #ccc;
    background-color: #FFF;
    color: #000;
}

.tab_multidados .subtabs >  .tabs .tab a:Hover {
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    color: #164259;
}
.tab_multidados .subtabs > .tabs .tab div {
    height: 35px !important;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #ccc;
    background-color: #FFF;
    color: #000;
}

.tab_multidados .subtabs >  .tabs .tab div:Hover {
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    color: #164259;
}

/* subtabsfiltros */
/* subtabsfiltros */
/* subtabsfiltros */
/* subtabsfiltros */
.tab_multidados .subtabsfiltros .tabs .tab a.active {
    background-color: #3FAEE8;
    font-weight: bold;
    color: #fff;
}
.tab_multidados .subtabsfiltros > .tabs .tab{
    line-height: 35px !important;
}

.tab_multidados .subtabsfiltros > .tabs .tab a {
    height: 35px !important;
    border-radius: 2px 2px 0px 0px;
    border: 1px solid #ccc;
    background-color: #FFF;
    color: #000;
}

.tab_multidados .subtabsfiltros >  .tabs .tab a:Hover {
    border-radius: 2px 2px 0px 0px;
    border: 1px solid #3FAEE8;
    background-color: #3FAEE8;
    color: #000;
}
.tab_multidados .subtabsfiltros > .tabs .tab div {
    height: 35px !important;
}

.tab_multidados .subtabsfiltros >  .tabs .tab div:Hover {

}