/*USAGE
--HTML--
<div class="some-element">
    <div class="content"></div>
</div>
--SASS--
.some-element { @include aspect-ratio(16, 9); }
*/
/* line 1, ../sass/ez/_ezdemo-front-end-edit.scss */
div.tagssuggestfieldwrap {
  height: auto !important;
}

/* line 2, ../sass/ez/_ezdemo-front-end-edit.scss */
div.feedback {
  background-image: none !important;
  padding: .2em 1em !important;
  background-color: eaeaea;
}
/* line 7, ../sass/ez/_ezdemo-front-end-edit.scss */
div.feedback h2 {
  margin: 0;
}

/* line 13, ../sass/ez/_ezdemo-front-end-edit.scss */
#ezwt-versionaction select {
  display: none;
}
/* line 16, ../sass/ez/_ezdemo-front-end-edit.scss */
#ezwt-versionaction input:last-child {
  display: none;
}

/* line 21, ../sass/ez/_ezdemo-front-end-edit.scss */
.ezwt-actiongroup {
  /* FIX for img style conflicts */
}
/* line 23, ../sass/ez/_ezdemo-front-end-edit.scss */
.ezwt-actiongroup img {
  display: inline;
}
/* line 24, ../sass/ez/_ezdemo-front-end-edit.scss */
.ezwt-actiongroup a img {
  display: inline;
}

/* line 26, ../sass/ez/_ezdemo-front-end-edit.scss */
.context-information p.translation {
  display: none;
}

