﻿body {
    /*   padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #F5F5F5;
}

/* 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;*/
}

.app-modal-window .modal-dialog {
    width: 700px;
    height: 500px;
}


#main {
    margin-top: 75px; margin-bottom: 105px;
}

.services {
    padding: 10px;
    background-color: #F5F5F5;
}

.servicesBox {
    overflow: scroll;
    height: 250px;
}

.bold {
    font-weight: bold !important;
}

.pad50L {
    padding-left: 50px !important;
}

.pad20L {
    padding-left: 20px !important;
}

.sortForm {
    color: #05253f !important; text-shadow: none !important;
}

    .sortForm button {
        font-size: 1.2em;
        text-transform: uppercase;
    }

    /***** BEGIN auto complete for text input *****/
.typeahead-demo .custom-popup-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: #f9f9f9;
}

    .typeahead-demo .custom-popup-wrapper > .message {
        padding: 10px 20px;
        border-bottom: 1px solid #ddd;
        color: #868686;
    }

    .typeahead-demo .custom-popup-wrapper > .dropdown-menu {
        position: static;
        float: none;
        display: block;
        min-width: 160px;
        background-color: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }
    /***** END auto complete for text input *****/