:required {
    /* background-color: #FEE; */
}

.ui-widget-overlay {
    background: #000 !important;
}

.ui-widget-header {
    background: linear-gradient(#069, #025) !important;
    color: #FFF !important;
}

.ui-widget-content {
    color: #069 !important;
}

.ui-button-text {
    padding: 5px !important;
    font-size: 10pt !important;
    color: #069 !important;
}

.ui-state-default {
    background: linear-gradient(#FFF, #EEF) !important;
}

.ui-state-hover {
    background: linear-gradient(#FFF, #DDF) !important;
}

.ams-dialog {
    font-size: 10pt !important;
    z-index: 1200 !important;
}

.fa-share-alt-square {
    color: #00bf00;    
}

.err-msg {
    color: #F00;
    font-size: 1.0em;
}

.err-inline {
    color: #F00;
    font-size: 0.9em;
}

.imgLeft {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}

.nowrap {
    white-space: nowrap;
}

.secondary-info {
    font-style: italic;
    color: #444;
}

.i {
    font-style: italic;
}

.b {
    font-weight: bold;
}

.width-full {
    width: 100%;
}

p.opp-p {
    font-family: Lato, sans-serif !important;
}

form {
  margin: 0 0 20px;
}

fieldset {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #999;
    border-right-color: #999;
    border-bottom-color: #999;
    border-left-color: #999;
    padding-top: 20px;
    font-size: 0.9em;
}

label {
    font-size: 12px !important;
}

label.for-required {
    color: #D00;
}

input {
    font-size: 12px !important;     
}

.input-small {
    width: 175px;
}

.input-medium {
    width: 450px;
}

select {
    font-size: 12px !important;         
}

textarea {
    font-size: 12px !important;         
}

legend {
    color: #069;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.2em;
}

.help-block {
    font-size: 0.8em;
    margin-left: 10px;
}

.help-dialog {
    display: none;
}

.confirm-dialog {
    display: none;
}

.prompt-dialog {
    display: none;
}

#centerCellHome {
    padding: 20px;
}

#frequencyTabs {
    width: 80%;
    margin-left: 30px;
}

.ui-datepicker { 
    font-size: 12px !important; 
}

div.ams_brand_header {
    background-color: #000;
    margin-bottom: 10px;
}

div.ams_brand_header a {
    text-decoration: none;
    color: #FFF;
    font-family: Lato, sans-serif;
    font-size: 1.5em;
}

div.sorttable-container {
}

div.sorttable-control {
    /* display: table; */
    /* border-spacing: 5px; */
}

div.sorttable-control-line {
    /* display: table-row; */
    margin-bottom: 5px;
}

div.sorttable-control-field {
    display: inline-block;
    margin-right: 5px;
    /* display: table-cell; */
}

div.sorttable-control label:after {
    content: ": ";
}

div.sorttable-content {
}

table.listing-sorttable {
    margin-top: 5px;
    margin-bottom: 5px;
    border-spacing: 0px;
    font-size: 11px;
    width: 100%;
}

table.listing-sorttable th {
    background-color: #069;
    border-radius: 6px 6px 0 0;
    padding: 3px;
    color: white;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

table.listing-sorttable th.sortable {
    cursor: pointer;
}

table.listing-sorttable th.sorted {
    background-color: #336;
}

table.listing-sorttable th.sort-asc::after {
    content: '\025B4';
    margin-left: 5px;
    /* float: right; */
}

table.listing-sorttable th.sort-desc:after {
    content: '\025BE';
    margin-left: 5px;
    /* float: right; */
}

table.listing-sorttable td {
    /* border: 1px solid #AAA; */
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    text-align: left;
    vertical-align: top;
}

table.listing-sorttable tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}

table.listing-sorttable tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

table.listing-sorttable tr:nth-child(even) {
    background-color: #DDD;
}

table.listing-sorttable tr:nth-child(odd) {
    background-color: #FFF;
}

#sorttable_history_dialog {
    display: none;
}

div.sorttable-history-container {
    display: table;
    width: 100%;
    color: #000;
    font-size: 12px;    
}

