@import url(../fonts/fontello/css/fontello.css);
/* line 2, ../sass/_buttons.scss */
#filament .btn {
  display: inline-block;
  border: none;
  padding: 14px 30px;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 12px;
  text-shadow: none;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
/* line 18, ../sass/_buttons.scss */
#filament .btn-white {
  color: #59b1e3;
  background: white;
  -moz-transform-origin: 50% 50% 50%;
  -ms-transform-origin: 50% 50% 50%;
  -webkit-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
  -moz-transition: color 0.3s, background 0.3s, -moz-transform 0.3s, box-shadow 0.3s;
  -o-transition: color 0.3s, background 0.3s, -o-transform 0.3s, box-shadow 0.3s;
  -webkit-transition: color 0.3s, background 0.3s, -webkit-transform 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, transform 0.3s, box-shadow 0.3s;
}
/* line 24, ../sass/_buttons.scss */
#filament .btn-white:hover, #filament .btn-white:active, #filament .btn-white:focus {
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.24);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.24);
  -moz-transition: color 0.3s, background 0.3s, -moz-transform 0.3s, box-shadow 0.3s;
  -o-transition: color 0.3s, background 0.3s, -o-transform 0.3s, box-shadow 0.3s;
  -webkit-transition: color 0.3s, background 0.3s, -webkit-transform 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, transform 0.3s, box-shadow 0.3s;
}
/* line 33, ../sass/_buttons.scss */
#filament .btn-primary {
  background: #f56767;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 13px 19px;
  line-height: 18px;
  border-radius: 3px;
  border: none;
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.08);
  -moz-transition: background, #f34f4f;
  -o-transition: background, #f34f4f;
  -webkit-transition: background, #f34f4f;
  transition: background, #f34f4f;
}
/* line 17, ../sass/_mixins.scss */
#filament .btn-primary:hover, #filament .btn-primary:active {
  background: #ff5d5d;
}
/* line 20, ../sass/_mixins.scss */
#filament .btn-primary.large-cta {
  font-size: 18px;
}
/* line 41, ../sass/_buttons.scss */
#filament .btn-link {
  display: inline-block;
  padding: 0 16px;
  border: none;
  color: #fff;
  cursor: pointer;
  line-height: 34px;
  background: none;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 58, ../sass/_buttons.scss */
#filament .btn-link:hover, #filament .btn-link:active, #filament .btn-link:focus {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
/* line 63, ../sass/_buttons.scss */
#filament .cta {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

/* line 2, ../sass/_notifications.scss */
#filament .notification {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 4px 14px;
  border-radius: 2px;
  height: 42px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 15px;
}
/* line 18, ../sass/_notifications.scss */
#filament .notification a {
  color: #fff;
}
/* line 21, ../sass/_notifications.scss */
#filament .notification .btn-link {
  float: right;
  font-size: 12px;
  margin-right: -10px;
}
/* line 27, ../sass/_notifications.scss */
#filament .notification-green {
  background-color: #4acfad;
}
/* line 30, ../sass/_notifications.scss */
#filament #return-to-filament {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

