.cursor-pointer {
    cursor: pointer;
}
.result .table-responsive td img {
    /*max-width: 100px;*/
    /*max-height: 100px;*/
}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

div.panel {
    padding: 0 18px;
    background-color: white;
    /*max-height: 0;*/
    overflow: hidden;
    transition: 0.6s ease-in-out;
    /*opacity: 0;*/
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}
.accordion-body.collapse {
    display: block;
}

.premium-value {
    padding: 10px;
    font-size: 24px;
    color: #2187c2;
    margin-top: 10px;
}
.premium-value small{
    font-size: 75%;
} 

.center {
    text-align: center;
}

.sub-title{    
    /*font-size: 18px;*/
    color: #2187c2;
}

.list-detail-insurance {
    min-height: 60px;
    padding: 10px 0;
    margin: 5px 0;
}

/*accordion*/

.accordion {
    margin-bottom: 20px;
}
.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.accordion-heading {
    border-bottom: 0;
}
.accordion-heading .accordion-toggle {
    display: block;
    padding:15px;
    font-size: 24px;
        text-transform: capitalize;
}
.accordion-toggle {
    cursor: pointer;
}
.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.invisible {
    visibility: hidden;
}
.affix {
    position: fixed;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.collapse.in {
    height: auto;
}

/*end accordion*/

.green {
    color: #669933;
}
.red {
    color: #cb4133;
}
.yellow {
    color: #f5cb20;
}

a.btn-selected{
    background: #f59320 !important;
    color: #FFFFFF !important;
}
a.btn-selected:after{    
    content: 'Remove to compare';
}
a.btn-unselected:after{    
    content: 'Add to compare';
}

.myselect {
    padding: 12px !important;
    border: 1px solid #ccc !important;
}

.fs24 {
    font-size: 24px;
}

.full-width {
    width: 100% !important;
}
.table > thead > tr > th {
    vertical-align: inherit;
    text-align: center;
}
.ml20{
    margin-left: 20px;
}
.table-text-top td {
    vertical-align: top;
    border-bottom: 1px solid #eaeaea;
    padding: 5px 0;
}

.insurance-img{
    max-height: 32px;
}

#tableCompareQuotes th.sortable {
    background-color: #f6b76c !important;
}
#tableCompareQuotes td.sortable {
    background-color: #fbe2c4 !important;
}

.compare .overview td {
    border-left: none !important;
}

.agent-stamp {
    width: 100%;
    border: 1px #ccc solid;
    padding: 10px;
    min-height: 100px;
    display:inline-block;
}

.testimonials .item .wrap .author img {
    height: 77px;
}