div.sorttable-history-caption {
    display: table-caption;
    caption-side: bottom;
    font-style: italic;
    margin-top: 5px;
}

div.sorttable-history-record {
    display: table-row;
}

div.sorttable-history-container div.sorttable-history-record:nth-child(even) {
    background-color: #DDD;
}

div.sorttable-history-container div.sorttable-history-record:nth-child(odd) {
    background-color: #FFF;
}

div.sorttable-history-header {
    display: table-row;
    background-color: #069;
    color: white;
}

div.sorttable-history-header-field {
    display: table-cell;
    border: 1px solid black;
    padding-left: 3px;
    font-weight: bold;
}

div.sorttable-history-field {
    display: table-cell;
    padding-left: 3px;
    border: 1px solid #AAA;
}

div.sortlist-container {
    display: table;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    padding: 0px;
    border-spacing: 0px;
    font-family: Lato, sans-serif;    
} 

div.sortlist-content {
    width: 60%;
    /*float: left;*/
    display: table-cell;
    vertical-align: top;
    background-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCC;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}   
div.sortlist-sidebar {
    width: 20%;
    /*float: left;*/
    display: table-cell;
    vertical-align: top;
    background-color: #fff;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #036;
}

div.sortlist-sidebar div.sortlist-search-ctrl {
    white-space: nowrap;
}

div.sortlist-sidebar input.sortlist-search-input {
    width: 70%;
}

div.sortlist-sidebar label {
    display: block;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}

div.sortlist-sidebar label input[type="checkbox"] {
    vertical-align: text-top;
    float: left;
}

div#sortlist_div {
}

div#sortlist_div div.opportunity-list-view:nth-child(even) {
}

div#sortlist_div div.opportunity-list-view:nth-child(odd) {
}

div.opportunity-list-view {
    margin-bottom: 40px;
}

div.opportunity-list-view h2 {
    margin-bottom: 0px;
}

div.opportunity-list-view h2 a {
    color: #039;
}

div.opportunity-list-view p {
    margin-top: 0px;
    line-height: 1.5em;
}

.category {
    font-style: italic;
    color: #0073BA;
}

.category-h {
    color: #0073BA;
    margin-top: 30px;
}

div.opportunity-list-view span.target-audience-list {
}

.target-audience {
    font-style: italic;
    color: #5B842D;
}

.target-audience-h {
    color: #5B842D;
    margin-top: 30px;
}

div.opportunity-list-view span.description {
}

div.opportunity-list-view span.close_date {
    font-weight: bold;
}

div.opportunity-list-view span.deadline_date {
    font-weight: bold;
}

div.opportunity-list-view span.open_date {
    font-weight: bold;
}

div.opportunity-list-view span.url {
}

div.opportunity-list-view span.sponsor_name {
}

div.listing-count {
    font-style: italic;
}

div.navigation {
    width: 100%;
    text-align: right;
}

p.navlinks {
    width: 100%;
    text-align: left;
}

div.listing-page-nav {
    margin: 5px auto 5px auto;
    text-align: center;
}

div.listing-page-nav span.page_label {
    font-size: 12px;
    vertical-align: top;
}

div.listing-page-nav span.page_label:after {
    content: ": ";
}

div.listing-page-nav table {
    display: inline;
    margin-top: 3px;
    margin-bottom: 3px;
    border-spacing: 0px;
    font-size: 10px;
}

div.listing-page-nav td {
    border: 1px solid #AAA;
    padding: 3px;
}

div.listing-page-nav td:first-child {
    border-radius: 6px 0px 0px 6px;
}

div.listing-page-nav td:last-child {
    border-radius: 0px 6px 6px 0px;
}

div.opportunity_view {
    font-family: Lato, sans-serif;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

div.opportunity_view h2 {
}

div.opportunity_view p {
    line-height: 1.5em;
}

div.opportunity_view div.ams_info {
    font-size: 10pt;
}

div.opportunity_view span.label {
    font-weight: bold;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    width: 200px;
    color: black !important;
}

div.opportunity_view span.label:after {
    content: ':';
}

div.opportunity_view hr {
    background-color: #999; 
    height: 1px; 
    border: 0; 
}


