﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*background: #fffacd;*/
    background: #fff;
}

/* 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;*/
    max-width: 500px;
}


.btn-fixed-width {
    width: 150px;
}

#password1, #password2 {
    margin-bottom: 15px;
}

#userSearchOption .form-control {
    max-width: 280px !important;
}

#userSearchOption .search-field-md {
    width: 130px !important;
}

#userSearchOption .search-field-sm {
    width: 100px !important;
}

ul li a {
    color: black;
}

select.form-control {
    width: 160px;
}

.search-field-md {
    width: 130px;
}

.search-field-sm {
    width: 100px;
}

.search-field-wide {
    width: 500px;
}


select.wide-dropdown {
    width: 100%; 
}

.ui-widget-header {
    border: 1px solid #337ab7;
    background: #337ab7 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}