.gq-workspace-container .ui-button, .active-query-filters .ui-button {
    border-radius: 2px !important;
}

.gq-to-cart {
    position: relative;
    left: 0; top: 0;
}

p.selection-limit,
.selection-limit {
    border: 1px dotted #323a45;
    padding: 0.5em;
    text-transform: uppercase;
    background-color: #fcf8e3;
    margin: 0 0 .5em;
}

.data-element-header {
    border: 1px dotted #323a45;
    padding: 1em;
    background-color: #fcf8e3;
    margin: 2em 0 1em 0;
    display: flex;
    align-items: flex-start;
}

.data-element-header-properties {
    margin-top: 1em;
}

.data-element-header > h4 {
    font-size: 1.2em;
    padding-top: 0 !important;
}

.data-element-header-left {
    flex-grow: 1;
}

.data-element-header-right {
    min-width: 11em;
    text-align: right;
    vertical-align: top;
}

#pageConfirmationDialog {
    top:  20% !important;
    left: 40% !important;
}

.gq-heading {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.gq-results-count {
    /*font-size: 0.9em;*/
    /*padding-bottom: 0.25em;*/
    /*text-align: right;*/
    /*font-weight: bold;*/
}

div.gq-number-selected {
    transform: scale(.85);
    position: absolute;
    left: -16px;
    top: -4px;
    border-radius: 50% !important;

    width: 22px !important;
    height: 22px !important;
    padding: 3px !important;

    background: rgb(223, 239, 252);
    border: 1px solid rgb(46, 110, 158);
    color: rgb(46, 110, 158);
    text-align: center;

    font: 12px Arial, sans-serif  !important;
    font-weight: bold;
}

/*
    Data Structures Data Table
 */
#data-structure-table {
    margin: 5px;
    table-layout: auto;
}

.data-structure-table .select-column {
    width: 5% !important;
    text-align: center;
}

.data-structure-table .short-name-column {
    width: 15% !important;
    text-align: left;
}

.data-structure-table .title-column {
    text-align: left;
}

.data-structure-table .source-column {
    width: 10% !important;
    text-align: left;
}

.data-structure-table .category-column {
    width: 10% !important;
    text-align: left;
}

.data-structure-table .shared-subject-column {
    width: 10% !important;
    text-align: left;
}

.data-structure-table .ui-column-filter {
    display: none !important;
}

.no-subject-information {
    color: #1f4082;
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    opacity: 0.7;
    text-align: center;
}

.gq-tooltip {
    max-width: 70vw !important;
    height: auto;
}

.gq-header-help-tooltip {
    max-width: 50vw !important;
    height: auto;
}

.gq-venn {
    margin: 0;
    position: relative;
    left: -8%;
}

.right-align {
    text-align: right;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(30,30,30,0.8);
    z-index: 30000;
    overflow-y: scroll;
}

.dialog {
    background: #f1f1f1;
    width: 70%;
    position: absolute;
    left: calc(50% - 35%);
    top: 0;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(51, 51, 51, 0.4);
    border: 3px solid #333333;
    visibility: hidden;
    opacity: 0;
    transition: all 180ms ease-in;
}

@media (max-width: 600px) {
    .dialog {
        width: 90%;
        left: calc(50% - 45%);
    }
}

.dialog.dialog-active {
    top: 10%;
    visibility: visible;
    opacity: 1;
    transition: all 250ms ease-out;
}

.dialog_action {
    border: 3px solid #333333;
    background: #f1f1f1;
    padding: 15px 20px;
    font-size: 1.1rem;
    text-transform: uppercase;
    display: block;
    transition: all 150ms ease-out;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.dialog_action:hover, .dialog_action:focus {
    outline: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    transition: all 100ms ease-in;
    box-shadow: 0 5px 10px rgba(51, 51, 51, 0.4);
}

.dialog_action:active {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.dialog .dialog_close {
    font-size: 2rem;
    line-height: 2rem;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    padding: 15px;
    transition: color 150ms ease;
}

.dialog .dialog_close:hover {
    color: #E74C3C;
}

.dialog .dialog_title {
    font-size: 2rem;
    font-weight: 100;
    margin: 0;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #333333;
}

.dialog .dialog_content {
    font-size: 1.1rem;
    line-height: 2rem;
}

.dialog .dialog_action {
    margin: 0;
    padding: 1em;
    font-size: 1rem;
    width: 125px;
}

.dialog .dialog_checkbox {
    padding-left: 0.5em;
    font-size: 1.4em;
}

.dialog .ui-chkbox-box {
    border: 1px solid darkgray;
}

td.ui-state-hover, li.ui-state-hover {
    border: none !important;
    font-weight: normal !important;
}

.filter-result-msg-elements {
    font-size: 1em;
    font-weight: 800;
    padding-top: 2px;
    letter-spacing: 1px;
}

.filter-result-msg-elements-count {
    font-weight: 800;
}

.load-more-structures {
    color: #205493;
    font-size: 1.4em;
    text-decoration: none;
    border-bottom: dotted 1px;
    background-color: transparent;
}

.newtab {
    color: red;
    font-size: 0.6em;
    font-weight: 700;
    font-variant: small-caps;
}

.pull-right {
    text-align: right !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

