.invisible {
    display: none !important;
}

a.button {
    cursor: pointer;
}

#pageWrapper {
    width: 1160px;
}

#content, .dialog {
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
}

.dialog {
    font-size: 11px;
}

.dialog table td.preview a {
    cursor: default;
}

div.page.editor {
    width: 700px;
    margin: 10px auto;
}

div.data {
    margin-left: 0px;
    margin-right: 0px;
}

div.data table {
    border: none;
    border-collapse: separate;
    border-spacing: 0px;
}

div.data table tbody tr.template {
    display: none;
}

div.data table tbody tr.highlight {
    background-color: #fbeaad;
}

div.data table tbody tr.hover:hover, div.data table tbody tr.hovered, div.data table td.hover:hover, div.data table tbody td.hovered,
div.data table tbody tr.hover-highlight:hover {
    background-color: #ffff99 !important;
}
div.data table tbody tr.hover:hover, div.data table tbody tr.hovered, div.data table td.hover:hover, div.data table tbody td.hovered {
    cursor: pointer;
}

div.data table tbody tr.link, div.data table td.link {
    text-decoration: underline;
    cursor: pointer;
}

div.data table tbody tr.edit:hover, div.data table td.edit:hover {
    cursor: pointer;
}

div.data table thead th, div.data table tbody td {
    color: black;
    border: none;
}

div.data table thead th {
    background: #f3f3f3;
    border: none;
}

div.data table tbody td {
    border-bottom: solid 1px #e4e4e4;
}

ul.ui-autocomplete {
    text-align: left;
}

#content > .header, .toolbar {
    padding: 5px 13px;
}

/* #content > .header { */
    /* font-size: 95%; */
/* } */

/* .toolbar label, .toolbar input, .toolbar select { */
    /* float: left; */
/* } */

/* .toolbar label > input { */
    /* float: none; */
/* } */

.toolbar label {
    font-weight: bolder;
    line-height: 29px;
    margin-right: 2px;
    margin-left: 3px;
    text-align: right;
}

.toolbar label.two-line {
    line-height: 14px;
}

.toolbar input[type=text] {
    height: 25px;
    line-height: 25px;
    border: solid 1px #bdbdbd;
    padding-left: 3px;
    padding-right: 3px;
}

.toolbar select {
    height: 29px;
}

.toolbar input.bounced {
    height: 23px;
}

/* .toolbar .select2-container { */
    /* float: left; */
/* } */

.toolbar button, .toolbar button.css3, .toolbar .button, .toolbar button.left, .toolbar .left.button,
.toolbar button.right, .toolbar button.css3.right, .toolbar .right.button {
    margin: 0px;
}

.toolbar .item {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.toolbar .item.first, .toolbar .item:first-child {
    margin-left: 0px;
}

.toolbar .helper {
    margin: 0px;
    color: #666;
    font-size: 11px;
}

.toolbar .clear {
    clear: both;
}

div.dialog {
    display: none;
}

div.editor.dialog div.row, div.page.editor div.row {
    margin-top: 5px;
    margin-bottom: 10px;
}

div.editor.dialog div.row label, div.page.editor div.row label {
    display: inline-block;
    width: 100px;
    text-align: right;
}

div.page.editor div.row label, div.page.editor div.row span.label {
    width: 200px;
}

div.page.editor div.row.checkbox {
    margin-left: 200px;
}

div.page.editor div.row.checkbox label {
    width: auto;
}

div.page.editor div.row.checkbox input[type=checkbox],
div.page.editor div.row.checkbox input[type=radio] {
    vertical-align: baseline;
}

div.editor.dialog div.textarea.row label, div.page.editor div.textarea.row label {
    vertical-align: top;
}

div.editor.dialog div.row .helper-text, div.page.editor div.row .helper-text {
    font-size: 12px;
    width: 400px;
    margin-left: 60px;
}

div.editor.dialog div.row .helper-text label, div.page.editor div.row .helper-text label {
    width: auto;
}

div.editor.dialog div.row .important-help, div.page.editor div.row .important-help {
    color: #3366FF;
}

div.editor.dialog div.row .tags-wrapper, div.page.editor div.row .tags-wrapper {
    margin: 10px 0 0 105px;
}

div.editor.dialog div.row input[type=text], div.editor.dialog div.row input[type=password],
div.page.editor div.row input[type=text], div.page.editor div.row input[type=password] {
    width: 200px;
}

div.editor.dialog div.row .tags-wrapper input[type=text],
div.page.editor div.row .tags-wrapper input[type=text] {
    width: 335px;
}

div.editor.dialog div.row textarea, div.page.editor div.row textarea {
    width: 350px;
    height: 100px;
}

div.editor input[type=text].invalid,
div.editor input[type=password].invalid,
div.editor textarea.invalid,
div.dialog input[type=text].invalid,
div.dialog input[type=password].invalid,
div.dialog textarea.invalid,
div.oneoff input[type=text].invalid {
    border-color: red !important;
    background-color: rgb(255, 237, 228) !important;
}

div.dialog div.action-buttons, div.page.editor div.action-buttons {
    text-align: center;
}

div.dialog div.action-buttons .button, div.dialog div.action-buttons button.css3,
div.dialog div.action-buttons .button, div.page.editor div.action-buttons button.css3 {
    float: none;
}

div.dialog div.action-buttons .button span.label,
div.dialog div.action-buttons button.css3 span.label,
div.page.editor div.action-buttons .button span.label,
div.page.editor div.action-buttons button.css3 span.label {
    min-width: 10em;
    text-align: center;
}
