.totalScore_text {
    margin:0px!important;   
}

label[for="addCustomItem"] {
    display: none;
}

input#addCustomItem {
    display: none;
}


section.remove-margin {
    margin: 0px !important;
}

section.one-half {
    float: left !important;
    clear: none !important;
    width: 50% !important;
    margin-right: 10px;
}

section.one-third {
    float: left !important;
    clear: none !important;
    width: 33% !important;
    margin-right: 5px;
}

section.one-fourth {
    float: left !important;
    clear: none !important;
    width: 25% !important;
    margin-right: 20px;
}

div.tab {
    display: block !important;
}

.oral-json,
.poster-json {
    visibility: hidden;
}

.popover {
    max-width: 80%;
    min-width: 600px;
}

.readOnly .formValue {
    cursor: not-allowed;
}

section.readOnly {
    padding: 4px;
    border: 1px solid;
}

.notice a {
    color: red !important;
    font-weight: bold;
}

.readOnly .formValue {
    border-top: 1px solid lightgray !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.readOnly span.details {
    margin-bottom: 14px !important;
}

.hideIfPoster {
    display: none;
}

.hide-field {
    display: none !important;
}

.myProfile {
    display: none !important;
}



#applicationListSection .invited-sync {
    display: none;
}

.tableWrapper {
    margin-bottom: 1rem;
}

.dataTables_filter label {
    align-items: center;
}

.dataTables_wrapper .dataTables_filter input {
    min-width: 0;
}

.dataTables_length select {
    font-size: inherit !important;
}

.dataTables_wrapper .dataTables_length {
    float: none;
    width: 100%;
}

.dataTables_wrapper .dataTables_info {
    clear: none;
    padding-top: 0;
    line-height: 31px;
}

.dataTables_wrapper .dataTables_paginate {
    padding: 0;
    margin: 0;
}

.gallery_right_panel {
    background: #fff;
    box-shadow: none;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.search_filter ul li {
    border-bottom: none;
}

#sessionItemListSection > h5[style="float: right;"] {
    float: none !important;
    text-align: right;
}

.ui-tabs #sessionAgenda.ui-tabs-panel {
    padding: 5px;
}

#applicationFlagDialog > form {
    display: grid;
    grid-template-columns: min-content auto;
    grid-gap: 10px 5px;
    align-items: center;
    margin: 0;
}

    #applicationFlagDialog > form > br {
        display: none;
    }

.ui-dialog .ui-dialog-buttonpane button {
    height: auto !important;
    line-height: normal !important;
}

#applicationFlagDialog > form > * {
    margin: 0 !important;
    line-height: normal !important;
    top: unset !important;
}

a.edit.i_pencil {
    display: none;
}

#sessionItemTable > thead > tr > th:nth-child(2) {
    text-indent: -999px;
}

#applicationListSection {
    margin: 1rem 0 0;
}

tr.author-row br {
    display: none;
}


/* separator styling */

section.pretty-separator label.name {
    text-align: center;
    line-height: 1.5 !important;
    color: #fff;
    background-color: #2E2F58;
}

section.separator-as-question label.name {
    font-size: 14px !important;
}

section.one-half {
    float: left !important;
    clear: none !important;
    width: 50% !important;
    margin-right: 10px;
}

section.one-third {
    float: left !important;
    clear: none !important;
    width: 33% !important;
    margin-right: 10px;
}


.read-only input[type='text'], .read-only textarea, .read-only select {
    background-color: #e6e6e6 !important;
    cursor: not-allowed;
}

.read-only-label input[type='text'], .read-only-label textarea, .read-only-label select {
    background-color: white!important;!important;
    cursor: not-allowed;
    border:none;
}

.read-only-label select::-ms-expand {
    display: none;
}

a.set-as-presenter {
    background-color: #1c82c7;
    color: white;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

.filterByScheduleRoom {
    display: none;
}

.filterByScheduleTimeslot {
    display: none;
}

.results-sort {
    display: none;
}