/* line 28, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit {
  /* Allow for input prepend/append in search forms */
  /***********/
  /* Buttons */
  /**************/
  /* Form Parts */
}
/* line 30, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .date .element {
  float: left;
  margin-right: 10px;
}
/* line 34, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .date .element input {
  max-width: 50px;
}
/* line 39, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit li {
  background-image: none;
}
/* line 43, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .ezcca-edit-nationalcontent {
  display: none;
}
/* line 47, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .classattribute-description {
  font-style: italic;
  font-weight: normal;
}
/* line 55, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* line 62, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 71, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .block {
  margin-bottom: 12px;
}
/* line 75, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit form {
  margin: 0 0 20px;
}
/* line 78, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 83, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 97, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit fieldset label {
  font-weight: normal;
  border-bottom: 0;
}
/* line 101, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit legend small {
  font-size: 15px;
  color: #999999;
  font-weight: normal;
}
/* line 106, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input,
.content-edit button,
.content-edit select,
.content-edit textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
/* line 114, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input,
.content-edit button,
.content-edit select,
.content-edit textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 120, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit label {
  display: block;
  margin-bottom: 5px;
}
/* line 124, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 153, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit textarea,
.content-edit .uneditable-input {
  width: 206px;
}
/* line 157, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit textarea {
  height: auto;
}
/* line 160, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 186, ../sass/ez/_ezdemo-front-end-edit.scss */
.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);
}
/* line 211, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 223, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 232, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 242, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
/* line 247, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit select[multiple],
.content-edit select[size] {
  height: auto;
}
/* line 251, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 259, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 269, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
/* line 273, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .uneditable-textarea {
  width: auto;
  height: auto;
}
/* line 277, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input:-moz-placeholder,
.content-edit textarea:-moz-placeholder {
  color: #999999;
}
/* line 281, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input:-ms-input-placeholder,
.content-edit textarea:-ms-input-placeholder {
  color: #999999;
}
/* line 285, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input::-webkit-input-placeholder,
.content-edit textarea::-webkit-input-placeholder {
  color: #999999;
}
/* line 289, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .radio,
.content-edit .checkbox {
  min-height: 18px;
  padding-left: 18px;
}
/* line 294, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .radio input[type="radio"],
.content-edit .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
/* line 299, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .controls > .radio:first-child,
.content-edit .controls > .checkbox:first-child {
  padding-top: 5px;
}
/* line 303, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .radio.inline,
.content-edit .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 310, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .radio.inline + .radio.inline,
.content-edit .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
/* line 314, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-mini {
  width: 60px;
}
/* line 317, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-small {
  width: 90px;
}
/* line 320, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-medium {
  width: 150px;
}
/* line 323, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-large {
  width: 210px;
}
/* line 326, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-xlarge {
  width: 270px;
}
/* line 329, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-xxlarge {
  width: 530px;
}
/* line 332, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 343, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 355, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input,
.content-edit textarea,
.content-edit .uneditable-input {
  margin-left: 0;
}
/* line 360, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
/* line 363, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input.span12, .content-edit textarea.span12, .content-edit .uneditable-input.span12 {
  width: 926px;
}
/* line 366, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input.span11, .content-edit textarea.span11, .content-edit .uneditable-input.span11 {
  width: 846px;
}
/* line 369, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input.span10, .content-edit textarea.span10, .content-edit .uneditable-input.span10 {
  width: 766px;
}
/* line 372, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input.span9, .content-edit textarea.span9, .content-edit .uneditable-input.span9 {
  width: 686px;
}
/* line 375, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input.span8, .content-edit textarea.span8, .content-edit .uneditable-input.span8 {
  width: 606px;
}
/* line 378, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input.span7, .content-edit textarea.span7, .content-edit .uneditable-input.span7 {
  width: 526px;
}
/* line 381, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input.span6, .content-edit textarea.span6, .content-edit .uneditable-input.span6 {
  width: 446px;
}
/* line 384, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input.span5, .content-edit textarea.span5, .content-edit .uneditable-input.span5 {
  width: 366px;
}
/* line 387, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input.span4, .content-edit textarea.span4, .content-edit .uneditable-input.span4 {
  width: 286px;
}
/* line 390, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input.span3, .content-edit textarea.span3, .content-edit .uneditable-input.span3 {
  width: 206px;
}
/* line 393, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input.span2, .content-edit textarea.span2, .content-edit .uneditable-input.span2 {
  width: 126px;
}
/* line 396, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input.span1, .content-edit textarea.span1, .content-edit .uneditable-input.span1 {
  width: 46px;
}
/* line 399, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .controls-row {
  *zoom: 1;
}
/* line 402, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .controls-row:before,
.content-edit .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 408, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .controls-row:after {
  clear: both;
}
/* line 411, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .controls-row [class*="span"] {
  float: left;
}
/* line 414, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 423, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 429, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .control-group.warning > label,
.content-edit .control-group.warning .help-block,
.content-edit .control-group.warning .help-inline {
  color: #c09853;
}
/* line 434, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 441, ../sass/ez/_ezdemo-front-end-edit.scss */
.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);
}
/* line 449, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 457, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 463, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .control-group.error > label,
.content-edit .control-group.error .help-block,
.content-edit .control-group.error .help-inline {
  color: #b94a48;
}
/* line 468, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 475, ../sass/ez/_ezdemo-front-end-edit.scss */
.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);
}
/* line 483, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 491, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 497, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .control-group.success > label,
.content-edit .control-group.success .help-block,
.content-edit .control-group.success .help-inline {
  color: #468847;
}
/* line 502, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 509, ../sass/ez/_ezdemo-front-end-edit.scss */
.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);
}
/* line 517, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 525, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 531, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .control-group.info > label,
.content-edit .control-group.info .help-block,
.content-edit .control-group.info .help-inline {
  color: #3a87ad;
}
/* line 536, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 543, ../sass/ez/_ezdemo-front-end-edit.scss */
.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);
}
/* line 551, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 559, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 565, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input:focus:required:invalid,
.content-edit textarea:focus:required:invalid,
.content-edit select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
/* line 571, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 579, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
/* line 587, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .form-actions:before,
.content-edit .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 593, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .form-actions:after {
  clear: both;
}
/* line 596, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .help-block,
.content-edit .help-inline {
  color: #595959;
}
/* line 600, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .help-block {
  display: block;
  margin-bottom: 10px;
}
/* line 604, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
/* line 613, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-append,
.content-edit .input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
/* line 619, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 634, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 642, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 657, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 666, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-append .active,
.content-edit .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
/* line 671, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-prepend .add-on,
.content-edit .input-prepend .btn {
  margin-right: -1px;
}
/* line 675, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 681, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 688, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-append .add-on,
.content-edit .input-append .btn {
  margin-left: -1px;
}
/* line 692, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 698, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 705, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 712, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 720, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 749, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .form-search .hide,
.content-edit .form-inline .hide,
.content-edit .form-horizontal .hide {
  display: none;
}
/* line 754, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 760, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 766, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 774, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 782, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .control-group {
  margin-bottom: 10px;
}
/* line 785, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
/* line 793, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .button-left {
  float: left;
}
/* line 796, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .button-right {
  float: right;
}
/* line 800, ../sass/ez/_ezdemo-front-end-edit.scss */
.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, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #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;
}
/* line 836, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 853, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 861, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .button:first-child,
.content-edit .defaultbutton:first-child,
.content-edit .btn:first-child {
  *margin-left: 0;
}
/* line 866, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 879, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 884, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 894, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 907, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-large {
  padding: 9px 14px;
  font-size: 17px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 915, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-large [class^="icon-"] {
  margin-top: 1px;
}
/* line 918, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-small {
  padding: 5px 9px;
  font-size: 13px;
  line-height: 19px;
}
/* line 923, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-small [class^="icon-"] {
  margin-top: -1px;
}
/* line 926, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-mini {
  padding: 2px 6px;
  font-size: 13px;
  line-height: 17px;
}
/* line 931, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 948, ../sass/ez/_ezdemo-front-end-edit.scss */
.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);
}
/* line 956, ../sass/ez/_ezdemo-front-end-edit.scss */
.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);
}
/* line 970, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 977, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-primary:active,
.content-edit .btn-primary.active {
  background-color: #00265a \9;
}
/* line 981, ../sass/ez/_ezdemo-front-end-edit.scss */
.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);
}
/* line 995, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1002, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-warning:active,
.content-edit .btn-warning.active {
  background-color: #b5600d \9;
}
/* line 1006, ../sass/ez/_ezdemo-front-end-edit.scss */
.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);
}
/* line 1020, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1027, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-danger:active,
.content-edit .btn-danger.active {
  background-color: #942a25 \9;
}
/* line 1031, ../sass/ez/_ezdemo-front-end-edit.scss */
.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);
}
/* line 1045, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1052, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-success:active,
.content-edit .btn-success.active {
  background-color: #408140 \9;
}
/* line 1056, ../sass/ez/_ezdemo-front-end-edit.scss */
.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);
}
/* line 1070, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1077, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-info:active,
.content-edit .btn-info.active {
  background-color: #24748c \9;
}
/* line 1081, ../sass/ez/_ezdemo-front-end-edit.scss */
.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);
}
/* line 1095, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1102, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-inverse:active,
.content-edit .btn-inverse.active {
  background-color: #0c0c0c \9;
}
/* line 1106, ../sass/ez/_ezdemo-front-end-edit.scss */
.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);
}
/* line 1120, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .defaultbutton:hover,
.content-edit .defaultbutton:active,
.content-edit .defaultbutton.active,
.content-edit .defaultbutton.disabled,
.content-edit .defaultbutton[disabled] {
  background-color: #e57910;
}
/* line 1127, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .defaultbutton:active,
.content-edit .defaultbutton.active {
  background-color: #b5600d \9;
}
/* line 1131, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit button.btn,
.content-edit input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
/* line 1136, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit button.btn::-moz-focus-inner,
.content-edit input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 1141, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit button.btn.large,
.content-edit input[type="submit"].btn.large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
/* line 1146, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit button.btn.small,
.content-edit input[type="submit"].btn.small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 1151, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
/* line 1156, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-group:before,
.content-edit .btn-group:after {
  display: table;
  content: "";
}
/* line 1161, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-group:after {
  clear: both;
}
/* line 1164, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-group:first-child {
  *margin-left: 0;
}
/* line 1167, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-group + .btn-group {
  margin-left: 5px;
}
/* line 1170, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-toolbar {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
/* line 1174, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
/* line 1181, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 1189, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1198, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1207, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1216, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1225, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1231, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-group .dropdown-toggle:active,
.content-edit .btn-group.open .dropdown-toggle {
  outline: 0;
}
/* line 1235, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1244, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-group.open {
  *z-index: 1000;
}
/* line 1247, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 1254, ../sass/ez/_ezdemo-front-end-edit.scss */
.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);
}
/* line 1260, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
/* line 1264, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn:hover .caret,
.content-edit .open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1269, ../sass/ez/_ezdemo-front-end-edit.scss */
.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);
}
/* line 1278, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .btn-small .caret {
  margin-top: 4px;
}
/* line 1285, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .control-group.warning > label,
.content-edit .control-group.warning .help-block,
.content-edit .control-group.warning .help-inline {
  color: #c09853;
}
/* line 1290, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .control-group.warning input,
.content-edit .control-group.warning select,
.content-edit .control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
/* line 1296, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1304, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1310, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .control-group.error > label,
.content-edit .control-group.error .help-block,
.content-edit .control-group.error .help-inline {
  color: #b94a48;
}
/* line 1315, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .control-group.error input,
.content-edit .control-group.error select,
.content-edit .control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
/* line 1321, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1329, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1335, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .control-group.success > label,
.content-edit .control-group.success .help-block,
.content-edit .control-group.success .help-inline {
  color: #468847;
}
/* line 1340, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .control-group.success input,
.content-edit .control-group.success select,
.content-edit .control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
/* line 1346, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1354, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1360, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input:focus:required:invalid,
.content-edit textarea:focus:required:invalid,
.content-edit select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
/* line 1366, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1374, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .form-actions {
  padding: 20px 20px 21px;
  margin-top: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
/* line 1381, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1390, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit :-moz-placeholder {
  color: #aeaeae;
}
/* line 1393, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit ::-webkit-input-placeholder {
  color: #aeaeae;
}
/* line 1396, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input:focus :-moz-placeholder,
.content-edit textarea:focus :-moz-placeholder {
  color: transparent;
}
/* line 1400, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit input:focus ::-webkit-input-placeholder,
.content-edit textarea:focus ::-webkit-input-placeholder {
  color: transparent;
}
/* line 1404, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  color: #dbdbdc;
}
/* line 1410, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 9px;
  vertical-align: middle;
  padding-left: 5px;
}
/* line 1420, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-prepend,
.content-edit .input-append {
  margin-bottom: 5px;
  *zoom: 1;
}
/* line 1425, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-prepend:before,
.content-edit .input-append:before,
.content-edit .input-prepend:after,
.content-edit .input-append:after {
  display: table;
  content: "";
}
/* line 1432, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-prepend:after,
.content-edit .input-append:after {
  clear: both;
}
/* line 1436, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1444, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1451, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-prepend .uneditable-input,
.content-edit .input-append .uneditable-input {
  border-left-color: #ccc;
}
/* line 1455, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1475, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-prepend .active,
.content-edit .input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
/* line 1480, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */
}
/* line 1485, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1492, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}
/* line 1496, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1503, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-append input:first-child {
  *margin-left: -160px;
}
/* line 1506, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .input-append input:first-child + .add-on {
  *margin-left: -21px;
}
/* line 1509, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1527, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1545, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .form-search .hide,
.content-edit .form-inline .hide,
.content-edit .form-horizontal .hide {
  display: none;
}
/* line 1550, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1558, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1564, ../sass/ez/_ezdemo-front-end-edit.scss */
.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;
}
/* line 1571, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .control-group {
  margin-bottom: 10.5px;
}
/* line 1574, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit legend + .control-group {
  margin-top: 21px;
  -webkit-margin-top-collapse: separate;
}
/* line 1578, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .form-horizontal .control-group {
  margin-bottom: 21px;
  *zoom: 1;
}
/* line 1582, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .form-horizontal .control-group:before,
.content-edit .form-horizontal .control-group:after {
  display: table;
  content: "";
}
/* line 1587, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .form-horizontal .control-group:after {
  clear: both;
}
/* line 1590, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
/* line 1596, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .form-horizontal .controls {
  margin-left: 160px;
}
/* line 1599, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .form-horizontal .form-actions {
  padding-left: 160px;
}
/* line 1602, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .box {
  width: 99%;
}
/* line 1605, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .halfbox {
  width: 49%;
}
/* line 1608, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .block fieldset {
  border: 1px solid #DBDBDC;
  padding: 10px;
  margin-bottom: 10px;
}
/* line 1613, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .block input {
  vertical-align: baseline;
}
/* line 1616, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .block legend {
  margin-bottom: 21px;
  font-size: 15px;
  line-height: 21px;
  color: #333333;
  border-bottom: none;
  font-weight: bold;
  width: inherit;
}
/* line 1625, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .block label {
  font-weight: bold;
}
/* line 1628, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .block .element,
.content-edit .block .halfelement {
  float: left;
  padding-right: 10px;
}
/* line 1633, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .block .element input[type="text"],
.content-edit .block .halfelement input[type="text"] {
  width: 150px;
}
/* line 1637, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit .buttonblock {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 1641, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit select[name="FromVersion"],
.content-edit select[name="ToVersion"] {
  width: 60px;
}
/* line 1646, ../sass/ez/_ezdemo-front-end-edit.scss */
.content-edit #schedule-dialog-container .object-right {
  margin: 0px;
}
