@import url("/js/jqueryui-1-13/jquery-ui.min.css");

/* jQuery UI dialog close button: show visible cross (×); shared.css loads after theme so this overrides empty block */
.ui-dialog-titlebar-close {
    text-indent: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 1px solid #ccc !important;
}
.ui-dialog-titlebar-close .ui-icon,
.ui-dialog-titlebar-close .ui-button-icon {
    display: none !important; /* hide default empty icon block */
}
.ui-dialog-titlebar-close:before {
    content: "×";
    display: inline-block;
    font-size: 1.3em;
    line-height: 1;
    font-weight: bold;
}

select[multiple] {
    height: 150px;
    overflow-y: auto;
}

.well {
    border: solid 1px;
    border-radius: 2px;
    margin: 2px;
    padding: 4px;
}

.alert {
    border-radius: 4px;
    font-weight: bold;
    margin: 4px;
    padding: 8px;
}

.alert-info {
    background-color: #01b9ff;
}

.borderless,
.borderless * {
    border: none !important;
}

.ChangeAnswerDialog ul li {
    list-style-type: disc;
}

.ewHeaderRow {
    background-color: #38498e;
}

.form-control {
}

.form-group > .row {
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

.message-unread {
    background-color: #ccff66 !important;
}

.message-unread, .message-unread td {
    border-bottom: solid 1px #ffffff !important;
}

.message-unread td {
    padding-bottom: 8px;
}

.message-unread .ewTableSelectRow {
    color: #000000 !important;
}

.message-read {
    background-color: #ffffff !important;
}

.select2-field {
    width: 95% !important;
}

.table-no-border, .table-no-border tr, .table-no-border th, .table-no-border td {
    border: none !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border-color: transparent !important;
    border-style: none !important;
    border-width: 0 !important;
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}