/*[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}*/
[data-icon] {
  font-weight: normal;
  font-size: 35px;
}
[data-icon]:before {
  font-family: 'Pictos Custom';
  content: attr(data-icon);
}
[data-icon].mirrored-y {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: inline-block;
  filter: FlipV;
  /* IE 6/7/8 */
}
[data-icon].q {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
[data-icon].w {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
[data-icon].e {
  display: inline-block;
}
[data-icon].r {
  font-size: 10px;
}
[data-icon].y {
  font-size: 16px;
  display: inline-block;
}
[data-icon].u {
  font-size: 24px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
[data-icon].i {
  font-size: 14px;
  display: inline-block;
}
[data-icon].o {
  font-size: 14px;
  display: inline-block;
}
body {
  padding-top: 0;
  background-color: #ECF0F1;
  /* Switch slider */
  /* Switch slider */
  /* Switch slider */
  overflow-x: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #333;
}
body .server-status {
  position: fixed;
  top: 5px;
  left: 5px;
  font-size: 10px;
  font-family: mono;
  opacity: .5;
}
body .palette-type-toggle {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -3px;
}
body .editor-type-toggle {
  position: absolute;
  top: 0;
  right: -40px;
  margin-top: -1px;
}
body h1 {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1em;
}
body .init {
  opacity: .16;
}
body article.init {
  font-style: italic;
}
body article {
  font-weight: 300;
}
body textarea {
  background: none;
  border: 1px dotted rgba(0, 0, 0, 0.2);
  width: 100%;
  background-color: white;
}
body textarea.h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: bold;
}
body textarea.title-textarea {
  margin-bottom: 1em;
}
body textarea.content-textarea {
  height: 10em;
}
body #titleContentFallback {
  resize: none;
  font-size: 36px;
  font-weight: bold;
}
body #mainContentFallback,
body #altContentFallback {
  min-height: 200px;
}
body #rc_usr_content_main {
  margin-bottom: 1.25em;
}
body #rc_usr_content_alt {
  margin-top: 1.25em;
}
body #release {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.625em;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 10em;
}
body .slider-enter,
body .slider-leave {
  transition: 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  opacity: 0;
}
body .slider-enter.slider-enter-active {
  opacity: 1;
  top: 0;
}
body .slider-leave {
  top: 0;
}
body .slider-leave.slider-leave-active {
  opacity: 1;
}
body .slide-toggle-enter,
body .slide-toggle-leave {
  transition: 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}
body .slide-toggle-enter {
  height: 0px;
  opacity: 0;
}
body .slide-toggle-enter.slide-toggle-enter-active {
  height: 100px;
  opacity: 1;
}
body .slide-toggle-content-enter,
body .slide-toggle-content-leave {
  transition: 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}
