:root {
    --primary: #2D1967;
    --text-color: #212529;
    --menu-link-active: #2155cd;
    --sidebar-menu-color: #dff2f9;
    --menu-width: 300px;
}

@keyframes global_loader {
    0% {
        top: 6px;
        height: 51px;
    }

    50%, 100% {
        top: 19px;
        height: 26px;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: var(--text-color);
}

.crm_body_bg:has(.global_loader_container.d-flex) {
    overflow: hidden;
}

.global_loader_container {
    background: rgba(223, 242, 255, 0.7);
    z-index: 9999999;
}

.global_loader {
    display: inline-block;
    position: relative;
    height: 60px;
    width: 60px;
}

.global_loader div {
    display: inline-block;
    position: absolute;
    left: 6px;
    animation: global_loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    width: 8px;
}

.global_loader div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}

.global_loader div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}

.global_loader div:nth-child(3) {
    left: 45px;
    animation-delay: 0s;
}

.opacity_disabled { opacity: 0.5; }

.hidden, .fixed-table-pagination .pagination-info {
    display: none !important;
}

.profile_info .profile_info_iner .profile_author_name {
    background: #2D1967 !important;
}

.profile_info .profile_info_iner::before {
    border-color: transparent transparent #2D1967 transparent !important;
}

.header_iner .header_right .header_notification_warp li > .bell_notification {
    font-size: 20px;
    color: #929BB5;
    position: relative;
    margin-right: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
}

.header_iner .header_right .header_notification_warp li > .bell_notification {
    line-height: 39px;
}

.header_iner .header_right .header_notification_warp li > .bell_notification span {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #FF606D;
    font-size: 10px;
    border-radius: 50%;
    right: -11px;
    top: -4px;
}

.bell_notification:hover .Menu_NOtification_Wrap {
    opacity: 1;
    visibility: visible;
}
.profile_info .profile_info_iner .profile_author_name {
    background: #2D1967 !important;
}

.profile_info .profile_info_iner::before {
    border-color: transparent transparent #2D1967 transparent !important;
}

.header_iner .header_right .header_notification_warp li > .bell_notification {
    font-size: 20px;
    color: #929BB5;
    position: relative;
    margin-right: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
}

.header_iner .header_right .header_notification_warp li > .bell_notification {
    line-height: 39px;
}

.header_iner .header_right .header_notification_warp li > .bell_notification span {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #FF606D;
    font-size: 10px;
    border-radius: 50%;
    right: -11px;
    top: -4px;
}

.bell_notification:hover .Menu_NOtification_Wrap {
    opacity: 1;
    visibility: visible;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail { margin-top: 15px; }

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 36;
}

.header_iner {
    z-index: 1050;
}

.modal-backdrop {
    z-index: 99999;
}

.sidebar {
    z-index: 99999;
}

.sidebar #sidebar_menu a {
    cursor: pointer;
}

.sidebar #sidebar_menu > li > a:hover, .sidebar #sidebar_menu > li ul li a:hover {
    background: #f5f5f5;
    border-radius: 6px 0px 0px 6px;
}

.sidebar #sidebar_menu > li ul {
    padding: 0px 0px 0px 20px;
    position: relative;
    margin: 10px 0;
}

.sidebar #sidebar_menu > li ul::before {
    content: "";
    width: 2px;
    height: 100%;
    background: var(--sidebar-menu-color);
    position: absolute;
    left: 8px;
    border-radius: 8px;
}

.sidebar #sidebar_menu > li ul li a {
    padding: 10px 0 10px 20px !important;
    margin: 5px 0;
}

.sidebar #sidebar_menu > li ul li a.active {
    color: var(--menu-link-active);
}

.sidebar #sidebar_menu > li ul li a.active, .sidebar #sidebar_menu > li ul li a:hover {
    background: #dff2ff;
    border-radius: 6px 0px 0px 6px;
}

.sidebar #sidebar_menu > li:not(.mm-active) > a:hover:before {
    opacity: 1;
    visibility: visible;
}

.sidebar #sidebar_menu > li:not(.mm-active) > a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #c8c8c8;
    height: 100%;
    border-radius: 6px 0px 0px 6px;
    left: -10px;
    border-radius: 0 8px 8px 0;
    opacity: 0;
}

.sidebar .footer_menu {
    position: absolute;
    bottom: 0;
}

.sidebar::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 10px;
}

.sidebar::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.main_content.dashboard_part {
    overflow: visible;
}

