﻿ .contact-tab {
        padding-left: 15px;
        padding-right: 15px;
    }


    .nav-pills > li > a {
        display: block;
        font-weight: 400;
        height: auto;
        padding: 7px 15px 7px 25px;
        vertical-align: middle;
        font-size: 14px;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        border-bottom:1px solid #ccc;
    }
.nav-pills > li > a .fa-angle-right {
    font-weight: 800;
    font-size: 21px;
    position: absolute;
    top: 3px;
    left: 11px;
}
    .tabb-design{
        border-bottom:0px;
    }

    .small, small {
        font-size: 9px;
    }

    .field-validation-error {
        top: 0px;
    }

    .resultHeading h5 {
        padding-left: 0px;
    }

    table.datashow th {
        color: rgb(204, 0, 1);
    }

    .table-bordered {
        border: 1px solid #000;
    }

        .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
            border: 1px solid #ddd;
            background: #fff;
        }

        .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
            border-bottom: 2px solid rgb(204, 0, 1);
            background-color: #f1f1f1;
            color: #000;
        }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 1px solid #ddd;
    }

    .locator-sec ul li {
        float: initial;
    }

    .nav-pills > li + li {
        margin-left: 0px;
    }

    .form-group {
        margin-bottom: 0px;
    }

    .forResultHeading {
        border-color: #ca4433 !important;
        color: #fff;
        background: rgb(204, 0, 1);
        display: block;
        padding: 10px 0px;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        margin-top: 15px;
    }

    .tabb-design{
        margin-bottom: 15px;
    }

.browseInputBox {
    width: 156px;
    float: left;
    margin-right: 10px;
}
        .browseInputBox .form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 5px;
}

        .form-group .col-md-2{
            padding-left:0px;
        }
.tab-pane form {
padding-left: 15px;
}

@media only screen and (min-width:240px) and (max-width:767px) {
    .form-group {
        margin-bottom: 5px;
        display: inline-block;
        width: 100%;
    }
    .forResultHeading {
        font-size:13px;
    }
    .browseInputBox {
        padding: 0px 15px;
        width: 100%;
    }
    .form-group .col-md-2{
        padding-left: 15px;
    }
    .tab-pane form {
        padding-left: 0px;
    }
}