/* line 1, ../sass/_code-snippet.scss */
#code-snippet-wrapper {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}
/* line 37, ../sass/_mixins.scss */
#code-snippet-wrapper:before, #code-snippet-wrapper:after {
  content: " ";
  display: table;
}
/* line 42, ../sass/_mixins.scss */
#code-snippet-wrapper:after {
  clear: both;
}
/* line 6, ../sass/_code-snippet.scss */
#code-snippet-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 11, ../sass/_code-snippet.scss */
#code-snippet-wrapper .paste-code-section {
  background: #7d62e2;
  background: -moz-linear-gradient(-45deg, #7d62e2 0%, #619ae3 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #7d62e2), color-stop(100%, #619ae3));
  background: -webkit-linear-gradient(-45deg, #7d62e2 0%, #619ae3 100%);
  background: -o-linear-gradient(-45deg, #7d62e2 0%, #619ae3 100%);
  background: -ms-linear-gradient(-45deg, #7d62e2 0%, #619ae3 100%);
  background: linear-gradient(135deg, #7d62e2 0%, #619ae3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d62e2', endColorstr='#619ae3', GradientType=1 );
  color: #fff;
  padding: 30px;
  width: 60%;
  display: inline-block;
}
/* line 12, ../sass/_code-snippet.scss */
#code-snippet-wrapper .paste-code-section .pasted-code {
  display: none;
}
/* line 14, ../sass/_code-snippet.scss */
#code-snippet-wrapper .paste-code-section.code-pasted .no-code {
  display: none;
}
/* line 15, ../sass/_code-snippet.scss */
#code-snippet-wrapper .paste-code-section.code-pasted .pasted-code {
  display: inline-block;
}
/* line 22, ../sass/_code-snippet.scss */
#code-snippet-wrapper .paste-code-section h2 {
  color: #fff;
}
/* line 23, ../sass/_code-snippet.scss */
#code-snippet-wrapper .paste-code-section textarea {
  margin-top: 8px;
  background: #4b4b5e;
  border: none;
  border-radius: 3px;
  resize: none;
  width: 100%;
  height: 87px;
  padding: 12px;
  color: #fff;
  font-size: 12px;
  font-family: Monaco, Consolas, monospace;
}
/* line 37, ../sass/_code-snippet.scss */
#code-snippet-wrapper .paste-code-section .submit {
  text-align: right;
  padding: 0;
}
/* line 41, ../sass/_code-snippet.scss */
#code-snippet-wrapper .paste-code-section input[type="submit"] {
  cursor: pointer;
}
/* line 43, ../sass/_code-snippet.scss */
#code-snippet-wrapper .pasted-code {
  text-align: center;
}
/* line 45, ../sass/_code-snippet.scss */
#code-snippet-wrapper .pasted-code h2 {
  margin-bottom: 30px;
}
/* line 47, ../sass/_code-snippet.scss */
#code-snippet-wrapper #quick-launch-blocks {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}
/* line 51, ../sass/_code-snippet.scss */
#code-snippet-wrapper .quick-launch-block {
  float: left;
  display: block;
  text-decoration: none;
  width: 24%;
  margin-left: 1.33%;
  padding: 30px 20px 10px 20px;
  background: #4b4b5e;
  -moz-transition: background 0.15;
  -o-transition: background 0.15;
  -webkit-transition: background 0.15;
  transition: background 0.15;
}
/* line 61, ../sass/_code-snippet.scss */
#code-snippet-wrapper .quick-launch-block:first-child {
  margin-left: 0;
}
/* line 62, ../sass/_code-snippet.scss */
#code-snippet-wrapper .quick-launch-block img {
  width: 24px;
  margin-bottom: 10px;
}
/* line 66, ../sass/_code-snippet.scss */
#code-snippet-wrapper .quick-launch-block:hover {
  background: #404050;
}
/* line 68, ../sass/_code-snippet.scss */
#code-snippet-wrapper .quick-launch-block:last-child img {
  margin-bottom: 13px;
}
/* line 73, ../sass/_code-snippet.scss */
#code-snippet-wrapper .notification {
  margin-bottom: 0;
}
/* line 74, ../sass/_code-snippet.scss */
#code-snippet-wrapper .signup-section {
  background: #fff;
  padding: 30px;
  width: 40%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
/* line 83, ../sass/_code-snippet.scss */
#code-snippet-wrapper .signup-section small {
  display: block;
  padding-top: 30px;
}
/* line 87, ../sass/_code-snippet.scss */
#code-snippet-wrapper .signup-section small a {
  color: #59b1e3;
}
/* line 88, ../sass/_code-snippet.scss */
#code-snippet-wrapper .signup-section .btn {
  margin: 10px auto;
}
/* line 90, ../sass/_code-snippet.scss */
#code-snippet-wrapper h2 {
  font-size: 24px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 96, ../sass/_code-snippet.scss */
#code-snippet-wrapper p {
  font-size: 16px;
  margin-top: 0;
}
/* line 100, ../sass/_code-snippet.scss */
#code-snippet-wrapper small {
  font-size: 12px;
}
/* line 101, ../sass/_code-snippet.scss */
#code-snippet-wrapper small a {
  color: #fff;
  text-decoration: none;
}

