﻿/* Reset CSS */
.bs-example {
    margin: 5px;
}

.alert_pop {
    display: none !important;
}

.panel-body {
    font-size: 13px;
    padding: 15px 15px 15px 65px;
}

b, strong {
    font-size: 13px !important;
    font-weight: bold;
    word-wrap: break-word;
}

.table {
    margin-bottom: 2px;
}

.panel-group .panel + .panel {
    margin-top: 0 !important;
}

.panel-group {
    font-style: normal;
}

b.headingmain {
    display: inline-block;
    width: 2.8%;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 8px 15px;
    display: block;
}

a {
    text-decoration: none !important;
    outline: none !important;
}

.table th {
    background: #d5d5d5;
}

.panel-group .panel {
    border-radius: 0 !important;
    border-bottom: 0;
}

.panel-default > .panel-heading {
    background: #f9f9f9 none repeat scroll 0 0 !important;
}

    .panel-default > .panel-heading:hover {
        background: #f0f0f0 none repeat scroll 0 0 !important;
        cursor: pointer;
    }

.panel-title {
    font-size: 14px;
}

p {
    font-size: 13px;
    line-height: 23px;
    margin: 0 0 0px;
    padding: 0 5px 0 0;
}

.panel-title > a {
    display: block;
}

@media (max-width:767px) {
    .panel-title {
        font-size: 12px;
        line-height: 19px;
    }

    .panel-body {
        font-size: 13px;
        line-height: 21px;
        padding: 15px;
    }

    b.headingmain {
        display: inline-block;
        margin-right: 0;
        vertical-align: top;
        width: 7%;
    }

    p {
        font-size: 13px;
        line-height: 23px;
        margin: 0 0 0px;
        padding: 0 5px 0 0 !important;
    }

    .panel-title > a > span {
        display: inline-block;
        width: 90%;
    }
    b.headingmain{
        width:10%!important;
    }
    .panel-body {
        padding: 15px 15px 15px 15px!important;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .panel-title {
        font-size: 12px;
        line-height: 19px;
    }

    b.headingmain {
        display: inline-block;
        margin-right: 0;
        vertical-align: top;
        width: 7%;
    }

    .panel-title > a > span {
        display: inline-block;
        width: 93%;
    }
}

.nicescroll-cursors:hover {
    background-color: #26a7e6 !important;
}

@media (min-width:300px) and (max-width:767px) {

}