.card_box .white_box_title.reverse {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.colored_bg {
    background-color: var(--primary) !important;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

a { color: var(--primary); }

/*.header_iner .header_right .header_notification_warp li > a { line-height: 39px; }*/

.profile_info > i {
    font-size: 40px;
}

.details_toolbar .btn_label {
    font-size: 14px;
    line-height: 1.4em;
}

.Menu_NOtification_Wrap {
    top: 47px;
    text-align: left !important;
}

.Menu_NOtification_Wrap .Notification_body .single_notify {
    margin-bottom: 12px;
    margin-top: 6px;
}

.Menu_NOtification_Wrap .Notification_body .single_notify .notify_content a h5 {
    line-height: 1.2;
}

.sidebar #sidebar_menu > li {
    margin-left: 10px;
}

.sidebar #sidebar_menu > li a {
    padding: 15px 25px 15px 15px;
}

.sidebar #sidebar_menu > li:not(.mm-active) a .material-symbols-outlined {
    color: #A6A6A6;
}

.sidebar #sidebar_menu > li.mm-active > a {
    border-radius: 6px 0 0 6px;
    color: #2D1967;
    background: #dff2ff;
}

.sidebar #sidebar_menu > li.mm-active > a::before {
    left: -10px;
    border-radius: 0 8px 8px 0;
}

.sidebar #sidebar_menu > li.mm-active > a::after {
    right: 15px;
    color: #2D1967;
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
}

.dropdown .dropdown-menu .dropdown-item.active:hover {
    background: #0d6efd !important;
}

.fixed_width {
    width: 180px;
}

.fixed_width > div.d-block.w-100 {
    min-width: 130px !important;
}

.fixed_width2 {
    width: 180px;
}

.fixed_width2 > div.d-block.w-100 {
    min-width: 150px !important;
}

.double_fixed_width {
    width: 360px;
}

.double_fixed_width > div.d-block.w-100 {
    min-width: 360px !important;
}

.fixed-columns-right { height: 1px !important; }

.accordion-item {
    background-color: #f6faff;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail {
    margin-bottom: 0;
}

.data_table thead tr, .table thead tr {
    background: #fff;
}

.data_table tbody tr:nth-child(odd), .table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.data_table tbody tr:nth-child(even), .table tbody tr:nth-child(even) {
    background-color: #f0f0f0;
}

.action_toolbar .btn {
    padding-left: 2em;
    position: relative;
    line-height: 1.4;
}

.action_toolbar .btn i {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    line-height: 1;
    font-size: 27px;
}

.card_box .white_box_title {
    background-color: #fff;
    padding: 20px 40px;
    border-bottom: 1px solid #f2f4ff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    overflow: hidden;
}

.card_box .box_body {
    padding: 20px 40px;
}

.logo_mutua {
    max-width: 120px;
    max-height: 55px;
}

.open_close_collapse {
    color: var(--bs-secondary);
}

.open_close_collapse:hover {
    color: var(--bs-secondary) !important;
    opacity: .7;
}

.field_wrapper:not(.form-check):not(.no_border) {
    border-bottom: 1px solid #c4c4c4;
}

.form-check-input[type="checkbox"]:disabled, .form-check-input[type="checkbox"]:disabled ~ .form-check-label, .form-check-input[type="checkbox"][disabled] ~ .form-check-label {
    opacity: 1;
}

.btn_action {
    line-height: .7;
    padding: 0.25rem;
}

.btn_action:hover {
    background: #FAFAFA;
}

.btn_action i {
    color: #616161;
}

.btn_action .btn_label {
    color: #424242;
}

.vertical_divider {
    width: 1px;
    height: auto;
    background: #E0E0E0;
}

.custom_shadow {
    box-shadow: 0 0 2px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.14);
}

.small_border_radius {
    border-radius: 4px;
}

