.panel-heading-collapsable {
    border-bottom: 0 !important;
    margin-bottom: 5px !important;
    color: #47b9e4 !important;
}

.panel-heading-collapse {
    border: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.width-100{
    width: 100%;
}

.m-t-2{
    margin-top: 2px !important;
}
.m-t-0{
    margin-top: 0 !important;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-r-13{
    margin-right: 13px;
}
.p-m-l-0{
    padding-left: 0 !important;
    margin-left: 0 !important;;
}
.icon{
    font-size: 16px;
}

.table-th-padding-5 th{
    padding: 5px !important;
}

table th .icon{
    width: 16px !important;
    display: block;
}

.p-10{
    padding: 10px !important;
}

.p-v-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.p-h-40{
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.p-h-1{
    padding-left: 1px;
    padding-right: 1px;
}
.p-h-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.m-h-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.p-r-1{
    padding-right: 1px;
}
.p-l-1{
    padding-left: 1px;
}
.p-l-10{
    padding-left: 10px !important;
}

.p-l-0{
    padding-left: 0 !important;
}

.background-silver-light{
    background: #eff0f1;
}

.hover-danger:hover{
    color: #cb2a2a;
}

.hover-info:hover{
    color: #1ca8dd;
}
.hover-bg-info:hover{
    background: #1ca8dd;
    color: white;
}
.relative{
    position: relative;
}

.m-h-100{
    min-height: 100px;
}

.pointer{
    cursor: pointer;
}
.relative{
    position: relative;
}
.m-h-100{
    min-height: 100px;
}
.p-h-10{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.w-100p{
    width: 100%;
}
.font-size-16{
    font-size: 16px;
}

.font-size-14{
    font-size: 14px;
}
.text-bold{
    font-weight: 600;
}
.v-middle{
    vertical-align: middle !important;
}

.text-silver {
    color: silver;
}
.height-200{
     height: 200px;
 }

.height-100{
    height: 100px;
}

.panel-body-faq img {
	max-width: 100%;
}