/* language tabs */
/*.hide {*/
    /*display: none;*/
/*}*/
/*button.lang-toggle {*/
    /*font-size: 0.9em;*/
    /*height: 20px;*/
    /*padding: 0 1em;*/
/*}*/
/*h2 button.button.lang-toggle:last-of-type {*/
    /*margin-right: 1em;*/
/*}*/
/*button.lang-toggle.active-tab {*/
    /*background-color: #FFF;*/
    /*color: #000;*/
/*}*/
/*button.lang-toggle:hover {*/
    /*border-color: #43b1b0;*/
/*}*/
/*button.lang-toggle + button.lang-toggle {*/
    /*margin: 0;*/
/*}*/
/*div.field > button.lang-toggle {*/
    /*margin: 0 0 0.33em 0;*/
/*}*/


.field-row {
    width: 85%;
}

/* show page selector on top of the MCE link selector window */
div.modal {
    z-index: 65537;
}

/* show tags list on the top of the modal window for image uploading  */
ul.ui-front {
    z-index: 65538;
}

/* listing */
table.listing td {
    padding: .25em 0.5em;
}

table.listing ul.actions {
    margin: 0;
}

/* sequence member blocks */
li.sequence-member .sequence-member-inner .sequence-type-list div.sequence-container-inner {
    width: 100%;
}
/*li.sequence-member .struct-block ul.fields {*/
    /*width: 100%;*/
/*}*/
li.sequence-member .struct-block div.sequence-container {
    width: 82%;
}
li.object fieldset {
    width: 100%;
}
.object ul.multiple {
    max-width: 100%;
    width: 100%;
}
.widget-custom_tiny_mce_rich_text_area div.field-content {
    width: 100%;
}
li.sequence-member .sequence-member-inner li.sequence-member {
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 15px;
}

/* checkboxes */
.widget-checkbox_input {
    margin-top: 18px;
}

/* change background of form fields block on mouse hover */
ul.objects li.object.form-fields:hover {
    background-color: #f4fcfc;
}


footer .actions.preview {
    width: 300px;
}
