/* not a mixing, but Ben will put it in the right place */
table.reorder-enabled tbody tr td.reorder .reorder-handle:hover, .right-sidebar .scroll-y ul.reorder-columns li, .right-sidebar .scroll-y ul.reorder-columns li label {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

@keyframes pulsate {
  0% {
    background-color: #3498DB; }
  50% {
    background-color: #b6daf2; }
  100% {
    background-color: #3498DB; } }
@keyframes pulsate-opacity {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }
@keyframes pulsate-login {
  0% {
    background-color: #3498DB; }
  50% {
    background-color: #2383c4; }
  100% {
    background-color: #3498DB; } }
@keyframes pulsate-bg {
  0% {
    background-color: #a0cfee; }
  50% {
    background-color: #cce5f6; }
  100% {
    background-color: #a0cfee; } }
@keyframes dragover {
  0% {
    border-color: #b6daf2; }
  50% {
    border-color: #3498DB; }
  100% {
    border-color: #b6daf2; } }
@keyframes pulsate-text {
  0% {
    color: #999999; }
  50% {
    color: #DDDDDD; }
  100% {
    color: #999999; } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes floating {
  0% {
    transform: translate(0%, 0%); }
  25% {
    transform: translate(5%, 15%); }
  50% {
    transform: translate(10%, 5%); }
  75% {
    transform: translate(0%, 15%); }
  100% {
    transform: translate(0%, 0%); } }
@keyframes progress-bar {
  0% {
    width: 0%; }
  20% {
    width: 80%; }
  40% {
    width: 85%; }
  60% {
    width: 88%; }
  80% {
    width: 90%; }
  100% {
    width: 92%; } }
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

::selection {
  background: #e1f0fa; }

::-moz-selection {
  background: #e1f0fa; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

::-webkit-input-placeholder {
  color: #CCCCCC; }

::-moz-placeholder {
  color: #CCCCCC; }

:-ms-input-placeholder {
  color: #CCCCCC; }

:-moz-placeholder {
  color: #CCCCCC; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

*:focus {
  outline: 0; }

html, body {
  margin: 0;
  background-color: #FFFFFF;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%; }
  html.right-sidebar-open .right-sidebar, html.right-sidebar-open-wide .right-sidebar, body.right-sidebar-open .right-sidebar, body.right-sidebar-open-wide .right-sidebar {
    right: 0; }
  html.right-sidebar-open table .right-sidebar-toggle .material-icons, html.right-sidebar-open-wide table .right-sidebar-toggle .material-icons, body.right-sidebar-open table .right-sidebar-toggle .material-icons, body.right-sidebar-open-wide table .right-sidebar-toggle .material-icons {
    opacity: 0; }
  html.right-sidebar-open .page .page-container .main-container, body.right-sidebar-open .page .page-container .main-container {
    margin-right: 200px; }
  html.right-sidebar-open-wide .page .page-container .main-container, body.right-sidebar-open-wide .page .page-container .main-container {
    margin-right: 360px; }

a {
  color: inherit;
  text-decoration: none; }
  a.hover-color {
    -webkit-transition: color 200ms ease-in-out 0ms;
    -moz-transition: color 200ms ease-in-out 0ms;
    -o-transition: color 200ms ease-in-out 0ms;
    -ms-transition: color 200ms ease-in-out 0ms;
    transition: color 200ms ease-in-out 0ms; }
    a.hover-color.active, a.hover-color:hover {
      color: #3498DB; }
  a.primary {
    color: #3498DB; }

table {
  font-size: inherit; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1 {
  font-size: 30px;
  font-weight: 300;
  color: #666666; }

h2 {
  max-width: 300px;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  text-transform: uppercase; }

h3 {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999; }

h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-style: italic;
  color: #AAAAAA; }

h6 {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  font-style: italic;
  color: #AAAAAA; }

hr {
  border: 0;
  border-bottom: 1px solid #DDDDDD; }

textarea,
input {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 12px;
  font-size: 13px;
  font-weight: 400;
  outline: none;
  height: 40px;
  width: 100%;
  max-width: 600px;
  background-color: #FFFFFF;
  color: #666666;
  border: 1px solid #CCCCCC; }
  textarea:hover,
  input:hover {
    border-color: #999999; }
  textarea:focus,
  input:focus {
    border-color: #FFFFFF;
    color: #333333;
    -webkit-box-shadow: 0px 0px 0px 2px #3498DB;
    -moz-box-shadow: 0px 0px 0px 2px #3498DB;
    box-shadow: 0px 0px 0px 2px #3498DB; }
  textarea[readonly], textarea:disabled,
  input[readonly],
  input:disabled {
    border-color: #EEEEEE;
    cursor: not-allowed;
    color: #999999; }
    textarea[readonly]:focus, textarea[readonly]:hover, textarea:disabled:focus, textarea:disabled:hover,
    input[readonly]:focus,
    input[readonly]:hover,
    input:disabled:focus,
    input:disabled:hover {
      cursor: not-allowed;
      border-color: #EEEEEE;
      color: #999999;
      -webkit-box-shadow: 0px 0px 0px 0px transparent;
      -moz-box-shadow: 0px 0px 0px 0px transparent;
      box-shadow: 0px 0px 0px 0px transparent; }

.checkbox-container,
.radio-container {
  margin-right: 40px;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer; }
  .checkbox-container input[type="checkbox"],
  .checkbox-container input[type="radio"],
  .radio-container input[type="checkbox"],
  .radio-container input[type="radio"] {
    margin-right: 4px;
    margin-top: -1px;
    vertical-align: middle;
    height: auto;
    cursor: pointer; }
    .checkbox-container input[type="checkbox"]:focus,
    .checkbox-container input[type="radio"]:focus,
    .radio-container input[type="checkbox"]:focus,
    .radio-container input[type="radio"]:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .checkbox-container input[type="checkbox"]:checked + label,
    .checkbox-container input[type="radio"]:checked + label,
    .radio-container input[type="checkbox"]:checked + label,
    .radio-container input[type="radio"]:checked + label {
      font-weight: 700;
      color: #3498DB; }
  .checkbox-container label,
  .radio-container label {
    cursor: pointer; }

select {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #666666;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  display: block;
  padding: 11px;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  select:hover {
    border-color: #999999; }
  select:focus {
    border-color: #FFFFFF;
    color: #333333;
    -webkit-box-shadow: 0px 0px 0px 2px #3498DB;
    -moz-box-shadow: 0px 0px 0px 2px #3498DB;
    box-shadow: 0px 0px 0px 2px #3498DB; }
  select[readonly], select:disabled {
    border-color: #EEEEEE;
    cursor: not-allowed;
    color: #999999; }
    select[readonly]:focus, select[readonly]:hover, select:disabled:focus, select:disabled:hover {
      cursor: not-allowed;
      border-color: #EEEEEE;
      color: #999999;
      -webkit-box-shadow: 0px 0px 0px 0px transparent;
      -moz-box-shadow: 0px 0px 0px 0px transparent;
      box-shadow: 0px 0px 0px 0px transparent; }

ul {
  margin: 0;
  padding: 0; }

.noty_box .noty_message .noty_text {
  display: block; }
.noty_box .noty_message hr {
  margin: 16px 0;
  opacity: 0.5; }
.noty_box .noty_message ul {
  margin-left: 16px; }

.loading {
  -webkit-transition: opacity 200ms ease-in-out 0ms;
  -moz-transition: opacity 200ms ease-in-out 0ms;
  -o-transition: opacity 200ms ease-in-out 0ms;
  -ms-transition: opacity 200ms ease-in-out 0ms;
  transition: opacity 200ms ease-in-out 0ms;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  text-align: center; }
  .loading.blocking {
    z-index: 999;
    opacity: 1;
    background-color: rgba(238, 238, 238, 0.5); }
  .loading.fading {
    opacity: 1;
    background-color: #eeeeee; }
  .loading .loading-container {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    bottom: 68px;
    left: 50%;
    width: 200px;
    height: 4px;
    margin-left: -100px;
    background-color: #FFFFFF;
    overflow: hidden; }
    .loading .loading-container:before {
      transform: translateZ(0);
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      will-change: transform;
      display: block;
      position: absolute;
      content: "";
      left: -200px;
      width: 200px;
      height: 4px;
      background-color: #3498DB;
      animation: loading 2s linear infinite; }
@keyframes loading {
  from {
    left: -200px;
    width: 30%; }
  50% {
    width: 30%; }
  70% {
    width: 70%; }
  80% {
    left: 50%; }
  95% {
    left: 120%; }
  to {
    left: 100%; } }
    .loading .loading-container .loading-bar {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      animation: 20s ease-out 0s 1 progress-bar forwards;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0%;
      background-color: #3498DB; }
      .loading .loading-container .loading-bar.error {
        background-color: #E53935; }
  .loading .readout {
    position: absolute;
    bottom: 43px;
    width: 100%;
    color: #CCCCCC;
    text-align: center; }

.section-break {
  width: 80%;
  text-align: center;
  margin: 40px auto 40px; }
  .section-break h2 {
    display: inline-block;
    background-color: #f6f6f6;
    padding: 10px 20px 10px 20px; }
  .section-break hr {
    margin-top: -21px; }

.select-container {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .select-container select {
    height: 40px;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .select-container .select-arrow {
    position: absolute;
    top: 8px;
    right: 4px;
    color: #999999;
    background-color: #ffffff;
    pointer-events: none; }

.material-icon-block, .custom-checkbox input[type="checkbox"] + label span:before,
.custom-checkbox input[type="radio"] + label span:before,
input[type="checkbox"].custom-checkbox + label span:before,
input[type="radio"].custom-checkbox + label span:before {
  cursor: inherit;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'; }
  .material-icon-block.vertical-middle, .custom-checkbox input[type="checkbox"] + label span.vertical-middle:before,
  .custom-checkbox input[type="radio"] + label span.vertical-middle:before,
  input[type="checkbox"].custom-checkbox + label span.vertical-middle:before,
  input[type="radio"].custom-checkbox + label span.vertical-middle:before {
    vertical-align: middle; }

.align-icon-text .material-icons {
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -4px; }

.serious-text {
  color: #E53935; }

.important-text {
  color: #FF9800; }

.primary-text {
  color: #3498DB; }

.light-text {
  color: #CCCCCC; }

.hidden {
  display: none; }

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

button {
  border: none;
  outline: none;
  background-color: initial; }

a.text-button {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  color: #3498DB;
  cursor: pointer; }
  a.text-button:hover {
    background-color: #2383c4; }

.button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  background-color: #3498DB;
  padding: 12px 20px;
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  height: 40px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center; }
  .button:focus {
    box-shadow: 0 0 0 2px, 0 0 8px 4px rgba(52, 152, 219, 0.2);
    background-color: #2383c4; }
  .button:hover {
    background-color: #2383c4; }
  .button.outline {
    color: #3498DB;
    background-color: #FFFFFF;
    border: 2px #3498DB solid; }
    .button.outline:hover {
      color: #999999;
      border-color: #999999; }
  .button.disabled {
    background-color: #DDDDDD;
    color: #999999;
    cursor: not-allowed; }
  .button.subdued {
    background-color: #EEEEEE;
    color: #999999; }
    .button.subdued:hover {
      color: #3498DB; }
  .button .material-icons {
    vertical-align: middle;
    margin-top: -4px;
    margin-left: -2px;
    padding-right: 4px; }

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"],
input[type="checkbox"].custom-checkbox,
input[type="radio"].custom-checkbox {
  display: none; }
  .custom-checkbox input[type="checkbox"] + label,
  .custom-checkbox input[type="radio"] + label,
  input[type="checkbox"].custom-checkbox + label,
  input[type="radio"].custom-checkbox + label {
    cursor: pointer;
    display: block;
    margin-bottom: -3px; }
    .custom-checkbox input[type="checkbox"] + label span:before,
    .custom-checkbox input[type="radio"] + label span:before,
    input[type="checkbox"].custom-checkbox + label span:before,
    input[type="radio"].custom-checkbox + label span:before {
      content: "check_box_outline_blank"; }
    .custom-checkbox input[type="checkbox"] + label span,
    .custom-checkbox input[type="radio"] + label span,
    input[type="checkbox"].custom-checkbox + label span,
    input[type="radio"].custom-checkbox + label span {
      -webkit-transition: color 200ms ease-in-out 0ms;
      -moz-transition: color 200ms ease-in-out 0ms;
      -o-transition: color 200ms ease-in-out 0ms;
      -ms-transition: color 200ms ease-in-out 0ms;
      transition: color 200ms ease-in-out 0ms;
      vertical-align: middle;
      display: inline-block;
      color: #999999; }
      .custom-checkbox input[type="checkbox"] + label span:hover,
      .custom-checkbox input[type="radio"] + label span:hover,
      input[type="checkbox"].custom-checkbox + label span:hover,
      input[type="radio"].custom-checkbox + label span:hover {
        color: #3498DB; }
  .custom-checkbox input[type="checkbox"]:checked + label span:before,
  .custom-checkbox input[type="radio"]:checked + label span:before,
  input[type="checkbox"].custom-checkbox:checked + label span:before,
  input[type="radio"].custom-checkbox:checked + label span:before {
    content: "check_box";
    color: #3498DB; }
  .custom-checkbox input[type="checkbox"]:checked + label span:hover,
  .custom-checkbox input[type="radio"]:checked + label span:hover,
  input[type="checkbox"].custom-checkbox:checked + label span:hover,
  input[type="radio"].custom-checkbox:checked + label span:hover {
    color: #333333; }
  .custom-checkbox input[type="checkbox"]:checked:disabled + label span:before, .custom-checkbox input[type="checkbox"]:disabled + label span:before,
  .custom-checkbox input[type="radio"]:checked:disabled + label span:before,
  .custom-checkbox input[type="radio"]:disabled + label span:before,
  input[type="checkbox"].custom-checkbox:checked:disabled + label span:before,
  input[type="checkbox"].custom-checkbox:disabled + label span:before,
  input[type="radio"].custom-checkbox:checked:disabled + label span:before,
  input[type="radio"].custom-checkbox:disabled + label span:before {
    cursor: inherit;
    color: #CCCCCC; }
    .custom-checkbox input[type="checkbox"]:checked:disabled + label span:before:hover, .custom-checkbox input[type="checkbox"]:disabled + label span:before:hover,
    .custom-checkbox input[type="radio"]:checked:disabled + label span:before:hover,
    .custom-checkbox input[type="radio"]:disabled + label span:before:hover,
    input[type="checkbox"].custom-checkbox:checked:disabled + label span:before:hover,
    input[type="checkbox"].custom-checkbox:disabled + label span:before:hover,
    input[type="radio"].custom-checkbox:checked:disabled + label span:before:hover,
    input[type="radio"].custom-checkbox:disabled + label span:before:hover {
      color: #CCCCCC; }
  .custom-checkbox input[type="checkbox"].permission-toggle + label span,
  .custom-checkbox input[type="radio"].permission-toggle + label span,
  input[type="checkbox"].custom-checkbox.permission-toggle + label span,
  input[type="radio"].custom-checkbox.permission-toggle + label span {
    color: #E53935; }
  .custom-checkbox input[type="checkbox"].permission-toggle.partial:checked + label span:before,
  .custom-checkbox input[type="radio"].permission-toggle.partial:checked + label span:before,
  input[type="checkbox"].custom-checkbox.permission-toggle.partial:checked + label span:before,
  input[type="radio"].custom-checkbox.permission-toggle.partial:checked + label span:before {
    content: "indeterminate_check_box";
    color: #FF9800; }

.pad-10 {
  padding: 10px; }

.pad-t-10 {
  padding-top: 10px; }

.pad-b-10 {
  padding-bottom: 10px; }

.pad-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pad-20 {
  padding: 20px; }

.pad-t-20 {
  padding-top: 20px; }

.pad-b-20 {
  padding-bottom: 20px; }

.pad-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad-30 {
  padding: 30px; }

.pad-t-30 {
  padding-top: 30px; }

.pad-b-30 {
  padding-bottom: 30px; }

.pad-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pad-40 {
  padding: 40px; }

.pad-t-40 {
  padding-top: 40px; }

.pad-b-40 {
  padding-bottom: 40px; }

.pad-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pad-50 {
  padding: 50px; }

.pad-t-50 {
  padding-top: 50px; }

.pad-b-50 {
  padding-bottom: 50px; }

.pad-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.pad-60 {
  padding: 60px; }

.pad-t-60 {
  padding-top: 60px; }

.pad-b-60 {
  padding-bottom: 60px; }

.pad-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.pad-70 {
  padding: 70px; }

.pad-t-70 {
  padding-top: 70px; }

.pad-b-70 {
  padding-bottom: 70px; }

.pad-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.pad-80 {
  padding: 80px; }

.pad-t-80 {
  padding-top: 80px; }

.pad-b-80 {
  padding-bottom: 80px; }

.pad-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.pad-90 {
  padding: 90px; }

.pad-t-90 {
  padding-top: 90px; }

.pad-b-90 {
  padding-bottom: 90px; }

.pad-tb-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.pad-100 {
  padding: 100px; }

.pad-t-100 {
  padding-top: 100px; }

.pad-b-100 {
  padding-bottom: 100px; }

.pad-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.pad-110 {
  padding: 110px; }

.pad-t-110 {
  padding-top: 110px; }

.pad-b-110 {
  padding-bottom: 110px; }

.pad-tb-110 {
  padding-top: 110px;
  padding-bottom: 110px; }

.pad-120 {
  padding: 120px; }

.pad-t-120 {
  padding-top: 120px; }

.pad-b-120 {
  padding-bottom: 120px; }

.pad-tb-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.pad-130 {
  padding: 130px; }

.pad-t-130 {
  padding-top: 130px; }

.pad-b-130 {
  padding-bottom: 130px; }

.pad-tb-130 {
  padding-top: 130px;
  padding-bottom: 130px; }

.pad-140 {
  padding: 140px; }

.pad-t-140 {
  padding-top: 140px; }

.pad-b-140 {
  padding-bottom: 140px; }

.pad-tb-140 {
  padding-top: 140px;
  padding-bottom: 140px; }

.pad-150 {
  padding: 150px; }

.pad-t-150 {
  padding-top: 150px; }

.pad-b-150 {
  padding-bottom: 150px; }

.pad-tb-150 {
  padding-top: 150px;
  padding-bottom: 150px; }

.pad-160 {
  padding: 160px; }

.pad-t-160 {
  padding-top: 160px; }

.pad-b-160 {
  padding-bottom: 160px; }

.pad-tb-160 {
  padding-top: 160px;
  padding-bottom: 160px; }

.pad-170 {
  padding: 170px; }

.pad-t-170 {
  padding-top: 170px; }

.pad-b-170 {
  padding-bottom: 170px; }

.pad-tb-170 {
  padding-top: 170px;
  padding-bottom: 170px; }

.pad-180 {
  padding: 180px; }

.pad-t-180 {
  padding-top: 180px; }

.pad-b-180 {
  padding-bottom: 180px; }

.pad-tb-180 {
  padding-top: 180px;
  padding-bottom: 180px; }

.pad-190 {
  padding: 190px; }

.pad-t-190 {
  padding-top: 190px; }

.pad-b-190 {
  padding-bottom: 190px; }

.pad-tb-190 {
  padding-top: 190px;
  padding-bottom: 190px; }

.pad-200 {
  padding: 200px; }

.pad-t-200 {
  padding-top: 200px; }

.pad-b-200 {
  padding-bottom: 200px; }

.pad-tb-200 {
  padding-top: 200px;
  padding-bottom: 200px; }

.pad-210 {
  padding: 210px; }

.pad-t-210 {
  padding-top: 210px; }

.pad-b-210 {
  padding-bottom: 210px; }

.pad-tb-210 {
  padding-top: 210px;
  padding-bottom: 210px; }

.pad-220 {
  padding: 220px; }

.pad-t-220 {
  padding-top: 220px; }

.pad-b-220 {
  padding-bottom: 220px; }

.pad-tb-220 {
  padding-top: 220px;
  padding-bottom: 220px; }

.pad-230 {
  padding: 230px; }

.pad-t-230 {
  padding-top: 230px; }

.pad-b-230 {
  padding-bottom: 230px; }

.pad-tb-230 {
  padding-top: 230px;
  padding-bottom: 230px; }

.pad-240 {
  padding: 240px; }

.pad-t-240 {
  padding-top: 240px; }

.pad-b-240 {
  padding-bottom: 240px; }

.pad-tb-240 {
  padding-top: 240px;
  padding-bottom: 240px; }

.pad-250 {
  padding: 250px; }

.pad-t-250 {
  padding-top: 250px; }

.pad-b-250 {
  padding-bottom: 250px; }

.pad-tb-250 {
  padding-top: 250px;
  padding-bottom: 250px; }

.margin-10 {
  margin: 10px; }

.margin-t-10 {
  margin-top: 10px; }

.margin-r-10 {
  margin-right: 10px; }

.margin-b-10 {
  margin-bottom: 10px; }

.margin-l-10 {
  margin-left: 10px; }

.margin-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.margin-20 {
  margin: 20px; }

.margin-t-20 {
  margin-top: 20px; }

.margin-r-20 {
  margin-right: 20px; }

.margin-b-20 {
  margin-bottom: 20px; }

.margin-l-20 {
  margin-left: 20px; }

.margin-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.margin-30 {
  margin: 30px; }

.margin-t-30 {
  margin-top: 30px; }

.margin-r-30 {
  margin-right: 30px; }

.margin-b-30 {
  margin-bottom: 30px; }

.margin-l-30 {
  margin-left: 30px; }

.margin-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.margin-40 {
  margin: 40px; }

.margin-t-40 {
  margin-top: 40px; }

.margin-r-40 {
  margin-right: 40px; }

.margin-b-40 {
  margin-bottom: 40px; }

.margin-l-40 {
  margin-left: 40px; }

.margin-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.margin-50 {
  margin: 50px; }

.margin-t-50 {
  margin-top: 50px; }

.margin-r-50 {
  margin-right: 50px; }

.margin-b-50 {
  margin-bottom: 50px; }

.margin-l-50 {
  margin-left: 50px; }

.margin-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.margin-60 {
  margin: 60px; }

.margin-t-60 {
  margin-top: 60px; }

.margin-r-60 {
  margin-right: 60px; }

.margin-b-60 {
  margin-bottom: 60px; }

.margin-l-60 {
  margin-left: 60px; }

.margin-tb-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.margin-70 {
  margin: 70px; }

.margin-t-70 {
  margin-top: 70px; }

.margin-r-70 {
  margin-right: 70px; }

.margin-b-70 {
  margin-bottom: 70px; }

.margin-l-70 {
  margin-left: 70px; }

.margin-tb-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.margin-80 {
  margin: 80px; }

.margin-t-80 {
  margin-top: 80px; }

.margin-r-80 {
  margin-right: 80px; }

.margin-b-80 {
  margin-bottom: 80px; }

.margin-l-80 {
  margin-left: 80px; }

.margin-tb-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.margin-90 {
  margin: 90px; }

.margin-t-90 {
  margin-top: 90px; }

.margin-r-90 {
  margin-right: 90px; }

.margin-b-90 {
  margin-bottom: 90px; }

.margin-l-90 {
  margin-left: 90px; }

.margin-tb-90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.margin-100 {
  margin: 100px; }

.margin-t-100 {
  margin-top: 100px; }

.margin-r-100 {
  margin-right: 100px; }

.margin-b-100 {
  margin-bottom: 100px; }

.margin-l-100 {
  margin-left: 100px; }

.margin-tb-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.margin-110 {
  margin: 110px; }

.margin-t-110 {
  margin-top: 110px; }

.margin-r-110 {
  margin-right: 110px; }

.margin-b-110 {
  margin-bottom: 110px; }

.margin-l-110 {
  margin-left: 110px; }

.margin-tb-110 {
  margin-top: 110px;
  margin-bottom: 110px; }

.margin-120 {
  margin: 120px; }

.margin-t-120 {
  margin-top: 120px; }

.margin-r-120 {
  margin-right: 120px; }

.margin-b-120 {
  margin-bottom: 120px; }

.margin-l-120 {
  margin-left: 120px; }

.margin-tb-120 {
  margin-top: 120px;
  margin-bottom: 120px; }

.margin-130 {
  margin: 130px; }

.margin-t-130 {
  margin-top: 130px; }

.margin-r-130 {
  margin-right: 130px; }

.margin-b-130 {
  margin-bottom: 130px; }

.margin-l-130 {
  margin-left: 130px; }

.margin-tb-130 {
  margin-top: 130px;
  margin-bottom: 130px; }

.margin-140 {
  margin: 140px; }

.margin-t-140 {
  margin-top: 140px; }

.margin-r-140 {
  margin-right: 140px; }

.margin-b-140 {
  margin-bottom: 140px; }

.margin-l-140 {
  margin-left: 140px; }

.margin-tb-140 {
  margin-top: 140px;
  margin-bottom: 140px; }

.margin-150 {
  margin: 150px; }

.margin-t-150 {
  margin-top: 150px; }

.margin-r-150 {
  margin-right: 150px; }

.margin-b-150 {
  margin-bottom: 150px; }

.margin-l-150 {
  margin-left: 150px; }

.margin-tb-150 {
  margin-top: 150px;
  margin-bottom: 150px; }

.margin-160 {
  margin: 160px; }

.margin-t-160 {
  margin-top: 160px; }

.margin-r-160 {
  margin-right: 160px; }

.margin-b-160 {
  margin-bottom: 160px; }

.margin-l-160 {
  margin-left: 160px; }

.margin-tb-160 {
  margin-top: 160px;
  margin-bottom: 160px; }

.margin-170 {
  margin: 170px; }

.margin-t-170 {
  margin-top: 170px; }

.margin-r-170 {
  margin-right: 170px; }

.margin-b-170 {
  margin-bottom: 170px; }

.margin-l-170 {
  margin-left: 170px; }

.margin-tb-170 {
  margin-top: 170px;
  margin-bottom: 170px; }

.margin-180 {
  margin: 180px; }

.margin-t-180 {
  margin-top: 180px; }

.margin-r-180 {
  margin-right: 180px; }

.margin-b-180 {
  margin-bottom: 180px; }

.margin-l-180 {
  margin-left: 180px; }

.margin-tb-180 {
  margin-top: 180px;
  margin-bottom: 180px; }

.margin-190 {
  margin: 190px; }

.margin-t-190 {
  margin-top: 190px; }

.margin-r-190 {
  margin-right: 190px; }

.margin-b-190 {
  margin-bottom: 190px; }

.margin-l-190 {
  margin-left: 190px; }

.margin-tb-190 {
  margin-top: 190px;
  margin-bottom: 190px; }

.margin-200 {
  margin: 200px; }

.margin-t-200 {
  margin-top: 200px; }

.margin-r-200 {
  margin-right: 200px; }

.margin-b-200 {
  margin-bottom: 200px; }

.margin-l-200 {
  margin-left: 200px; }

.margin-tb-200 {
  margin-top: 200px;
  margin-bottom: 200px; }

.margin-210 {
  margin: 210px; }

.margin-t-210 {
  margin-top: 210px; }

.margin-r-210 {
  margin-right: 210px; }

.margin-b-210 {
  margin-bottom: 210px; }

.margin-l-210 {
  margin-left: 210px; }

.margin-tb-210 {
  margin-top: 210px;
  margin-bottom: 210px; }

.margin-220 {
  margin: 220px; }

.margin-t-220 {
  margin-top: 220px; }

.margin-r-220 {
  margin-right: 220px; }

.margin-b-220 {
  margin-bottom: 220px; }

.margin-l-220 {
  margin-left: 220px; }

.margin-tb-220 {
  margin-top: 220px;
  margin-bottom: 220px; }

.margin-230 {
  margin: 230px; }

.margin-t-230 {
  margin-top: 230px; }

.margin-r-230 {
  margin-right: 230px; }

.margin-b-230 {
  margin-bottom: 230px; }

.margin-l-230 {
  margin-left: 230px; }

.margin-tb-230 {
  margin-top: 230px;
  margin-bottom: 230px; }

.margin-240 {
  margin: 240px; }

.margin-t-240 {
  margin-top: 240px; }

.margin-r-240 {
  margin-right: 240px; }

.margin-b-240 {
  margin-bottom: 240px; }

.margin-l-240 {
  margin-left: 240px; }

.margin-tb-240 {
  margin-top: 240px;
  margin-bottom: 240px; }

.margin-250 {
  margin: 250px; }

.margin-t-250 {
  margin-top: 250px; }

.margin-r-250 {
  margin-right: 250px; }

.margin-b-250 {
  margin-bottom: 250px; }

.margin-l-250 {
  margin-left: 250px; }

.margin-tb-250 {
  margin-top: 250px;
  margin-bottom: 250px; }

.width-10 {
  width: 10%; }

.width-20 {
  width: 20%; }

.width-30 {
  width: 30%; }

.width-40 {
  width: 40%; }

.width-50 {
  width: 50%; }

.width-60 {
  width: 60%; }

.width-70 {
  width: 70%; }

.width-80 {
  width: 80%; }

.width-90 {
  width: 90%; }

.width-100 {
  width: 100%; }

.max-width-50 {
  max-width: 50px; }

.max-width-100 {
  max-width: 100px; }

.max-width-150 {
  max-width: 150px; }

.max-width-200 {
  max-width: 200px; }

.max-width-250 {
  max-width: 250px; }

.max-width-300 {
  max-width: 300px; }

.max-width-350 {
  max-width: 350px; }

.max-width-400 {
  max-width: 400px; }

.max-width-450 {
  max-width: 450px; }

.max-width-500 {
  max-width: 500px; }

.max-width-550 {
  max-width: 550px; }

.max-width-600 {
  max-width: 600px; }

.max-width-650 {
  max-width: 650px; }

.max-width-700 {
  max-width: 700px; }

.max-width-750 {
  max-width: 750px; }

.max-width-800 {
  max-width: 800px; }

table {
  -webkit-transition: width 200ms ease-in-out 0ms;
  -moz-transition: width 200ms ease-in-out 0ms;
  -o-transition: width 200ms ease-in-out 0ms;
  -ms-transition: width 200ms ease-in-out 0ms;
  transition: width 200ms ease-in-out 0ms;
  width: 100%; }
  table thead {
    background-color: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    color: #999999;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    height: 50px; }
    table thead tr th {
      -webkit-transition: width 200ms ease-in-out 0ms;
      -moz-transition: width 200ms ease-in-out 0ms;
      -o-transition: width 200ms ease-in-out 0ms;
      -ms-transition: width 200ms ease-in-out 0ms;
      transition: width 200ms ease-in-out 0ms;
      padding: 10px 4px 8px 4px;
      height: 50px;
      cursor: default; }
      table thead tr th.right-sidebar-toggle {
        -webkit-transition: color 200ms ease-in-out 0ms;
        -moz-transition: color 200ms ease-in-out 0ms;
        -o-transition: color 200ms ease-in-out 0ms;
        -ms-transition: color 200ms ease-in-out 0ms;
        transition: color 200ms ease-in-out 0ms;
        white-space: nowrap;
        text-align: right;
        padding-right: 10px; }
      table thead tr th .order-direction {
        font-size: 12px;
        vertical-align: middle;
        margin-top: -2px;
        color: #CCCCCC; }
      table thead tr th.reorder {
        -webkit-transition: color 200ms ease-in-out 0ms;
        -moz-transition: color 200ms ease-in-out 0ms;
        -o-transition: color 200ms ease-in-out 0ms;
        -ms-transition: color 200ms ease-in-out 0ms;
        transition: color 200ms ease-in-out 0ms;
        cursor: pointer; }
        table thead tr th.reorder.active, table thead tr th.reorder:hover {
          color: #3498DB; }
      table thead tr th.visible .material-icons, table thead tr th.required .material-icons {
        font-size: 20px; }
  table tbody {
    color: #333333;
    background-color: #FFFFFF; }
    table tbody tr.selected td {
      background-color: #f7fbfe; }
    table tbody tr.gu-mirror {
      background-color: #FFFFFF;
      border-bottom: 1px solid #EEEEEE;
      border-top: 1px solid #EEEEEE; }
      table tbody tr.gu-mirror td.reorder .reorder-handle {
        color: #3498DB; }
    table tbody tr.not-managed td {
      color: #CCCCCC; }
    table tbody tr.not-published td {
      color: #CCCCCC; }
      table tbody tr.not-published td .photo-stack {
        opacity: 0.6; }
    table tbody tr.administrator-group, table tbody tr.public-group {
      color: #999999; }
    table tbody tr.required-on td.required .material-icons {
      color: #3498DB; }
    table tbody tr.visibility-off td {
      color: #CCCCCC; }
      table tbody tr.visibility-off td.visible:hover .material-icons {
        color: #FF9800; }
      table tbody tr.visibility-off td.visible .material-icons {
        color: #FF9800; }
      table tbody tr.visibility-off td.required:hover .material-icons {
        color: #EEEEEE; }
      table tbody tr.visibility-off td.required .material-icons {
        color: #EEEEEE;
        cursor: not-allowed; }
    table tbody tr.workflow-enabled td.permissions-workflow {
      color: #3498DB; }
    table tbody tr.workflow-enabled td.permissions-status {
      color: #999999; }
    table tbody tr.workflow-enabled td .workflow {
      display: block; }
    table tbody tr.workflow-enabled td .global {
      display: none; }
    table tbody tr td {
      -webkit-transition: padding 200ms ease-in-out 0ms;
      -moz-transition: padding 200ms ease-in-out 0ms;
      -o-transition: padding 200ms ease-in-out 0ms;
      -ms-transition: padding 200ms ease-in-out 0ms;
      transition: padding 200ms ease-in-out 0ms;
      min-width: 100px;
      height: 40px;
      padding-left: 4px;
      padding-right: 14px; }
      table tbody tr td.static-numbers {
        font-size: 10px;
        color: #999999;
        width: 30px;
        min-width: 30px;
        padding-right: 0;
        text-align: center; }
      table tbody tr td.reorder {
        white-space: nowrap;
        width: 30px;
        min-width: 30px;
        padding-right: 0;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        table tbody tr td.reorder .reorder-handle {
          -webkit-transition: color 200ms ease-in-out 0ms;
          -moz-transition: color 200ms ease-in-out 0ms;
          -o-transition: color 200ms ease-in-out 0ms;
          -ms-transition: color 200ms ease-in-out 0ms;
          transition: color 200ms ease-in-out 0ms;
          color: #EEEEEE;
          cursor: not-allowed; }
      table tbody tr td.status {
        white-space: nowrap;
        width: 30px;
        min-width: 30px;
        padding-right: 8px; }
      table tbody tr td.required {
        color: #CCCCCC;
        white-space: nowrap;
        width: 30px;
        min-width: auto; }
        table tbody tr td.required:hover .material-icons {
          color: #3498DB; }
        table tbody tr td.required .material-icons {
          -webkit-transition: color 200ms ease-in-out 0ms;
          -moz-transition: color 200ms ease-in-out 0ms;
          -o-transition: color 200ms ease-in-out 0ms;
          -ms-transition: color 200ms ease-in-out 0ms;
          transition: color 200ms ease-in-out 0ms;
          font-size: 20px; }
      table tbody tr td.visible {
        color: #CCCCCC;
        white-space: nowrap;
        width: 30px;
        min-width: auto; }
        table tbody tr td.visible:hover .material-icons {
          color: #3498DB; }
        table tbody tr td.visible .material-icons {
          -webkit-transition: color 200ms ease-in-out 0ms;
          -moz-transition: color 200ms ease-in-out 0ms;
          -o-transition: color 200ms ease-in-out 0ms;
          -ms-transition: color 200ms ease-in-out 0ms;
          transition: color 200ms ease-in-out 0ms;
          font-size: 20px; }
      table tbody tr td.column-name:hover {
        color: #3498DB; }
      table tbody tr td.user-interface {
        -webkit-transition: color 200ms ease-in-out 0ms;
        -moz-transition: color 200ms ease-in-out 0ms;
        -o-transition: color 200ms ease-in-out 0ms;
        -ms-transition: color 200ms ease-in-out 0ms;
        transition: color 200ms ease-in-out 0ms; }
        table tbody tr td.user-interface:hover {
          color: #3498DB; }
        table tbody tr td.user-interface .missing-options {
          font-size: 20px;
          vertical-align: middle;
          line-height: 10px;
          margin-left: 6px;
          margin-top: -4px;
          color: #FF9800; }
      table tbody tr td.relationship {
        -webkit-transition: color 200ms ease-in-out 0ms;
        -moz-transition: color 200ms ease-in-out 0ms;
        -o-transition: color 200ms ease-in-out 0ms;
        -ms-transition: color 200ms ease-in-out 0ms;
        transition: color 200ms ease-in-out 0ms; }
        table tbody tr td.relationship:hover {
          color: #3498DB; }
        table tbody tr td.relationship.not-allowed {
          cursor: not-allowed; }
          table tbody tr td.relationship.not-allowed:hover {
            color: #CCCCCC; }
        table tbody tr td.relationship .table-name {
          color: #999999; }
      table tbody tr td.default-value {
        -webkit-transition: color 200ms ease-in-out 0ms;
        -moz-transition: color 200ms ease-in-out 0ms;
        -o-transition: color 200ms ease-in-out 0ms;
        -ms-transition: color 200ms ease-in-out 0ms;
        transition: color 200ms ease-in-out 0ms; }
        table tbody tr td.default-value:hover {
          color: #3498DB; }
          table tbody tr td.default-value:hover .no-value {
            color: #3498DB; }
      table tbody tr td.comment {
        -webkit-transition: color 200ms ease-in-out 0ms;
        -moz-transition: color 200ms ease-in-out 0ms;
        -o-transition: color 200ms ease-in-out 0ms;
        -ms-transition: color 200ms ease-in-out 0ms;
        transition: color 200ms ease-in-out 0ms;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 300px; }
        table tbody tr td.comment:hover {
          color: #3498DB; }
          table tbody tr td.comment:hover .no-value {
            color: #3498DB; }
      table tbody tr td.avatar {
        white-space: nowrap;
        width: 60px;
        min-width: auto; }
      table tbody tr td.bold {
        font-weight: 500; }
      table tbody tr td.system-table {
        color: #999999; }
      table tbody tr td.status-badges {
        text-align: right;
        white-space: nowrap;
        width: 1px;
        min-width: 38px; }
        table tbody tr td.status-badges .status-badge {
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          display: inline-block;
          padding: 6px 10px;
          margin-right: 6px;
          font-size: 10px;
          font-weight: 700;
          text-transform: uppercase;
          color: #999999;
          background-color: #EEEEEE; }
          table tbody tr td.status-badges .status-badge.online {
            background-color: #3498DB;
            color: #FFFFFF; }
      table tbody tr td.permissions-workflow {
        -webkit-transition: color 200ms ease-in-out 0ms;
        -moz-transition: color 200ms ease-in-out 0ms;
        -o-transition: color 200ms ease-in-out 0ms;
        -ms-transition: color 200ms ease-in-out 0ms;
        transition: color 200ms ease-in-out 0ms;
        width: 40px;
        min-width: auto;
        color: #CCCCCC;
        cursor: pointer; }
        table tbody tr td.permissions-workflow:hover {
          color: #3498DB; }
        table tbody tr td.permissions-workflow.disabled {
          color: #EEEEEE;
          cursor: not-allowed; }
          table tbody tr td.permissions-workflow.disabled:hover {
            color: #EEEEEE; }
      table tbody tr td.permissions-status {
        width: 60px;
        min-width: auto;
        color: #DDDDDD; }
      table tbody tr td.permissions-view {
        width: 40px;
        min-width: auto; }
      table tbody tr td.permissions-add {
        width: 40px;
        min-width: auto; }
      table tbody tr td.permissions-edit {
        width: 40px;
        min-width: auto; }
      table tbody tr td.permissions-delete {
        width: auto;
        min-width: 60px; }
      table tbody tr td.permissions-blacklist .choose-column-blacklist {
        -webkit-transition: color 200ms ease-in-out 0ms;
        -moz-transition: color 200ms ease-in-out 0ms;
        -o-transition: color 200ms ease-in-out 0ms;
        -ms-transition: color 200ms ease-in-out 0ms;
        transition: color 200ms ease-in-out 0ms;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
        color: #CCCCCC; }
        table tbody tr td.permissions-blacklist .choose-column-blacklist:hover {
          color: #666666; }
        table tbody tr td.permissions-blacklist .choose-column-blacklist.active {
          color: #E53935; }
      table tbody tr td.settings-tables-name {
        width: auto;
        min-width: 200px; }
      table tbody tr td.settings-tables-count {
        width: 100%; }
      table tbody tr td.settings-tables-manage {
        width: auto;
        min-width: 100px;
        text-align: right; }
        table tbody tr td.settings-tables-manage .add-table,
        table tbody tr td.settings-tables-manage .remove-table {
          -webkit-transition: all 200ms ease-in-out 0ms;
          -moz-transition: all 200ms ease-in-out 0ms;
          -o-transition: all 200ms ease-in-out 0ms;
          -ms-transition: all 200ms ease-in-out 0ms;
          transition: all 200ms ease-in-out 0ms;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          display: inline-block;
          background-color: #EEEEEE;
          color: #CCCCCC;
          padding: 6px 10px;
          margin-right: 6px;
          font-size: 10px;
          font-weight: 700;
          text-transform: uppercase; }
          table tbody tr td.settings-tables-manage .add-table:hover,
          table tbody tr td.settings-tables-manage .remove-table:hover {
            background-color: #E53935;
            color: #FFFFFF; }
        table tbody tr td.settings-tables-manage .add-table {
          background-color: #3498DB;
          color: #FFFFFF; }
          table tbody tr td.settings-tables-manage .add-table:hover {
            background-color: #217dbb; }
      table tbody tr td.text-abrev {
        white-space: nowrap;
        max-width: 300px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        padding-right: 30px; }
      table tbody tr td .workflow {
        display: none; }
        table tbody tr td .workflow .state {
          margin-top: 4px;
          height: 30px; }
          table tbody tr td .workflow .state.text-align {
            line-height: 26px; }
      table tbody tr td .no-value {
        -webkit-transition: color 200ms ease-in-out 0ms;
        -moz-transition: color 200ms ease-in-out 0ms;
        -o-transition: color 200ms ease-in-out 0ms;
        -ms-transition: color 200ms ease-in-out 0ms;
        transition: color 200ms ease-in-out 0ms;
        color: #CCCCCC; }
      table tbody tr td img {
        display: block;
        max-height: 40px;
        max-width: 40px;
        margin-top: 4px;
        margin-bottom: 4px; }
      table tbody tr td .search-term {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #e1f0fa;
        padding: 3px 1px 3px 1px;
        margin-left: -1px;
        margin-right: -1px;
        color: #258cd1; }
      table tbody tr td .tag-container {
        position: relative;
        display: inline-block;
        max-width: 300px;
        white-space: nowrap;
        overflow: hidden;
        margin-right: 10px; }
        table tbody tr td .tag-container .fade-out {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 260px;
          width: 40px;
          z-index: 2;
          background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
          background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
        table tbody tr td .tag-container .tag {
          -webkit-transition: all 200ms ease-in-out 0ms;
          -moz-transition: all 200ms ease-in-out 0ms;
          -o-transition: all 200ms ease-in-out 0ms;
          -ms-transition: all 200ms ease-in-out 0ms;
          transition: all 200ms ease-in-out 0ms;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          display: inline-block;
          padding: 4px;
          margin-right: 1px;
          margin-top: 4px;
          font-size: 10px;
          font-weight: 700;
          text-transform: uppercase;
          color: #999999;
          background-color: #EEEEEE; }
      table tbody tr td .interface-user .avatar {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
      table tbody tr td .interface-user .name {
        vertical-align: middle;
        font-weight: 500; }
      table tbody tr td .photo-stack {
        height: 27px;
        min-width: 110px; }
        table tbody tr td .photo-stack:hover img {
          margin-left: 2px;
          border-right: none; }
        table tbody tr td .photo-stack img {
          -webkit-transition: all 200ms ease-in-out 0ms;
          -moz-transition: all 200ms ease-in-out 0ms;
          -o-transition: all 200ms ease-in-out 0ms;
          -ms-transition: all 200ms ease-in-out 0ms;
          transition: all 200ms ease-in-out 0ms;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          display: inline-block;
          height: 100%;
          border-right: 2px solid #FFFFFF;
          margin-left: -16px;
          position: relative; }
          table tbody tr td .photo-stack img:nth-child(1) {
            z-index: 4;
            margin-left: 0; }
          table tbody tr td .photo-stack img:nth-child(2) {
            z-index: 3; }
          table tbody tr td .photo-stack img:nth-child(3) {
            z-index: 2; }
          table tbody tr td .photo-stack img:nth-child(4) {
            z-index: 1; }
  table tfoot {
    -webkit-transition: bottom 200ms ease-in-out 0ms;
    -moz-transition: bottom 200ms ease-in-out 0ms;
    -o-transition: bottom 200ms ease-in-out 0ms;
    -ms-transition: bottom 200ms ease-in-out 0ms;
    transition: bottom 200ms ease-in-out 0ms;
    position: fixed;
    bottom: -40px;
    left: 200px;
    right: 0;
    height: 40px;
    background-color: #f6f6f6; }
    table tfoot.footer-open {
      bottom: 0;
      z-index: 4; }
    table tfoot tr td {
      -webkit-transition: width 200ms ease-in-out 0ms;
      -moz-transition: width 200ms ease-in-out 0ms;
      -o-transition: width 200ms ease-in-out 0ms;
      -ms-transition: width 200ms ease-in-out 0ms;
      transition: width 200ms ease-in-out 0ms;
      color: #999999;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 12px 4px; }
      table tfoot tr td .choose-footer-metric {
        margin-top: 3px; }
        table tfoot tr td .choose-footer-metric select {
          background-color: transparent;
          border: none;
          padding: 0 30px 0 0;
          height: auto; }
          table tfoot tr td .choose-footer-metric select:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none; }
        table tfoot tr td .choose-footer-metric .select-arrow {
          background-color: transparent;
          top: -7px; }
  table.header-sortable thead tr th {
    cursor: pointer; }
    table.header-sortable thead tr th:hover .order-direction, table.header-sortable thead tr th:hover {
      color: #3498DB; }
  table.item-listing tbody tr td {
    white-space: nowrap;
    height: auto; }
  table.pad-first tfoot tr td:nth-child(1),
  table.pad-first thead tr th:nth-child(1),
  table.pad-first tbody tr td:nth-child(1) {
    padding-left: 20px; }
  table.pad-status tfoot tr td.status,
  table.pad-status thead tr th.status,
  table.pad-status tbody tr td.status {
    padding-left: 15px; }
  table.fixed-header {
    margin-top: 50px;
    margin-bottom: 40px; }
    table.fixed-header thead {
      position: fixed;
      top: 64px;
      left: 200px;
      right: 0;
      z-index: 4; }
  table.charted.fixed-header thead {
    top: 304px; }
  table.compact tbody tr td {
    padding-top: 2px;
    padding-bottom: 2px; }
  table.cozy tbody tr td {
    padding-top: 6px;
    padding-bottom: 6px; }
  table.comfortable tbody tr td {
    padding-top: 12px;
    padding-bottom: 12px; }
  table.striped tbody tr:nth-child(even) td {
    background-color: #fbfbfb; }
  table.lines tbody tr {
    border-bottom: 1px solid #EEEEEE; }
  table.clickable tbody tr td {
    cursor: pointer; }
  table.clickable tbody tr:hover td {
    background-color: #f7fbfe; }
    table.clickable tbody tr:hover td .tag-container .fade-out {
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f7fbfe 100%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f7fbfe 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f7fbfe 100%); }
  table.reorder-enabled tbody tr td.reorder .reorder-handle {
    color: #DDDDDD; }
    table.reorder-enabled tbody tr td.reorder .reorder-handle:hover {
      color: #999999; }

.items-chart {
  position: relative;
  height: 200px;
  background-color: #FFFFFF;
  padding: 40px 20px 20px 20px; }
  .items-chart .chart-title {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #CCCCCC;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 2; }
    .items-chart .chart-title:hover {
      color: #3498DB; }
      .items-chart .chart-title:hover .material-icons {
        color: #3498DB; }
    .items-chart .chart-title .material-icons {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      color: #CCCCCC;
      vertical-align: middle;
      margin-right: 4px; }
  .items-chart #chart {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.5;
  list-style: none; }

.gu-hide {
  display: none !important; }

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.gu-transit {
  background-color: #f7fbfe;
  animation: pulsate-text 2s ease-out;
  animation-iteration-count: infinite; }

.loading-more {
  position: relative;
  width: 100%;
  height: 60px;
  text-align: center; }
  .loading-more .spinner {
    color: #DDDDDD;
    animation: spin 1s infinite linear; }

.no-items {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 260px;
  margin-left: -175px;
  margin-top: -140px;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  color: #CCCCCC; }
  .no-items .background-circle {
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block;
    width: 200px;
    height: 200px;
    padding: 50px;
    background-color: #EEEEEE;
    margin-bottom: 20px;
    display: none; }

.view-map {
  height: 100%; }
  .view-map .map {
    height: 100%; }
  .view-map .map-search {
    margin-top: 20px;
    margin-left: 20px;
    width: 30%;
    min-width: 300px; }

.view-calendar {
  min-height: 100%;
  position: relative; }
  .view-calendar header {
    text-align: center;
    padding: 40px 20px 40px 20px; }
    .view-calendar header .prev-month,
    .view-calendar header .next-month {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      position: absolute;
      top: 40px;
      right: 40px;
      cursor: pointer;
      color: #DDDDDD;
      border: 2px solid #DDDDDD;
      padding: 6px; }
      .view-calendar header .prev-month:hover,
      .view-calendar header .next-month:hover {
        color: #3498DB;
        border-color: #3498DB; }
    .view-calendar header .prev-month {
      left: 40px;
      right: auto; }
  .view-calendar .day-names li {
    list-style-type: none;
    float: left;
    width: 14.285714285714285714285714285714%;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
    font-size: 14px;
    background-color: #FFFFFF;
    color: #999999;
    padding: 10px; }
  .view-calendar .days {
    position: absolute;
    top: 153px;
    bottom: 0;
    left: 0;
    right: 0; }
    .view-calendar .days .day {
      -webkit-transition: color 200ms ease-in-out 0ms;
      -moz-transition: color 200ms ease-in-out 0ms;
      -o-transition: color 200ms ease-in-out 0ms;
      -ms-transition: color 200ms ease-in-out 0ms;
      transition: color 200ms ease-in-out 0ms;
      position: relative;
      width: 14.285714285714285714285714285714%;
      height: 20%;
      float: left;
      border-bottom: 1px solid #EEEEEE;
      border-right: 1px solid #EEEEEE;
      background-color: #FFFFFF;
      font-size: 20px;
      color: #666666;
      font-weight: 300;
      overflow: hidden; }
      .view-calendar .days .day.blank {
        background-color: #fbfbfb;
        color: #CCCCCC; }
        .view-calendar .days .day.blank .number {
          background-color: #fbfbfb; }
      .view-calendar .days .day.today {
        background-color: #eef7fc;
        color: #3498DB;
        font-weight: 400; }
        .view-calendar .days .day.today .number {
          background-color: #eef7fc; }
      .view-calendar .days .day.active {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        color: #3498DB;
        border: 2px solid #3498DB;
        padding: 8px 9px 9px 8px;
        font-weight: 400; }
        .view-calendar .days .day.active.today {
          color: #3498DB; }
      .view-calendar .days .day .number {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        position: absolute;
        top: 10px;
        left: 10px;
        height: 34px;
        width: 34px;
        z-index: 2;
        padding-top: 5px;
        background-color: #FFFFFF;
        text-align: center; }
      .view-calendar .days .day .items {
        width: 100%;
        height: 100%;
        padding: 50px 10px 10px 10px;
        overflow: scroll;
        z-index: 1; }
        .view-calendar .days .day .items .item {
          -webkit-transition: all 200ms ease-in-out 0ms;
          -moz-transition: all 200ms ease-in-out 0ms;
          -o-transition: all 200ms ease-in-out 0ms;
          -ms-transition: all 200ms ease-in-out 0ms;
          transition: all 200ms ease-in-out 0ms;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          background-color: #3498DB;
          color: #FFFFFF;
          font-weight: 600;
          font-size: 12px;
          padding: 4px 8px;
          margin-top: 4px;
          cursor: pointer; }
          .view-calendar .days .day .items .item:hover {
            background-color: #2383c4; }
          .view-calendar .days .day .items .item.not-published {
            background-color: #DDDDDD;
            color: #999999; }
            .view-calendar .days .day .items .item.not-published:hover {
              background-color: #cecece;
              color: #666666; }
          .view-calendar .days .day .items .item .time {
            padding-right: 6px;
            font-weight: 600;
            opacity: 0.5; }
  .view-calendar.abbrev-items .day .item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

body.loading .header .logo {
  cursor: progress; }
  body.loading .header .logo .directus {
    opacity: 1; }
  body.loading .header .logo.has-project-logo .directus {
    opacity: 1; }
  body.loading .header .logo.has-project-logo .project-logo {
    opacity: 0.1; }
  body.loading .header .logo.has-project-logo .project-swap {
    opacity: 0; }

.header {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 64px;
  background-color: #222222;
  z-index: 10;
  text-align: right; }
  .header.settings .breadcrumb .crumb:nth-of-type(1) {
    color: #FF9800; }
    .header.settings .breadcrumb .crumb:nth-of-type(1):hover {
      color: #FFFFFF; }
  .header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    text-align: center;
    padding-top: 20px; }
    .header .logo.static.has-project-logo .directus {
      opacity: 0.0; }
    .header .logo.static.has-project-logo .project-logo {
      opacity: 1.0; }
    .header .logo.static .directus {
      -moz-animation-name: none;
      -webkit-animation-name: none;
      -ms-animation-name: none;
      animation-name: none; }
    .header .logo:hover .directus {
      opacity: 0.5; }
    .header .logo:hover .project-logo {
      opacity: 0; }
    .header .logo:hover .project-swap {
      opacity: 1; }
    .header .logo:hover .project-dropdown-arrow {
      opacity: 0.8; }
    .header .logo:hover.has-project-logo .directus {
      opacity: 0.0; }
    .header .logo:hover.has-project-logo .project-logo {
      opacity: 0.5; }
    .header .logo:hover.has-project-logo .project-swap {
      opacity: 1; }
    .header .logo .directus {
      -webkit-transition: opacity 200ms ease-in-out 0ms;
      -moz-transition: opacity 200ms ease-in-out 0ms;
      -o-transition: opacity 200ms ease-in-out 0ms;
      -ms-transition: opacity 200ms ease-in-out 0ms;
      transition: opacity 200ms ease-in-out 0ms;
      position: absolute;
      top: 8px;
      left: 50%;
      width: 66px;
      height: 58px;
      margin-left: -33px;
      background-image: url(../imgs/directus-logo-frames-small.svg);
      background-repeat: no-repeat;
      background-position: left center;
      animation: logosprite 0.5s steps(15) infinite;
      opacity: 1;
      transform: translateZ(0);
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      will-change: transform; }
@keyframes logosprite {
  100% {
    background-position: -990px; } }
    .header .logo .project-logo {
      -webkit-transition: opacity 200ms ease-in-out 0ms;
      -moz-transition: opacity 200ms ease-in-out 0ms;
      -o-transition: opacity 200ms ease-in-out 0ms;
      -ms-transition: opacity 200ms ease-in-out 0ms;
      transition: opacity 200ms ease-in-out 0ms;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      max-width: 200px;
      max-height: 64px;
      opacity: 0.2; }
    .header .logo .project-name {
      position: relative;
      color: #ffffff;
      font-weight: 500;
      font-size: 18px;
      display: none; }
      .header .logo .project-name .project-dropdown-arrow {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        position: absolute;
        top: -2px;
        right: -24px;
        color: #FFFFFF;
        opacity: 0.2; }
    .header .logo .project-swap {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      position: absolute;
      top: 15px;
      left: 50%;
      font-size: 34px;
      margin-left: -17px;
      color: #FFFFFF;
      opacity: 0; }
    .header .logo .fading-separator {
      position: absolute;
      right: -1px;
      top: 10px;
      width: 1px;
      height: 44px;
      background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 15%, rgba(255, 255, 255, 0.3) 85%, rgba(255, 255, 255, 0) 100%) no-repeat 50% 75%; }
  .header .breadcrumb {
    position: absolute;
    top: 17px;
    left: 220px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-weight: 300;
    cursor: default; }
    .header .breadcrumb .veggieburger {
      -webkit-transition: color 200ms ease-in-out 0ms;
      -moz-transition: color 200ms ease-in-out 0ms;
      -o-transition: color 200ms ease-in-out 0ms;
      -ms-transition: color 200ms ease-in-out 0ms;
      transition: color 200ms ease-in-out 0ms;
      display: none;
      cursor: pointer;
      padding: 5px;
      vertical-align: middle;
      margin: -4px 3px 0 0; }
      .header .breadcrumb .veggieburger:hover {
        color: #FFFFFF; }
    .header .breadcrumb .arrow-back {
      -webkit-transition: color 200ms ease-in-out 0ms;
      -moz-transition: color 200ms ease-in-out 0ms;
      -o-transition: color 200ms ease-in-out 0ms;
      -ms-transition: color 200ms ease-in-out 0ms;
      transition: color 200ms ease-in-out 0ms;
      cursor: pointer;
      padding: 5px;
      vertical-align: middle;
      margin: -4px 3px 0 0; }
      .header .breadcrumb .arrow-back:hover {
        color: #FFFFFF; }
    .header .breadcrumb .crumb {
      -webkit-transition: color 200ms ease-in-out 0ms;
      -moz-transition: color 200ms ease-in-out 0ms;
      -o-transition: color 200ms ease-in-out 0ms;
      -ms-transition: color 200ms ease-in-out 0ms;
      transition: color 200ms ease-in-out 0ms; }
      .header .breadcrumb .crumb:hover, .header .breadcrumb .crumb.active {
        color: #FFFFFF; }
    .header .breadcrumb .separator {
      color: rgba(255, 255, 255, 0.2);
      vertical-align: middle; }
    .header .breadcrumb .bookmark {
      -webkit-transition: color 200ms ease-in-out 0ms;
      -moz-transition: color 200ms ease-in-out 0ms;
      -o-transition: color 200ms ease-in-out 0ms;
      -ms-transition: color 200ms ease-in-out 0ms;
      transition: color 200ms ease-in-out 0ms;
      display: inline-block;
      color: rgba(255, 255, 255, 0.2);
      cursor: pointer;
      vertical-align: middle;
      padding: 5px;
      margin: -2px 0 0 3px; }
      .header .breadcrumb .bookmark:hover {
        color: #FFFFFF; }
      .header .breadcrumb .bookmark.active {
        color: #3498DB; }
  .header #batchStatus {
    -webkit-transition: color 200ms ease-in-out 0ms;
    -moz-transition: color 200ms ease-in-out 0ms;
    -o-transition: color 200ms ease-in-out 0ms;
    -ms-transition: color 200ms ease-in-out 0ms;
    transition: color 200ms ease-in-out 0ms;
    position: relative;
    display: none;
    vertical-align: top;
    margin-top: 11px; }
    .header #batchStatus select {
      border: none; }
  .header .tools-right {
    display: inline; }
    .header .tools-right .filter {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin-top: 11px;
      width: 300px;
      text-align: right; }
      .header .tools-right .filter.responsive-active {
        display: inline-block; }
      .header .tools-right .filter input.general {
        width: 100%;
        height: 40px;
        padding-left: 40px;
        padding-right: 50px;
        z-index: 2;
        border: none; }
      .header .tools-right .filter .search {
        position: absolute;
        top: 8px;
        left: 8px;
        color: #CCCCCC; }
      .header .tools-right .filter .clear {
        -webkit-transition: color 200ms ease-in-out 0ms;
        -moz-transition: color 200ms ease-in-out 0ms;
        -o-transition: color 200ms ease-in-out 0ms;
        -ms-transition: color 200ms ease-in-out 0ms;
        transition: color 200ms ease-in-out 0ms;
        position: absolute;
        top: 8px;
        right: 24px;
        cursor: pointer;
        color: #CCCCCC; }
        .header .tools-right .filter .clear:hover {
          color: #E53935; }
      .header .tools-right .filter .filter-dropdown-toggle {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        position: absolute;
        top: 8px;
        right: 0;
        cursor: pointer;
        color: #CCCCCC; }
        .header .tools-right .filter .filter-dropdown-toggle:hover {
          color: #3498DB; }
      .header .tools-right .filter.filter-dropdown-open input.general {
        -webkit-border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 2px;
        -moz-border-radius-topright: 2px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-topleft: 2px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
      .header .tools-right .filter.filter-dropdown-open .filter-dropdown-toggle {
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      .header .tools-right .filter.filter-dropdown-open .filter-dropdown {
        display: block; }
      .header .tools-right .filter .filter-dropdown {
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
        display: none;
        z-index: 1;
        width: 100%;
        text-align: left;
        background-color: #FFFFFF;
        color: #666666;
        padding: 20px;
        border-top: 1px solid #DDDDDD; }
        .header .tools-right .filter .filter-dropdown h3 {
          padding-bottom: 6px; }
        .header .tools-right .filter .filter-dropdown hr {
          padding-top: 10px;
          margin-bottom: 18px; }
        .header .tools-right .filter .filter-dropdown .status-toggle {
          display: inline-block;
          margin-right: 20px; }
          .header .tools-right .filter .filter-dropdown .status-toggle span {
            display: inline-block;
            vertical-align: middle; }
        .header .tools-right .filter .filter-dropdown .add-column-filter {
          width: 100%; }
          .header .tools-right .filter .filter-dropdown .add-column-filter select {
            width: 100%; }
        .header .tools-right .filter .filter-dropdown .column-filter {
          position: relative;
          margin-top: 20px;
          margin-right: 30px; }
          .header .tools-right .filter .filter-dropdown .column-filter input.date-filter {
            width: 110px;
            margin-left: 6px; }
            .header .tools-right .filter .filter-dropdown .column-filter input.date-filter::-webkit-clear-button, .header .tools-right .filter .filter-dropdown .column-filter input.date-filter::-webkit-inner-spin-button, .header .tools-right .filter .filter-dropdown .column-filter input.date-filter::-webkit-calendar-picker-indicator {
              display: none;
              -webkit-appearance: none; }
          .header .tools-right .filter .filter-dropdown .column-filter .date-filter select {
            width: 110px; }
          .header .tools-right .filter .filter-dropdown .column-filter .remove-filter {
            -webkit-transition: all 200ms ease-in-out 0ms;
            -moz-transition: all 200ms ease-in-out 0ms;
            -o-transition: all 200ms ease-in-out 0ms;
            -ms-transition: all 200ms ease-in-out 0ms;
            transition: all 200ms ease-in-out 0ms;
            position: absolute;
            top: 24px;
            right: -35px;
            cursor: pointer; }
            .header .tools-right .filter .filter-dropdown .column-filter .remove-filter:hover {
              color: #E53935; }
  .header .actions {
    position: relative;
    display: inline-block; }
    .header .actions .action {
      position: relative;
      float: right;
      width: 64px;
      height: 64px;
      text-align: center;
      border-radius: 0;
      cursor: pointer;
      color: #FFFFFF; }
      .header .actions .action:hover .action-text {
        bottom: 6px;
        opacity: 0.6; }
      .header .actions .action:hover.disabled .action-text {
        opacity: 0; }
      .header .actions .action:hover.disabled .material-icons.center {
        font-size: 24px; }
      .header .actions .action:hover.disabled .material-icons.decrease-size {
        font-size: 20px; }
      .header .actions .action:hover.disabled .more:hover .save-options {
        cursor: not-allowed; }
      .header .actions .action:hover.disabled .more:hover .material-icons {
        opacity: 0.2; }
      .header .actions .action:active .material-icons.center {
        font-size: 18px;
        opacity: 0.4; }
      .header .actions .action.primary {
        background-color: #3498DB; }
      .header .actions .action.serious {
        background-color: #E53935; }
      .header .actions .action.important {
        background-color: #FF9800; }
      .header .actions .action.disabled {
        background-color: #666666;
        cursor: not-allowed; }
        .header .actions .action.disabled.blank {
          background-color: transparent; }
        .header .actions .action.disabled .material-icons.center {
          opacity: 0.3; }
      .header .actions .action.filter-toggle {
        display: none; }
      .header .actions .action .material-icons {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%); }
        .header .actions .action .material-icons.decrease-size {
          font-size: 20px; }
      .header .actions .action .more {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 20px;
        overflow: hidden; }
        .header .actions .action .more .save-options {
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          border-radius: 0px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          z-index: 2;
          border: none;
          cursor: pointer; }
        .header .actions .action .more .material-icons {
          top: 0;
          transform: initial;
          opacity: 0.2;
          z-index: 1; }
        .header .actions .action .more:hover .material-icons {
          opacity: 1; }
      .header .actions .action .action-text {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        color: #FFFFFF;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 700;
        position: absolute;
        bottom: 2px;
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
        opacity: 0; }

.sidebar {
  -webkit-transition: left 200ms ease-in-out 0ms;
  -moz-transition: left 200ms ease-in-out 0ms;
  -o-transition: left 200ms ease-in-out 0ms;
  -ms-transition: left 200ms ease-in-out 0ms;
  transition: left 200ms ease-in-out 0ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  padding-top: 64px;
  background-color: #EEEEEE;
  z-index: 9; }
  .sidebar.shadowed {
    -webkit-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.2); }
  .sidebar .loading-pane {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #EEEEEE;
    z-index: 2;
    display: none; }
    .sidebar .loading-pane.active {
      display: block; }
    .sidebar .loading-pane .spinner {
      position: relative;
      display: inline-block;
      top: 50%;
      margin-top: -20px;
      width: 40px;
      height: 40px;
      border: 3px solid #DDDDDD;
      border-top: 3px solid #999999;
      border-radius: 100%;
      color: #999999;
      animation: spin 1s infinite linear; }
  .sidebar .scroll-y {
    overflow-y: auto;
    position: absolute;
    top: 64px;
    bottom: 60px;
    left: 0;
    right: 0;
    padding-bottom: 20px; }
  .sidebar hr {
    margin: 25px 20px 10px 20px; }
  .sidebar h3 {
    padding: 20px 10px 5px 20px; }
  .sidebar ul.menu {
    list-style: none; }
    .sidebar ul.menu li {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      position: relative;
      padding: 5px 20px 5px 20px;
      border-left: 4px solid transparent;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      cursor: pointer; }
      .sidebar ul.menu li:hover {
        color: #3498DB; }
        .sidebar ul.menu li:hover .delete-bookmark {
          opacity: 1; }
        .sidebar ul.menu li:hover.active {
          color: inherit; }
      .sidebar ul.menu li.active {
        font-weight: 500;
        border-left: 4px solid #3498DB; }
      .sidebar ul.menu li .delete-bookmark {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        position: absolute;
        top: 0;
        right: 10px;
        padding: 3px;
        opacity: 0;
        font-size: 18px;
        color: #666666; }
        .sidebar ul.menu li .delete-bookmark:hover {
          color: #E53935; }
    .sidebar ul.menu.bookmarks li {
      padding: 5px 35px 5px 20px; }
      .sidebar ul.menu.bookmarks li a {
        display: inline-block;
        width: 100%; }
  .sidebar .system {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    padding: 23px 10px 10px 65px;
    background-color: #333333;
    cursor: pointer; }
    .sidebar .system:hover {
      background-color: #3498DB; }
      .sidebar .system:hover .user-more {
        color: #FFFFFF; }
      .sidebar .system:hover .count {
        background-color: #FFFFFF;
        color: #3498DB; }
    .sidebar .system .avatar {
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      border-radius: 40px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      position: absolute;
      top: 10px;
      left: 15px;
      width: 40px;
      height: 40px;
      border: 2px solid #FFFFFF; }
    .sidebar .system .user-name {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      color: #FFFFFF;
      font-weight: 500;
      padding-right: 24px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .sidebar .system .count {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      position: absolute;
      top: 20px;
      right: 12px;
      z-index: 2;
      background-color: #3498DB;
      color: #FFFFFF;
      font-weight: 700;
      padding: 2px 6px; }
    .sidebar .system .user-more {
      position: absolute;
      top: 18px;
      right: 2px;
      color: #AAAAAA; }
    .sidebar .system .user-menu {
      -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      position: absolute;
      bottom: 10px;
      right: -215px;
      width: 200px;
      background-color: #FFFFFF;
      color: #666666;
      border: 1px solid #e3e3e3;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 0s, opacity 200ms ease-in-out;
      -moz-transition: visibility 0s, opacity 200ms ease-in-out;
      -o-transition: visibility 0s, opacity 200ms ease-in-out;
      -ms-transition: visibility 0s, opacity 200ms ease-in-out;
      transition: visibility 0s, opacity 200ms ease-in-out; }
      .sidebar .system .user-menu.active {
        visibility: visible;
        opacity: 1; }
        .sidebar .system .user-menu.active li {
          opacity: 1; }
      .sidebar .system .user-menu:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -28px;
        height: 0;
        width: 0;
        border: 20px solid transparent;
        border-right-color: #FFFFFF; }
      .sidebar .system .user-menu:after {
        content: "";
        position: absolute;
        bottom: 10px;
        left: -5px;
        height: 20px;
        width: 20px;
        background-color: #FFFFFF;
        z-index: -1;
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sidebar .system .user-menu ul {
        text-align: left;
        padding: 10px 0;
        list-style: none; }
        .sidebar .system .user-menu ul li {
          -webkit-transition: color 200ms ease-in-out 0ms;
          -moz-transition: color 200ms ease-in-out 0ms;
          -o-transition: color 200ms ease-in-out 0ms;
          -ms-transition: color 200ms ease-in-out 0ms;
          transition: color 200ms ease-in-out 0ms;
          color: #666666;
          opacity: 0;
          padding: 5px 15px 5px 15px;
          border-left: 0 solid transparent; }
          .sidebar .system .user-menu ul li:hover {
            color: #3498DB; }
            .sidebar .system .user-menu ul li:hover .material-icons {
              color: #3498DB; }
          .sidebar .system .user-menu ul li.system-settings {
            color: #FF9800; }
            .sidebar .system .user-menu ul li.system-settings:hover {
              color: #d68000; }
              .sidebar .system .user-menu ul li.system-settings:hover .material-icons {
                color: #d68000; }
            .sidebar .system .user-menu ul li.system-settings .material-icons {
              color: #FF9800; }
          .sidebar .system .user-menu ul li.discover span {
            padding-right: 10px; }
          .sidebar .system .user-menu ul li .count-menu {
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            float: right;
            background-color: #3498DB;
            color: #FFFFFF;
            font-weight: 700;
            padding: 2px 6px; }
          .sidebar .system .user-menu ul li .material-icons {
            -webkit-transition: all 200ms ease-in-out 0ms;
            -moz-transition: all 200ms ease-in-out 0ms;
            -o-transition: all 200ms ease-in-out 0ms;
            -ms-transition: all 200ms ease-in-out 0ms;
            transition: all 200ms ease-in-out 0ms;
            color: #999999;
            vertical-align: middle;
            margin-right: 10px;
            margin-top: -2px; }
        .sidebar .system .user-menu ul hr {
          margin: 10px 15px 10px 15px; }

.right-sidebar {
  -webkit-transition: right 200ms ease-in-out 0ms;
  -moz-transition: right 200ms ease-in-out 0ms;
  -o-transition: right 200ms ease-in-out 0ms;
  -ms-transition: right 200ms ease-in-out 0ms;
  transition: right 200ms ease-in-out 0ms;
  position: fixed;
  top: 0;
  right: -200px;
  width: 200px;
  height: 100%;
  padding-top: 64px;
  background-color: #EEEEEE;
  z-index: 9;
  border-left: 1px solid #EEEEEE; }
  .right-sidebar.shadowed {
    -webkit-box-shadow: -2px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0px 6px 0px rgba(0, 0, 0, 0.2); }
  .right-sidebar.wide {
    width: 360px;
    right: -360px; }
  .right-sidebar.no-title .scroll-y {
    top: 64px;
    border-top: none; }
  .right-sidebar .sidebar-title {
    padding: 12px 40px 0 16px;
    font-weight: 500;
    color: #666666; }
  .right-sidebar .close {
    -webkit-transition: color 200ms ease-in-out 0ms;
    -moz-transition: color 200ms ease-in-out 0ms;
    -o-transition: color 200ms ease-in-out 0ms;
    -ms-transition: color 200ms ease-in-out 0ms;
    transition: color 200ms ease-in-out 0ms;
    position: absolute;
    top: 72px;
    right: 10px;
    color: #999999;
    cursor: pointer;
    z-index: 1; }
    .right-sidebar .close:hover {
      color: #E53935; }
  .right-sidebar .scroll-y {
    overflow-y: auto;
    position: absolute;
    top: 103px;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 60px;
    border-top: 1px solid #DDDDDD; }
    .right-sidebar .scroll-y .select-container {
      margin-left: 20px;
      min-width: 160px; }
      .right-sidebar .scroll-y .select-container select {
        width: 100%; }
    .right-sidebar .scroll-y hr {
      margin: 20px 20px 0px 20px; }
    .right-sidebar .scroll-y h3 {
      padding: 20px 10px 5px 20px; }
    .right-sidebar .scroll-y .options .fields .field {
      padding: 4px 20px; }
      .right-sidebar .scroll-y .options .fields .field .label {
        margin-bottom: 0;
        display: block;
        width: 100%;
        padding: 8px 0 4px 0;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        color: #999999; }
        .right-sidebar .scroll-y .options .fields .field .label .required {
          font-size: 6px;
          display: none; }
      .right-sidebar .scroll-y .options .fields .field .interface {
        display: block;
        width: 100%; }
        .right-sidebar .scroll-y .options .fields .field .interface select {
          min-width: 160px; }
        .right-sidebar .scroll-y .options .fields .field .interface .select-container {
          margin-left: 0; }
    .right-sidebar .scroll-y .status {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      position: relative;
      background-color: #f8f8f8;
      border: 1px solid #CCCCCC;
      padding: 8px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 500;
      margin: 20px;
      cursor: pointer; }
      .right-sidebar .scroll-y .status.expanded, .right-sidebar .scroll-y .status:hover {
        border-color: #3498DB; }
        .right-sidebar .scroll-y .status.expanded .arrow, .right-sidebar .scroll-y .status:hover .arrow {
          color: #3498DB; }
      .right-sidebar .scroll-y .status.disabled {
        cursor: not-allowed;
        border-color: #CCCCCC; }
        .right-sidebar .scroll-y .status.disabled .arrow {
          color: #CCCCCC; }
      .right-sidebar .scroll-y .status.expanded ul li {
        opacity: 1;
        height: 28px;
        padding-left: 24px; }
        .right-sidebar .scroll-y .status.expanded ul li.active .status-check {
          opacity: 1;
          color: #CCCCCC; }
        .right-sidebar .scroll-y .status.expanded ul li:hover {
          color: #3498DB; }
          .right-sidebar .scroll-y .status.expanded ul li:hover .status-check {
            opacity: 1;
            color: #3498DB; }
      .right-sidebar .scroll-y .status.expanded .arrow {
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      .right-sidebar .scroll-y .status ul li {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        position: relative;
        padding: 0;
        opacity: 0;
        height: 0;
        overflow: hidden;
        line-height: 28px; }
        .right-sidebar .scroll-y .status ul li.active {
          opacity: 1;
          height: 28px; }
        .right-sidebar .scroll-y .status ul li .status-check {
          -webkit-transition: all 200ms ease-in-out 0ms;
          -moz-transition: all 200ms ease-in-out 0ms;
          -o-transition: all 200ms ease-in-out 0ms;
          -ms-transition: all 200ms ease-in-out 0ms;
          transition: all 200ms ease-in-out 0ms;
          opacity: 0;
          position: absolute;
          top: 1px;
          left: 0;
          font-size: 22px; }
        .right-sidebar .scroll-y .status ul li .color {
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          background-color: #3498DB;
          display: inline-block;
          width: 10px;
          height: 10px;
          margin-left: 2px;
          margin-right: 6px; }
      .right-sidebar .scroll-y .status .arrow {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px;
        color: #999999; }
    .right-sidebar .scroll-y .metadata {
      margin: 30px 20px 20px 20px;
      line-height: 22px;
      padding-bottom: 20px;
      border-bottom: 1px solid #DDDDDD;
      font-size: 13px;
      color: #666666; }
      .right-sidebar .scroll-y .metadata .button {
        display: block;
        margin-top: 20px;
        width: 100%; }
        .right-sidebar .scroll-y .metadata .button .material-icons {
          margin-right: 2px; }
        .right-sidebar .scroll-y .metadata .button.preview {
          margin-bottom: 20px; }
          .right-sidebar .scroll-y .metadata .button.preview .material-icons {
            font-size: 20px;
            margin-top: -3px;
            margin-right: 5px; }
      .right-sidebar .scroll-y .metadata .created-modified .directus-user {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        display: inline-block;
        position: relative;
        font-size: 13px;
        text-align: center;
        line-height: 18px;
        font-weight: 500;
        color: #666666;
        display: inline-block;
        background-color: #FFFFFF;
        width: 46%;
        padding: 40px 10px 20px 10px;
        margin-bottom: 10px; }
        .right-sidebar .scroll-y .metadata .created-modified .directus-user:hover {
          color: #3498DB; }
          .right-sidebar .scroll-y .metadata .created-modified .directus-user:hover .action {
            background-color: #3498DB; }
          .right-sidebar .scroll-y .metadata .created-modified .directus-user:hover img {
            border-color: #3498DB; }
        .right-sidebar .scroll-y .metadata .created-modified .directus-user:first-child {
          margin-right: 7%; }
        .right-sidebar .scroll-y .metadata .created-modified .directus-user .action {
          -webkit-transition: all 200ms ease-in-out 0ms;
          -moz-transition: all 200ms ease-in-out 0ms;
          -o-transition: all 200ms ease-in-out 0ms;
          -ms-transition: all 200ms ease-in-out 0ms;
          transition: all 200ms ease-in-out 0ms;
          -webkit-border-top-right-radius: 4px;
          -webkit-border-bottom-right-radius: 0;
          -webkit-border-bottom-left-radius: 0;
          -webkit-border-top-left-radius: 4px;
          -moz-border-radius-topright: 4px;
          -moz-border-radius-bottomright: 0;
          -moz-border-radius-bottomleft: 0;
          -moz-border-radius-topleft: 4px;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0;
          border-top-left-radius: 4px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          background-color: #DDDDDD;
          color: #FFFFFF;
          padding: 4px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0; }
        .right-sidebar .scroll-y .metadata .created-modified .directus-user img {
          -webkit-transition: all 200ms ease-in-out 0ms;
          -moz-transition: all 200ms ease-in-out 0ms;
          -o-transition: all 200ms ease-in-out 0ms;
          -ms-transition: all 200ms ease-in-out 0ms;
          transition: all 200ms ease-in-out 0ms;
          -webkit-border-radius: 60px;
          -moz-border-radius: 60px;
          border-radius: 60px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          vertical-align: top;
          width: 80px;
          height: 80px;
          border: 2px solid #999999;
          display: inline-block;
          margin-bottom: 12px; }
        .right-sidebar .scroll-y .metadata .created-modified .directus-user .online {
          -webkit-transition: all 200ms ease-in-out 0ms;
          -moz-transition: all 200ms ease-in-out 0ms;
          -o-transition: all 200ms ease-in-out 0ms;
          -ms-transition: all 200ms ease-in-out 0ms;
          transition: all 200ms ease-in-out 0ms;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          display: inline-block;
          position: absolute;
          top: 110px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          padding: 2px 3px 2px 3px;
          background-color: #3498DB;
          color: #FFFFFF;
          font-size: 10px;
          font-weight: 500;
          text-transform: uppercase;
          line-height: 11px; }
        .right-sidebar .scroll-y .metadata .created-modified .directus-user .datetime {
          color: #999999; }
    .right-sidebar .scroll-y ul {
      list-style: none; }
      .right-sidebar .scroll-y ul.reorder-columns li label span,
      .right-sidebar .scroll-y ul.reorder-columns li label span:before {
        cursor: pointer; }
      .right-sidebar .scroll-y ul li {
        padding: 2px 16px 2px 16px; }
        .right-sidebar .scroll-y ul li.gu-transit {
          background-color: #DDDDDD;
          animation: none; }
        .right-sidebar .scroll-y ul li.gu-mirror {
          opacity: 0.5; }
      .right-sidebar .scroll-y ul.timeline {
        margin: 20px; }
        .right-sidebar .scroll-y ul.timeline .toggles {
          display: none;
          text-align: center; }
          .right-sidebar .scroll-y ul.timeline .toggles .activity-toggle,
          .right-sidebar .scroll-y ul.timeline .toggles .comments-toggle {
            -webkit-transition: all 200ms ease-in-out 0ms;
            -moz-transition: all 200ms ease-in-out 0ms;
            -o-transition: all 200ms ease-in-out 0ms;
            -ms-transition: all 200ms ease-in-out 0ms;
            transition: all 200ms ease-in-out 0ms;
            font-size: 32px;
            margin: 0 10px;
            cursor: pointer; }
            .right-sidebar .scroll-y ul.timeline .toggles .activity-toggle.active,
            .right-sidebar .scroll-y ul.timeline .toggles .comments-toggle.active {
              color: #3498DB; }
        .right-sidebar .scroll-y ul.timeline li {
          position: relative;
          padding: 0; }
          .right-sidebar .scroll-y ul.timeline li.activity {
            -webkit-transition: all 200ms ease-in-out 0ms;
            -moz-transition: all 200ms ease-in-out 0ms;
            -o-transition: all 200ms ease-in-out 0ms;
            -ms-transition: all 200ms ease-in-out 0ms;
            transition: all 200ms ease-in-out 0ms;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            color: #999999;
            font-weight: 500;
            text-align: left;
            padding: 12px 12px 8px 12px; }
            .right-sidebar .scroll-y ul.timeline li.activity:hover {
              color: #3498DB; }
              .right-sidebar .scroll-y ul.timeline li.activity:hover .timeago {
                color: #3498DB; }
            .right-sidebar .scroll-y ul.timeline li.activity.expanded {
              border: 1px solid #3498DB; }
              .right-sidebar .scroll-y ul.timeline li.activity.expanded .full-activity {
                height: 132px;
                margin-top: 10px;
                opacity: 1; }
              .right-sidebar .scroll-y ul.timeline li.activity.expanded .activity-full-toggle {
                color: #3498DB; }
              .right-sidebar .scroll-y ul.timeline li.activity.expanded .more-activity {
                -webkit-transition: all 200ms ease-in-out 0ms;
                -moz-transition: all 200ms ease-in-out 0ms;
                -o-transition: all 200ms ease-in-out 0ms;
                -ms-transition: all 200ms ease-in-out 0ms;
                transition: all 200ms ease-in-out 0ms;
                -moz-transform: rotate(-180deg);
                -o-transform: rotate(-180deg);
                -ms-transform: rotate(-180deg);
                -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
              .right-sidebar .scroll-y ul.timeline li.activity.expanded .timeago {
                color: #3498DB; }
            .right-sidebar .scroll-y ul.timeline li.activity.current {
              border-color: #3498DB;
              color: #3498DB; }
              .right-sidebar .scroll-y ul.timeline li.activity.current .timeago {
                color: #3498DB; }
            .right-sidebar .scroll-y ul.timeline li.activity .activity-full-toggle {
              padding-bottom: 10px;
              padding-top: 10px;
              margin-top: -10px;
              margin-bottom: -10px;
              cursor: pointer; }
              .right-sidebar .scroll-y ul.timeline li.activity .activity-full-toggle .more-activity {
                font-size: 22px;
                vertical-align: middle;
                margin-top: -4px; }
            .right-sidebar .scroll-y ul.timeline li.activity .full-activity {
              -webkit-transition: all 200ms ease-in-out 0ms;
              -moz-transition: all 200ms ease-in-out 0ms;
              -o-transition: all 200ms ease-in-out 0ms;
              -ms-transition: all 200ms ease-in-out 0ms;
              transition: all 200ms ease-in-out 0ms;
              color: #999999;
              font-weight: 400;
              line-height: 18px;
              margin-top: 0;
              font-size: 12px;
              height: 0;
              overflow: hidden;
              opacity: 0;
              font-weight: 500; }
              .right-sidebar .scroll-y ul.timeline li.activity .full-activity b {
                color: #666666;
                font-weight: 600; }
              .right-sidebar .scroll-y ul.timeline li.activity .full-activity .rollback {
                margin-top: 16px;
                display: block; }
                .right-sidebar .scroll-y ul.timeline li.activity .full-activity .rollback .material-icons {
                  vertical-align: middle;
                  margin-top: -3px;
                  font-size: 22px; }
            .right-sidebar .scroll-y ul.timeline li.activity .timeago {
              -webkit-transition: all 200ms ease-in-out 0ms;
              -moz-transition: all 200ms ease-in-out 0ms;
              -o-transition: all 200ms ease-in-out 0ms;
              -ms-transition: all 200ms ease-in-out 0ms;
              transition: all 200ms ease-in-out 0ms;
              position: absolute;
              right: 16px;
              top: 12px;
              text-align: right;
              display: inline-block;
              font-size: 12px;
              font-weight: 500;
              color: #CCCCCC;
              margin-left: 10px; }
              .right-sidebar .scroll-y ul.timeline li.activity .timeago .material-icons {
                font-size: 14px;
                vertical-align: middle;
                margin-top: -2px; }
          .right-sidebar .scroll-y ul.timeline li.comment {
            -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            padding: 16px;
            background-color: #FFFFFF;
            color: #999999;
            line-height: 20px;
            font-size: 14px;
            margin-bottom: 20px;
            margin-top: 20px; }
            .right-sidebar .scroll-y ul.timeline li.comment.create {
              padding: 0;
              overflow: hidden; }
              .right-sidebar .scroll-y ul.timeline li.comment.create textarea {
                -webkit-transition: all 200ms ease-in-out 0ms;
                -moz-transition: all 200ms ease-in-out 0ms;
                -o-transition: all 200ms ease-in-out 0ms;
                -ms-transition: all 200ms ease-in-out 0ms;
                transition: all 200ms ease-in-out 0ms;
                -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
                -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
                box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
                display: block;
                padding: 16px;
                width: 100%;
                border: none;
                resize: none;
                color: #999999;
                line-height: 22px;
                font-size: 14px;
                height: 54px; }
                .right-sidebar .scroll-y ul.timeline li.comment.create textarea.active, .right-sidebar .scroll-y ul.timeline li.comment.create textarea:focus {
                  height: 148px; }
                  .right-sidebar .scroll-y ul.timeline li.comment.create textarea.active + button, .right-sidebar .scroll-y ul.timeline li.comment.create textarea:focus + button {
                    opacity: 1;
                    bottom: 8px; }
                .right-sidebar .scroll-y ul.timeline li.comment.create textarea.active + button {
                  background-color: #3498DB;
                  color: #FFFFFF;
                  cursor: pointer; }
                  .right-sidebar .scroll-y ul.timeline li.comment.create textarea.active + button:hover {
                    background-color: #217dbb;
                    color: #FFFFFF; }
              .right-sidebar .scroll-y ul.timeline li.comment.create button {
                -webkit-transition: all 200ms ease-in-out 0ms;
                -moz-transition: all 200ms ease-in-out 0ms;
                -o-transition: all 200ms ease-in-out 0ms;
                -ms-transition: all 200ms ease-in-out 0ms;
                transition: all 200ms ease-in-out 0ms;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                position: absolute;
                bottom: -26px;
                right: 8px;
                background-color: #EEEEEE;
                padding: 2px 10px;
                color: #CCCCCC;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: 600;
                opacity: 0;
                cursor: not-allowed; }
            .right-sidebar .scroll-y ul.timeline li.comment .byline {
              position: relative;
              font-weight: 500;
              margin-bottom: 4px;
              color: #333333;
              font-size: 12px; }
              .right-sidebar .scroll-y ul.timeline li.comment .byline .timeago {
                position: absolute;
                right: 0;
                top: 0;
                text-align: right;
                font-size: 12px;
                font-weight: 500;
                color: #CCCCCC; }
                .right-sidebar .scroll-y ul.timeline li.comment .byline .timeago .material-icons {
                  font-size: 14px;
                  vertical-align: middle;
                  margin-top: -2px; }
              .right-sidebar .scroll-y ul.timeline li.comment .byline .avatar {
                display: none;
                -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
                -webkit-border-radius: 40px;
                -moz-border-radius: 40px;
                border-radius: 40px;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                position: absolute;
                top: -30px;
                left: 50%;
                margin-left: -20px;
                width: 40px;
                height: 40px;
                overflow: hidden;
                border: 2px solid #FFFFFF; }
                .right-sidebar .scroll-y ul.timeline li.comment .byline .avatar img {
                  width: 100%; }
          .right-sidebar .scroll-y ul.timeline li.mention-list {
            -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            background-color: #FFFFFF;
            margin-bottom: 20px; }
            .right-sidebar .scroll-y ul.timeline li.mention-list .mention-choice {
              -webkit-transition: all 200ms ease-in-out 0ms;
              -moz-transition: all 200ms ease-in-out 0ms;
              -o-transition: all 200ms ease-in-out 0ms;
              -ms-transition: all 200ms ease-in-out 0ms;
              transition: all 200ms ease-in-out 0ms;
              padding: 10px; }
              .right-sidebar .scroll-y ul.timeline li.mention-list .mention-choice:hover {
                color: #3498DB;
                cursor: pointer; }
              .right-sidebar .scroll-y ul.timeline li.mention-list .mention-choice img {
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                vertical-align: middle;
                margin-right: 10px; }
    .right-sidebar .scroll-y input[type="checkbox"].custom-checkbox + label {
      color: #999999; }
      .right-sidebar .scroll-y input[type="checkbox"].custom-checkbox + label span {
        vertical-align: middle;
        height: 26px;
        display: inline-block; }
        .right-sidebar .scroll-y input[type="checkbox"].custom-checkbox + label span:before {
          vertical-align: middle; }
    .right-sidebar .scroll-y input[type="checkbox"].custom-checkbox:checked + label {
      color: #333333; }
    .right-sidebar .scroll-y .tiles {
      position: relative;
      margin-left: 19px;
      margin-top: 20px;
      margin-bottom: 20px;
      width: 162px;
      height: 42px;
      background-color: inherit;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 2px solid #3498DB;
      background-color: #FFFFFF; }
      .right-sidebar .scroll-y .tiles .tile {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        display: inline-block;
        float: left;
        width: 40px;
        height: 38px;
        text-align: center;
        cursor: pointer;
        color: #3498DB;
        border: none;
        border-left: 2px solid #3498DB; }
        .right-sidebar .scroll-y .tiles .tile.disabled {
          color: #CCCCCC;
          cursor: not-allowed; }
          .right-sidebar .scroll-y .tiles .tile.disabled:hover, .right-sidebar .scroll-y .tiles .tile.disabled.active {
            background-color: #FFFFFF;
            color: #CCCCCC; }
        .right-sidebar .scroll-y .tiles .tile:first-child {
          border-left: none;
          width: 38px; }
        .right-sidebar .scroll-y .tiles .tile:hover, .right-sidebar .scroll-y .tiles .tile.active {
          background-color: #3498DB;
          color: #FFFFFF; }
        .right-sidebar .scroll-y .tiles .tile .material-icons {
          margin-top: 7px; }

.validate-input {
  position: relative; }
  .validate-input .validate-check {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    position: absolute;
    top: 7px;
    right: 10px;
    color: #CCCCCC; }
    .validate-input .validate-check.valid {
      color: #3498DB; }
    .validate-input .validate-check.lower-check {
      top: 67px; }

.discover-container {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -100px;
  left: 0px;
  color: #FFFFFF;
  text-align: center;
  z-index: 102;
  display: none; }
  .discover-container .discover-close {
    cursor: pointer;
    font-size: 30px;
    cursor: pointer; }
  .discover-container .discover-description {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 80px 0 80px; }

.discover-spotlight {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  position: fixed;
  top: -2600px;
  left: -2600px;
  width: 5000px;
  height: 5000px;
  opacity: 0;
  z-index: 101;
  pointer-events: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

body.help .help *:hover {
  cursor: help !important; }
body.help .discover-container {
  display: block; }
body.help .discover-spotlight {
  opacity: 1; }

.smoke {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(238, 238, 238, 0.95);
  z-index: 100;
  display: none; }
  .smoke .close {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    position: absolute;
    padding-top: 12px;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    color: #999999;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    font-size: 10px;
    z-index: 103; }
    .smoke .close .material-icons {
      -webkit-transition: color 200ms ease-in-out 0ms;
      -moz-transition: color 200ms ease-in-out 0ms;
      -o-transition: color 200ms ease-in-out 0ms;
      -ms-transition: color 200ms ease-in-out 0ms;
      transition: color 200ms ease-in-out 0ms;
      display: block;
      font-size: 36px;
      color: #666666; }
    .smoke .close:hover .material-icons {
      color: #E53935; }
  .smoke .modal {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    text-align: center;
    opacity: 0; }
    .smoke .modal:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em; }
    .smoke .modal.active {
      z-index: 102;
      opacity: 1; }
      .smoke .modal.active .modal-bg {
        margin-top: 0px; }
    .smoke .modal.slide-down .modal-bg {
      margin-top: 400px; }
    .smoke .modal table {
      text-align: left; }
    .smoke .modal .modal-bg {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background-color: #FFFFFF;
      display: inline-block;
      vertical-align: middle;
      min-width: 300px;
      padding: 30px;
      position: relative;
      display: inline-block;
      margin-top: -400px; }
      .smoke .modal .modal-bg.crop {
        max-height: 94%;
        overflow: auto; }
    .smoke .modal .actions {
      border-top: 1px solid #EEEEEE;
      padding-top: 30px; }
      .smoke .modal .actions .button {
        min-width: 180px;
        float: right; }
      .smoke .modal .actions .cancel {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        color: #CCCCCC;
        font-weight: 500;
        float: left;
        cursor: pointer;
        padding: 12px 12px 12px 0; }
        .smoke .modal .actions .cancel:focus, .smoke .modal .actions .cancel:hover {
          color: #E53935; }
    .smoke .modal .button-group .button {
      margin-top: 20px;
      margin-right: 20px; }
      .smoke .modal .button-group .button:last-child {
        margin-right: 0; }
    .smoke .modal .header-circle {
      -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      position: relative;
      width: 100px;
      height: 100px;
      margin: -80px auto 0px;
      overflow: hidden;
      border: 3px solid #3498DB;
      background-color: #FFFFFF; }
      .smoke .modal .header-circle.with-background {
        background-color: #b6daf2; }
      .smoke .modal .header-circle.editable {
        cursor: pointer; }
        .smoke .modal .header-circle.editable:hover .avatar {
          opacity: 0.2; }
        .smoke .modal .header-circle.editable:hover .edit-avatar {
          opacity: 1; }
      .smoke .modal .header-circle .directus {
        height: 40px;
        margin-top: 26px; }
      .smoke .modal .header-circle .avatar {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        width: 100%; }
      .smoke .modal .header-circle .edit-avatar {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        position: absolute;
        top: 36px;
        left: 36px;
        color: #3498DB;
        opacity: 0;
        cursor: pointer; }
    .smoke .modal .fields .field {
      padding: 16px 0 20px 0; }
      .smoke .modal .fields .field:last-child {
        border-bottom: none; }
      .smoke .modal .fields .field .label {
        color: #3498DB;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 4px;
        width: 100%; }
      .smoke .modal .fields .field .comment {
        width: 100%; }
      .smoke .modal .fields .field .interface {
        margin-top: 0;
        display: block;
        width: 100%; }
    .smoke .modal.confirm .modal-bg {
      min-width: 500px;
      max-width: 600px; }
      .smoke .modal.confirm .modal-bg h5 {
        margin-bottom: 10px;
        font-style: normal;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        color: #333333; }
      .smoke .modal.confirm .modal-bg .actions {
        border-color: transparent; }
    .smoke .modal.table-create .modal-bg h1 {
      text-align: left;
      margin-bottom: 20px; }
    .smoke .modal.table-create .modal-bg .fields .field {
      text-align: left;
      border-top: 1px solid #EEEEEE;
      border-bottom: none;
      padding: 40px 0 40px 0; }
      .smoke .modal.table-create .modal-bg .fields .field .checkbox-container {
        margin-bottom: 0;
        margin-top: 20px; }
        .smoke .modal.table-create .modal-bg .fields .field .checkbox-container input[type="checkbox"]:checked + label {
          font-weight: normal;
          color: #333333; }
    .smoke .modal.file-add .modal-bg {
      width: 500px;
      max-width: 90%;
      text-align: left; }
      .smoke .modal.file-add .modal-bg .dropzone {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px dashed #999999;
        padding: 30px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
        color: #EEEEEE;
        cursor: pointer;
        text-transform: uppercase; }
        .smoke .modal.file-add .modal-bg .dropzone .cloud {
          font-size: 100px;
          margin-top: -10px; }
        .smoke .modal.file-add .modal-bg .dropzone .drag-and-drop {
          font-size: 22px;
          font-weight: 700; }
        .smoke .modal.file-add .modal-bg .dropzone .click-to-browse {
          margin-top: 2px;
          font-size: 14px; }
        .smoke .modal.file-add .modal-bg .dropzone:hover {
          border-color: #3498DB;
          color: #3498DB; }
    .smoke .modal.file .modal-bg {
      min-width: 500px;
      max-width: 90%; }
      .smoke .modal.file .modal-bg .asset {
        width: 100%;
        height: 100%;
        display: inline-block;
        text-align: center;
        background-color: #EEEEEE;
        margin-bottom: 50px;
        overflow: hidden; }
        .smoke .modal.file .modal-bg .asset img {
          max-width: 100%;
          max-height: 100%; }
        .smoke .modal.file .modal-bg .asset .image-preview {
          height: 80vh;
          width: 80vw;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain; }
      .smoke .modal.file .modal-bg .info {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        position: absolute;
        bottom: 12px;
        left: 30px; }
        .smoke .modal.file .modal-bg .info h1 {
          font-size: 18px;
          font-weight: 400;
          color: #666666;
          margin-bottom: 2px; }
        .smoke .modal.file .modal-bg .info h6 {
          color: #CCCCCC;
          font-style: normal;
          margin-top: -3px; }
      .smoke .modal.file .modal-bg .view,
      .smoke .modal.file .modal-bg .edit {
        position: absolute;
        bottom: 20px;
        right: 30px;
        padding: 12px 7px;
        background-color: #DDDDDD;
        color: #FFFFFF; }
        .smoke .modal.file .modal-bg .view:hover,
        .smoke .modal.file .modal-bg .edit:hover {
          background-color: #3498DB; }
        .smoke .modal.file .modal-bg .view .material-icons,
        .smoke .modal.file .modal-bg .edit .material-icons {
          margin-left: 0;
          margin-right: 0; }
      .smoke .modal.file .modal-bg .view {
        right: 80px; }
    .smoke .modal.profile .modal-bg {
      position: relative;
      width: 300px; }
      .smoke .modal.profile .modal-bg h1 {
        margin: 18px 0  4px;
        font-size: 26px; }
      .smoke .modal.profile .modal-bg h5 {
        margin: 0 0 20px;
        font-size: 13px;
        font-weight: 500;
        font-style: normal;
        color: #CCCCCC; }
      .smoke .modal.profile .modal-bg .online {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        position: absolute;
        top: 40px;
        left: 130px;
        padding: 2px 3px 2px 3px;
        background-color: #3498DB;
        color: #FFFFFF;
        font-size: 10px;
        font-weight: 500;
        text-transform: uppercase; }
      .smoke .modal.profile .modal-bg .row {
        position: relative;
        border-top: 1px solid #EEEEEE;
        margin-top: 8px;
        padding-top: 8px;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        color: #999999;
        text-align: left; }
        .smoke .modal.profile .modal-bg .row.info {
          margin-top: 20px;
          padding-top: 20px;
          padding-bottom: 20px;
          line-height: 22px;
          text-align: center; }
        .smoke .modal.profile .modal-bg .row .label {
          color: #3498DB;
          font-size: 12px;
          height: 16px; }
        .smoke .modal.profile .modal-bg .row .light {
          color: #CCCCCC;
          font-size: 12px; }
        .smoke .modal.profile .modal-bg .row .material-icons {
          position: absolute;
          top: 14px;
          right: 0;
          font-size: 22px;
          color: #DDDDDD; }
      .smoke .modal.profile .modal-bg .button {
        width: 100%;
        margin-top: 30px; }
    .smoke .modal.invitation .modal-bg {
      width: 460px;
      text-align: left; }
      .smoke .modal.invitation .modal-bg h1 {
        margin-bottom: 5px; }
      .smoke .modal.invitation .modal-bg h5 {
        margin-bottom: 20px;
        font-weight: 400; }
      .smoke .modal.invitation .modal-bg .row {
        position: relative;
        margin-bottom: 30px;
        font-size: 14px;
        color: #999999; }
        .smoke .modal.invitation .modal-bg .row .label {
          color: #3498DB;
          font-size: 12px;
          height: 16px;
          font-weight: 500;
          margin-bottom: 4px; }
        .smoke .modal.invitation .modal-bg .row textarea {
          width: 100%;
          height: 140px; }
        .smoke .modal.invitation .modal-bg .row select {
          min-width: 200px; }
      .smoke .modal.invitation .modal-bg .fields {
        margin-bottom: 20px; }
        .smoke .modal.invitation .modal-bg .fields .field {
          padding: 10px 0 20px 0;
          border-bottom: none; }
          .smoke .modal.invitation .modal-bg .fields .field .label {
            color: #3498DB;
            margin-bottom: 4px;
            font-size: 12px;
            height: 16px; }
    .smoke .modal.column .modal-bg, .smoke .modal.interface .modal-bg {
      width: 600px;
      text-align: left; }
      .smoke .modal.column .modal-bg h1, .smoke .modal.interface .modal-bg h1 {
        margin-bottom: 20px; }
        .smoke .modal.column .modal-bg h1 .table-name, .smoke .modal.interface .modal-bg h1 .table-name {
          color: #999999; }
        .smoke .modal.column .modal-bg h1 .column-name, .smoke .modal.interface .modal-bg h1 .column-name {
          color: #FF9800; }
      .smoke .modal.column .modal-bg .toggle-pane, .smoke .modal.interface .modal-bg .toggle-pane {
        -webkit-transition: color 200ms ease-in-out 0ms;
        -moz-transition: color 200ms ease-in-out 0ms;
        -o-transition: color 200ms ease-in-out 0ms;
        -ms-transition: color 200ms ease-in-out 0ms;
        transition: color 200ms ease-in-out 0ms;
        position: relative;
        display: inline-block;
        font-size: 16px;
        border-top: #EEEEEE 1px solid;
        border-right: #EEEEEE 1px solid;
        border-left: #EEEEEE 1px solid;
        padding: 8px 12px;
        margin-right: 10px;
        background-color: #FFFFFF;
        color: #999999;
        z-index: 2; }
        .smoke .modal.column .modal-bg .toggle-pane:hover, .smoke .modal.interface .modal-bg .toggle-pane:hover {
          color: #333333; }
        .smoke .modal.column .modal-bg .toggle-pane.active, .smoke .modal.interface .modal-bg .toggle-pane.active {
          color: #333333; }
          .smoke .modal.column .modal-bg .toggle-pane.active:after, .smoke .modal.interface .modal-bg .toggle-pane.active:after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 1px;
            background-color: #FFFFFF; }
      .smoke .modal.column .modal-bg .row, .smoke .modal.interface .modal-bg .row {
        position: relative;
        font-size: 14px;
        color: #999999;
        border-top: 1px solid #EEEEEE; }
    .smoke .modal.column .modal-bg {
      width: 600px;
      text-align: left; }
      .smoke .modal.column .modal-bg h1 {
        margin-bottom: 20px; }
      .smoke .modal.column .modal-bg h5 {
        margin-bottom: 20px;
        margin-top: -10px; }
      .smoke .modal.column .modal-bg input {
        max-width: none; }
      .smoke .modal.column .modal-bg .row {
        position: relative;
        margin-bottom: 15px;
        font-size: 14px;
        color: #999999;
        border-top: 1px solid #EEEEEE;
        padding-top: 20px; }
        .smoke .modal.column .modal-bg .row .relational-arrow-left {
          position: absolute;
          right: -23px;
          top: 9px; }
        .smoke .modal.column .modal-bg .row .relational-arrow-right {
          position: absolute;
          left: -23px;
          top: 9px; }
        .smoke .modal.column .modal-bg .row .strict-naming {
          position: absolute;
          top: 0;
          right: 15px;
          font-size: 11px;
          color: #CCCCCC; }
          .smoke .modal.column .modal-bg .row .strict-naming span:before {
            color: #CCCCCC;
            font-size: 16px; }
        .smoke .modal.column .modal-bg .row .comment {
          margin-top: 5px;
          margin-bottom: 25px; }
        .smoke .modal.column .modal-bg .row .column-50 {
          position: relative;
          display: inline-block;
          width: 48%;
          padding-left: 0;
          padding-right: 0;
          margin-right: 4%;
          margin-bottom: 10px; }
          .smoke .modal.column .modal-bg .row .column-50:nth-of-type(2) {
            margin-right: 0; }
        .smoke .modal.column .modal-bg .row .column-33 {
          position: relative;
          display: inline-block;
          width: 30.6%;
          padding-left: 0;
          padding-right: 0;
          margin-right: 4%;
          margin-bottom: 10px;
          vertical-align: top; }
          .smoke .modal.column .modal-bg .row .column-33:nth-of-type(3) {
            margin-right: 0; }
          .smoke .modal.column .modal-bg .row .column-33 .select-container {
            width: 100%; }
            .smoke .modal.column .modal-bg .row .column-33 .select-container select {
              min-width: 100%;
              width: 100%; }
        .smoke .modal.column .modal-bg .row .column-66 {
          position: relative;
          display: inline-block;
          width: 65%;
          padding-top: 4px;
          padding-left: 30px;
          padding-right: 0;
          margin-bottom: -55px;
          font-size: 12px;
          padding-top: 4px;
          line-height: 15px;
          vertical-align: middle; }
          .smoke .modal.column .modal-bg .row .column-66 .bold {
            font-weight: 500;
            color: #666666; }
          .smoke .modal.column .modal-bg .row .column-66 .material-icons {
            position: absolute;
            top: 7px;
            left: 0;
            color: #DDDDDD; }
        .smoke .modal.column .modal-bg .row .label {
          color: #3498DB;
          font-size: 12px;
          height: 16px;
          font-weight: 500;
          margin-bottom: 4px; }
        .smoke .modal.column .modal-bg .row textarea {
          width: 100%;
          height: 140px; }
        .smoke .modal.column .modal-bg .row select {
          min-width: 200px; }
    .smoke .modal.welcome-1 .modal-bg, .smoke .modal.welcome-2 .modal-bg, .smoke .modal.welcome-3 .modal-bg {
      width: 300px; }
      .smoke .modal.welcome-1 .modal-bg h1, .smoke .modal.welcome-2 .modal-bg h1, .smoke .modal.welcome-3 .modal-bg h1 {
        margin: 20px 0  20px; }
      .smoke .modal.welcome-1 .modal-bg h5, .smoke .modal.welcome-2 .modal-bg h5, .smoke .modal.welcome-3 .modal-bg h5 {
        margin: 0 0 30px;
        font-weight: 400; }
      .smoke .modal.welcome-1 .modal-bg .select-container,
      .smoke .modal.welcome-1 .modal-bg input, .smoke .modal.welcome-2 .modal-bg .select-container,
      .smoke .modal.welcome-2 .modal-bg input, .smoke .modal.welcome-3 .modal-bg .select-container,
      .smoke .modal.welcome-3 .modal-bg input {
        width: 100%;
        margin-bottom: 20px; }
        .smoke .modal.welcome-1 .modal-bg .select-container select,
        .smoke .modal.welcome-1 .modal-bg input select, .smoke .modal.welcome-2 .modal-bg .select-container select,
        .smoke .modal.welcome-2 .modal-bg input select, .smoke .modal.welcome-3 .modal-bg .select-container select,
        .smoke .modal.welcome-3 .modal-bg input select {
          width: 100%; }
      .smoke .modal.welcome-1 .modal-bg .custom-checkbox-label, .smoke .modal.welcome-2 .modal-bg .custom-checkbox-label, .smoke .modal.welcome-3 .modal-bg .custom-checkbox-label {
        margin: 0 0 10px; }
      .smoke .modal.welcome-1 .modal-bg .button, .smoke .modal.welcome-2 .modal-bg .button, .smoke .modal.welcome-3 .modal-bg .button {
        width: 100%;
        margin-top: 10px; }
      .smoke .modal.welcome-1 .modal-bg .go-back, .smoke .modal.welcome-2 .modal-bg .go-back, .smoke .modal.welcome-3 .modal-bg .go-back {
        -webkit-transition: color 200ms ease-in-out 0ms;
        -moz-transition: color 200ms ease-in-out 0ms;
        -o-transition: color 200ms ease-in-out 0ms;
        -ms-transition: color 200ms ease-in-out 0ms;
        transition: color 200ms ease-in-out 0ms;
        text-align: center;
        color: #CCCCCC;
        margin-top: 14px;
        margin-bottom: -4px;
        cursor: pointer; }
        .smoke .modal.welcome-1 .modal-bg .go-back:hover, .smoke .modal.welcome-2 .modal-bg .go-back:hover, .smoke .modal.welcome-3 .modal-bg .go-back:hover {
          color: #666666; }

.error-page {
  text-align: center;
  padding: 100px 40px; }
  .error-page h1 {
    color: #333333;
    margin-bottom: 10px; }
  .error-page a {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    color: #3498DB;
    cursor: pointer; }
    .error-page a:hover {
      color: #196090; }

.page {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  position: absolute;
  top: 64px;
  left: 200px;
  bottom: 0;
  right: 0;
  overflow: auto;
  background-color: #f6f6f6;
  z-index: 8; }
  .page.dragover::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 3px dashed #3498DB;
    z-index: 10;
    animation: dragover 1s ease-in-out;
    animation-iteration-count: infinite; }
  .page.define-edge {
    border-left: 1px solid #DDDDDD; }
  .page .page-container.messages {
    height: 100%; }
    .page .page-container.messages .main-container {
      height: 100%; }

.main-container {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  height: 100%;
  overflow: auto; }

.page-container {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  height: 100%; }

.folder-listing,
.file-listing {
  padding: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.attachments.flex,
.folder-listing.flex,
.file-listing.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start; }
.attachments .folder .folder-icon,
.folder-listing .folder .folder-icon,
.file-listing .folder .folder-icon {
  width: 200px;
  height: 200px;
  background-color: #3498DB;
  color: #FFFFFF; }
  .attachments .folder .folder-icon .material-icons,
  .folder-listing .folder .folder-icon .material-icons,
  .file-listing .folder .folder-icon .material-icons {
    font-size: 100px;
    margin-top: 50px; }
.attachments .folder .folder,
.attachments .folder .file,
.folder-listing .folder .folder,
.folder-listing .folder .file,
.file-listing .folder .folder,
.file-listing .folder .file {
  display: none; }
.attachments .folder,
.attachments .file,
.folder-listing .folder,
.folder-listing .file,
.file-listing .folder,
.file-listing .file {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  display: inline-block;
  width: 200px;
  margin: 20px;
  background-color: #EEEEEE;
  text-align: center;
  cursor: pointer; }
  .attachments .folder:hover .info .more,
  .attachments .folder:hover .info .name,
  .attachments .file:hover .info .more,
  .attachments .file:hover .info .name,
  .folder-listing .folder:hover .info .more,
  .folder-listing .folder:hover .info .name,
  .folder-listing .file:hover .info .more,
  .folder-listing .file:hover .info .name,
  .file-listing .folder:hover .info .more,
  .file-listing .folder:hover .info .name,
  .file-listing .file:hover .info .more,
  .file-listing .file:hover .info .name {
    color: #3498DB; }
  .attachments .folder:hover .type,
  .attachments .file:hover .type,
  .folder-listing .folder:hover .type,
  .folder-listing .file:hover .type,
  .file-listing .folder:hover .type,
  .file-listing .file:hover .type {
    opacity: 0.9; }
  .attachments .folder.deleted,
  .attachments .file.deleted,
  .folder-listing .folder.deleted,
  .folder-listing .file.deleted,
  .file-listing .folder.deleted,
  .file-listing .file.deleted {
    display: none; }
  .attachments .folder.moving,
  .attachments .file.moving,
  .folder-listing .folder.moving,
  .folder-listing .file.moving,
  .file-listing .folder.moving,
  .file-listing .file.moving {
    opacity: 0.2; }
  .attachments .folder .folder-open,
  .attachments .file .folder-open,
  .folder-listing .folder .folder-open,
  .folder-listing .file .folder-open,
  .file-listing .folder .folder-open,
  .file-listing .file .folder-open {
    display: none; }
  .attachments .folder.into-folder .folder-open,
  .attachments .file.into-folder .folder-open,
  .folder-listing .folder.into-folder .folder-open,
  .folder-listing .file.into-folder .folder-open,
  .file-listing .folder.into-folder .folder-open,
  .file-listing .file.into-folder .folder-open {
    display: inline-block; }
  .attachments .folder.into-folder .folder-closed,
  .attachments .file.into-folder .folder-closed,
  .folder-listing .folder.into-folder .folder-closed,
  .folder-listing .file.into-folder .folder-closed,
  .file-listing .folder.into-folder .folder-closed,
  .file-listing .file.into-folder .folder-closed {
    display: none; }
  .attachments .folder.gu-mirror,
  .attachments .file.gu-mirror,
  .folder-listing .folder.gu-mirror,
  .folder-listing .file.gu-mirror,
  .file-listing .folder.gu-mirror,
  .file-listing .file.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.2; }
  .attachments .folder.no-margin,
  .attachments .file.no-margin,
  .folder-listing .folder.no-margin,
  .folder-listing .file.no-margin,
  .file-listing .folder.no-margin,
  .file-listing .file.no-margin {
    margin: 0; }
  .attachments .folder:active,
  .attachments .file:active,
  .folder-listing .folder:active,
  .folder-listing .file:active,
  .file-listing .folder:active,
  .file-listing .file:active {
    -moz-transform: scale(0.98);
    -o-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.22); }
  .attachments .folder img,
  .attachments .file img,
  .folder-listing .folder img,
  .folder-listing .file img,
  .file-listing .folder img,
  .file-listing .file img {
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EEEEEE; }
  .attachments .folder .extension-fallback,
  .attachments .file .extension-fallback,
  .folder-listing .folder .extension-fallback,
  .folder-listing .file .extension-fallback,
  .file-listing .folder .extension-fallback,
  .file-listing .file .extension-fallback {
    height: 200px;
    font-size: 28px;
    color: #3498DB;
    padding-top: 85px;
    font-weight: 300; }
  .attachments .folder .type,
  .attachments .file .type,
  .folder-listing .folder .type,
  .folder-listing .file .type,
  .file-listing .folder .type,
  .file-listing .file .type {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    top: 175px;
    right: 10px;
    padding: 2px 3px 2px 3px;
    background-color: #FFFFFF;
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    opacity: 0.6; }
  .attachments .folder .info,
  .attachments .file .info,
  .folder-listing .folder .info,
  .folder-listing .file .info,
  .file-listing .folder .info,
  .file-listing .file .info {
    position: relative;
    padding: 10px;
    width: 100%;
    text-align: left;
    background-color: #FFFFFF; }
    .attachments .folder .info .name,
    .attachments .file .info .name,
    .folder-listing .folder .info .name,
    .folder-listing .file .info .name,
    .file-listing .folder .info .name,
    .file-listing .file .info .name {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      font-weight: 500;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-right: 20px; }
    .attachments .folder .info .uploaded,
    .attachments .file .info .uploaded,
    .folder-listing .folder .info .uploaded,
    .folder-listing .file .info .uploaded,
    .file-listing .folder .info .uploaded,
    .file-listing .file .info .uploaded {
      font-size: 12px;
      font-weight: 500;
      margin-top: 2px;
      font-style: italic;
      color: #999999;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-right: 20px; }
    .attachments .folder .info .more,
    .attachments .folder .info .remove,
    .attachments .file .info .more,
    .attachments .file .info .remove,
    .folder-listing .folder .info .more,
    .folder-listing .folder .info .remove,
    .folder-listing .file .info .more,
    .folder-listing .file .info .remove,
    .file-listing .folder .info .more,
    .file-listing .folder .info .remove,
    .file-listing .file .info .more,
    .file-listing .file .info .remove {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      position: absolute;
      top: 12px;
      right: 4px;
      color: #999999; }

.user-listing {
  padding: 20px;
  min-height: 100%; }
  .user-listing .user {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    display: inline-block;
    width: 200px;
    margin: 20px;
    background-color: #FFFFFF;
    cursor: pointer; }
    .user-listing .user:hover .group {
      opacity: 0.8; }
    .user-listing .user:hover .info .more,
    .user-listing .user:hover .info .name {
      color: #3498DB; }
    .user-listing .user:hover.online .online {
      opacity: 1; }
    .user-listing .user:active {
      -moz-transform: scale(0.98);
      -o-transform: scale(0.98);
      -ms-transform: scale(0.98);
      -webkit-transform: scale(0.98);
      transform: scale(0.98);
      -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.22);
      -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.22);
      box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.22); }
    .user-listing .user.online .info {
      border-top: 4px solid #3498DB;
      margin-top: -4px; }
    .user-listing .user img {
      width: 200px;
      height: 200px;
      border-bottom: 1px solid #EEEEEE; }
    .user-listing .user .group,
    .user-listing .user .online {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      position: absolute;
      top: 175px;
      right: 10px;
      padding: 2px 3px 2px 3px;
      background-color: #3498DB;
      color: #FFFFFF;
      font-size: 10px;
      font-weight: 500;
      text-transform: uppercase;
      opacity: 0; }
    .user-listing .user .group {
      background-color: #FFFFFF;
      color: #666666;
      left: 10px;
      right: auto; }
    .user-listing .user .info {
      position: relative;
      padding: 10px;
      width: 100%;
      text-align: left; }
      .user-listing .user .info .name {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        font-weight: 500; }
      .user-listing .user .info .position {
        font-size: 12px;
        font-weight: 500;
        font-style: italic;
        color: #999999; }
      .user-listing .user .info .more {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        position: absolute;
        top: 10px;
        right: 4px;
        color: #999999; }
      .user-listing .user .info .extended {
        border-top: 1px solid #EEEEEE;
        margin-top: 10px;
        padding-top: 10px;
        font-size: 12px;
        font-weight: 500;
        line-height: 22px;
        color: #999999; }
        .user-listing .user .info .extended .material-icons {
          font-size: 18px;
          margin-right: 4px;
          vertical-align: middle;
          color: #CCCCCC; }

.mention {
  -webkit-transition: all 400ms ease-in-out 0ms;
  -moz-transition: all 400ms ease-in-out 0ms;
  -o-transition: all 400ms ease-in-out 0ms;
  -ms-transition: all 400ms ease-in-out 0ms;
  transition: all 400ms ease-in-out 0ms;
  color: #3498DB;
  cursor: pointer; }
  .mention:hover {
    color: #2383c4; }

.mention-choice img {
  width: 30px;
  margin-right: 5px; }

.message {
  position: absolute;
  top: 0;
  left: 40%;
  width: 60%;
  height: 100%;
  padding: 40px;
  min-width: 500px;
  overflow: auto;
  background-color: #FFFFFF;
  z-index: 1; }
  .message .details .avatar {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    cursor: pointer; }
    .message .details .avatar:hover {
      opacity: 0.8; }
  .message .details .from {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    position: absolute;
    top: 60px;
    left: 120px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer; }
    .message .details .from:hover {
      color: #3498DB; }
  .message .details .timeago {
    position: absolute;
    top: 63px;
    right: 40px;
    font-size: 13px;
    font-weight: 500;
    color: #CCCCCC; }
  .message .details h1 {
    margin-top: 100px;
    margin-bottom: 4px; }
  .message .details input.subject {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-top: 100px;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    font-size: 30px;
    font-weight: 300;
    color: #666666;
    padding: 10px 0 20px 0; }
    .message .details input.subject:focus {
      border-bottom: 1px solid #3498DB;
      -webkit-box-shadow: 0px 0px 0px 0px transparent;
      -moz-box-shadow: 0px 0px 0px 0px transparent;
      box-shadow: 0px 0px 0px 0px transparent; }
  .message .details .recipients .twitter-typeahead {
    height: 40px;
    margin-bottom: 4px;
    width: 100%; }
    .message .details .recipients .twitter-typeahead input.recipients {
      border: none;
      padding: 0;
      margin-bottom: 10px; }
      .message .details .recipients .twitter-typeahead input.recipients:focus {
        -webkit-box-shadow: 0px 0px 0px 0px transparent;
        -moz-box-shadow: 0px 0px 0px 0px transparent;
        box-shadow: 0px 0px 0px 0px transparent; }
    .message .details .recipients .twitter-typeahead .tt-hint {
      color: #CCCCCC; }
    .message .details .recipients .twitter-typeahead .tt-dropdown-menu {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      top: 20px;
      padding: 3px 0;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      background-color: #FFFFFF;
      min-width: 300px; }
    .message .details .recipients .twitter-typeahead .tt-suggestions {
      margin-right: 0 !important; }
    .message .details .recipients .twitter-typeahead .tt-suggestion {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      display: block;
      padding: 0px 20px;
      clear: both;
      font-weight: normal;
      white-space: nowrap;
      font-size: 12px;
      margin-right: 0 !important;
      cursor: pointer; }
      .message .details .recipients .twitter-typeahead .tt-suggestion:hover {
        color: #3498DB; }
    .message .details .recipients .twitter-typeahead .tt-is-under-cursor {
      color: #3498DB; }
  .message .details .to {
    color: #CCCCCC;
    margin-bottom: 30px;
    font-weight: 500; }
    .message .details .to span {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background-color: #EEEEEE;
      padding: 3px 6px;
      color: #999999;
      margin-right: 4px;
      cursor: pointer; }
      .message .details .to span:hover {
        background-color: #E53935;
        color: #FFFFFF; }
      .message .details .to span .material-icons {
        font-size: 16px;
        margin-right: 4px;
        vertical-align: middle;
        margin-top: -3px; }
  .message .attachments {
    margin-top: 20px;
    margin-left: -20px; }
  .message .seen {
    margin-top: 20px;
    margin-bottom: -15px;
    font-size: 11px;
    color: #DDDDDD;
    font-weight: 500; }
    .message .seen a {
      -webkit-transition: all 400ms ease-in-out 0ms;
      -moz-transition: all 400ms ease-in-out 0ms;
      -o-transition: all 400ms ease-in-out 0ms;
      -ms-transition: all 400ms ease-in-out 0ms;
      transition: all 400ms ease-in-out 0ms;
      cursor: pointer; }
      .message .seen a:hover {
        color: #999999; }
    .message .seen .material-icons {
      font-size: 16px;
      vertical-align: middle;
      margin-top: -2px;
      margin-right: 4px; }
  .message .body {
    max-width: 800px;
    color: #666666;
    font-size: 16px;
    line-height: 30px; }
  .message .button-group .button {
    -webkit-transition: all 400ms ease-in-out 0ms;
    -moz-transition: all 400ms ease-in-out 0ms;
    -o-transition: all 400ms ease-in-out 0ms;
    -ms-transition: all 400ms ease-in-out 0ms;
    transition: all 400ms ease-in-out 0ms;
    display: inline-block;
    min-width: 200px;
    margin-top: 20px; }
    .message .button-group .button.hidden {
      display: none; }
    .message .button-group .button.subdued {
      min-width: 40px;
      width: 40px;
      margin-left: 20px;
      padding-left: 10px; }
  .message .response {
    position: relative;
    margin-top: 40px;
    border-top: 1px solid #EEEEEE;
    padding-top: 80px; }
    .message .response .avatar {
      top: 20px;
      left: 0px;
      width: 40px;
      height: 40px;
      cursor: pointer; }
      .message .response .avatar:hover {
        opacity: 0.8; }
    .message .response .from {
      top: 28px;
      left: 60px;
      font-size: 16px;
      cursor: pointer; }
      .message .response .from:hover {
        color: #3498DB; }
    .message .response .timeago {
      top: 23px;
      right: 0px; }
  .message .compose textarea {
    display: block;
    min-height: 300px;
    font-size: 15px; }
  .message .reply {
    margin-top: 40px;
    border-top: 1px solid #EEEEEE;
    margin-bottom: 20px;
    min-height: 300px; }
    .message .reply.active textarea {
      height: 180px; }
    .message .reply textarea {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      margin-top: 40px;
      display: block;
      padding: 20px;
      border: none;
      resize: none;
      width: 100%;
      max-width: 800px;
      height: 100px;
      color: #999999;
      font-size: 16px;
      line-height: 30px;
      background-color: #f6f6f6; }
      .message .reply textarea:focus {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
    .message .reply .button {
      -webkit-transition: all 400ms ease-in-out 0ms;
      -moz-transition: all 400ms ease-in-out 0ms;
      -o-transition: all 400ms ease-in-out 0ms;
      -ms-transition: all 400ms ease-in-out 0ms;
      transition: all 400ms ease-in-out 0ms;
      display: inline-block;
      min-width: 200px;
      margin-top: 20px; }
      .message .reply .button.subdued {
        min-width: 40px;
        width: 40px;
        margin-left: 20px;
        padding-left: 10px; }
  .message .close-message {
    -webkit-transition: all 400ms ease-in-out 0ms;
    -moz-transition: all 400ms ease-in-out 0ms;
    -o-transition: all 400ms ease-in-out 0ms;
    -ms-transition: all 400ms ease-in-out 0ms;
    transition: all 400ms ease-in-out 0ms;
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -20px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    padding-top: 4px;
    padding-left: 2px;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #EEEEEE;
    text-align: center;
    display: none; }
    .message .close-message .material-icons {
      font-size: 32px; }
    .message .close-message:active, .message .close-message:focus, .message .close-message:hover {
      background-color: #3498DB; }
  .message .resize-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    width: 11px;
    cursor: col-resize; }

.message-listing {
  -webkit-transition: border-color 200ms ease-in-out 0ms;
  -moz-transition: border-color 200ms ease-in-out 0ms;
  -o-transition: border-color 200ms ease-in-out 0ms;
  -ms-transition: border-color 200ms ease-in-out 0ms;
  transition: border-color 200ms ease-in-out 0ms;
  border-right: 1px solid #EEEEEE;
  min-width: 300px;
  width: 40%;
  height: 100%;
  overflow: auto; }
  .message-listing.resize-hover {
    border-color: #CCCCCC; }
  .message-listing.resize-active {
    border-color: #3498DB; }
  .message-listing.empty {
    width: 100%; }
    .message-listing.empty .no-items {
      left: 5%;
      width: 30%;
      margin-left: 0px; }
  .message-listing .message-preview {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    position: relative;
    padding: 16px;
    color: #999999;
    line-height: 22px;
    font-size: 14px;
    padding: 20px 20px 20px 40px;
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
    max-height: 150px;
    overflow: hidden; }
    .message-listing .message-preview.unread {
      background-color: #FFFFFF; }
      .message-listing .message-preview.unread .unread-indicator {
        margin-left: 0;
        opacity: 1; }
      .message-listing .message-preview.unread .byline .subject {
        margin-left: 14px; }
    .message-listing .message-preview.archived .byline .subject {
      color: #999999; }
    .message-listing .message-preview.selected, .message-listing .message-preview.active {
      background-color: #FFFFFF; }
      .message-listing .message-preview.selected .active-indicator, .message-listing .message-preview.active .active-indicator {
        width: 4px;
        opacity: 1; }
      .message-listing .message-preview.selected .byline .subject, .message-listing .message-preview.active .byline .subject {
        color: #3498DB; }
    .message-listing .message-preview:hover .byline .subject {
      color: #3498DB; }
    .message-listing .message-preview .message-select {
      position: absolute;
      top: 22px;
      left: 8px; }
    .message-listing .message-preview .active-indicator {
      -webkit-transition: all 400ms ease-in-out 0ms;
      -moz-transition: all 400ms ease-in-out 0ms;
      -o-transition: all 400ms ease-in-out 0ms;
      -ms-transition: all 400ms ease-in-out 0ms;
      transition: all 400ms ease-in-out 0ms;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0px;
      background-color: #3498DB;
      opacity: 0; }
    .message-listing .message-preview .unread-indicator {
      -webkit-transition: all 400ms ease-in-out 0ms;
      -moz-transition: all 400ms ease-in-out 0ms;
      -o-transition: all 400ms ease-in-out 0ms;
      -ms-transition: all 400ms ease-in-out 0ms;
      transition: all 400ms ease-in-out 0ms;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      position: absolute;
      top: 27px;
      left: 20;
      width: 8px;
      height: 8px;
      background-color: #3498DB;
      margin-left: -16px;
      opacity: 0; }
    .message-listing .message-preview .timeago {
      position: absolute;
      right: 20px;
      top: 20px;
      text-align: right;
      font-size: 12px;
      font-weight: 500;
      color: #CCCCCC; }
      .message-listing .message-preview .timeago .material-icons {
        font-size: 14px;
        vertical-align: middle;
        margin-top: -2px; }
    .message-listing .message-preview .body {
      max-height: 70px;
      overflow: hidden; }
    .message-listing .message-preview .byline {
      position: relative;
      margin-bottom: 4px;
      font-size: 13px;
      font-weight: 500;
      color: #CCCCCC;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 30px; }
      .message-listing .message-preview .byline .subject {
        -webkit-transition: all 400ms ease-in-out 0ms;
        -moz-transition: all 400ms ease-in-out 0ms;
        -o-transition: all 400ms ease-in-out 0ms;
        -ms-transition: all 400ms ease-in-out 0ms;
        transition: all 400ms ease-in-out 0ms;
        color: #333333;
        margin-right: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .message-listing .message-preview .byline .subject .count {
          opacity: 0.5; }
        .message-listing .message-preview .byline .subject .is-chat,
        .message-listing .message-preview .byline .subject .has-attachment {
          font-size: 16px;
          color: #CCCCCC;
          vertical-align: middle;
          margin-top: -2px;
          margin-left: 4px; }
      .message-listing .message-preview .byline .recipients {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 14px;
        margin-bottom: 4px; }
      .message-listing .message-preview .byline .avatar {
        display: none;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -20px;
        width: 40px;
        height: 40px;
        overflow: hidden;
        border: 2px solid #FFFFFF; }
        .message-listing .message-preview .byline .avatar img {
          width: 100%; }

.fields .field {
  position: relative;
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 30px 30px 20px;
  white-space: nowrap; }
  .fields .field:last-child {
    padding-bottom: 100px;
    border-bottom: none; }
  .fields .field.break-header {
    text-align: center;
    background-color: #FFFFFF;
    white-space: normal; }
    .fields .field.break-header h3 {
      color: #666666;
      font-size: 16px;
      font-weight: 500;
      text-transform: none; }
    .fields .field.break-header h6 {
      max-width: 400px;
      margin: 10px auto 0; }
    .fields .field.break-header.translation {
      color: #CCCCCC;
      font-size: 18px;
      font-weight: 500; }
      .fields .field.break-header.translation .translation-picker {
        position: relative;
        display: inline-block; }
        .fields .field.break-header.translation .translation-picker .current-language {
          color: #3498DB; }
        .fields .field.break-header.translation .translation-picker .select-arrow {
          background-color: inherit;
          color: #3498DB;
          margin-left: -10px;
          vertical-align: middle;
          margin-top: -4px; }
        .fields .field.break-header.translation .translation-picker .select-container {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0; }
          .fields .field.break-header.translation .translation-picker .select-container select {
            margin-left: 4px;
            background-color: inherit;
            border: none;
            padding: 0 14px 0 0;
            color: #3498DB;
            cursor: pointer; }
            .fields .field.break-header.translation .translation-picker .select-container select:focus {
              box-shadow: none; }
  .fields .field.batch-edit .batch-edit-label {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    display: block;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -22px;
    margin-left: -200px;
    text-align: center;
    color: #999999;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: not-allowed; }
    .fields .field.batch-edit .batch-edit-label .button {
      -webkit-box-shadow: 0 0 0 4px white;
      -moz-box-shadow: 0 0 0 4px white;
      box-shadow: 0 0 0 4px white; }
      .fields .field.batch-edit .batch-edit-label .button .material-icons {
        font-size: 18px;
        margin-right: 4px; }
  .fields .field.batch-edit .cancel-batch-edit {
    opacity: 0; }
  .fields .field.batch-edit:hover .batch-edit-label {
    color: #3498DB; }
  .fields .field.batch-edit:hover:after {
    opacity: 0.5; }
  .fields .field.batch-edit:after {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #FFFFFF;
    opacity: 0.95;
    cursor: not-allowed;
    z-index: 9; }
  .fields .field .batch-edit-label {
    display: none; }
  .fields .field .label {
    white-space: normal;
    display: inline-block;
    width: 180px;
    padding-top: 4px;
    padding-right: 20px;
    font-weight: 500;
    color: #333333; }
    .fields .field .label .translation-note {
      padding-top: 4px;
      font-size: 12px;
      color: #3498DB; }
    .fields .field .label .comment {
      padding-top: 4px;
      font-size: 12px;
      font-style: italic;
      color: #999999;
      max-width: 400px; }
    .fields .field .label .required {
      font-size: 8px;
      color: #3498DB;
      vertical-align: middle;
      margin-top: -8px;
      cursor: default; }
    .fields .field .label .cancel-batch-edit {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      color: #E53935;
      cursor: pointer;
      font-size: 11px;
      margin-left: 5px; }
      .fields .field .label .cancel-batch-edit:hover {
        color: #891412; }
  .fields .field .interface {
    position: relative;
    white-space: normal;
    display: inline-block;
    width: calc(100% - 180px);
    vertical-align: top; }
    .fields .field .interface.offset-bottom {
      margin-bottom: -20px; }
    .fields .field .interface table tbody tr td {
      height: 40px; }
    .fields .field .interface input,
    .fields .field .interface textarea,
    .fields .field .interface select {
      font-size: 14px;
      line-height: 14px;
      width: auto; }
    .fields .field .interface input {
      width: 100%;
      max-width: 400px; }
      .fields .field .interface input.small {
        max-width: 150px; }
      .fields .field .interface input.medium {
        max-width: 300px; }
    .fields .field .interface textarea {
      position: relative;
      width: 100%;
      max-width: 400px;
      min-height: 140px;
      line-height: 18px;
      height: auto; }
    .fields .field .interface select {
      padding-right: 36px;
      width: 100%;
      max-width: 200px; }
    .fields .field .interface input[type="checkbox"].custom-checkbox + label {
      display: inline-block; }
    .fields .field .interface input[type="checkbox"],
    .fields .field .interface input[type="radio"] {
      max-width: auto;
      width: auto; }
    .fields .field .interface input[type="date"] {
      max-width: auto;
      width: 170px;
      margin-right: 20px; }
    .fields .field .interface input[type="time"] {
      width: 170px;
      min-width: auto; }
    .fields .field .interface input[type="range"] {
      padding: 0;
      max-width: 340px;
      -webkit-appearance: none;
      border: none;
      margin-right: 10px;
      vertical-align: middle; }
      .fields .field .interface input[type="range"]::-webkit-slider-runnable-track {
        width: 300px;
        height: 4px;
        background: #DDDDDD;
        box-shadow: none;
        border: none;
        border-radius: 3px; }
      .fields .field .interface input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        box-shadow: none;
        border: none;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background: #3498DB;
        margin-top: -5px;
        cursor: ew-resize; }
      .fields .field .interface input[type="range"]:focus {
        box-shadow: none; }
    .fields .field .interface select[multiple] {
      height: auto;
      min-height: 128px; }
    .fields .field .interface input.filesize {
      max-width: 100px;
      min-width: auto;
      margin-right: 5px; }
    .fields .field .interface select.filesize {
      max-width: 100px;
      min-width: auto;
      height: 40px; }
    .fields .field .interface .currency-input {
      position: relative;
      display: inline-block; }
      .fields .field .interface .currency-input input {
        padding-left: 24px;
        max-width: 170px;
        min-width: auto;
        margin-right: 5px; }
      .fields .field .interface .currency-input .symbol {
        position: absolute;
        left: 12px;
        top: 12px;
        font-size: 14px;
        color: #999999; }
    .fields .field .interface select.currency {
      max-width: 100px;
      min-width: auto;
      height: 40px; }
    .fields .field .interface .file-preview {
      width: 100%; }
      .fields .field .interface .file-preview img {
        display: block;
        height: auto;
        max-width: 100%;
        max-height: 600px;
        object-fit: contain;
        object-position: left; }
      .fields .field .interface .file-preview iframe {
        max-width: 100%;
        max-height: 600px; }
    .fields .field .interface .directus-user {
      position: relative;
      font-size: 14px;
      font-weight: 500;
      color: #3498DB;
      margin-right: 40px;
      display: inline-block; }
      .fields .field .interface .directus-user img {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        vertical-align: middle;
        width: 50px;
        height: 50px;
        border: 2px solid #3498DB;
        margin-right: 10px; }
      .fields .field .interface .directus-user .online {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        display: inline-block;
        position: absolute;
        top: 40px;
        left: 5px;
        padding: 2px 3px 2px 3px;
        background-color: #3498DB;
        color: #FFFFFF;
        font-size: 10px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 11px; }
    .fields .field .interface .char-count {
      position: relative;
      display: inline-block; }
      .fields .field .interface .char-count .char-remaining {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        position: absolute;
        top: 13px;
        right: -43px;
        color: #3498DB;
        text-align: left;
        width: 30px;
        font-weight: 500;
        font-size: 12px;
        opacity: 0; }
      .fields .field .interface .char-count input:focus + .char-remaining {
        opacity: 1.0; }
    .fields .field .interface .slider-value {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      font-size: 18px;
      display: inline-block;
      color: #CCCCCC;
      width: 100px;
      min-width: auto;
      vertical-align: middle;
      border: none;
      padding: 0;
      height: auto; }
      .fields .field .interface .slider-value:focus {
        box-shadow: none;
        color: #3498DB; }
      .fields .field .interface .slider-value::-webkit-outer-spin-button, .fields .field .interface .slider-value::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    .fields .field .interface input[type="range"]:focus + .slider-value,
    .fields .field .interface input[type="range"]:active + .slider-value {
      color: #3498DB; }
    .fields .field .interface .toggle-directus-tables {
      margin-top: 10px; }
    .fields .field .interface .attachments.multiple .dropzone {
      display: inline-block;
      width: 200px;
      margin: 20px;
      height: 249px;
      padding: 50px 20px;
      vertical-align: top; }
    .fields .field .interface .attachments .file .info .remove:hover {
      color: #E53935; }
    .fields .field .interface .thumbnail-sizes {
      display: inline-block;
      margin-right: 20px;
      margin-bottom: 20px;
      color: #999999;
      font-size: 12px; }
      .fields .field .interface .thumbnail-sizes .thumb {
        position: relative;
        display: block;
        margin-bottom: 6px;
        cursor: pointer;
        background-color: #EEEEEE;
        min-width: 100px;
        text-align: center;
        line-height: 0; }
        .fields .field .interface .thumbnail-sizes .thumb:hover .crop {
          opacity: 1; }
        .fields .field .interface .thumbnail-sizes .thumb .crop {
          -webkit-transition: all 200ms ease-in-out 0ms;
          -moz-transition: all 200ms ease-in-out 0ms;
          -o-transition: all 200ms ease-in-out 0ms;
          -ms-transition: all 200ms ease-in-out 0ms;
          transition: all 200ms ease-in-out 0ms;
          -webkit-border-radius: 40px;
          -moz-border-radius: 40px;
          border-radius: 40px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -22px;
          margin-left: -22px;
          background-color: #FFFFFF;
          padding: 10px;
          opacity: 0; }
          .fields .field .interface .thumbnail-sizes .thumb .crop .material-icons {
            color: #3498DB; }
    .fields .field .interface .template-string {
      position: relative; }
      .fields .field .interface .template-string input {
        font-family: monospace; }
      .fields .field .interface .template-string .highlights {
        pointer-events: none;
        position: absolute;
        font-family: monospace;
        top: 0;
        left: 13px;
        right: 13px;
        bottom: 0;
        padding: 13px 0;
        font-size: 14px;
        font-weight: 300;
        overflow: scroll;
        white-space: pre;
        color: transparent;
        letter-spacing: inherit;
        line-height: inherit; }
        .fields .field .interface .template-string .highlights::-webkit-scrollbar {
          display: none; }
        .fields .field .interface .template-string .highlights .highlight {
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          position: relative;
          background-color: rgba(52, 152, 219, 0.3);
          padding: 2px 0; }
          .fields .field .interface .template-string .highlights .highlight.invalid {
            background-color: rgba(229, 57, 53, 0.3); }
      .fields .field .interface .template-string .description {
        margin-top: 10px;
        color: #CCCCCC;
        font-size: 12px;
        font-style: italic; }
        .fields .field .interface .template-string .description.invalid {
          color: #eb6562; }
    .fields .field .interface .table-container {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #EEEEEE;
      overflow-x: auto; }
      .fields .field .interface .table-container.max-height {
        max-height: 402px;
        overflow: auto; }
      .fields .field .interface .table-container table tbody tr:last-child {
        border-bottom: none; }
      .fields .field .interface .table-container table tbody tr td.relational-remove {
        -webkit-transition: color 200ms ease-in-out 0ms;
        -moz-transition: color 200ms ease-in-out 0ms;
        -o-transition: color 200ms ease-in-out 0ms;
        -ms-transition: color 200ms ease-in-out 0ms;
        transition: color 200ms ease-in-out 0ms;
        width: 44px;
        min-width: auto;
        color: #666666;
        text-align: center; }
        .fields .field .interface .table-container table tbody tr td.relational-remove:hover {
          color: #E53935; }
    .fields .field .interface .asset {
      width: 100%;
      max-height: 600px;
      overflow: hidden; }
      .fields .field .interface .asset img {
        max-width: 100%;
        max-height: 100%; }
    .fields .field .interface .button-group .button {
      margin-top: 20px;
      margin-right: 20px; }
      .fields .field .interface .button-group .button:last-child {
        margin-right: 0; }
    .fields .field .interface .accountability {
      display: inline-block;
      color: #999999; }
      .fields .field .interface .accountability .select-container {
        display: block;
        margin-top: 4px; }
    .fields .field .interface .map {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      width: 100%;
      min-height: 400px;
      border: 1px solid #EEEEEE; }
    .fields .field .interface .map-search {
      margin-top: 20px;
      margin-left: 20px; }
    .fields .field .interface .map-clear,
    .fields .field .interface .lat-long {
      display: inline-block;
      color: #CCCCCC;
      font-size: 12px;
      margin-top: 5px; }
    .fields .field .interface .map-clear {
      color: #3498DB;
      cursor: pointer;
      margin-left: 10px; }
    .fields .field .interface .wysiwyg {
      height: 100%;
      border-left: 1px solid #EEEEEE;
      margin-top: -30px;
      margin-bottom: -30px; }
      .fields .field .interface .wysiwyg .full-screen-label {
        display: none; }
      .fields .field .interface .wysiwyg.full-screen {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        background-color: #EEEEEE;
        z-index: 101; }
        .fields .field .interface .wysiwyg.full-screen textarea {
          -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
          display: block;
          margin: 0 auto 100px;
          min-height: 60%;
          padding: 100px 80px 80px 80px; }
        .fields .field .interface .wysiwyg.full-screen .full-screen-toggle {
          background-color: #999999;
          color: #FFFFFF;
          bottom: 30px;
          right: 30px; }
          .fields .field .interface .wysiwyg.full-screen .full-screen-toggle:hover {
            background-color: #3498DB;
            color: #FFFFFF; }
        .fields .field .interface .wysiwyg.full-screen .full-screen-label {
          display: block;
          width: 100%;
          text-align: center;
          margin: 80px auto 40px;
          color: #CCCCCC; }
      .fields .field .interface .wysiwyg textarea {
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0);
        padding: 0;
        border: none;
        resize: none;
        width: 100%;
        min-height: 400px;
        padding: 30px;
        line-height: 24px;
        max-width: 800px;
        max-height: 1200px; }
      .fields .field .interface .wysiwyg .full-screen-toggle {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #EEEEEE;
        width: 40px;
        height: 40px;
        color: #999999;
        padding: 8px;
        cursor: pointer; }
        .fields .field .interface .wysiwyg .full-screen-toggle:hover {
          background-color: #3498DB;
          color: #FFFFFF; }
    .fields .field .interface .dropzone {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px dashed #999999;
      background-color: #FFFFFF;
      padding: 30px;
      width: 400px;
      text-align: center;
      color: #EEEEEE;
      cursor: pointer;
      text-transform: uppercase; }
      .fields .field .interface .dropzone .cloud {
        font-size: 100px;
        margin-top: -10px; }
      .fields .field .interface .dropzone .drag-and-drop {
        font-size: 22px;
        font-weight: 700; }
      .fields .field .interface .dropzone .click-to-browse {
        margin-top: 2px;
        font-size: 14px; }
      .fields .field .interface .dropzone:hover {
        border-color: #3498DB;
        color: #3498DB; }
    .fields .field .interface .color.active input {
      width: 110px;
      min-width: 110px; }
    .fields .field .interface .color.active .current-swatch {
      opacity: 1; }
    .fields .field .interface .color.active .swatches {
      left: 127px; }
    .fields .field .interface .color label {
      position: absolute;
      top: 13px;
      left: 13px;
      color: #CCCCCC; }
    .fields .field .interface .color input {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      padding-left: 22px;
      width: 90px;
      min-width: 90px;
      margin-right: 20px;
      text-transform: uppercase;
      vertical-align: top; }
    .fields .field .interface .color .swatches {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      display: inline-block;
      width: calc(100% - 140px);
      padding-top: 8px; }
    .fields .field .interface .color .current-swatch,
    .fields .field .interface .color .swatch {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      display: inline-block;
      width: 30px;
      height: 30px;
      padding: 4px;
      margin-left: 2px;
      margin-top: -4px;
      margin-bottom: 8px;
      vertical-align: middle;
      border: 1px solid transparent;
      cursor: pointer; }
      .fields .field .interface .color .current-swatch:hover .material-icons,
      .fields .field .interface .color .swatch:hover .material-icons {
        opacity: 0.5; }
      .fields .field .interface .color .current-swatch:active .material-icons,
      .fields .field .interface .color .swatch:active .material-icons {
        opacity: 1; }
      .fields .field .interface .color .current-swatch.active .material-icons,
      .fields .field .interface .color .swatch.active .material-icons {
        opacity: 1; }
      .fields .field .interface .color .current-swatch.white,
      .fields .field .interface .color .swatch.white {
        border-color: #999999; }
        .fields .field .interface .color .current-swatch.white .material-icons,
        .fields .field .interface .color .swatch.white .material-icons {
          color: #666666; }
      .fields .field .interface .color .current-swatch .material-icons,
      .fields .field .interface .color .swatch .material-icons {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        color: #FFFFFF;
        font-size: 20px;
        opacity: 0; }
    .fields .field .interface .color .current-swatch {
      position: absolute;
      top: 14px;
      left: 77px;
      opacity: 0;
      width: 20px;
      height: 20px;
      margin-left: 2px;
      margin-top: -4px;
      padding: 2px; }
      .fields .field .interface .color .current-swatch:hover .material-icons {
        opacity: 1; }
      .fields .field .interface .color .current-swatch .material-icons {
        font-size: 14px; }
    .fields .field .interface .tag-container {
      margin-top: 10px;
      max-width: 800px; }
      .fields .field .interface .tag-container .tag {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        display: inline-block;
        padding: 6px 10px;
        margin-top: 10px;
        margin-right: 10px;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        color: #FFFFFF;
        background-color: #999999;
        cursor: pointer; }
        .fields .field .interface .tag-container .tag:hover {
          background-color: #E53935;
          color: #FFFFFF; }

.interface-field table td:hover .privilege-shortcuts {
  opacity: 1; }
.interface-field table td .privilege-shortcuts {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  font-size: 11px;
  font-weight: 500;
  padding-left: 6px;
  opacity: 0; }
  .interface-field table td .privilege-shortcuts .all {
    color: #3498DB;
    padding-right: 2px;
    cursor: pointer; }
  .interface-field table td .privilege-shortcuts .none {
    color: #E53935;
    padding-left: 2px;
    cursor: pointer; }

.page.settings-container hr {
  margin: 30px 40px; }
.page.settings-container .settings-modules {
  padding: 40px 20px 0 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around; }
  .page.settings-container .settings-modules .settings-module {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block;
    position: relative;
    width: 30%;
    background-color: #FFFFFF;
    color: #333333;
    overflow: hidden;
    margin-bottom: 40px; }
    .page.settings-container .settings-modules .settings-module.disabled .icon-header .material-icons {
      color: #DDDDDD; }
    .page.settings-container .settings-modules .settings-module.disabled .description {
      color: #DDDDDD; }
      .page.settings-container .settings-modules .settings-module.disabled .description h1 {
        color: #999999; }
    .page.settings-container .settings-modules .settings-module .icon-header {
      background-color: #FFFFFF;
      padding-top: 20px;
      padding-bottom: 0; }
      .page.settings-container .settings-modules .settings-module .icon-header .material-icons {
        color: #3498DB;
        display: block;
        text-align: center;
        font-size: 72px; }
    .page.settings-container .settings-modules .settings-module .description {
      padding: 10px 30px 60px 30px;
      font-size: 14px;
      color: #999999;
      line-height: 19px;
      margin-top: 10px;
      margin-bottom: 40px;
      min-height: 200px; }
      .page.settings-container .settings-modules .settings-module .description h1 {
        line-height: 28px;
        font-size: 26px;
        color: #333333;
        margin-bottom: 10px; }
    .page.settings-container .settings-modules .settings-module .button {
      position: absolute;
      bottom: 30px;
      left: 30px;
      right: 30px; }
.page.settings-container .marketplace {
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  transition: all 200ms ease-in-out 0ms;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  background-color: #3498DB;
  color: #FFFFFF;
  text-align: center;
  margin: 70px 40px 120px 40px;
  padding: 60px 30px 60px 30px;
  cursor: pointer;
  overflow: hidden;
  font-size: 12px; }
  .page.settings-container .marketplace:hover {
    background-color: #217dbb; }
    .page.settings-container .marketplace:hover h1 {
      -moz-transform: scale(1.04);
      -o-transform: scale(1.04);
      -ms-transform: scale(1.04);
      -webkit-transform: scale(1.04);
      transform: scale(1.04); }
  .page.settings-container .marketplace:active h1 {
    -moz-transform: scale(0.96);
    -o-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -webkit-transform: scale(0.96);
    transform: scale(0.96); }
  .page.settings-container .marketplace h1 {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    color: #FFFFFF;
    font-size: 36px; }
  .page.settings-container .marketplace .float {
    position: absolute;
    opacity: 0.2;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
    .page.settings-container .marketplace .float.animate {
      animation-name: floating; }
    .page.settings-container .marketplace .float .material-icons {
      font-size: inherit; }
    .page.settings-container .marketplace .float.pos-1 {
      top: 5%;
      left: 8%;
      font-size: 5.6em;
      animation-duration: 5.2s; }
      .page.settings-container .marketplace .float.pos-1 .material-icons {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .page.settings-container .marketplace .float.pos-2 {
      top: 8%;
      left: 93%;
      font-size: 4.2em;
      animation-duration: 3.4s; }
      .page.settings-container .marketplace .float.pos-2 .material-icons {
        -moz-transform: rotate(12deg);
        -o-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg); }
    .page.settings-container .marketplace .float.pos-3 {
      top: 14%;
      left: 34%;
      font-size: 4.1em;
      animation-duration: 3.5s; }
      .page.settings-container .marketplace .float.pos-3 .material-icons {
        -moz-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg); }
    .page.settings-container .marketplace .float.pos-4 {
      top: 73%;
      left: 70%;
      font-size: 3.6em;
      animation-duration: 4.6s; }
      .page.settings-container .marketplace .float.pos-4 .material-icons {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .page.settings-container .marketplace .float.pos-5 {
      top: 9%;
      left: 42%;
      font-size: 2.4em;
      animation-duration: 4.7s; }
      .page.settings-container .marketplace .float.pos-5 .material-icons {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .page.settings-container .marketplace .float.pos-6 {
      top: 24%;
      left: 22%;
      font-size: 3.3em;
      animation-duration: 4.8s; }
      .page.settings-container .marketplace .float.pos-6 .material-icons {
        -moz-transform: rotate(-7deg);
        -o-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg); }
    .page.settings-container .marketplace .float.pos-7 {
      top: 45%;
      left: 66%;
      font-size: 2.0em;
      animation-duration: 4.9s; }
      .page.settings-container .marketplace .float.pos-7 .material-icons {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .page.settings-container .marketplace .float.pos-8 {
      top: 59%;
      left: 14%;
      font-size: 3.5em;
      animation-duration: 3.0s; }
      .page.settings-container .marketplace .float.pos-8 .material-icons {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .page.settings-container .marketplace .float.pos-9 {
      top: 55%;
      left: 94%;
      font-size: 8.0em;
      animation-duration: 5.1s; }
      .page.settings-container .marketplace .float.pos-9 .material-icons {
        -moz-transform: rotate(-13deg);
        -o-transform: rotate(-13deg);
        -ms-transform: rotate(-13deg);
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg); }
    .page.settings-container .marketplace .float.pos-10 {
      top: 14%;
      left: 80%;
      font-size: 3.1em;
      animation-duration: 4.2s; }
      .page.settings-container .marketplace .float.pos-10 .material-icons {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .page.settings-container .marketplace .float.pos-11 {
      top: 97%;
      left: 40%;
      font-size: 4.3em;
      animation-duration: 3.3s; }
      .page.settings-container .marketplace .float.pos-11 .material-icons {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .page.settings-container .marketplace .float.pos-12 {
      top: 38%;
      left: 2%;
      font-size: 2.8em;
      animation-duration: 4.4s; }
      .page.settings-container .marketplace .float.pos-12 .material-icons {
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg); }
    .page.settings-container .marketplace .float.pos-13 {
      top: 71%;
      left: 54%;
      font-size: 4.2em;
      animation-duration: 3.5s; }
      .page.settings-container .marketplace .float.pos-13 .material-icons {
        -moz-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg); }
    .page.settings-container .marketplace .float.pos-14 {
      top: -5%;
      left: 70%;
      font-size: 5.5em;
      animation-duration: 3.6s; }
      .page.settings-container .marketplace .float.pos-14 .material-icons {
        -moz-transform: rotate(4deg);
        -o-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg); }
    .page.settings-container .marketplace .float.pos-15 {
      top: 13%;
      left: 58%;
      font-size: 3.9em;
      animation-duration: 3.7s; }
      .page.settings-container .marketplace .float.pos-15 .material-icons {
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg); }
    .page.settings-container .marketplace .float.pos-16 {
      top: 57%;
      left: 28%;
      font-size: 6.9em;
      animation-duration: 5.8s; }
      .page.settings-container .marketplace .float.pos-16 .material-icons {
        -moz-transform: rotate(-4deg);
        -o-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg); }
    .page.settings-container .marketplace .float.pos-17 {
      top: 60%;
      left: 44%;
      font-size: 3.9em;
      animation-duration: 4.9s; }
      .page.settings-container .marketplace .float.pos-17 .material-icons {
        -moz-transform: rotate(-13deg);
        -o-transform: rotate(-13deg);
        -ms-transform: rotate(-13deg);
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg); }
    .page.settings-container .marketplace .float.pos-18 {
      top: 48%;
      left: 76%;
      font-size: 4.2em;
      animation-duration: 3.0s; }
      .page.settings-container .marketplace .float.pos-18 .material-icons {
        -moz-transform: rotate(-4deg);
        -o-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg); }
    .page.settings-container .marketplace .float.pos-19 {
      top: 64%;
      left: 89%;
      font-size: 2.6em;
      animation-duration: 4.1s; }
      .page.settings-container .marketplace .float.pos-19 .material-icons {
        -moz-transform: rotate(42deg);
        -o-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
        -webkit-transform: rotate(42deg);
        transform: rotate(42deg); }
    .page.settings-container .marketplace .float.pos-20 {
      top: 60%;
      left: 3%;
      font-size: 7.1em;
      animation-duration: 5.2s; }
      .page.settings-container .marketplace .float.pos-20 .material-icons {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .page.settings-container .marketplace .float.pos-21 {
      top: 25%;
      left: 87%;
      font-size: 3.9em;
      animation-duration: 4.3s; }
      .page.settings-container .marketplace .float.pos-21 .material-icons {
        -moz-transform: rotate(23deg);
        -o-transform: rotate(23deg);
        -ms-transform: rotate(23deg);
        -webkit-transform: rotate(23deg);
        transform: rotate(23deg); }
    .page.settings-container .marketplace .float.pos-22 {
      top: -23%;
      left: -3%;
      font-size: 7.8em;
      animation-duration: 5.4s; }
      .page.settings-container .marketplace .float.pos-22 .material-icons {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .page.settings-container .marketplace .float.pos-23 {
      top: 65%;
      left: 81%;
      font-size: 6.0em;
      animation-duration: 5.5s; }
      .page.settings-container .marketplace .float.pos-23 .material-icons {
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg); }
    .page.settings-container .marketplace .float.pos-24 {
      top: 58%;
      left: 61%;
      font-size: 3.7em;
      animation-duration: 3.6s; }
      .page.settings-container .marketplace .float.pos-24 .material-icons {
        -moz-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg); }
    .page.settings-container .marketplace .float.pos-25 {
      top: -5%;
      left: 16%;
      font-size: 4.0em;
      animation-duration: 3.7s; }
      .page.settings-container .marketplace .float.pos-25 .material-icons {
        -moz-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg); }
    .page.settings-container .marketplace .float.pos-26 {
      top: 1%;
      left: 86%;
      font-size: 2.8em;
      animation-duration: 4.8s; }
      .page.settings-container .marketplace .float.pos-26 .material-icons {
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg); }
    .page.settings-container .marketplace .float.pos-27 {
      top: 70%;
      left: 21%;
      font-size: 2.9em;
      animation-duration: 4.9s; }
      .page.settings-container .marketplace .float.pos-27 .material-icons {
        -moz-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg); }
    .page.settings-container .marketplace .float.pos-28 {
      top: 3%;
      left: 27%;
      font-size: 3.4em;
      animation-duration: 3.0s; }
      .page.settings-container .marketplace .float.pos-28 .material-icons {
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg); }
    .page.settings-container .marketplace .float.pos-29 {
      top: -7%;
      left: 48%;
      font-size: 5.7em;
      animation-duration: 5.1s; }
      .page.settings-container .marketplace .float.pos-29 .material-icons {
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg); }
    .page.settings-container .marketplace .float.pos-30 {
      top: 5%;
      left: 64%;
      font-size: 2.8em;
      animation-duration: 4.2s; }
      .page.settings-container .marketplace .float.pos-30 .material-icons {
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg); }

.page.marketplace-container {
  background-color: #f6f6f6; }
  .page.marketplace-container hr {
    margin: 30px 40px; }
  .page.marketplace-container .featured {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    background-color: #3498DB;
    color: #FFFFFF;
    text-align: center;
    margin: 40px 40px 40px 40px;
    padding: 100px 30px 100px 30px;
    cursor: pointer;
    overflow: hidden;
    font-size: 12px; }
    .page.marketplace-container .featured:hover {
      background-color: #217dbb; }
      .page.marketplace-container .featured:hover h1 {
        -moz-transform: scale(1.04);
        -o-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -webkit-transform: scale(1.04);
        transform: scale(1.04); }
    .page.marketplace-container .featured:active h1 {
      -moz-transform: scale(0.96);
      -o-transform: scale(0.96);
      -ms-transform: scale(0.96);
      -webkit-transform: scale(0.96);
      transform: scale(0.96); }
    .page.marketplace-container .featured h1 {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      color: #FFFFFF;
      font-size: 36px; }
  .page.marketplace-container table {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
    background-color: #FFFFFF; }
    .page.marketplace-container table .verified-author {
      margin-left: 4px;
      font-size: 18px;
      color: #3498DB;
      vertical-align: middle;
      margin-top: -4px; }
    .page.marketplace-container table tbody tr td.settings-addon-status {
      width: auto;
      min-width: 100px;
      text-align: right; }
      .page.marketplace-container table tbody tr td.settings-addon-status .install-addon,
      .page.marketplace-container table tbody tr td.settings-addon-status .remove-addon {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        display: inline-block;
        background-color: #EEEEEE;
        color: #CCCCCC;
        padding: 6px 10px;
        margin-right: 6px;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase; }
        .page.marketplace-container table tbody tr td.settings-addon-status .install-addon:hover,
        .page.marketplace-container table tbody tr td.settings-addon-status .remove-addon:hover {
          background-color: #E53935;
          color: #FFFFFF; }
      .page.marketplace-container table tbody tr td.settings-addon-status .install-addon {
        background-color: #3498DB;
        color: #FFFFFF; }
        .page.marketplace-container table tbody tr td.settings-addon-status .install-addon:hover {
          background-color: #217dbb; }
  .page.marketplace-container .marketplace-modules {
    padding: 0;
    margin: 40px 20px 0 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around; }
    .page.marketplace-container .marketplace-modules .marketplace-module {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      cursor: pointer;
      display: inline-block;
      position: relative;
      width: 23%;
      background-color: #FFFFFF;
      color: #333333;
      overflow: hidden;
      margin-bottom: 40px; }
      .page.marketplace-container .marketplace-modules .marketplace-module:hover {
        background-color: #eef7fc; }
        .page.marketplace-container .marketplace-modules .marketplace-module:hover .description {
          color: #3498DB; }
          .page.marketplace-container .marketplace-modules .marketplace-module:hover .description h1 {
            color: #3498DB; }
      .page.marketplace-container .marketplace-modules .marketplace-module.active {
        background-color: #3498DB;
        color: #FFFFFF; }
        .page.marketplace-container .marketplace-modules .marketplace-module.active .icon-header .material-icons {
          color: #FFFFFF; }
        .page.marketplace-container .marketplace-modules .marketplace-module.active .description {
          color: #FFFFFF; }
          .page.marketplace-container .marketplace-modules .marketplace-module.active .description h1 {
            color: #FFFFFF; }
      .page.marketplace-container .marketplace-modules .marketplace-module .icon-header {
        padding-top: 20px;
        padding-bottom: 0; }
        .page.marketplace-container .marketplace-modules .marketplace-module .icon-header .material-icons {
          color: #3498DB;
          display: block;
          text-align: center;
          font-size: 60px; }
      .page.marketplace-container .marketplace-modules .marketplace-module .description {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        padding: 10px 30px 20px 30px;
        font-size: 14px;
        color: #999999;
        line-height: 19px;
        margin-top: 10px;
        margin-bottom: 0px;
        min-height: 200px; }
        .page.marketplace-container .marketplace-modules .marketplace-module .description h1 {
          -webkit-transition: all 200ms ease-in-out 0ms;
          -moz-transition: all 200ms ease-in-out 0ms;
          -o-transition: all 200ms ease-in-out 0ms;
          -ms-transition: all 200ms ease-in-out 0ms;
          transition: all 200ms ease-in-out 0ms;
          line-height: 28px;
          font-size: 26px;
          color: #333333;
          margin-bottom: 10px; }
      .page.marketplace-container .marketplace-modules .marketplace-module .button {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        display: none; }

body.login {
  background-color: #EEEEEE; }
  body.login .directus {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    padding: 10px;
    text-align: center;
    color: #999999;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: 9px;
    text-transform: uppercase;
    z-index: 4;
    cursor: help; }
    body.login .directus:hover {
      color: #3498DB; }
  body.login .notifications {
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
    z-index: 4; }
    body.login .notifications .notification {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      animation: pulsate-opacity 2s ease-out;
      animation-iteration-count: infinite;
      background-color: #FFFFFF;
      color: #999999;
      display: inline-block;
      padding: 10px 14px 8px 14px;
      max-width: 400px; }
      body.login .notifications .notification.serious {
        color: #E53935; }
      body.login .notifications .notification .material-icons {
        vertical-align: middle;
        margin-right: 10px;
        margin-top: -2px; }
  body.login .login-panel {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 260px;
    height: 260px;
    margin-left: -130px;
    margin-top: -150px;
    z-index: 2; }
    body.login .login-panel h1 {
      padding-bottom: 5px;
      color: #666666;
      text-align: center; }
    body.login .login-panel p {
      color: #999999;
      font-size: 13px;
      line-height: 20px;
      padding-bottom: 15px;
      letter-spacing: -0.2px;
      text-align: center; }
    body.login .login-panel .input {
      position: relative;
      margin-bottom: 20px; }
      body.login .login-panel .input .material-icons {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        position: absolute;
        top: 12px;
        left: 10px;
        font-size: 16px;
        color: #DDDDDD;
        pointer-events: none; }
        body.login .login-panel .input .material-icons.focus-color.active {
          color: #3498DB; }
      body.login .login-panel .input input {
        padding-left: 30px;
        font-size: 14px;
        border-color: #DDDDDD;
        background-color: #FFFFFF !important;
        outline: 10px solid transparent; }
        body.login .login-panel .input input:focus {
          border-color: #FFFFFF; }
        body.login .login-panel .input input.password {
          padding-right: 30px; }
    body.login .login-panel button {
      width: 100%; }
    body.login .login-panel .forgot {
      -webkit-transition: all 200ms ease-in-out 0ms;
      -moz-transition: all 200ms ease-in-out 0ms;
      -o-transition: all 200ms ease-in-out 0ms;
      -ms-transition: all 200ms ease-in-out 0ms;
      transition: all 200ms ease-in-out 0ms;
      pointer-events: auto;
      cursor: pointer;
      text-align: center;
      margin-top: 20px;
      color: #CCCCCC; }
      body.login .login-panel .forgot:hover {
        color: #3498DB; }
    body.login .login-panel .hr-label {
      position: relative;
      margin-top: 20px;
      margin-bottom: 20px; }
      body.login .login-panel .hr-label hr {
        position: absolute;
        top: 0;
        border-color: #DDDDDD;
        width: 100px; }
        body.login .login-panel .hr-label hr:nth-child(1) {
          left: 0; }
        body.login .login-panel .hr-label hr:nth-child(2) {
          right: 0; }
      body.login .login-panel .hr-label .label {
        text-transform: uppercase;
        color: #DDDDDD;
        font-weight: 700;
        font-size: 11px;
        width: 100%;
        text-align: center; }
    body.login .login-panel .alt-auth {
      text-align: center; }
      body.login .login-panel .alt-auth .tile {
        -webkit-transition: all 200ms ease-in-out 0ms;
        -moz-transition: all 200ms ease-in-out 0ms;
        -o-transition: all 200ms ease-in-out 0ms;
        -ms-transition: all 200ms ease-in-out 0ms;
        transition: all 200ms ease-in-out 0ms;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        position: relative;
        display: inline-block;
        background-color: #CCCCCC;
        color: #FFFFFF;
        width: 40px;
        height: 40px;
        padding: 8px;
        text-align: center;
        cursor: pointer;
        margin: 0 5px; }
        body.login .login-panel .alt-auth .tile:hover {
          background-color: #3498DB; }
        body.login .login-panel .alt-auth .tile:nth-child(4) {
          margin-right: 0; }
        body.login .login-panel .alt-auth .tile.google img {
          margin-top: 1px;
          margin-left: 1px; }
        body.login .login-panel .alt-auth .tile.facebook img {
          margin-top: 1px;
          margin-left: 7px; }
        body.login .login-panel .alt-auth .tile.twitter img {
          margin-top: 3px;
          margin-left: 2px; }
        body.login .login-panel .alt-auth .tile.github img {
          margin-top: 0;
          margin-left: 0; }
        body.login .login-panel .alt-auth .tile img {
          display: block; }
  body.login .processing {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(238, 238, 238, 0.75);
    opacity: 0;
    z-index: 0; }
    body.login .processing.blocking {
      z-index: 3; }
    body.login .processing.fading {
      opacity: 1; }
    body.login .processing .loading-container {
      -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      position: absolute;
      bottom: 68px;
      left: 50%;
      width: 200px;
      height: 4px;
      margin-left: -100px;
      background-color: #FFFFFF; }
      body.login .processing .loading-container .loading-bar {
        -webkit-transition: all 4000ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        -moz-transition: all 4000ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        -o-transition: all 4000ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        -ms-transition: all 4000ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        transition: all 4000ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        animation: pulsate-login 1s ease-out;
        animation-iteration-count: infinite;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0%;
        background-color: #3498DB; }
        body.login .processing .loading-container .loading-bar.step-1 {
          width: 80%; }
        body.login .processing .loading-container .loading-bar.step-2 {
          width: 99%; }
        body.login .processing .loading-container .loading-bar.error {
          background-color: #E53935; }
  body.login .glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    margin-top: -270px;
    margin-left: -250px;
    z-index: 1;
    background-color: #EEEEEE;
    background: -webkit-radial-gradient(#FFFFFF 0%, #EEEEEE 60%);
    background: -o-radial-gradient(#FFFFFF 0%, #EEEEEE 60%);
    background: -moz-radial-gradient(#FFFFFF 0%, #EEEEEE 60%);
    background: radial-gradient(#FFFFFF 0%, #EEEEEE 60%); }

@media only screen and (max-width: 1600px) {
  .fields .field {
    padding: 30px; }
    .fields .field .label {
      display: block;
      width: 100%;
      padding: 0;
      margin-bottom: 10px; }
    .fields .field .interface {
      display: block;
      width: 100%; }
      .fields .field .interface .wysiwyg {
        border-left: none;
        margin-top: 0;
        margin-bottom: 0; }
        .fields .field .interface .wysiwyg textarea {
          padding: 0; } }
@media only screen and (max-width: 1200px) {
  body.right-sidebar-open .right-sidebar,
  body.right-sidebar-open-wide .right-sidebar {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    border-left: 1px solid #DDDDDD; }
  body.right-sidebar-open .page .page-container .main-container,
  body.right-sidebar-open-wide .page .page-container .main-container {
    margin-right: 200px; }

  .view-calendar .days .day.active .items {
    bottom: 5px;
    left: 8px;
    right: 4px; }
  .view-calendar .days .day .items {
    position: absolute;
    bottom: 6px;
    left: 10px;
    right: 6px;
    width: auto; }
    .view-calendar .days .day .items .item {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      width: 10px;
      height: 10px;
      float: left;
      margin-right: 4px;
      margin-bottom: 4px;
      padding: 0;
      text-indent: 100px; }

  .user-listing {
    padding: 15px; }
    .user-listing .user {
      width: 140px;
      margin: 15px; }
      .user-listing .user img {
        width: 140px;
        height: 140px; }
      .user-listing .user .group,
      .user-listing .user .online {
        top: 115px; }
      .user-listing .user .info .more {
        display: none; }

  .attachments,
  .folder-listing,
  .file-listing {
    padding: 15px; }
    .attachments .folder .folder-icon,
    .folder-listing .folder .folder-icon,
    .file-listing .folder .folder-icon {
      width: 140px;
      height: 140px; }
      .attachments .folder .folder-icon .material-icons,
      .folder-listing .folder .folder-icon .material-icons,
      .file-listing .folder .folder-icon .material-icons {
        font-size: 100px;
        margin-top: 20px; }
    .attachments .folder,
    .attachments .file,
    .folder-listing .folder,
    .folder-listing .file,
    .file-listing .folder,
    .file-listing .file {
      width: 140px;
      margin: 15px; }
      .attachments .folder img,
      .attachments .file img,
      .folder-listing .folder img,
      .folder-listing .file img,
      .file-listing .folder img,
      .file-listing .file img {
        height: 140px; }
      .attachments .folder .extension-fallback,
      .attachments .file .extension-fallback,
      .folder-listing .folder .extension-fallback,
      .folder-listing .file .extension-fallback,
      .file-listing .folder .extension-fallback,
      .file-listing .file .extension-fallback {
        height: 140px;
        padding-top: 60px;
        font-size: 24px; }
      .attachments .folder .type,
      .attachments .file .type,
      .folder-listing .folder .type,
      .folder-listing .file .type,
      .file-listing .folder .type,
      .file-listing .file .type {
        top: 115px; }
      .attachments .folder .info .more,
      .attachments .file .info .more,
      .folder-listing .folder .info .more,
      .folder-listing .file .info .more,
      .file-listing .folder .info .more,
      .file-listing .file .info .more {
        display: none; }

  .fields .field .interface .attachments.multiple .dropzone {
    width: 140px;
    height: 189px;
    margin: 15px; }
    .fields .field .interface .attachments.multiple .dropzone .cloud {
      font-size: 60px;
      margin-top: -30px; } }
@media only screen and (max-width: 1000px) {
  .message {
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -o-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    left: 100% !important;
    width: 100% !important;
    min-width: 500px;
    background-color: #FFFFFF; }
    .message .close-message {
      display: block; }
    .message.show-responsive-message {
      left: 0px !important;
      right: -100% !important; }

  .message-listing {
    width: 100%; }

  .resize-handle {
    display: none; }

  .header .tools-right .filter {
    display: none; }
  .header .actions .action.filter-toggle {
    display: inline-block; }
  .header .breadcrumb {
    font-size: 22px; }

  .page.settings-container .settings-modules {
    display: block;
    flex-direction: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    height: auto;
    margin: 0 40px;
    padding-bottom: 40px; }
    .page.settings-container .settings-modules .settings-module {
      width: 100%;
      margin-top: 40px;
      margin-bottom: 0; }
      .page.settings-container .settings-modules .settings-module .description {
        padding-top: 20px; }
      .page.settings-container .settings-modules .settings-module .icon-header {
        display: none; }
      .page.settings-container .settings-modules .settings-module .button {
        width: 240px; }
  .page.settings-container .marketplace {
    font-size: 10px; } }
@media only screen and (max-width: 800px) {
  .header .logo {
    left: -200px; }
  .header .breadcrumb {
    font-size: 20px;
    left: 10px; }
    .header .breadcrumb .veggieburger {
      display: inline-block; }
    .header .breadcrumb .separator {
      display: none; }
    .header .breadcrumb .crumb {
      display: none; }
      .header .breadcrumb .crumb.active {
        display: inline; }
  .header .fading-separator {
    display: none; }

  .sidebar {
    left: -200px; }
    .sidebar ul.menu li {
      font-size: 14px;
      padding: 8px 20px 8px 20px; }
    .sidebar ul.menu.bookmarks li {
      padding: 8px 35px 8px 20px; }

  .right-sidebar {
    left: -200px; }

  .right-sidebar {
    left: auto; }

  .page {
    left: 0; }

  table.fixed-header thead {
    left: 0; }

  body.sidebar-open .header .logo {
    left: -200px; }
  body.sidebar-open .sidebar {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    left: 0; }
  body.sidebar-open .table-sidebar {
    left: auto; }

  body.right-sidebar-open .right-sidebar,
  body.right-sidebar-open-wide .right-sidebar {
    right: 0; }
  body.right-sidebar-open .page .page-container .main-container,
  body.right-sidebar-open-wide .page .page-container .main-container {
    margin-right: 200px; }

  .view-calendar header {
    padding: 20px; }
    .view-calendar header .next-month {
      top: 20px;
      right: 20px; }
    .view-calendar header .prev-month {
      top: 20px;
      left: 20px; }
  .view-calendar .days {
    top: 113px; } }
@media only screen and (max-width: 600px) {
  .header .tools-right .filter {
    display: none; }

  .smoke .modal.confirm .modal-bg {
    min-width: 90%; }

  .page.settings-container .settings-modules .settings-module .button {
    width: auto; } }
@media only screen and (max-width: 500px) {
  .fields .field .interface input {
    min-width: auto;
    width: 100%; }
  .fields .field .interface input[type="date"] {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px; }
  .fields .field .interface input[type="time"] {
    width: 100%; }
  .fields .field .interface input[type="range"] {
    width: 75%;
    margin-right: 4%;
    min-width: auto; }
  .fields .field .interface .slider-value {
    width: 20%;
    text-align: center; }
  .fields .field .interface textarea {
    min-width: 100%; }
  .fields .field .interface select {
    min-width: 100%; }
  .fields .field .interface .char-count {
    min-width: 100%; }
    .fields .field .interface .char-count input {
      padding-right: 40px; }
    .fields .field .interface .char-count .char-remaining {
      right: 13px;
      text-align: right; }
  .fields .field .interface .map-search {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%; }
  .fields .field .interface .dropzone {
    width: 100%; }

  .header .tools-right .filter {
    position: absolute;
    top: 64px;
    left: 0%;
    right: 0%;
    width: 100%;
    margin-top: 0;
    text-align: right;
    background-color: #FFFFFF; }
    .header .tools-right .filter input.general {
      font-size: 18px;
      padding-left: 50px;
      padding-right: 20px;
      padding-top: 10px;
      padding-bottom: 10px;
      height: 50px; }
    .header .tools-right .filter .search {
      left: 20px;
      top: 13px; }
    .header .tools-right .filter .filter-dropdown-toggle {
      display: none; }

  .items-chart {
    margin: 40px 20px 0 0px;
    height: 140px; }

  table.charted.fixed-header thead {
    top: 244px; }

  .message {
    min-width: auto;
    padding: 30px;
    font-size: 13px;
    line-height: 28px; }
    .message .details.original .avatar {
      left: 30px; }
    .message .details.original .from {
      left: 110px; }
    .message .details.original .timeago {
      right: 30px;
      top: 61px; }
    .message .response .details .timeago {
      top: 29px; } }

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