body{
/*    padding-top: 50px;*/
}

hr{
    border-top: 1px solid black;
}

/*````````NAVBAR```````*/

.navbar-default {
    background-color: #3399cc;
    border: none;
    margin-bottom: 50px;
    border-bottom: solid;
    border-bottom-color: black
    
}

.navbar-default .navbar-brand {
    color: #000;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}
.navbar-default .navbar-text {
    color: #000;
}
/*

.container-fluid {
    margin-bottom: 50px; did this to keep the body from going under the nav
}
*/

default .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: rgba(0, 0, 0, 0.50);
}
.navbar-toggle {
    background-color: #3399CC;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: white;
}
/*----------------------------------------------------------------------------------*/



.table-condensed{
    font-size: 12px;
}




/*````````HOME PAGE```````*/
.home-logo {
    margin: 100px 0px 50px 0px;
}

.home-logo-img {
    max-width: 30%;
    min-width: 200px;  
    
}
.btn-group-home{
        
}

.btn-home{
    border-radius: 40px;
    background-color:black;
    border-style:solid;
    border-width: 3px;
    border-color:#3399cc;
    color:white;
    font-weight:bold;
    
    min-width: 100px;
    margin:10px 3px 0px 3px;
    height:50px;
    padding-top:12px;
    font-family: Tahoma, Geneva, sans-serif;
}

.oval{
    background-color:white;
    border-radius: 20px;
    text-align:center;
}

.oval>h1{
    padding-top:10px;
}

.oval>h3{
    padding-bottom: 10px;
}

.navbar-right{
    float: right;
    padding-right: 15px;
    
}
.btn-home:hover {
    background-color:#1a1a1a;
    
    color:white;
}

.btn-home:focus{
    color:white;
}


button.btn-home{
    padding-top: 6px;
}



/*----------liner quote form----------*/
.extras-input {
    width:50%;
    display: inline-block;
    position: absolute;
    right: 0px;
}

.lnr-est-frm>row>div{
    padding: 2px;
}
.lnr-est-frm>row>div>div{
    border: solid;
    border-radius: 5px;
    margin: 0px;
    background-color:#eee;
}

.lnr-est-frm>row>div>div>div>input{
    max-width:90%;
    border: solid 1px;
    border-radius: 3px;
    height:40px;
    text-align: center;
    font-size: 30px;
}

.table .table{
    margin-left: 30px;
}


.lnr-est-frm>button{
    width:90%;
}
/*step info block----------THIS INCLUDES LINER BLOCK TOO-----*/
.step-block{
    display: inline-block;
    margin: 10px;
    margin-left: 0;
    margin-top:0;
/*    margin-bottom: 0;*/
}
.step-block>div{
/*    border:1px solid gray;*/
    padding: 5px;
    color:white;
    background-color:#3399cc;
    border-radius: 4px;
}
.step-block>div>strong{
    color:#333
}

/*liner images----------------*/
.lnr_quote{
    display: inline-block;
    height: 214px;
    width: 150px;
    margin: 3px;
    position: relative;
    cursor: pointer;
}
.lnr_quote>div{
/*    background-color: rgba(051,153,204,.7);*/
/*    background-color: rgba(222,222,222,.5);*/
/*    height:inherit;*/
    position:absolute;
    width:inherit;
    bottom:0;
}


.lnr_quote>div>p{
    bottom:0;
    text-align:center;
    color: white;
    
    text-shadow: 
        0 0 3px black, 
        0 0 3px black, 
        0 0 3px black, 
        0 0 3px black, 
        0 0 3px black;

    margin:0px;
    font-weight: bold;
}


/*

.lnr_quote>div>p{
    bottom:0;
    text-align:center;
*/
/*
    text-shadow: 
        0 0 3px white, 
*/
/*
        0 0 3px white, 
        0 0 3px white, 
*/
/*
        0 0 4px white, 
        0 0 5px white, 
        0 0 5px white, 
*/
        
/*

    margin:0px;
    color: black;
    font-weight: bold;
}
*/

.panel-rec{
    background-color:#d6ebf5;
    margin: 20px;
    padding: 10px;
    padding-bottom: 5px;
    border-style: solid;
    border-top: none;
    border-width: 1px;
    border-color: #3399cc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.panel-default {
    margin-top: 500px;    
}

.panel-default > .panel-heading{
    background-image: none;
     background-color: #3399cc;
    color:white;
}

.contact-form{
    margin-top: 50px;
}


/*jquery classes*/

.nudge{
    position: relitive;
    color: #fff
    left: 2px;
    top: -2px;
    box-shadow: 
    -2px 2px 3px black; 
}


/*misc classes*/
.brand-img{
    z-index: =1000;
    height: 50px;
    width: 50px;
    border-radius: 50px;
/*    background-color: #cccccc;*/
    background-image: url("../img/logoExSmall.png");
    top:-15px;
    position: relative;
    box-shadow: 0 0 20px white;
}


.text-glow{
    text-shadow: 0 0 10px #3399cc,
         0 0 10px #3399cc;
    color:black;
}


.panel {
    margin-top: 20px;
}

.no-top-line>td {
    border-top: none !important;
}

#customer_header{
/*    border: 5px solid red;*/
    position:relative;
    top: -40px;
}




#customer_header>img{
    position: relative;
    left: 20px;
}
#customer_header>span{
    float: right;
}

.frm_collapse + div{
    display: none;
}



.sidebar{
    background-color:#3399cc;
    border-bottom-left-radius:10px;
    border-top-left-radius:10px;
    margin-bottom: 50px;
}


.sidebar a{
    color:white;
    text-decoration: underline;
}







