﻿/* Reset CSS */
.bs-example {
    margin: 5px;
}

.alert_pop {
    display: none !important;
}

.panel-body {
    font-size: 14px;
    padding: 15px 15px 15px 65px;
}

b, strong {
    font-size: 14px !important;
    font-weight: bold;
    word-wrap: break-word;
}


/* Skip nav styles from Liam */
.skipnav {
    position: absolute;
    display: none;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
/*For all, including Opera. Display:none used to switch off the skip links for Opera users (it's redundant, Opera has excellent keyboard navigation)*/
* html .skipnav {
    display: block
}
/*Switch on for IE6 and below*/
* + html .skipnav {
    display: block
}
/*Switch on for IE7*/
:root .skipnav {
    display: block
}
/*Switch on for Moz, FF and Safari*/
.skipnav p {
    margin: 5px 0 0 0;
    padding: 0;
    position: absolute;
    font-size: 2em
}

.skipnav a {
    width: 200px;
    display: block;
    color: #fff;
    background: #333;
    text-decoration: none;
    padding: 5px;
    position: absolute;
    left: -1000em;
    top: 0;
    font-weight: bold;
    text-align: center;
}

    .skipnav a:visited {
        color: #fff
    }

    .skipnav a:focus, .skipnav a:active {
        z-index: 99;
        top: 0;
        left: 10px;
        border: solid #777 1px;
        color: #fff;
        background: #1f4151 !important;
    }
    /*Note IE bug that requires use of :active to mimic effect of :focus*/

    .skipnav a:hover {
        cursor: default
    }

.panel-title > a:focus {
    outline: 0 !important;
    /*box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;*/
}

.table {
    margin-bottom: 2px;
}

.panel-group .panel + .panel {
    margin-top: 0 !important;
}

.panel-group {
    font-style: normal;
}

b.headingmain, strong.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 (min-width:768px) and (max-width:1024px) {
    .panel-title {
        font-size: 12px;
        line-height: 19px;
    }

    b.headingmain, strong.headingmain {
        display: inline-block;
        margin-right: 0;
        vertical-align: top;
    }

    .panel-title > a > span {
        display: inline-block;
        width: 93%;
    }
}
@media all and (min-width:768px) and (max-width:991px){
    b.headingmain, strong.headingmain {
        display: inline-block;
        width: 5%;
    }
}

.nicescroll-cursors:hover {
    background-color: #26a7e6 !important;
}

@media (max-width:767px) {   
    .panel-title {
        font-size: 12px;
        line-height: 19px;
    }

    .panel-body {
        font-size: 13px;
        line-height: 21px;
        padding: 15px;
    }

    b.headingmain, strong.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%;
    }

    .panel-body {
        padding: 15px 15px 15px 15px;
    }

    b.headingmain, strong.headingmain {
        width: 10%;
    }
}