/* line 1, ../sass/_filament-for-blogs.scss */
#filament-for-blogs {
  background: #fff;
  padding: 30px;
  margin-bottom: 40px;
}
/* line 5, ../sass/_filament-for-blogs.scss */
#filament-for-blogs h3 {
  margin: 0px;
  font-size: 18px;
  font-weight: 300;
}
/* line 10, ../sass/_filament-for-blogs.scss */
#filament-for-blogs h2 {
  font-size: 36px;
  font-weight: 300;
  margin-top: 20px;
}
/* line 15, ../sass/_filament-for-blogs.scss */
#filament-for-blogs p {
  line-height: 28px;
}

/* line 1, ../sass/_filament-cards.scss */
.filament-card {
  display: block;
  background: #4b4b5e;
  height: 127px;
  width: 201px;
  margin-left: 30px;
  float: left;
  padding: 20px;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-transition: -moz-transform 0.3s ease-in-out, box-shadow 0.3s;
  -o-transition: -o-transform 0.3s ease-in-out, box-shadow 0.3s;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, box-shadow 0.3s;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s;
}
/* line 15, ../sass/_filament-cards.scss */
.filament-card:first-child {
  margin-left: 0;
}
/* line 16, ../sass/_filament-cards.scss */
.filament-card h3 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
}
/* line 23, ../sass/_filament-cards.scss */
.filament-card .cta {
  position: absolute;
  bottom: 16px;
}
/* line 27, ../sass/_filament-cards.scss */
.filament-card .cta:before {
  content: "";
  display: block;
  background: #fff;
  width: 33px;
  height: 3px;
  margin-bottom: 10px;
}
/* line 35, ../sass/_filament-cards.scss */
.filament-card .cta.green-bar:before {
  background-color: #65dfcc;
}
/* line 36, ../sass/_filament-cards.scss */
.filament-card .cta.pink-bar:before {
  background-color: #eb6aa4;
}
/* line 37, ../sass/_filament-cards.scss */
.filament-card .cta.blue-bar:before {
  background-color: #59b1e3;
}
/* line 38, ../sass/_filament-cards.scss */
.filament-card:hover, .filament-card:active, .filament-card:focus {
  text-decoration: none;
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.24);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.24);
}

/* line 20, ../sass/admin.scss */
.box-shadow {
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 23, ../sass/admin.scss */
#filament-logo {
  width: 105px;
}

/* line 26, ../sass/admin.scss */
#filament {
  -webkit-font-smoothing: antialiased;
  max-width: 785px;
  padding-top: 30px;
  padding-left: 30px;
}
/* line 31, ../sass/admin.scss */
#filament p {
  font-size: 16px;
}
/* line 34, ../sass/admin.scss */
#filament #header {
  margin-bottom: 15px;
}
/* line 37, ../sass/admin.scss */
#filament .has-tooltip {
  position: relative;
  display: inline-block;
}
/* line 42, ../sass/admin.scss */
#filament .has-tooltip:hover .filament-tooltip, #filament .has-tooltip:active .filament-tooltip {
  display: block;
}
/* line 47, ../sass/admin.scss */
#filament .filament-tooltip {
  display: none;
  background: white;
  margin-top: 40px;
  position: absolute;
  z-index: 100;
  padding: 5px;
  top: 0;
  border-radius: 3px;
  border: solid 1px #cecece;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
}
/* line 64, ../sass/admin.scss */
#filament .filament-tooltip .inner {
  position: relative;
  z-index: 20;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 68, ../sass/admin.scss */
#filament .filament-tooltip .inner img {
  float: left;
}
/* line 72, ../sass/admin.scss */
#filament .filament-tooltip:after, #filament .filament-tooltip:before {
  left: 13%;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
/* line 84, ../sass/admin.scss */
#filament .filament-tooltip:after {
  border-color: transparent;
  border-bottom-color: white;
  border-width: 14px 11.2px;
  margin-top: -28px;
  margin-left: -14px;
}
/* line 91, ../sass/admin.scss */
#filament .filament-tooltip:before {
  border-color: transparent;
  border-bottom-color: #cecece;
  border-width: 15px 12px;
  margin-top: -30px;
  margin-left: -15px;
}

/*# sourceMappingURL=admin.main.css.map */
