#hellopreloader_preload{
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    /* background: #cde8ff url(../images/page_preloader.gif) center center no-repeat; */
    background: #3b3f49;
    background-size:101px;
    color: #fff;
} 

#hellopreloader_preload p{
    font-family: "OpenSans-Italic";
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 100px;
    margin-left: -30px; 
}

.summary_count_wrapper{
    width: 100% !important;
    text-align: right;
}
.summary_count{
    display: inline-block;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    padding: 15px;
}
    table {
        border-collapse: collapse;
    }                        
    td, th {
        border: 1px solid transparent;  
        padding: 5px;            
    } 
    th{
        text-align: left;
    }
    td{
        text-align: center;
    }

header{
    padding: 30px 5% 0;
}
    header ul{
        margin: 0;
        padding: 0;
    }
        header ul li{
            display: inline;
            list-style: none;
            cursor: pointer;
            color: rgb(0,0,0);
            background-color: rgb(255,255,255);

            padding: 5px 7px;
            text-transform: uppercase;
            font-weight: bold;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }
        header ul li:hover{
            background-color: rgb(176,204,225);
        }
        header ul li.current_tab{
            color: rgb(255,255,255);
            background-color: rgb(9,87,145);
        }
        
h3{
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: rgb(9,87,145);
    margin: 30px 0 20px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* .display_block{
    visibility: visible !important;
}
.content{
    padding: 0px 5%;
    margin-top: 15px;
    width: 90%;
    font-family: Arial;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */
    /* .container{
        visibility: hidden;
        position: absolute;
        top: 0;
        width: 100%;        
    } */
.container{
    
}
.tab-content {
    /* border: 1px solid #ddd; */
    border-top: none;
   /*  padding: 20px 30px; */
    position: relative;
}
.panel-group .panel {
    margin-bottom: 30px;
}
.nav-tabs > li > a{
    /* text-transform: uppercase; */
       /*  font-weight: bold; */
}
.nav-tabs > li{
    vertical-align: bottom;
}
ul.nav.nav-tabs{
    position: relative;
}
ul.nav.nav-tabs:before,
ul.nav.nav-tabs:after{
    display: none;
    content:'';
    width: 15px;
    height: 1px;   
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left:-15px;
    background-color: #ddd;
}
ul.nav.nav-tabs:after{
    margin: 0;
    margin-right: -15px;
    left: initial;
    right: 0;
}
.tab-content > .tab-pane{
    display: initial;
    visibility: hidden;
    position: absolute;
    top: 30px;
    width: 100%;
    /* margin: 0 auto; */
    padding: 0 20px;
}
.tab-content > .active{
    visibility: visible !important;
}
.panel-heading p,
.panel-heading{
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
}
.select-dealer-wrapper{

}
    .select-dealer-text{
        margin: 0;
        padding: 0;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .select-dealer{
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        margin-top: 10px;
        margin-bottom: 20px;
    }
.one-result{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    margin-bottom: 35px;
    padding: 15px;
    min-height: 370px;
}

.logo{
    font-size: 24px;
    margin: 0 auto 41px;
    text-align: center;
    width: 450px;
}

.logo span{
    margin-left: 29px;
    position: relative;
    top: -13px;
}

.title{
    font-size: 14px;
    
}

.one-col{
    /* width: 33%; */
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 768px){
    ul.nav.nav-tabs:before,
    ul.nav.nav-tabs:after{
        display: block;
    }
    .one-col{
        margin-bottom: 0px;
    }
}

.panel-heading a{
    font-size: 14px;
    font-style: italic;
}
.display-inline-block{
    display: inline-block;
}
.mb-0{
    margin-bottom: 0; 
}