﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.store-box{border:#ccc 1px solid;padding:5px; margin-bottom:10px; text-align:left;font-size:13px;}

#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom:15px;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
    line-height:20px;
    height:20px!important;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #333;
    line-height:20px!important;
    font-size:14px;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 19px;
}
.input-lg{font-size:14px!important;    padding-top: 14px;}

footer {
    position: fixed;
    left:0px; right:0px;
    bottom: 0;
    background: #9ae0fb;
    width: 100%;
    text-align: center;
    height: 30px;
    border-top: #4cb5dd 2px solid;
}

    footer a {
        border: #4cb5dd 2px solid;
        margin: auto;
        padding: 5px;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        background: #9ae0fb;
        position: absolute;
        top: -24px;
        z-index: 999;
        left: 0;
        right: 0;
    }