﻿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;
}

/*These were pulled in from the create form*/
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 100px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-corner-all {
    color: white;
    background-color: #9F7F50;
}

li .ui-state-focus {
    background-color: #F2EBDE;
    color: #000;
}

.ui-front {
    z-index: 9999;
}

.ui-widget-content {
    background-color: #9F7F50;
    width: 270px;
    list-style: none;
}

.ui-menu-item {
    color: white;
    background-color: #9F7F50;
    line-height: normal;
}

.ui-widget-content a {
    color: white;
}