.green_icon { color: #498205 !important; }
.red_icon { color: #a4262c !important; }
.blue_icon { color: #0078d4 !important; }

.green_bg {
    background: #498205 !important; 
    color: #fff !important;
}

.red_bg {
    background: #a4262c !important;
    color: #fff !important;
}

.blue_bg {
    background: #0078d4 !important;
    color: #fff !important;
}
.grigio_bg {
    background: #808080 !important;
    color: #fff !important;
}
.giallo_bg {
    background: #FFFF00 !important;
    color: #fff !important;
}

.divider {
    border-bottom: 1px solid var(--sidebar-menu-color);
}

.ts-wrapper.multi .ts-control > div.active, .ts-wrapper.multi .ts-control > div.last-active {
    background: #2d1967;
    color: #fff;
    border: 0 solid #2d1967;
}

.single-select .ts-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-color: #BBC1C9;
}

.modal {
    z-index: 999999;
}

.fixed_height_table {
    height: 300px;
    overflow: auto;
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
}
.grey_font_color {
    color: #3C3C3C;
}
.ts-dropdown .optgroup-header {
    font-weight: 700;
    font-style: italic;
}

.badge_custom {
    font-size: 13px;
    font-weight: 600;
}

.badge_custom_width {
    width: 80px; 
    display: inline-block;
    text-align: center;
}
.nav-pills .nav-link {
    border: 1px solid var(--primary);
}
.nav-pills .nav-link.active {
    background-color: var(--primary);
}

.badge.stato_convenzionamento, .badge.stato_contratto {
    font-size: .6rem;
}

.fixed-table-pagination {
    display: none !important;
}

.googleMapsRender {
    height: 25em;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
}

.fascia_tariffa.top {
    color: #84c337;
}

.fascia_tariffa.platinum {
    color: #febf00;
}

.fascia_tariffa.gold {
    color: #ff7300;
}

.fascia_tariffa.silver {
    color: #e5221e;
}

.badge.fascia_tariffa.top {
    background: #84c337;
    color: #fff;
}

.badge.fascia_tariffa.platinum {
    background: #febf00;
    color: #fff;
}

.badge.fascia_tariffa.gold {
    background: #ff7300;
    color: #fff;
}

.badge.fascia_tariffa.silver {
    background: #e5221e;
    color: #fff;
}

.badge.fascia_tariffa.not_available {
    background: #4b4b4b;
    color: #fff;
}


/* prestazioni-styles */
/* Prestazioni Counter Styles */
@keyframes counterUpdate {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.counter-update {
    animation: counterUpdate 0.3s ease-in-out;
}

.prestazioni-counter {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.counter-box {
    text-align: center;
}

.counter-title {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.25rem;
}

.counter-details {
    display: flex;
    justify-content: center;
    gap: 1rem;
    font-size: 0.875rem;
}

.counter-total {
    color: #0d6efd;
    font-weight: 500;
}

.counter-direct {
    color: #198754;
    font-weight: 500;
}

.counter-indirect {
    color: #6c757d;
    font-weight: 500;
}

#totalCounter,
#directCounter,
#indirectCounter {
    display: inline-block;
    min-width: 1.5rem;
    font-weight: 600;
}

/* Prestazioni Tree Styles */
.prestazioni-tree {
    max-height: 800px;
    overflow-y: auto;
}

.categoria-gruppo {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    background-color: #fff;
}

.categoria-header {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    user-select: none;
}

.toggle-categoria {
    background: none;
    border: none;
    padding: 0.25rem;
    margin-right: 0.5rem;
    cursor: pointer;
    transition: transform 0.2s ease;
}

    .toggle-categoria:hover {
        background-color: rgba(0, 0, 0, 0.05);
        border-radius: 4px;
    }

    .toggle-categoria.toggling {
        pointer-events: none;
    }

    .toggle-categoria i {
        transition: transform 0.3s ease;
    }

.categoria-content {
    padding: 1rem;
    overflow: hidden;
}

/* Search Container Styles */
.search-container {
    position: sticky;
    top: 0;
    background-color: #fff;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1rem;
    z-index: 1000;
}

/* Table Styles */
.prestazioni-table {
    margin-bottom: 0;
}

.table-active {
    background-color: rgba(0, 123, 255, 0.05) !important;
}

.form-check-input:disabled {
    opacity: 1;
    cursor: default;
}

    .form-check-input:disabled:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

/* Actions Container Styles */
.actions-container {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .counter-details {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .search-container {
        position: relative;
    }

    .actions-container {
        margin-top: 1rem;
        justify-content: center;
    }
}

/* Cross-browser compatibility */
.prestazioni-counter {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

@-webkit-keyframes counterUpdate {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.counter-update {
    -webkit-animation: counterUpdate 0.3s ease-in-out;
    -moz-animation: counterUpdate 0.3s ease-in-out;
}


.disabled_tr {
    opacity: 0.3;
    cursor: pointer;
    pointer-events: none;
}

.pagination {
    margin-top: 1.5em;
}

.valuta_item span {
    display: block;
    min-width: 100px;
}

@media (min-width: 992px) {
    .main_content {
        padding-left: var(--menu-width);
    }

    .sidebar {
        width: var(--menu-width);
    }
}

@media (max-width: 991px) {
    .main_content .main_content_iner {
        margin: 20px;
    }
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }

    #idAbbinamentoTitolo .modal-dialog {
        max-width: 75vw;
    }
}

@media (max-width: 575px) {
    .details_toolbar i {
        font-size: 1em;
        line-height: 1.5;
    }
}

/*-----------------------------------------*/

/*a,
a:link,
a:active,
a:visited {
    color: #0066aa;
    text-decoration: none;
    border-bottom: #000013 0.16rem solid;
}

    a:hover {
        color: #000013;
        border-bottom: #0066aa 0.16rem solid;
    }

header,
footer {
    width: 40rem;
    margin: 2rem auto;
    text-align: center;
}

.add-task-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20rem;
    height: 5.3rem;
    margin: auto;
    background: #a8a8a8;
    border: #000013 0.2rem solid;
    border-radius: 0.2rem;
    padding: 0.4rem;
}

.main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 1.6rem auto;
}

.column {
    width: 8.4rem;
    margin: 0 0.6rem;
    background: #a8a8a8;
    border: #000013 0.2rem solid;
    border-radius: 0.2rem;
}

.column-header {
    padding: 0.1rem;
    border-bottom: #000013 0.2rem solid;
}

    .column-header h4 {
        text-align: center;
    }

.to-do-column .column-header {
    background: #ff872f;
}

.doing-column .column-header {
    background: #13a4d9;
}

.done-column .column-header {
    background: #15d072;
}

.trash-column .column-header {
    background: #ff4444;
}

.task-list {
    min-height: 3rem;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.column-button {
    text-align: center;
    padding: 0.1rem;
}

.button {
    font-family: "Arimo", sans-serif;
    font-weight: 700;
    border: #000013 0.14rem solid;
    border-radius: 0.2rem;
    color: #000013;
    padding: 0.6rem 1rem;
    margin-bottom: 0.3rem;
    cursor: pointer;
}

.delete-button {
    background-color: #ff4444;
    margin: 0.1rem auto 0.6rem auto;
}

    .delete-button:hover {
        background-color: #fa7070;
    }

.add-button {
    background-color: #ffcb1e;
    padding: 0 1rem;
    height: 2.8rem;
    width: 10rem;
    margin-top: 0.6rem;
}

    .add-button:hover {
        background-color: #ffdd6e;
    }

.task {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    list-style-type: none;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0.4rem;
    height: 4rem;
    border: #000013 0.15rem solid;
    border-radius: 0.2rem;
    cursor: move;
    text-align: center;
    vertical-align: middle;
}

#taskText {
    background: #fff;
    border: #000013 0.15rem solid;
    border-radius: 0.2rem;
    text-align: center;
    font-family: "Roboto Slab", serif;
    height: 4rem;
    width: 7rem;
    margin: auto 0.8rem auto 0.1rem;
}

.task p {
    margin: auto;
}*/

/* Dragula CSS Release 3.2.0 from: https://github.com/bevacqua/dragula */

/*.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}*/

/*--------------------------------------------------------TreeView-----------------------------------------------------*/

/*------------------------------FIM TESTE DE BOTÃO SIM / NÃO-------------------------*/

.EspandiTutto {
    width: 15px;
    background-image: url(/img/segnoPiu.png);
    /*background-image: url('../img/SinalPlus.png');*/
    background-repeat: no-repeat;
    background-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.ScopriTutto {
    width: 15px;
    background-image: url(/img/segnoMeno.png);
    /*background-image: url('../img/SinalMenus.png');*/
    background-repeat: no-repeat;
    background-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.collapseTreeView {
    width: 15px;
    background-image: url(/img/segnoPiu.png);
    /*background-image: url('../img/SinalPlus.png');*/
    background-repeat: no-repeat;
    background-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.expandTreeView {
    width: 15px;
    background-image: url(/img/segnoMeno.png);
    /*background-image: url('../img/SinalMenus.png');*/
    background-repeat: no-repeat;
    background-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.treeviewTreeView ul {
    font: 14px Arial, Sans-Serif;
    margin: 0px;
    padding-left: 20px;
    list-style: none;
}

.treeviewTreeView > li > a {
    font-weight: bold;
}

.NascondiRigaTreeView {
    display: none
}

.treeviewTreeView > li {
}

.treeviewTreeView li a {
    padding: 4px;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    width: auto;
}
/*---------------------------PAINEL----------------------------------*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    /*border: 1px solid transparent;*/
    border-radius: 4px;
    /*font-size: 1.3rem !important;*/
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading-decision {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-default > .panel-heading {
    text-shadow: 0px -1px 0 rgba(255,255,255, 0.3);
    font-weight: bold !important;
    color: #ffffff !important;
    font-size: 12px;
    background-color: #345d5f;
    border-color: #fd3131;
    border-width: 2px;
    padding: 5px 16px;
}

.panel-default > .panel-heading-decision {
    text-shadow: 0px -1px 0 rgba(255,255,255, 0.3);
    font-weight: bold !important;
    color: #000000 !important;
    /*font-size: 16px;*/
    background-color: #ffffff;
    border-color: #fd3131;
    border-width: 2px;
    padding: 5px 16px;
}

.panel-default {
    background-color: rgba(255, 255, 255, 0.8);
}
/*------------------------------TESTE DE BOTÃO SIM / NÃO-------------------------*/
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav > li > a {
    position: relative;
    padding: 10px 15px;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

a {
    color: #428bca;
    text-decoration: none;
}

a {
    background: transparent;
}


/*------------------------------FIM TESTE DE BOTÃO SIM / NÃO-------------------------*/