/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 22, 2018, 1:28:06 AM
    Author     : yongquizheng
*/

.card-header + .list-group-flush > .list-group-item:first-child{
    border-top:none;
}
.card-header + .list-group .list-group-item:first-child{
    border-top:0;
}
.card > .list-group > a.list-group-item{
    color:#495057;
    background:#fff;
    transition:background-color .2s ease;
}

.card > .list-group > .list-group-item > .media:only-child{
    padding:0.375rem 0;
}
.media{
    display:flex;
    align-items:flex-start;
}
.media > .avatar:first-child{
    margin-right:1.5rem;
}
.avatar{
    border-radius:50%;
    width:4.5rem;
    height:4.5rem;
}
.media-body{
    flex:1;
}
ul:last-child, dl:last-child, ol:last-child{
    margin-bottom:0;
}
/*
.list-inline > .list-inline-item:not(:last-child){
    margin-right:0.75rem;
}
*/
.list-inline-item:not(:last-child){
    margin-right:0;
}

.list-inline-item{
    display:inline-block;
}
.card-sm .card-header, .card-sm .card-footer{
    padding:0.75rem 1.5rem;
}
.card-header:first-child{
    border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header h6, .card-header .h6{
    margin:0;
    display:inline-block;
}
.full-width{
    width:100%;
}
a.filter-selector--category.checked, a.filter-selector--all.checked{
    background-color:#007bff !important;
    color:#fff !important;
}

.filterable--item{
    display: none
}
.filterable--item.visible{
   display: block;
}
.wizard > .content{
    min-height:18em;
}
.search-field-container{
    margin-top: 1.5em;
}
@media(max-width:600px){
    .search-container > .steps > ul > li{
        width:100% ;
    }
}
.search-container select.form-control{
    background-image:none !important;
    background-color:#fff !important;
    -webkit-appearance: menulist !important;
}
.field-badges span{
    font-size: 1em;
    margin-right:5px;
}
.date-field{
    display: none;
}
/*
[data-toggle="collapse"] .exp {  
    position: relative;
    left:75px;
}
*/
[data-toggle="collapse"] .fa.exp:before {  
  
      content:"\f068";
}

[data-toggle="collapse"].collapsed .fa.exp:before {
  content:"\f067";
}

