/* +++ PANELS & ACCORDIONS COMPONENTE+++ */
/*############# versão 1.0 ############ */
.panel{
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    margin-bottom: 15px;
}
.panel .panel-header{    
    padding: 16px 15px;
    background: #fff;
    border: 1px solid #eee;
    border-bottom: 2px solid #ddd;
}
.panel-header.heading-controls{
    padding: 6px 15px;
    padding-right: 7px;
    align-items: center;
}
.panel-title{
    color: #777;
}
.panel-title h3{
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    margin:0;
    padding: 0;
}
.panel .panel-body, .panel .panel-footer{
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    border-top: none;
}
.panel-body h4{
    color: #777;    
}
.panel-body > .panel-title{
    font-size: 24px;
    padding-top: 0.6em;
    padding-bottom: 1.2em;    
}
.panel-body > .panel-title h3{
    font-size: 1em;
    color: #999;
}

.panel-controls{
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    border-top: none;    
}
.row-fluid .panel [class*="span"]{
    margin-bottom: 0;
}
.panel-controls .input-append, .panel-controls .input-prepend{
    margin: 0;
}

/*Nav Tabs*/
.panel > .nav-tabs{
    margin-bottom: 0;
    /* margin-top: 15px; */
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.panel > .nav-tabs>li>a{
    border-radius: 0;
    margin: 0;
    border-top: none;
}
.panel > .nav-tabs>.active>a, 
.panel > .nav-tabs>.active>a:hover, 
.panel > .nav-tabs>.active>a:focus{
    border-top: none;
}
.panel > .nav-tabs>li:first-child>a,
.panel > .nav-tabs>li:first-child.active>a
{
    border-left: none;
} 

.panel > .nav-tabs-display{
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.panel > .nav-tabs-display>li>a{
    color: #999;
    padding-top: 12px;
    padding-bottom: 12px;
}
.panel > .nav-tabs-display>.active>a{    
    color: #555;
}

/*Panels + Tipografia*/
.panel-body > h1,
.panel-body > h2,
.panel-body > h3,
.panel-body > h4{
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    font-weight: normal;
}
.panel-body > h3{    
    font-size: 24px;
}
.panel-body > h4{    
    font-size: 18px;
}

/*Header clicável - utilizar a tag <a> ao invés de <div>*/
a.panel-header{
    display: block;    
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
}
a.panel-header:hover{
    text-decoration: none;
    opacity: .45;
}
a.panel-header:before{
    content: "\f054";
    font-weight: 900;    
    font-family: Font Awesome\ 5 Free;
    color: #999;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 11px;    
    transition: all .3s ease;
}
a.panel-header:hover:before{
    right: 8px;
}

/* Panel Inner - paineis internos em outros containers ou paineis*/
.panel-inner{
    box-shadow: none;   
}
.panel-inner .panel-header{        
    background: none;    
    border-bottom: 2px solid #ddd;
    border-color: #ddd;
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px; 
}
.panel-inner .panel-body{
    background: none;       
    border-color: #ddd;
    border-bottom-left-radius: 4px; 
    border-bottom-right-radius: 4px; 
}

/* Panel Minimal */
.panel-minimal{
    box-shadow: none;    
}
.panel-minimal .panel-header{    
    padding: 8px 0;
    background: none;
    border: none;
    border-bottom: 2px solid #ddd;
}
.panel-minimal .panel-body{
    background: none;
    padding: 15px 0;
    border: none;    
}

.panel .panel-body-fluid{
    padding: 0;
}

/* Panel Custom */
.panel-custom .panel-header{        
    border-bottom: 3px solid #074c99;
}
.panel-custom .panel-header .panel-title{
    color: #777;
}
/* Panel Blue */
.panel-blue .panel-header{        
    border-bottom: 3px solid #3498db;
}
.panel-blue .panel-header .panel-title{
    color: #3498db;
}
/* Panel Blue Forte */
.panel-blueForte .panel-header{        
    border-bottom: 3px solid #005994;
}
.panel-blueForte .panel-header .panel-title{
    color: #005994;
}
/* Panel Red */
.panel-red .panel-header{        
    border-bottom: 3px solid #e17055;    
}
.panel-red .panel-header .panel-title{
    color: #e17055;
}
/* Panel Orange */
.panel-orange .panel-header{        
    border-bottom: 3px solid #fdcb6e;    
}
.panel-orange .panel-header .panel-title{
    color: #fdcb6e;
}
/* Panel Green */
.panel-green .panel-header{
    border-bottom: 3px solid #00b894;            
}
.panel-green .panel-header .panel-title{
    color: #00b894;
}

/*Panels Eventos Home - List Eventos*/
ul.list-eventos{
    padding:0;
    margin:0;
    list-style: none;
}
ul.list-eventos li.item-evento{
    padding: 0;
    border-bottom: 1px solid #ddd;
}
ul.list-eventos li.item-evento:first-child{
    padding-top: 0;
}
ul.list-eventos li.item-evento:last-child{
    padding-bottom: 0;
    border: none;
}
.item-evento a{
    display: block;   
    color: #555;
    font-size: 12px;
    transition: all .3s ease;
    position: relative;
    border-left: 3px solid #ddd;    
    padding: 5px 10px;
    padding-right: 15px;
}
.item-evento a:hover{       
    text-decoration: none;
    opacity: .45;    
}
.item-evento a:before{
    content: "\f054";
    font-weight: 900;    
    font-family: Font Awesome\ 5 Free;
    color: #999;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -6px;  
    transition: all .3s ease;
}
.item-evento a:hover:before{
    right: 0;
}
.item-evento .title-evento{
    font-size: 14px;
    display: block;
    color: #777;
    padding-bottom: 1px;
    font-weight: bold;
}
.item-evento .info-evento{
    padding-right: 6px;
    margin-right: 5px;
    border-right: 2px solid #ccc;
}
.item-evento .info-evento:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
/* Status */
.item-evento.item-status-red a{
    border-color: #e74c3c;
}
.item-evento.item-status-blue a{
    border-color: #3498db;
}
.item-evento.item-status-green a{
    border-color: #2ecc71;
}
/* Actions Ações */
.item-evento.item-action {
    padding: 3px 0!important;
    margin-bottom: -15px;
}
.item-evento.item-action a{
    color: #777;
    font-weight: bold;
    text-align: center;
    padding: 8px 10px;
    border: none;
    border-radius: 3px;
}
.item-evento.item-action > a:hover{
    background: #eee;
}
.item-evento.item-action a:before{
    display: none;
}

/* Extra Casos */
.panel-body .block-fluid {
    overflow: initial;
}
/* END - PANELS */

/* ACCORDIONS */
.accordion-toggle{
    text-decoration: none;
    transition: all .3s ease;
}
.accordion-toggle:focus, .accordion-toggle:visited, .accordion-toggle:active{
    text-decoration: none;
}
.accordion-toggle:hover{
    opacity: .45;
}
.accordion-toggle i{
    color: #ccc;
    margin-right: 6px;
    transition: all .3s ease;
}
.accordion-toggle.collapsed > i.fas{
    transform: rotate(180deg);    
}

/*Accordions Heading Controls*/
.heading-controls{
    display: flex; 
    padding: 6px 6px;   
    padding-left: 0;
    vertical-align: middle;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.heading-controls .controls{
    margin-left: auto;
    padding-left: 10px;
    display: flex;
    align-items: center;    
    flex-wrap: nowrap;    
}
.heading-controls .controls > *{
    margin-left: 3px;
}
.heading-controls .btn{
    font-size: 12px;
    box-shadow: none;
    padding: 5px 10px;
}
.heading-controls .btn-default{
    background: #fff;
    border: 1px solid #ddd;
}

/* Accordions internos */
.panel .accordion{
    margin: 0;
}
.panel .accordion-group .accordion-heading{
    color: #555;
    font-weight: bold;
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;    
    background: #f8f8f8;   
    border-radius: 4px; 
}
.panel .accordion-group .accordion-heading .accordion-toggle{
    color: #777;
    text-decoration: none;    
    padding: 10px 15px;
}

/*List Groups Accordions*/
ul ul.list-group-accordion,
ul.list-group-accordion ul.list-group
{    
    margin-right: -8px;
    margin-left: -15px;
    margin-bottom: 0;
}
ul ul.list-group-accordion .list-group-item{
    padding-left: 30px;
    border: none;
    border-top: 1px solid #eee;
}
ul ul ul.list-group-accordion .list-group-item{
    padding-left: 40px;    
}
ul ul.list-group-accordion .list-group-item:first-child{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
ul.list-group-accordion > .list-group-item{
    padding: 0 15px;
    padding-right: 8px;
}
ul.list-group-accordion .heading-controls{
    padding: 0;
}
ul.list-group-accordion .accordion-toggle{
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #555;
    padding: 12px 0;    
}
ul ul.list-group-accordion .accordion-toggle{
    font-weight: normal;
}
ul ul ul.list-group-accordion .accordion-toggle{
    font-weight: normal;
    font-style: italic;
}


.list-group-item-solo .accordion-toggle{
    cursor: default;
}
.list-group-item-solo .accordion-toggle:hover{
    opacity: 1;
}
.list-group-item-solo .accordion-toggle i:before{
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: #ccc;
    display: block;
    margin-top: -1px;
}
.list-group-item-solo > .collapse{
    display: none!important;
}

ul.list-group-accordion .list-group-item-static{
    font-family: 'Roboto Condensed',"Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #f8f8f8;
    font-weight: bold;
    color: #999;
    padding: 12px 15px;
}
.list-group-item-static i{
    margin-right: 4px;    
}

.panel-body-fluid > ul.list-group-accordion{
    margin-bottom: 0;
}
.panel-body-fluid > ul.list-group-accordion .list-group-item{
    border: none;
    border-top: 1px solid #eee;
}
.panel-body-fluid > ul.list-group-accordion > .list-group-item:first-child{
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

ul.list-group-accordion .list-group-item .badge{
    text-shadow: none;
    font-weight: normal;
}

.list-group-accordion .in.collapse{
    overflow: initial;
}

/* List Group Contato */
ul.list-group-contact .list-group-item .list-group-item{
    padding-left: 82px;
}

ul.list-group-contact ul.list-group li b{
    color: #999;
}

ul.list-group-contact .label-type{
    height: 32px;
    width: 32px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 7px 4px;
    box-sizing: border-box;
    margin-right: 8px;    
}

ul.list-group-contact .list-group-item .list-group-item{
    background: #f8f8f8;
}

ul.list-group-contact .label-item{
    font-weight: bold;
    color: #999;    
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}
ul.list-group-contact .info-item{
    font-size: 16px;
    cursor: copy;
    -webkit-user-select: all;
    -moz-user-select: all;   
    -ms-user-select: all;    
    user-select: all;
}


/* END - ACCORDIONS */