body .slide-toggle-content-enter {
  opacity: 0;
}
body .slide-toggle-content-enter.slide-toggle-content-enter-active {
  opacity: 1;
}
body .slide-toggle-content-leave {
  opacity: 1;
}
body .slide-toggle-content-leave.slide-toggle-content-leave-active {
  opacity: 0;
}
body .switch {
  width: 150px;
  font-size: 12px;
  height: 20px;
}
body .switch label {
  line-height: 20px;
}
body .palette {
  position: absolute;
  margin-top: 20px;
  top: 0;
  z-index: 20;
  padding-right: 42px;
  left: 50%;
  margin-left: -109px;
}
body .palette .swatch {
  cursor: pointer;
  margin-left: 1px;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: left;
}
body .palette .swatch.light {
  display: none;
}
body .palette .swatch.white {
  background-color: #fff;
}
body .palette .swatch.white.light {
  background-color: #fff;
}
body .palette .swatch.teal {
  background-color: #1abc9c;
  /*border:1px dotted lighten(#1abc9c, 10%);*/
}
body .palette .swatch.teal.light {
  background-color: #c8efe7;
}
body .palette .swatch.green {
  background-color: #2ecc71;
  /*border:1px dotted lighten(#2ecc71, 10%);*/
}
body .palette .swatch.green.light {
  background-color: #cdf3dd;
}
body .palette .swatch.blue {
  background-color: #3498db;
  /*border:1px dotted lighten(#3498db, 10%);*/
}
body .palette .swatch.blue.light {
  background-color: #cee6f6;
}
body .palette .swatch.purple {
  background-color: #9b59b6;
  /*border:1px dotted lighten(#9b59b6, 10%);*/
}
body .palette .swatch.purple.light {
  background-color: #e7d7ee;
}
body .palette .swatch.yellow {
  background-color: #f1c40f;
  /*border:1px dotted lighten(#f1c40f, 10%);*/
}
body .palette .swatch.yellow.light {
  background-color: #fcf1c6;
}
body .palette .swatch.orange {
  background-color: #e67e22;
  /*border:1px dotted lighten(#e67e22, 10%);*/
}
body .palette .swatch.orange.light {
  background-color: #f9e0ca;
}
body .palette .swatch.red {
  background-color: #e74c3c;
  /*border:1px dotted lighten(#e74c3c, 10%);*/
}
body .palette .swatch.red.light {
  background-color: #f9d4d0;
}
body .palette .swatch.grey {
  background-color: #34495e;
  /*border:1px dotted lighten(#34495e, 10%);*/
}
body .palette .swatch.grey.light {
  background-color: #ecf0f1;
}
body section {
  /*position:relative;*/
}
body section.bar {
  height: 15px;
  width: 100%;
  /*position:relative;*/
}
body section.zenpen {
  /*position:relative;*/
}
body .palette-type-toggle {
  display: inline-block;
}
body .uppercase {
  text-transform: uppercase;
}
body .underline {
  cursor: pointer;
  text-decoration: underline;
}
body button {
  padding: 0;
  display: inline-block;
  margin: 0;
}
body button.goDark,
body button.goLight,
body button.small {
  width: 16px;
  height: 16px;
}
body button.goDark {
  background-color: #333;
  color: #fff;
  font-size: 10px;
  border: 1px solid #333;
}
body button.goLight,
body button.small {
  background-color: #fff;
  color: #333;
  font-size: 10px;
  border: 1px solid #ccc;
}
body .admin-bar-toggle {
  cursor: pointer;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  position: relative;
  width: 100%;
  z-index: 0;
  height: 12px;
  overflow: hidden;
  opacity: 0.32;
  letter-spacing: 2px;
  word-spacing: 1px;
}
body .admin-bar-toggle div {
  position: absolute;
  width: 100%;
}
body .admin-bar-toggle .uppercase {
  margin-right: 0;
  margin-left: 3px;
}
body .admin-bar {
  z-index: 2;
  left: 50%;
  margin-left: -263px;
  margin-top: 35px;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
}
body .admin-bar .btn-group {
  border-radius: 5px;
  background-color: #6a707c;
  z-index: 1;
}
body .admin-bar .btn-group button,
body .admin-bar .btn-group .button {
  position: relative;
  display: inline-block;
  height: 60px;
  background: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #ebeced;
  border: none;
  padding: 0px 30px;
}
body .admin-bar .btn-group button:first-child,
body .admin-bar .btn-group .button:first-child {
  border-right: 1px solid #797e89;
  padding-right: 30px;
}
body .admin-bar .btn-group button:first-child:after,
body .admin-bar .btn-group .button:first-child:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-right: 1px solid #575c65;
}
body .admin-bar .btn-group button:last-child,
body .admin-bar .btn-group .button:last-child {
  border-left: 1px solid #575c65;
  padding-left: 30px;
}
body .admin-bar .btn-group button:last-child:after,
body .admin-bar .btn-group .button:last-child:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-left: 1px solid #797e89;
}
body .admin-bar .btn-group button.disabled,
body .admin-bar .btn-group .button.disabled {
  cursor: default;
  color: #9ca0a9;
}
body .admin-bar .btn-group button span,
body .admin-bar .btn-group .button span {
  clear: both;
  line-height: 60px;
}
body .admin-bar .btn-group button span.description,
body .admin-bar .btn-group .button span.description {
  padding-left: 10px;
  vertical-align: middle;
}
body .admin-content {
  opacity: 0;
  height: 0;
  left: 50%;
  margin-left: -225px;
  display: inline-block;
  padding: 10px 30px 0 30px;
  top: 101px;
  background-color: #fff;
  border: 1px solid #6a707c;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
  color: #666;
  font-size: 10px;
  position: absolute;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
body .admin-content.admin-share {
  margin-left: -176px;
}
body .admin-content.admin-share .r {
  position: absolute;
  left: 50%;
  margin-left: -3px;
  font-size: 20px;
  top: -3px;
}
body .admin-content.admin-share a {
  display: block;
  clear: both;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 20px;
  text-decoration: none;
}
body .admin-content.admin-share a button {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
body .admin-content.admin-share a button:hover {
  text-decoration: none;
}
body .admin-content.admin-share .row {
  display: block;
}
body .admin-content.admin-share input {
  border: 1px solid #eaebec;
  text-align: center;
  padding-left: 0;
  font-size: 12px;
  padding-top: 1em;
  padding-bottom: 1em;
}
body .admin-content.admin-share input,
body .admin-content.admin-share button {
  position: relative;
  border-radius: 5px;
  color: #666;
  /*line-height:40px;*/
  height: 40px;
  display: block;
  clear: both;
}
body .admin-content.admin-share .field-group {
  top: 20px;
  /*position:relative;
				display:inline-block;*/
  /*&.right {
					float:right;
				}*/
  margin-bottom: 20px;
  margin-top: 2em;
}
body .admin-content.admin-share .field-group input {
  margin: 0 auto;
}
body .admin-content.admin-share label {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
body .admin-content.admin-share p {
  text-align: center;
  font-size: 1.2em;
}
body .admin-content.admin-share button {
  background-color: #3d5e96;
  cursor: pointer;
  color: #fff;
  padding: 0 25px 0 25px;
  border: none;
}
body .admin-content.admin-share button:hover {
  background-color: #4f75b7;
}
body .admin-content.admin-tips {
  margin-left: -86px;
  font-size: 1em;
  height: 100px;
  padding-top: 20px;
}
body .admin-content.admin-tips .r {
  position: absolute;
  left: 71%;
  margin-left: -3px;
  font-size: 20px;
  top: -3px;
}
body .admin-content.admin-tips ul {
  font-size: 0.75em;
  padding-left: 20px;
  line-height: 1.7em;
  color: #9b9b9b;
}
body .admin-content.admin-tips a {
  display: block;
  text-align: center;
  font-size: 12px;
}
