.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-middot {
  content: "\00B7";
}
.content-bull {
  content: "\2022";
}
.sortable-item-horizontal .izicon-up:before,
.sortable-item-horizontal .izicon-down:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sortable-item:first-child .sort-items-up,
.sortable-item:last-child .sort-items-down {
  visibility: hidden;
}
.toolbox-section .toolbox {
  position: relative;
  z-index: ;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  display: inline-block;
  float: right;
  margin-top: 7px;
}
.toolbox-section:hover .toolbox {
  opacity: 1;
}
.toolbox-section:hover .toolbox-section .toolbox {
  opacity: 0;
}
.toolbox-section:hover .toolbox-section:hover .toolbox {
  opacity: 1;
}
.fea-form .item-toolbox {
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  padding: 3px 0 0 3px;
  background-color: #fff;
  display: block;
  margin-top: 2px;
  border: 1px dashed transparent;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
  border-radius: 4px;
  border-right: none;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.fea-form .item-toolbox .btn {
  margin-bottom: 3px;
}
form.fea-form:hover .item-toolbox {
  border-color: #f28e9a;
  opacity: 1;
}
.fea-active-form .item-toolbox {
  display: none;
}
.fea-form .fea-item-buttonbox {
  margin-top: 5px;
}
.fea-tinymce {
  border: 1px solid transparent;
  min-height: ;
}
.fea-tinymce h1:first-child {
  margin-top: 0;
}
div.fea-tinymce {
  *zoom: 1;
}
div.fea-tinymce:before,
div.fea-tinymce:after {
  display: table;
  content: "";
  line-height: 0;
}
div.fea-tinymce:after {
  clear: both;
}
.fea-tinymce,
.fea-input,
.fea-link {
  padding: 2px;
  margin: 0 0 5px 0;
}
input.fea-checkbox {
  padding: 5px;
  vertical-align: initial;
}
.fea-form {
  min-height: 28px;
  margin: 10px -6px;
  padding: 5px;
  position: relative;
  z-index: ;
  border: 1px dashed transparent;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
  border-radius: 4px;
}
.fea-form .fea-button-publish {
  display: none;
}
.fea-form.fea-unpublished .fea-button-unpublish {
  display: none;
}
.fea-form.fea-unpublished .fea-button-publish {
  display: inline-block;
}
.fea-form.fea-unpublished:before {
  content: '';
  display: block;
  height: 9px;
  opacity: 0.8;
  border: 1px solid #333;
  -webkit-border-top-right-radius: ;
  -moz-border-radius-topright: ;
  border-top-right-radius: ;
  -webkit-border-top-left-radius: ;
  -moz-border-radius-topleft: ;
  border-top-left-radius: ;
  background: #d8cc23 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAPklEQVQ4y+3MsQnAMBAEwSnt+2/mS3hnBoNwoMuEDi6chcYs3ij/KyFuIR4h/gR28BvYxSPEI8QtxHXxEfgBLip1kcOTPdYAAAAASUVORK5CYII=) repeat;
  margin: -4px -4px 0;
}
.fea-form > h1:first-child,
.fea-form > h2:first-child,
.fea-form > h3:first-child {
  margin-top: 0;
}
form.fea-form:hover {
  border-color: #f28e9a;
}
form.fea-form.fea-active-form {
  border-color: #e41c35;
}
.fea-active-form {
  z-index: ;
}
.fea-active-form ~ .fea-active-form {
  z-index:  - 1;
}
.fea-active-form ~ .fea-active-form ~ .fea-active-form {
  z-index:  - 2;
}
.fea-active-form ~ .fea-active-form ~ .fea-active-form ~ .fea-active-form {
  z-index:  - 3;
}
.fea-active-form .fea-tinymce {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: ;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 2px 0 rgba(0,0,0,0.075);
  box-shadow: inset 0 2px 0 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;
}
.fea-active-form .fea-tinymce:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.fea-active-form .chzn-container-single {
  margin: 0 0 5px 0;
}
.fea-active-form .bootstrap-timepicker,
.fea-active-form input[type=text] {
  margin: 0 0 5px 0;
}
.fea-active-form .bootstrap-timepicker input {
  margin: 0;
}
.fea-active-form .fea-error-field {
  margin: -4px 0 4px;
}
.fea-active-form .sidelabel + .fea-tinymce,
.fea-active-form .sidelabel + .chzn-container-single .chzn-single,
.fea-active-form .sidelabel + select + .chzn-container-single .chzn-single,
.fea-active-form .sidelabel + fea-select-representation + select + .chzn-container-single .chzn-single,
.fea-active-form .sidelabel + input[type=text] {
  border-top-left-radius: 0;
}
.fea-form.action-in-progress,
.fea-active-form.action-in-progress {
  color: #999;
}
.fea-form.action-in-progress *,
.fea-active-form.action-in-progress * {
  color: #999;
}
.fea-form.action-in-progress:before,
.fea-active-form.action-in-progress:before {
  content: '';
  display: block;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  border-radius: 50%;
  background: rgba(100,100,100,0.1) url("../../images/ajax-loader.gif") no-repeat top left;
}
.fea-multiselect-representation {
  display: inline-block;
  margin-top: 3px;
}
.wide-select {
  width: 100%;
}
.wide-select + .chzn-container {
  width: 100% !important;
}
.wide-select + .chzn-container .chzn-drop {
  width: auto;
  min-width: 220px;
  max-width: 100%;
}
.fea-text-label,
.fea-passive-label {
  display: inline-block;
  min-width: 100px;
}
.fea-text-label.long,
.fea-passive-label.long {
  min-width: 250px;
}
.fea-active-form .fea-passive-label {
  display: none;
}
.sidelabel {
  position: relative;
  width: 150px;
  margin-left: -150px;
  height: 0;
}
.sidelabel label {
  position: absolute;
  right: -1px;
  display: inline-block;
  color: #eee;
  font-size: 90%;
  background-clip: padding-box;
  background-color: #158cba;
  border: 1px solid #127ba3;
  border-top-width: 3px;
  padding: 0px 4px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.modal-fea .modal-header {
  padding: 5px 11px 7px;
}
.modal-fea .modal-footer:empty {
  padding: 3px;
}
.modal-fea .fea-button-delete {
  display: none;
}
.xzibit-item-group-1:before,
.xzibit-item-group-2:before,
.xzibit-item-group-100:before {
  content: 'P';
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  text-indent: 1px;
  background-color: #CC9900;
  border-radius: 100px;
  margin-right: 3px;
}
.xzibit-item-group-1:before {
  content: 'D';
  background-color: green;
  color: #fff;
}
.xzibit-item-group-100:before {
  content: 'G';
  background-color: #66DDFF;
  text-indent: 0;
}
.izicon:before {
  content: "";
  background: transparent url("../../images/izicons.png") no-repeat top left;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
}
.btn-izicon {
  padding: 2px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  box-sizing: content-box;
}
.btn-izicon:before {
  content: "";
  background: transparent url("../../images/izicons.png") no-repeat top left;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
}
.hover-help {
  padding: 0;
  cursor: help;
  display: inline-block;
  line-height: 17px;
  background-clip: padding-box;
  background-color: #158cba;
  border: 1px solid #127ba3;
  border-top-width: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.hover-help:before {
  content: "";
  background: transparent url("../../images/izicons.png") no-repeat top left;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
  background-position: -120px 0;
}
.hover-help.popovered {
  cursor: pointer;
}
.izicon-plus:before {
  background-position: -60px 0;
}
.izicon-edit:before {
  background-position: -80px -20px;
}
.izicon-delete:before {
  background-position: -20px 0;
}
.izicon-yes:before {
  background-position: 0 -20px;
}
.izicon-no:before {
  background-position: -20px -20px;
}
.izicon-up:before {
  background-position: -160px -20px;
}
.izicon-down:before {
  background-position: -180px -20px;
}
.izicon-group:before {
  background-position: -100px -20px;
}
.izicon-archive:before {
  background-position: -40px -20px;
}
.izicon-refresh:before {
  background-position: -220px -20px;
}
.izicon-green-refresh:before {
  background-position: -220px 0;
}
.izicon-report:before {
  background-position: -200px -20px;
}
.izicon-warning:before {
  background-position: -140px -20px;
}
.izicon-locked:before {
  background-position: -280px -20px;
}
.izicon-unlocked:before {
  background-position: -300px -20px;
}
.izicon-mail:before {
  background-position: -320px -20px;
}
.izicon-copy:before {
  background-position: -340px -20px;
}
.izicon-publish:before {
  background-position: -260px -20px;
}
.izicon-publish:hover:before {
  background-position: -240px -20px;
}
.izicon-unpublish:before {
  background-position: -240px -20px;
}
.izicon-unpublish:hover:before {
  background-position: -260px -20px;
}
.vanilla-messages {
  padding-left: 0;
}
.alert-error {
  background-color: #ff4136;
  border-color: #ff1103;
  color: #ffffff;
}
.auth-wrapper {
  max-width: 300px;
  margin: 0 auto;
}
.forgotten-password {
  float: right;
  margin-top: -29px;
}
