div.tagssuggestfieldwrap {
  height: auto !important; }

div.feedback h2 {
  margin: 0; }

.ezwt-actiongroup {
  /* FIX for img style conflicts */ }
  .ezwt-actiongroup img {
    display: inline; }

.context-information p.translation {
  display: none; }

.content-edit {
  /* Allow for input prepend/append in search forms */
  /***********/
  /* Buttons */
  /**************/
  /* Form Parts */ }
  .content-edit .hide {
    display: none; }
  .content-edit .date .element {
    float: left;
    margin-right: 10px; }
    .content-edit .date .element input {
      max-width: 50px; }
  .content-edit li {
    background-image: none; }
  .content-edit .ezcca-edit-nationalcontent {
    display: none; }
  .content-edit .classattribute-description {
    font-style: italic;
    font-weight: normal; }
  .content-edit .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .content-edit .input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .content-edit .block {
    margin-bottom: 12px; }
  .content-edit .schedule-handler {
    display: inline; }
  .content-edit form {
    margin: 0 0 20px; }
  .content-edit fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  .content-edit legend, .content-edit label {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    border: 0; }
  .content-edit fieldset label {
    font-weight: normal;
    border-bottom: 0; }
  .content-edit legend small {
    font-size: 15px;
    color: #999999;
    font-weight: normal; }
  .content-edit input,
  .content-edit button,
  .content-edit select,
  .content-edit textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px; }
  .content-edit input,
  .content-edit button,
  .content-edit select,
  .content-edit textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .content-edit label {
    display: block;
    margin-bottom: 5px; }
  .content-edit select,
  .content-edit textarea,
  .content-edit input[type="text"],
  .content-edit input[type="password"],
  .content-edit input[type="datetime"],
  .content-edit input[type="datetime-local"],
  .content-edit input[type="date"],
  .content-edit input[type="month"],
  .content-edit input[type="time"],
  .content-edit input[type="week"],
  .content-edit input[type="number"],
  .content-edit input[type="email"],
  .content-edit input[type="url"],
  .content-edit input[type="search"],
  .content-edit input[type="tel"],
  .content-edit input[type="color"],
  .content-edit .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .content-edit textarea,
  .content-edit .uneditable-input {
    width: 206px; }
  .content-edit textarea {
    height: auto; }
  .content-edit textarea,
  .content-edit input[type="text"],
  .content-edit input[type="password"],
  .content-edit input[type="datetime"],
  .content-edit input[type="datetime-local"],
  .content-edit input[type="date"],
  .content-edit input[type="month"],
  .content-edit input[type="time"],
  .content-edit input[type="week"],
  .content-edit input[type="number"],
  .content-edit input[type="email"],
  .content-edit input[type="url"],
  .content-edit input[type="search"],
  .content-edit input[type="tel"],
  .content-edit input[type="color"],
  .content-edit .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s; }
  .content-edit textarea:focus,
  .content-edit input[type="text"]:focus,
  .content-edit input[type="password"]:focus,
  .content-edit input[type="datetime"]:focus,
  .content-edit input[type="datetime-local"]:focus,
  .content-edit input[type="date"]:focus,
  .content-edit input[type="month"]:focus,
  .content-edit input[type="time"]:focus,
  .content-edit input[type="week"]:focus,
  .content-edit input[type="number"]:focus,
  .content-edit input[type="email"]:focus,
  .content-edit input[type="url"]:focus,
  .content-edit input[type="search"]:focus,
  .content-edit input[type="tel"]:focus,
  .content-edit input[type="color"]:focus,
  .content-edit .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
  .content-edit input[type="radio"],
  .content-edit input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    /* IE7 */
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
    cursor: pointer; }
  .content-edit input[type="file"],
  .content-edit input[type="image"],
  .content-edit input[type="submit"],
  .content-edit input[type="reset"],
  .content-edit input[type="button"],
  .content-edit input[type="radio"],
  .content-edit input[type="checkbox"] {
    width: auto; }
  .content-edit select,
  .content-edit input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 30px; }
  .content-edit select {
    width: 220px;
    border: 1px solid #cccccc;
    background-color: #ffffff; }
  .content-edit select[multiple],
  .content-edit select[size] {
    height: auto; }
  .content-edit select:focus,
  .content-edit input[type="file"]:focus,
  .content-edit input[type="radio"]:focus,
  .content-edit input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .content-edit .uneditable-input,
  .content-edit .uneditable-textarea {
    color: #999999;
    background-color: #fcfcfc;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed; }
  .content-edit .uneditable-input {
    overflow: hidden;
    white-space: nowrap; }
  .content-edit .uneditable-textarea {
    width: auto;
    height: auto; }
  .content-edit input:-moz-placeholder,
  .content-edit textarea:-moz-placeholder {
    color: #999999; }
  .content-edit input:-ms-input-placeholder,
  .content-edit textarea:-ms-input-placeholder {
    color: #999999; }
  .content-edit input::-webkit-input-placeholder,
  .content-edit textarea::-webkit-input-placeholder {
    color: #999999; }
  .content-edit .radio,
  .content-edit .checkbox {
    min-height: 18px;
    padding-left: 18px; }
  .content-edit .radio input[type="radio"],
  .content-edit .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px; }
  .content-edit .controls > .radio:first-child,
  .content-edit .controls > .checkbox:first-child {
    padding-top: 5px; }
  .content-edit .radio.inline,
  .content-edit .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle; }
  .content-edit .radio.inline + .radio.inline,
  .content-edit .checkbox.inline + .checkbox.inline {
    margin-left: 10px; }
  .content-edit .input-mini {
    width: 60px; }
  .content-edit .input-small {
    width: 90px; }
  .content-edit .input-medium {
    width: 150px; }
  .content-edit .input-large {
    width: 210px; }
  .content-edit .input-xlarge {
    width: 270px; }
  .content-edit .input-xxlarge {
    width: 530px; }
  .content-edit input[class*="span"],
  .content-edit select[class*="span"],
  .content-edit textarea[class*="span"],
  .content-edit .uneditable-input[class*="span"],
  .content-edit .row-fluid input[class*="span"],
  .content-edit .row-fluid select[class*="span"],
  .content-edit .row-fluid textarea[class*="span"],
  .content-edit .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0; }
  .content-edit .input-append input[class*="span"],
  .content-edit .input-append .uneditable-input[class*="span"],
  .content-edit .input-prepend input[class*="span"],
  .content-edit .input-prepend .uneditable-input[class*="span"],
  .content-edit .row-fluid input[class*="span"],
  .content-edit .row-fluid select[class*="span"],
  .content-edit .row-fluid textarea[class*="span"],
  .content-edit .row-fluid .uneditable-input[class*="span"],
  .content-edit .row-fluid .input-prepend [class*="span"],
  .content-edit .row-fluid .input-append [class*="span"] {
    display: inline-block; }
  .content-edit input,
  .content-edit textarea,
  .content-edit .uneditable-input {
    margin-left: 0; }
  .content-edit .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px; }
  .content-edit input.span12, .content-edit textarea.span12, .content-edit .uneditable-input.span12 {
    width: 926px; }
  .content-edit input.span11, .content-edit textarea.span11, .content-edit .uneditable-input.span11 {
    width: 846px; }
  .content-edit input.span10, .content-edit textarea.span10, .content-edit .uneditable-input.span10 {
    width: 766px; }
  .content-edit input.span9, .content-edit textarea.span9, .content-edit .uneditable-input.span9 {
    width: 686px; }
  .content-edit input.span8, .content-edit textarea.span8, .content-edit .uneditable-input.span8 {
    width: 606px; }
  .content-edit input.span7, .content-edit textarea.span7, .content-edit .uneditable-input.span7 {
    width: 526px; }
  .content-edit input.span6, .content-edit textarea.span6, .content-edit .uneditable-input.span6 {
    width: 446px; }
  .content-edit input.span5, .content-edit textarea.span5, .content-edit .uneditable-input.span5 {
    width: 366px; }
  .content-edit input.span4, .content-edit textarea.span4, .content-edit .uneditable-input.span4 {
    width: 286px; }
  .content-edit input.span3, .content-edit textarea.span3, .content-edit .uneditable-input.span3 {
    width: 206px; }
  .content-edit input.span2, .content-edit textarea.span2, .content-edit .uneditable-input.span2 {
    width: 126px; }
  .content-edit input.span1, .content-edit textarea.span1, .content-edit .uneditable-input.span1 {
    width: 46px; }
  .content-edit .controls-row {
    *zoom: 1; }
  .content-edit .controls-row:before,
  .content-edit .controls-row:after {
    display: table;
    content: "";
    line-height: 0; }
  .content-edit .controls-row:after {
    clear: both; }
  .content-edit .controls-row [class*="span"] {
    float: left; }
  .content-edit input[disabled],
  .content-edit select[disabled],
  .content-edit textarea[disabled],
  .content-edit input[readonly],
  .content-edit select[readonly],
  .content-edit textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  .content-edit input[type="radio"][disabled],
  .content-edit input[type="checkbox"][disabled],
  .content-edit input[type="radio"][readonly],
  .content-edit input[type="checkbox"][readonly] {
    background-color: transparent; }
  .content-edit .control-group.warning > label,
  .content-edit .control-group.warning .help-block,
  .content-edit .control-group.warning .help-inline {
    color: #c09853; }
  .content-edit .control-group.warning .checkbox,
  .content-edit .control-group.warning .radio,
  .content-edit .control-group.warning input,
  .content-edit .control-group.warning select,
  .content-edit .control-group.warning textarea {
    color: #c09853; }
  .content-edit .control-group.warning input,
  .content-edit .control-group.warning select,
  .content-edit .control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .content-edit .control-group.warning input:focus,
  .content-edit .control-group.warning select:focus,
  .content-edit .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
  .content-edit .control-group.warning .input-prepend .add-on,
  .content-edit .control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853; }
  .content-edit .control-group.error > label,
  .content-edit .control-group.error .help-block,
  .content-edit .control-group.error .help-inline {
    color: #b94a48; }
  .content-edit .control-group.error .checkbox,
  .content-edit .control-group.error .radio,
  .content-edit .control-group.error input,
  .content-edit .control-group.error select,
  .content-edit .control-group.error textarea {
    color: #b94a48; }
  .content-edit .control-group.error input,
  .content-edit .control-group.error select,
  .content-edit .control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .content-edit .control-group.error input:focus,
  .content-edit .control-group.error select:focus,
  .content-edit .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
  .content-edit .control-group.error .input-prepend .add-on,
  .content-edit .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48; }
  .content-edit .control-group.success > label,
  .content-edit .control-group.success .help-block,
  .content-edit .control-group.success .help-inline {
    color: #468847; }
  .content-edit .control-group.success .checkbox,
  .content-edit .control-group.success .radio,
  .content-edit .control-group.success input,
  .content-edit .control-group.success select,
  .content-edit .control-group.success textarea {
    color: #468847; }
  .content-edit .control-group.success input,
  .content-edit .control-group.success select,
  .content-edit .control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .content-edit .control-group.success input:focus,
  .content-edit .control-group.success select:focus,
  .content-edit .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
  .content-edit .control-group.success .input-prepend .add-on,
  .content-edit .control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847; }
  .content-edit .control-group.info > label,
  .content-edit .control-group.info .help-block,
  .content-edit .control-group.info .help-inline {
    color: #3a87ad; }
  .content-edit .control-group.info .checkbox,
  .content-edit .control-group.info .radio,
  .content-edit .control-group.info input,
  .content-edit .control-group.info select,
  .content-edit .control-group.info textarea {
    color: #3a87ad; }
  .content-edit .control-group.info input,
  .content-edit .control-group.info select,
  .content-edit .control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .content-edit .control-group.info input:focus,
  .content-edit .control-group.info select:focus,
  .content-edit .control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; }
  .content-edit .control-group.info .input-prepend .add-on,
  .content-edit .control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad; }
  .content-edit input:focus:required:invalid,
  .content-edit textarea:focus:required:invalid,
  .content-edit select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b; }
  .content-edit input:focus:required:invalid:focus,
  .content-edit textarea:focus:required:invalid:focus,
  .content-edit select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7; }
  .content-edit .form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1; }
  .content-edit .form-actions:before,
  .content-edit .form-actions:after {
    display: table;
    content: "";
    line-height: 0; }
  .content-edit .form-actions:after {
    clear: both; }
  .content-edit .help-block,
  .content-edit .help-inline {
    color: #595959; }
  .content-edit .help-block {
    display: block;
    margin-bottom: 10px; }
  .content-edit .help-inline {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px; }
  .content-edit .input-append,
  .content-edit .input-prepend {
    margin-bottom: 5px;
    font-size: 0;
    white-space: nowrap; }
  .content-edit .input-append input,
  .content-edit .input-prepend input,
  .content-edit .input-append select,
  .content-edit .input-prepend select,
  .content-edit .input-append .uneditable-input,
  .content-edit .input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    font-size: 14px;
    vertical-align: top;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
  .content-edit .input-append input:focus,
  .content-edit .input-prepend input:focus,
  .content-edit .input-append select:focus,
  .content-edit .input-prepend select:focus,
  .content-edit .input-append .uneditable-input:focus,
  .content-edit .input-prepend .uneditable-input:focus {
    z-index: 2; }
  .content-edit .input-append .add-on,
  .content-edit .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc; }
  .content-edit .input-append .add-on,
  .content-edit .input-prepend .add-on,
  .content-edit .input-append .btn,
  .content-edit .input-prepend .btn {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .content-edit .input-append .active,
  .content-edit .input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546; }
  .content-edit .input-prepend .add-on,
  .content-edit .input-prepend .btn {
    margin-right: -1px; }
  .content-edit .input-prepend .add-on:first-child,
  .content-edit .input-prepend .btn:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; }
  .content-edit .input-append input,
  .content-edit .input-append select,
  .content-edit .input-append .uneditable-input {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; }
  .content-edit .input-append .add-on,
  .content-edit .input-append .btn {
    margin-left: -1px; }
  .content-edit .input-append .add-on:last-child,
  .content-edit .input-append .btn:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
  .content-edit .input-prepend.input-append input,
  .content-edit .input-prepend.input-append select,
  .content-edit .input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .content-edit .input-prepend.input-append .add-on:first-child,
  .content-edit .input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; }
  .content-edit .input-prepend.input-append .add-on:last-child,
  .content-edit .input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
  .content-edit .form-search input,
  .content-edit .form-inline input,
  .content-edit .form-horizontal input,
  .content-edit .form-search textarea,
  .content-edit .form-inline textarea,
  .content-edit .form-horizontal textarea,
  .content-edit .form-search select,
  .content-edit .form-inline select,
  .content-edit .form-horizontal select,
  .content-edit .form-search .help-inline,
  .content-edit .form-inline .help-inline,
  .content-edit .form-horizontal .help-inline,
  .content-edit .form-search .uneditable-input,
  .content-edit .form-inline .uneditable-input,
  .content-edit .form-horizontal .uneditable-input,
  .content-edit .form-search .input-prepend,
  .content-edit .form-inline .input-prepend,
  .content-edit .form-horizontal .input-prepend,
  .content-edit .form-search .input-append,
  .content-edit .form-inline .input-append,
  .content-edit .form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle; }
  .content-edit .form-search .hide,
  .content-edit .form-inline .hide,
  .content-edit .form-horizontal .hide {
    display: none; }
  .content-edit .form-search label,
  .content-edit .form-inline label,
  .content-edit .form-search .btn-group,
  .content-edit .form-inline .btn-group {
    display: inline-block; }
  .content-edit .form-search .input-append,
  .content-edit .form-inline .input-append,
  .content-edit .form-search .input-prepend,
  .content-edit .form-inline .input-prepend {
    margin-bottom: 0; }
  .content-edit .form-search .radio,
  .content-edit .form-search .checkbox,
  .content-edit .form-inline .radio,
  .content-edit .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .content-edit .form-search .radio input[type="radio"],
  .content-edit .form-search .checkbox input[type="checkbox"],
  .content-edit .form-inline .radio input[type="radio"],
  .content-edit .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0; }
  .content-edit .control-group {
    margin-bottom: 10px; }
  .content-edit legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate; }
  .content-edit .button-left {
    float: left; }
  .content-edit .button-right {
    float: right; }
  .content-edit .button,
  .content-edit .defaultbutton,
  .content-edit .btn {
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 21px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, white, #e6e6e6);
    background-image: -ms-linear-gradient(top, white, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, white, #e6e6e6);
    background-image: -o-linear-gradient(top, white, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    *margin-left: .3em; }
  .content-edit .button:hover,
  .content-edit .defaultbutton:hover,
  .content-edit .btn:hover,
  .content-edit .button:active,
  .content-edit .defaultbutton:active,
  .content-edit .btn:active,
  .content-edit .button.active,
  .content-edit .defaultbutton.active,
  .content-edit .btn.active,
  .content-edit .button.disabled,
  .content-edit .defaultbutton.disabled,
  .content-edit .btn.disabled,
  .content-edit .button[disabled],
  .content-edit .defaultbutton[disabled],
  .content-edit .btn[disabled] {
    background-color: #e6e6e6; }
  .content-edit .button:active,
  .content-edit .defaultbutton:active,
  .content-edit .btn:active,
  .content-edit .button.active,
  .content-edit .defaultbutton.active,
  .content-edit .btn.active {
    background-color: #cccccc \9; }
  .content-edit .button:first-child,
  .content-edit .defaultbutton:first-child,
  .content-edit .btn:first-child {
    *margin-left: 0; }
  .content-edit .button:hover,
  .content-edit .defaultbutton:hover,
  .content-edit .btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; }
  .content-edit .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .content-edit .btn.active,
  .content-edit .btn:active {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    outline: 0; }
  .content-edit .btn.disabled,
  .content-edit .btn[disabled],
  .content-edit .button-disabled,
  .content-edit .button-disabled[disabled] {
    cursor: default;
    background-image: none;
    background-color: #e6e6e6;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .content-edit .btn-large {
    padding: 9px 14px;
    font-size: 17px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .content-edit .btn-large [class^="icon-"] {
    margin-top: 1px; }
  .content-edit .btn-small {
    padding: 5px 9px;
    font-size: 13px;
    line-height: 19px; }
  .content-edit .btn-small [class^="icon-"] {
    margin-top: -1px; }
  .content-edit .btn-mini {
    padding: 2px 6px;
    font-size: 13px;
    line-height: 17px; }
  .content-edit .btn-primary,
  .content-edit .btn-primary:hover,
  .content-edit .btn-warning,
  .content-edit .btn-warning:hover,
  .content-edit .btn-danger,
  .content-edit .btn-danger:hover,
  .content-edit .btn-success,
  .content-edit .btn-success:hover,
  .content-edit .btn-info,
  .content-edit .btn-info:hover,
  .content-edit .btn-inverse,
  .content-edit .btn-inverse:hover,
  .content-edit .defaultbutton,
  .content-edit .defaultbutton:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff; }
  .content-edit .btn-primary.active,
  .content-edit .btn-warning.active,
  .content-edit .btn-danger.active,
  .content-edit .btn-success.active,
  .content-edit .btn-info.active,
  .content-edit .btn-dark.active {
    color: rgba(255, 255, 255, 0.75); }
  .content-edit .btn-primary {
    background-color: #00578d;
    background-image: -moz-linear-gradient(top, #006a8d, #003b8d);
    background-image: -ms-linear-gradient(top, #006a8d, #003b8d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006a8d), to(#003b8d));
    background-image: -webkit-linear-gradient(top, #006a8d, #003b8d);
    background-image: -o-linear-gradient(top, #006a8d, #003b8d);
    background-image: linear-gradient(top, #006a8d, #003b8d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006a8d', endColorstr='#003b8d', GradientType=0);
    border-color: #003b8d #003b8d #001b41;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  .content-edit .btn-primary:hover,
  .content-edit .btn-primary:active,
  .content-edit .btn-primary.active,
  .content-edit .btn-primary.disabled,
  .content-edit .btn-primary[disabled] {
    background-color: #003b8d; }
  .content-edit .btn-primary:active,
  .content-edit .btn-primary.active {
    background-color: #00265a \9; }
  .content-edit .btn-warning {
    background-color: #ed9036;
    background-image: -moz-linear-gradient(top, #f3a04f, #e57910);
    background-image: -ms-linear-gradient(top, #f3a04f, #e57910);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3a04f), to(#e57910));
    background-image: -webkit-linear-gradient(top, #f3a04f, #e57910);
    background-image: -o-linear-gradient(top, #f3a04f, #e57910);
    background-image: linear-gradient(top, #f3a04f, #e57910);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3a04f', endColorstr='#e57910', GradientType=0);
    border-color: #e57910 #e57910 #9d530b;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  .content-edit .btn-warning:hover,
  .content-edit .btn-warning:active,
  .content-edit .btn-warning.active,
  .content-edit .btn-warning.disabled,
  .content-edit .btn-warning[disabled] {
    background-color: #e57910; }
  .content-edit .btn-warning:active,
  .content-edit .btn-warning.active {
    background-color: #b5600d \9; }
  .content-edit .btn-danger {
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  .content-edit .btn-danger:hover,
  .content-edit .btn-danger:active,
  .content-edit .btn-danger.active,
  .content-edit .btn-danger.disabled,
  .content-edit .btn-danger[disabled] {
    background-color: #bd362f; }
  .content-edit .btn-danger:active,
  .content-edit .btn-danger.active {
    background-color: #942a25 \9; }
  .content-edit .btn-success {
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  .content-edit .btn-success:hover,
  .content-edit .btn-success:active,
  .content-edit .btn-success.active,
  .content-edit .btn-success.disabled,
  .content-edit .btn-success[disabled] {
    background-color: #51a351; }
  .content-edit .btn-success:active,
  .content-edit .btn-success.active {
    background-color: #408140 \9; }
  .content-edit .btn-info {
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  .content-edit .btn-info:hover,
  .content-edit .btn-info:active,
  .content-edit .btn-info.active,
  .content-edit .btn-info.disabled,
  .content-edit .btn-info[disabled] {
    background-color: #2f96b4; }
  .content-edit .btn-info:active,
  .content-edit .btn-info.active {
    background-color: #24748c \9; }
  .content-edit .btn-inverse {
    background-color: #393939;
    background-image: -moz-linear-gradient(top, #454545, #262626);
    background-image: -ms-linear-gradient(top, #454545, #262626);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626));
    background-image: -webkit-linear-gradient(top, #454545, #262626);
    background-image: -o-linear-gradient(top, #454545, #262626);
    background-image: linear-gradient(top, #454545, #262626);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626', GradientType=0);
    border-color: #262626 #262626 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  .content-edit .btn-inverse:hover,
  .content-edit .btn-inverse:active,
  .content-edit .btn-inverse.active,
  .content-edit .btn-inverse.disabled,
  .content-edit .btn-inverse[disabled] {
    background-color: #262626; }
  .content-edit .btn-inverse:active,
  .content-edit .btn-inverse.active {
    background-color: #0c0c0c \9; }
  .content-edit .defaultbutton {
    background-color: #ed9036;
    background-image: -moz-linear-gradient(top, #f3a04f, #e57910);
    background-image: -ms-linear-gradient(top, #f3a04f, #e57910);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3a04f), to(#e57910));
    background-image: -webkit-linear-gradient(top, #f3a04f, #e57910);
    background-image: -o-linear-gradient(top, #f3a04f, #e57910);
    background-image: linear-gradient(top, #f3a04f, #e57910);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3a04f', endColorstr='#e57910', GradientType=0);
    border-color: #e57910 #e57910 #9d530b;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
  .content-edit .defaultbutton:hover,
  .content-edit .defaultbutton:active,
  .content-edit .defaultbutton.active,
  .content-edit .defaultbutton.disabled,
  .content-edit .defaultbutton[disabled] {
    background-color: #e57910; }
  .content-edit .defaultbutton:active,
  .content-edit .defaultbutton.active {
    background-color: #b5600d \9; }
  .content-edit button.btn,
  .content-edit input[type="submit"].btn {
    *padding-top: 2px;
    *padding-bottom: 2px; }
  .content-edit button.btn::-moz-focus-inner,
  .content-edit input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .content-edit button.btn.large,
  .content-edit input[type="submit"].btn.large {
    *padding-top: 7px;
    *padding-bottom: 7px; }
  .content-edit button.btn.small,
  .content-edit input[type="submit"].btn.small {
    *padding-top: 3px;
    *padding-bottom: 3px; }
  .content-edit .btn-group {
    position: relative;
    *zoom: 1;
    *margin-left: .3em; }
  .content-edit .btn-group:before,
  .content-edit .btn-group:after {
    display: table;
    content: ""; }
  .content-edit .btn-group:after {
    clear: both; }
  .content-edit .btn-group:first-child {
    *margin-left: 0; }
  .content-edit .btn-group + .btn-group {
    margin-left: 5px; }
  .content-edit .btn-toolbar {
    margin-top: 10.5px;
    margin-bottom: 10.5px; }
  .content-edit .btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1; }
  .content-edit .btn-group .btn {
    position: relative;
    float: left;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .content-edit .btn-group .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px; }
  .content-edit .btn-group .btn:last-child,
  .content-edit .btn-group .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px; }
  .content-edit .btn-group .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px; }
  .content-edit .btn-group .btn.large:last-child,
  .content-edit .btn-group .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px; }
  .content-edit .btn-group .btn:hover,
  .content-edit .btn-group .btn:focus,
  .content-edit .btn-group .btn:active,
  .content-edit .btn-group .btn.active {
    z-index: 2; }
  .content-edit .btn-group .dropdown-toggle:active,
  .content-edit .btn-group.open .dropdown-toggle {
    outline: 0; }
  .content-edit .btn-group .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    *padding-top: 5px;
    *padding-bottom: 5px; }
  .content-edit .btn-group.open {
    *z-index: 1000; }
  .content-edit .btn-group.open .dropdown-menu {
    display: block;
    margin-top: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .content-edit .btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .content-edit .btn .caret {
    margin-top: 7px;
    margin-left: 0; }
  .content-edit .btn:hover .caret,
  .content-edit .open.btn-group .caret {
    opacity: 1;
    filter: alpha(opacity=100); }
  .content-edit .btn-primary .caret,
  .content-edit .btn-danger .caret,
  .content-edit .btn-info .caret,
  .content-edit .btn-success .caret,
  .content-edit .btn-inverse .caret {
    border-top-color: #ffffff;
    opacity: 0.75;
    filter: alpha(opacity=75); }
  .content-edit .btn-small .caret {
    margin-top: 4px; }
  .content-edit .control-group.warning > label,
  .content-edit .control-group.warning .help-block,
  .content-edit .control-group.warning .help-inline {
    color: #c09853; }
  .content-edit .control-group.warning input,
  .content-edit .control-group.warning select,
  .content-edit .control-group.warning textarea {
    color: #c09853;
    border-color: #c09853; }
  .content-edit .control-group.warning input:focus,
  .content-edit .control-group.warning select:focus,
  .content-edit .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: 0 0 6px #dbc59e;
    -moz-box-shadow: 0 0 6px #dbc59e;
    box-shadow: 0 0 6px #dbc59e; }
  .content-edit .control-group.warning .input-prepend .add-on,
  .content-edit .control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853; }
  .content-edit .control-group.error > label,
  .content-edit .control-group.error .help-block,
  .content-edit .control-group.error .help-inline {
    color: #b94a48; }
  .content-edit .control-group.error input,
  .content-edit .control-group.error select,
  .content-edit .control-group.error textarea {
    color: #b94a48;
    border-color: #b94a48; }
  .content-edit .control-group.error input:focus,
  .content-edit .control-group.error select:focus,
  .content-edit .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392; }
  .content-edit .control-group.error .input-prepend .add-on,
  .content-edit .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48; }
  .content-edit .control-group.success > label,
  .content-edit .control-group.success .help-block,
  .content-edit .control-group.success .help-inline {
    color: #468847; }
  .content-edit .control-group.success input,
  .content-edit .control-group.success select,
  .content-edit .control-group.success textarea {
    color: #468847;
    border-color: #468847; }
  .content-edit .control-group.success input:focus,
  .content-edit .control-group.success select:focus,
  .content-edit .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: 0 0 6px #7aba7b;
    -moz-box-shadow: 0 0 6px #7aba7b;
    box-shadow: 0 0 6px #7aba7b; }
  .content-edit .control-group.success .input-prepend .add-on,
  .content-edit .control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847; }
  .content-edit input:focus:required:invalid,
  .content-edit textarea:focus:required:invalid,
  .content-edit select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b; }
  .content-edit input:focus:required:invalid:focus,
  .content-edit textarea:focus:required:invalid:focus,
  .content-edit select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7; }
  .content-edit .form-actions {
    padding: 20px 20px 21px;
    margin-top: 21px;
    margin-bottom: 21px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd; }
  .content-edit .uneditable-input {
    display: block;
    background-color: #ffffff;
    border-color: #eee;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed; }
  .content-edit :-moz-placeholder {
    color: #aeaeae; }
  .content-edit ::-webkit-input-placeholder {
    color: #aeaeae; }
  .content-edit input:focus :-moz-placeholder,
  .content-edit textarea:focus :-moz-placeholder {
    color: transparent; }
  .content-edit input:focus ::-webkit-input-placeholder,
  .content-edit textarea:focus ::-webkit-input-placeholder {
    color: transparent; }
  .content-edit .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    color: #dbdbdc; }
  .content-edit .help-inline {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-bottom: 9px;
    vertical-align: middle;
    padding-left: 5px; }
  .content-edit .input-prepend,
  .content-edit .input-append {
    margin-bottom: 5px;
    *zoom: 1; }
  .content-edit .input-prepend:before,
  .content-edit .input-append:before,
  .content-edit .input-prepend:after,
  .content-edit .input-append:after {
    display: table;
    content: ""; }
  .content-edit .input-prepend:after,
  .content-edit .input-append:after {
    clear: both; }
  .content-edit .input-prepend input,
  .content-edit .input-append input,
  .content-edit .input-prepend .uneditable-input,
  .content-edit .input-append .uneditable-input {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
  .content-edit .input-prepend input:focus,
  .content-edit .input-append input:focus,
  .content-edit .input-prepend .uneditable-input:focus,
  .content-edit .input-append .uneditable-input:focus {
    position: relative;
    z-index: 2; }
  .content-edit .input-prepend .uneditable-input,
  .content-edit .input-append .uneditable-input {
    border-left-color: #ccc; }
  .content-edit .input-prepend .add-on,
  .content-edit .input-append .add-on {
    float: left;
    display: block;
    width: auto;
    min-width: 16px;
    height: 21px;
    margin-right: -1px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 21px;
    color: #dbdbdc;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; }
  .content-edit .input-prepend .active,
  .content-edit .input-append .active {
    background-color: #a9dba9;
    border-color: #46a546; }
  .content-edit .input-prepend .add-on {
    *margin-top: 1px;
    /* IE6-7 */ }
  .content-edit .input-append input,
  .content-edit .input-append .uneditable-input {
    float: left;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; }
  .content-edit .input-append .uneditable-input {
    border-left-color: #eee;
    border-right-color: #ccc; }
  .content-edit .input-append .add-on {
    margin-right: 0;
    margin-left: -1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
  .content-edit .input-append input:first-child {
    *margin-left: -160px; }
  .content-edit .input-append input:first-child + .add-on {
    *margin-left: -21px; }
  .content-edit .search-query {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 0;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #f1f1f1;
    background-image: -moz-linear-gradient(top, #ebebeb, #f9f9f9);
    background-image: -ms-linear-gradient(top, #ebebeb, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #ebebeb, #f9f9f9);
    background-image: -o-linear-gradient(top, #ebebeb, #f9f9f9);
    background-image: linear-gradient(top, #ebebeb, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#f9f9f9', GradientType=0);
    color: #006a8d; }
  .content-edit .form-search input,
  .content-edit .form-inline input,
  .content-edit .form-horizontal input,
  .content-edit .form-search textarea,
  .content-edit .form-inline textarea,
  .content-edit .form-horizontal textarea,
  .content-edit .form-search select,
  .content-edit .form-inline select,
  .content-edit .form-horizontal select,
  .content-edit .form-search .help-inline,
  .content-edit .form-inline .help-inline,
  .content-edit .form-horizontal .help-inline,
  .content-edit .form-search .uneditable-input,
  .content-edit .form-inline .uneditable-input,
  .content-edit .form-horizontal .uneditable-input {
    display: inline-block;
    margin-bottom: 0; }
  .content-edit .form-search .hide,
  .content-edit .form-inline .hide,
  .content-edit .form-horizontal .hide {
    display: none; }
  .content-edit .form-search label,
  .content-edit .form-inline label,
  .content-edit .form-search .input-append,
  .content-edit .form-inline .input-append,
  .content-edit .form-search .input-prepend,
  .content-edit .form-inline .input-prepend {
    display: inline-block; }
  .content-edit .form-search .input-append .add-on,
  .content-edit .form-inline .input-prepend .add-on,
  .content-edit .form-search .input-append .add-on,
  .content-edit .form-inline .input-prepend .add-on {
    vertical-align: middle; }
  .content-edit .form-search .radio,
  .content-edit .form-inline .radio,
  .content-edit .form-search .checkbox,
  .content-edit .form-inline .checkbox {
    margin-bottom: 0;
    vertical-align: middle; }
  .content-edit .control-group {
    margin-bottom: 10.5px; }
  .content-edit legend + .control-group {
    margin-top: 21px;
    -webkit-margin-top-collapse: separate; }
  .content-edit .form-horizontal .control-group {
    margin-bottom: 21px;
    *zoom: 1; }
  .content-edit .form-horizontal .control-group:before,
  .content-edit .form-horizontal .control-group:after {
    display: table;
    content: ""; }
  .content-edit .form-horizontal .control-group:after {
    clear: both; }
  .content-edit .form-horizontal .control-label {
    float: left;
    width: 140px;
    padding-top: 5px;
    text-align: right; }
  .content-edit .form-horizontal .controls {
    margin-left: 160px; }
  .content-edit .form-horizontal .form-actions {
    padding-left: 160px; }
  .content-edit .box {
    width: 99%; }
  .content-edit .halfbox {
    width: 49%; }
  .content-edit .block fieldset {
    border: 1px solid #DBDBDC;
    padding: 10px;
    margin-bottom: 10px; }
  .content-edit .block input {
    vertical-align: baseline; }
  .content-edit .block legend {
    margin-bottom: 21px;
    font-size: 15px;
    line-height: 21px;
    color: #333333;
    border-bottom: none;
    font-weight: bold;
    width: inherit; }
  .content-edit .block label {
    font-weight: bold; }
  .content-edit .block .element,
  .content-edit .block .halfelement {
    float: left;
    padding-right: 10px; }
  .content-edit .block .element input[type="text"],
  .content-edit .block .halfelement input[type="text"] {
    width: 150px; }
  .content-edit .buttonblock {
    margin-top: 10px;
    margin-bottom: 10px; }
  .content-edit select[name="FromVersion"],
  .content-edit select[name="ToVersion"] {
    width: 60px; }
  .content-edit #schedule-dialog-container .object-right {
    margin: 0px;
    width: 53%; }

.content-history .left {
  float: left; }
.content-history .right {
  float: right; }
