.co_mto_abstractsContainer table {
    width: 100% !important;
}

.co_mto_eligibilityViewPrefix {
    margin-bottom: .5em;
}

.co_mo_ratingButtons {
    width: 7em;
}

#co_mto_schemeDataPopup h4 {
    border-bottom: 1px solid #aaa;
    margin-right: .5em;
    margin-bottom: .5em;
}

.co_mto_ratingDialog {
    padding: 0 !important;
    border: none !important;
    box-shadow: 3px 3px 3px 3px #555;
}

.co_mto_ratingDialog #co_mto_schemeDataPopup .co_mto_SAARRatingFormAbstractData {
    border-bottom: 1px solid #aaa;
    padding: .5em;
}

.co_mto_ratingDialog #co_mto_schemeDataPopup .co_mto_SAARRatingFormAbstractData .co_mto_SAARRatingFormAbstractDataTitle {
    font-weight: bold;
}

.co_mto_ratingDialog #co_mto_schemeDataPopup .co_mto_SAAR_RatingContainer {
    padding-left: .5em;
    background-color: #fafafa;
}

#co_mto_schemeDataPopup .co_mto_SAARRatingFormButtons{
    /*	border-top: 1px solid #aaa;*/
    padding: .5em;
    text-align: center;
    height: 2em;
}

.co_table_bordered .co_mto_SAAR_rating_scoreCells {
    font-weight: bold;
    height: 100%;
    text-align: center;
}

.co_table_bordered .co_mto_SAAR_columnID {
    min-width: 2em;
}

.co_table_bordered .co_mto_SAAR_columnSession {
    min-width: 5em;
}

.co_table_bordered .co_mto_SAAR_columnScore {
    min-width: 4em;
}

.co_mto_SupportRatingSO-Selection {
    font-weight: bold;
    color: red;
}

#co_mto_SAARRatingForm table {
    margin-bottom: 0 !important;
}

/**
Support
 */
.co_adm_affiliationAndCountryString,
.co_adm_affiliationTypeSelect,
.co_adm_affiliationCountry {
    width: 70%;
}

.co_adm_affiliationAndAddress label {
    display: inline-block;
    float: none!important;
    width: 10em;
    font-weight: normal;
}

.co_adm_affiliationAndAddress select,
.co_adm_affiliationAndAddress input {
    display: inline-block!important;
}

.co_mto_abstractEssentialFlag {
    color: red;
    font-weight: bold;
}

input[type="text"], select{
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.co_table_bordered  .ui-widget-header{
    background: none!important;
    vertical-align: middle;
}

.tablesorter-wrapper {
    height: auto!important;
}

.ui-dialog .ui-dialog-content{
    overflow: unset!important;
}

.ui-dialog{
    max-height: none!important;
}

@media (max-width: 1200px){
    .ui-dialog .ui-dialog-content{
        overflow: auto!important;
    }
}
.ui-datepicker-month
{
    float: left;
    position: relative;
    top: -1px;
}
.ui-datepicker-year
{
    width: 6em!important;
}
.co_mto_abstractsContainer table td{
    vertical-align: top;
}
.co_mto_supportMissingDueToLimit
{
    font-size: 75%;
}
table.co_table_bordered .row
{
    margin-right: 0!important;
}