/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* @group Base */

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px 0;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.chosen-hide { display: none; }
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.date-picker
{
  width:170px;
  height:25px;
  padding:0;
  border:0;
  line-height:25px;
  padding-left:10px;
  font-size:12px;
  font-family:Arial;
  font-weight:bold;
  cursor:pointer;
  color:#303030;
  position:relative;
  z-index:2;
}
.date-picker-wrapper
{
  position:absolute;
  z-index:1;
  border:1px solid #bfbfbf;
  background-color:#efefef;
  width:428px;
  padding: 5px 12px;
  font-size:12px;
  line-height:20px;
  color:#aaa;
  font-family:Arial;
  box-shadow:3px 3px 10px rgba(0,0,0,0.5);
}
.date-picker-wrapper.single-date {
  width:auto;
}
.date-picker-wrapper.no-shortcuts { padding-bottom:12px;}
.date-picker-wrapper .footer
{
  font-size:11px;
  padding-top: 3px;
}
.date-picker-wrapper b
{
  color:#666;
  font-weight:700;
}
.date-picker-wrapper a
{
  color: rgb(107, 180, 214);
  text-decoration:underline;
}
.date-picker-wrapper .month-wrapper
{
  border:1px solid #bfbfbf;
  border-radius:3px;
  background-color:#fff;
  padding:5px;
  cursor:default;
  position:relative;
  _overflow:hidden;
}
.date-picker-wrapper .month-wrapper table
{
  width:190px;
  float:left;
}
.date-picker-wrapper .month-wrapper table.month2
{
  width:190px;
  float:right;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td
{
  vertical-align:middle;
  text-align:center;
  line-height:14px;
  margin : 0px;
  padding : 0px;
}
.date-picker-wrapper .month-wrapper table .day
{
  height:19px;
  line-height:19px;
  font-size:12px;
  margin-bottom:1px;
  color:#999;
  cursor:default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth
{
  color:#999;
  cursor:default;
}
.date-picker-wrapper .month-wrapper table .day.checked
{
  background-color: rgb(156, 219, 247);
}
.date-picker-wrapper .month-wrapper table .week-name
{
  height:20px;
  line-height:20px;
  font-weight:100;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip { cursor:help !important;}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid
{
  color:#333;
  cursor:pointer;
}

.date-picker-wrapper .month-wrapper table .day.real-today { background-color: rgb(255, 230, 132); }
.date-picker-wrapper .month-wrapper table .day.real-today.checked { background-color: rgb(112, 204, 213); }


.date-picker-wrapper table .caption
{
  height:40px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev
{
  padding:0 5px;
  cursor:pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover
{
  background-color:#ccc;
  color:white;
}
.date-picker-wrapper .gap
{
  position:absolute;
  display:none;
  top:0px;
  left:204px;
  z-index: 1;
  width:15px;
  height: 100%;
  background-color:red;
  font-size:0;
  line-height:0;
}
.date-picker-wrapper .gap .gap-lines { height: 100%; overflow:hidden; }
.date-picker-wrapper .gap .gap-line { height:15px;width:15px; position:relative;  }
.date-picker-wrapper .gap .gap-line .gap-1 { z-index:1; height:0; border-left:8px solid white; border-top:8px solid #eee;border-bottom:8px solid #eee; }
.date-picker-wrapper .gap .gap-line .gap-2 { position:absolute; right:0; top:0px; z-index:2; height:0; border-left:8px solid transparent; border-top:8px solid white; }
.date-picker-wrapper .gap .gap-line .gap-3 { position:absolute; right:0; top:8px; z-index:2; height:0; border-left:8px solid transparent; border-bottom:8px solid white; }
.date-picker-wrapper .gap .gap-top-mask { width: 6px; height:1px; position:absolute; top: -1px; left: 1px; background-color: #eee; z-index:3; }
.date-picker-wrapper .gap .gap-bottom-mask { width: 6px; height:1px; position:absolute; bottom: -1px; left: 7px; background-color: #eee; z-index:3; }

.date-picker-wrapper .selected-days
{
  display:none;
}
.date-picker-wrapper .drp_top-bar
{
  line-height:40px;
  height:40px;
  position:relative;
}
.date-picker-wrapper .drp_top-bar .error-top { display:none; }
.date-picker-wrapper .drp_top-bar .normal-top { display:none; }
.date-picker-wrapper .drp_top-bar .default-top { display:block; }

.date-picker-wrapper .drp_top-bar.error .default-top { display:none; }
.date-picker-wrapper .drp_top-bar.error .error-top { display:block; color:red; }

.date-picker-wrapper .drp_top-bar.normal .default-top { display:none; }
.date-picker-wrapper .drp_top-bar.normal .normal-top { display:block; }

.date-picker-wrapper .drp_top-bar .apply-btn
{
  position:absolute;
  right: 0px;
  top: 6px;
  padding:3px 5px;
  margin:0;
  font-size:12px;
  border-radius:4px;
  cursor:pointer;

  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top,  #00adee,  #0078a5);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color:white;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled
{
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top,  #fff,  #ededed);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
/*time styling*/
.time {
  position: relative;
}
.time input[type=range] {
  vertical-align: middle;
}
.time1, .time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}
.time1 {
  float: left;
}
.time2 {
  float: right;
}
.hour, .minute {
  text-align: right;
}
.hide {
  display: none;
}
/**
 * simplemde v1.7.4
 * Copyright Next Step Webs, Inc.
 * @link https://github.com/NextStepWebs/simplemde-markdown-editor
 * @license MIT
 */

.CodeMirror{color:#000}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror,.CodeMirror-scroll{min-height:300px}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected,.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0 0}.CodeMirror{height:auto;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:10px;font:inherit}.CodeMirror-fullscreen{background:#fff;position:fixed!important;top:50px;left:0;right:0;bottom:0;height:auto;z-index:9}.CodeMirror-sided{width:50%!important}.editor-toolbar{position:relative;opacity:.6;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:0 10px;border-top:1px solid #bbb;border-left:1px solid #bbb;border-right:1px solid #bbb;border-top-left-radius:4px;border-top-right-radius:4px}.editor-toolbar:after,.editor-toolbar:before{display:block;content:' ';height:1px}.editor-toolbar:before{margin-bottom:8px}.editor-toolbar:after{margin-top:8px}.editor-toolbar:hover,.editor-wrapper input.title:focus,.editor-wrapper input.title:hover{opacity:.8}.editor-toolbar.fullscreen{width:100%;height:50px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding-top:10px;padding-bottom:10px;box-sizing:border-box;background:#fff;border:0;position:fixed;top:0;left:0;opacity:1;z-index:9}.editor-toolbar.fullscreen::before{width:20px;height:50px;background:-moz-linear-gradient(left,rgba(255,255,255,1) 0,rgba(125,185,232,.01) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,1)),color-stop(100%,rgba(125,185,232,.01)));background:-webkit-linear-gradient(left,rgba(255,255,255,1) 0,rgba(125,185,232,.01) 100%);background:-o-linear-gradient(left,rgba(255,255,255,1) 0,rgba(125,185,232,.01) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,1) 0,rgba(125,185,232,.01) 100%);background:linear-gradient(to right,rgba(255,255,255,1) 0,rgba(125,185,232,.01) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#037db9e8', GradientType=1);position:fixed;top:0;left:0;margin:0;padding:0}.editor-toolbar.fullscreen::after{width:20px;height:50px;background:-moz-linear-gradient(left,rgba(125,185,232,.01) 0,rgba(254,254,255,1) 99%,rgba(255,255,255,1) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(125,185,232,.01)),color-stop(99%,rgba(254,254,255,1)),color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(left,rgba(125,185,232,.01) 0,rgba(254,254,255,1) 99%,rgba(255,255,255,1) 100%);background:-o-linear-gradient(left,rgba(125,185,232,.01) 0,rgba(254,254,255,1) 99%,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(left,rgba(125,185,232,.01) 0,rgba(254,254,255,1) 99%,rgba(255,255,255,1) 100%);background:linear-gradient(to right,rgba(125,185,232,.01) 0,rgba(254,254,255,1) 99%,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#037db9e8', endColorstr='#ffffff', GradientType=1);position:fixed;top:0;right:0;margin:0;padding:0}.editor-toolbar a{display:inline-block;text-align:center;text-decoration:none!important;color:#2c3e50!important;width:30px;height:30px;margin:0;border:1px solid transparent;border-radius:3px;cursor:pointer}.editor-toolbar a.active,.editor-toolbar a:hover{background:#fcfcfc;border-color:#95a5a6}.editor-toolbar a:before{line-height:30px}.editor-toolbar i.separator{display:inline-block;width:0;border-left:1px solid #d9d9d9;border-right:1px solid #fff;color:transparent;text-indent:-10px;margin:0 6px}.editor-toolbar a.fa-header-x:after{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:65%;vertical-align:text-bottom;position:relative;top:2px}.editor-toolbar a.fa-header-1:after{content:"1"}.editor-toolbar a.fa-header-2:after{content:"2"}.editor-toolbar a.fa-header-3:after{content:"3"}.editor-toolbar a.fa-header-bigger:after{content:"▲"}.editor-toolbar a.fa-header-smaller:after{content:"▼"}.editor-toolbar.disabled-for-preview a:not(.no-disable){pointer-events:none;background:#fff;border-color:transparent;text-shadow:inherit}@media only screen and (max-width:700px){.editor-toolbar a.no-mobile{display:none}}.editor-statusbar{padding:8px 10px;font-size:9pt;color:#959694;text-align:right}.editor-statusbar span{display:inline-block;min-width:4em;margin-left:1em}.editor-preview,.editor-preview-side{padding:10px;background:#fafafa;z-index:9999;overflow:auto;display:none;box-sizing:border-box}.editor-statusbar .lines:before{content:'lines: '}.editor-statusbar .words:before{content:'words: '}.editor-preview{position:absolute;width:100%;height:100%;top:0;left:0}.editor-preview-side{position:fixed;bottom:0;width:50%;top:50px;right:0;border:1px solid #ddd}.editor-preview-active,.editor-preview-active-side{display:block}.editor-preview-side>p,.editor-preview>p{margin-top:0}.editor-preview pre,.editor-preview-side pre{background:#eee;margin-bottom:10px}.editor-preview table td,.editor-preview table th,.editor-preview-side table td,.editor-preview-side table th{border:1px solid #ddd;padding:5px}.CodeMirror .CodeMirror-selected{background:#d9d9d9}.CodeMirror .CodeMirror-code .cm-header-1{font-size:200%;line-height:200%}.CodeMirror .CodeMirror-code .cm-header-2{font-size:160%;line-height:160%}.CodeMirror .CodeMirror-code .cm-header-3{font-size:125%;line-height:125%}.CodeMirror .CodeMirror-code .cm-header-4{font-size:110%;line-height:110%}.CodeMirror .CodeMirror-code .cm-comment{background:rgba(0,0,0,.05);border-radius:2px}.CodeMirror .CodeMirror-code .cm-link{color:#7f8c8d}.CodeMirror .CodeMirror-code .cm-url{color:#aab2b3}.CodeMirror .CodeMirror-code .cm-strikethrough{text-decoration:line-through}.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment){background:rgba(255,0,0,.15)}
/**
 * Trumbowyg v2.5.1 - A lightweight WYSIWYG editor
 * Default stylesheet for Trumbowyg editor
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */


#trumbowyg-icons {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0; }
  #trumbowyg-icons svg {
    height: 0;
    width: 0; }

.trumbowyg-box *,
.trumbowyg-box *::before,
.trumbowyg-box *::after {
  box-sizing: border-box; }

.trumbowyg-box svg {
  width: 17px;
  height: 100%;
  fill: #222; }

.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  position: relative;
  border: 1px solid #DDD;
  width: 100%;
  min-height: 300px;
  margin: 17px auto; }

.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto; }

.trumbowyg-box.trumbowyg-fullscreen {
  background: #FEFEFE;
  border: none !important; }

.trumbowyg-editor,
.trumbowyg-textarea {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  min-height: 300px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: none;
  overflow: auto; }

.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
  color: transparent !important;
  text-shadow: 0 0 7px #333; }
  @media screen and (min-width: 0 \0 ) {
    .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
      color: rgba(200, 200, 200, 0.6) !important; } }
  @supports (-ms-accelerator: true) {
    .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
      color: rgba(200, 200, 200, 0.6) !important; } }

.trumbowyg-box-blur .trumbowyg-editor img,
.trumbowyg-box-blur .trumbowyg-editor hr {
  opacity: 0.2; }

.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: none;
  white-space: normal;
  font-size: 14px;
  font-family: "Inconsolata", "Consolas", "Courier", "Courier New", sans-serif;
  line-height: 18px; }

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  height: 1px !important;
  width: 25%;
  min-height: 0 !important;
  padding: 0 !important;
  background: none;
  opacity: 0 !important; }

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block; }

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none; }

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
  opacity: 0.8;
  background: none; }

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
  content: attr(placeholder);
  color: #999;
  pointer-events: none; }

.trumbowyg-button-pane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%;
  min-height: 36px;
  background: #ecf0f1;
  border-bottom: 1px solid #d7e0e2;
  margin: 0;
  padding: 0 5px;
  list-style-type: none;
  line-height: 10px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .trumbowyg-button-pane::after {
    content: " ";
    display: block;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #d7e0e2; }
  .trumbowyg-button-pane .trumbowyg-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    .trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
      color: transparent; }
    .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) + .trumbowyg-button-group::before {
      content: " ";
      display: block;
      width: 1px;
      background: #d7e0e2;
      margin: 0 5px;
      height: 35px; }
  .trumbowyg-button-pane button {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    padding: 1px 6px !important;
    margin-bottom: 1px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: none;
    -webkit-transition: background-color 150ms, opacity 150ms;
            transition: background-color 150ms, opacity 150ms; }
    .trumbowyg-button-pane button.trumbowyg-textual-button {
      width: auto;
      line-height: 35px; }
  .trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
  .trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
    opacity: 0.2;
    cursor: default; }
  .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,
  .trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
    background: #e3e9eb; }
  .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
  .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
  .trumbowyg-button-pane button.trumbowyg-active {
    background-color: #FFF;
    outline: none; }
  .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    display: block;
    content: " ";
    position: absolute;
    top: 25px;
    right: 3px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #555; }
  .trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
    padding-left: 10px !important;
    padding-right: 18px !important; }
    .trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
      top: 17px;
      right: 7px; }
  .trumbowyg-button-pane .trumbowyg-right {
    margin-left: auto; }
    .trumbowyg-button-pane .trumbowyg-right::before {
      display: none !important; }

.trumbowyg-dropdown {
  width: 200px;
  border: 1px solid #ecf0f1;
  padding: 5px 0;
  border-top: none;
  background: #FFF;
  margin-left: -1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px; }
  .trumbowyg-dropdown button {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    background: #FFF;
    padding: 0 10px;
    color: #333 !important;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    -webkit-transition: all 150ms;
            transition: all 150ms; }
    .trumbowyg-dropdown button:hover, .trumbowyg-dropdown button:focus {
      background: #ecf0f1; }
    .trumbowyg-dropdown button svg {
      float: left;
      margin-right: 14px; }

/* Modal box */
.trumbowyg-modal {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 520px;
  width: 100%;
  height: 350px;
  z-index: 11;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.trumbowyg-modal-box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 500px;
  width: calc(100% - 20px);
  padding-bottom: 45px;
  z-index: 1;
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .trumbowyg-modal-box .trumbowyg-modal-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 15px 0 13px;
    display: block;
    border-bottom: 1px solid #EEE;
    color: #333;
    background: #fbfcfc; }
  .trumbowyg-modal-box .trumbowyg-progress {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 58px; }
    .trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
      background: #2BC06A;
      height: 100%;
      -webkit-transition: width 150ms linear;
              transition: width 150ms linear; }
  .trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 29px;
    line-height: 29px;
    overflow: hidden; }
    .trumbowyg-modal-box label .trumbowyg-input-infos {
      display: block;
      text-align: left;
      height: 25px;
      line-height: 25px;
      -webkit-transition: all 150ms;
              transition: all 150ms; }
      .trumbowyg-modal-box label .trumbowyg-input-infos span {
        display: block;
        color: #69878f;
        background-color: #fbfcfc;
        border: 1px solid #DEDEDE;
        padding: 0 7px;
        width: 150px; }
      .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
        color: #e74c3c; }
    .trumbowyg-modal-box label.trumbowyg-input-error input,
    .trumbowyg-modal-box label.trumbowyg-input-error textarea {
      border: 1px solid #e74c3c; }
    .trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
      margin-top: -27px; }
    .trumbowyg-modal-box label input {
      position: absolute;
      top: 0;
      right: 0;
      height: 27px;
      line-height: 27px;
      border: 1px solid #DEDEDE;
      background: #fff;
      font-size: 14px;
      max-width: 330px;
      width: 70%;
      padding: 0 7px;
      -webkit-transition: all 150ms;
              transition: all 150ms; }
      .trumbowyg-modal-box label input:hover, .trumbowyg-modal-box label input:focus {
        outline: none;
        border: 1px solid #95a5a6; }
      .trumbowyg-modal-box label input:focus {
        background: #fbfcfc; }
  .trumbowyg-modal-box .error {
    margin-top: 25px;
    display: block;
    color: red; }
  .trumbowyg-modal-box .trumbowyg-modal-button {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-decoration: none;
    color: #FFF;
    display: block;
    width: 100px;
    height: 35px;
    line-height: 33px;
    margin: 0 10px;
    background-color: #333;
    border: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
    font-size: 16px;
    -webkit-transition: all 150ms;
            transition: all 150ms; }
    .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
      right: 110px;
      background: #2bc06a; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
        background: #40d47e;
        outline: none; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
        background: #25a25a; }
    .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
      color: #555;
      background: #e6e6e6; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
        background: #fbfbfb;
        outline: none; }
      .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
        background: #d5d5d5; }

.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  left: 0;
  display: none;
  z-index: 10; }

/**
 * Fullscreen
 */
body.trumbowyg-body-fullscreen {
  overflow: hidden; }

.trumbowyg-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 99999; }
  .trumbowyg-fullscreen.trumbowyg-box,
  .trumbowyg-fullscreen .trumbowyg-editor {
    border: none; }
  .trumbowyg-fullscreen .trumbowyg-editor,
  .trumbowyg-fullscreen .trumbowyg-textarea {
    height: calc(100% - 37px) !important;
    overflow: auto; }
  .trumbowyg-fullscreen .trumbowyg-overlay {
    height: 100% !important; }
  .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: #222;
    fill: transparent; }

.trumbowyg-editor {
  /*
     * lset for resetCss option
     */ }
  .trumbowyg-editor object,
  .trumbowyg-editor embed,
  .trumbowyg-editor video,
  .trumbowyg-editor img {
    max-width: 100%; }
  .trumbowyg-editor video,
  .trumbowyg-editor img {
    height: auto; }
  .trumbowyg-editor img {
    cursor: move; }
  .trumbowyg-editor.trumbowyg-reset-css {
    background: #FEFEFE !important;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.45em !important;
    white-space: normal !important;
    color: #333; }
    .trumbowyg-editor.trumbowyg-reset-css a {
      color: #15c !important;
      text-decoration: underline !important; }
    .trumbowyg-editor.trumbowyg-reset-css div,
    .trumbowyg-editor.trumbowyg-reset-css p,
    .trumbowyg-editor.trumbowyg-reset-css ul,
    .trumbowyg-editor.trumbowyg-reset-css ol,
    .trumbowyg-editor.trumbowyg-reset-css blockquote {
      box-shadow: none !important;
      background: none !important;
      margin: 0 !important;
      margin-bottom: 15px !important;
      line-height: 1.4em !important;
      font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
      font-size: 14px !important;
      border: none; }
    .trumbowyg-editor.trumbowyg-reset-css iframe,
    .trumbowyg-editor.trumbowyg-reset-css object,
    .trumbowyg-editor.trumbowyg-reset-css hr {
      margin-bottom: 15px !important; }
    .trumbowyg-editor.trumbowyg-reset-css blockquote {
      margin-left: 32px !important;
      font-style: italic !important;
      color: #555; }
    .trumbowyg-editor.trumbowyg-reset-css ul,
    .trumbowyg-editor.trumbowyg-reset-css ol {
      padding-left: 20px !important; }
    .trumbowyg-editor.trumbowyg-reset-css ul ul,
    .trumbowyg-editor.trumbowyg-reset-css ol ol,
    .trumbowyg-editor.trumbowyg-reset-css ul ol,
    .trumbowyg-editor.trumbowyg-reset-css ol ul {
      border: none;
      margin: 2px !important;
      padding: 0 !important;
      padding-left: 24px !important; }
    .trumbowyg-editor.trumbowyg-reset-css hr {
      display: block;
      height: 1px;
      border: none;
      border-top: 1px solid #CCC; }
    .trumbowyg-editor.trumbowyg-reset-css h1,
    .trumbowyg-editor.trumbowyg-reset-css h2,
    .trumbowyg-editor.trumbowyg-reset-css h3,
    .trumbowyg-editor.trumbowyg-reset-css h4 {
      color: #111;
      background: none;
      margin: 0 !important;
      padding: 0 !important;
      font-weight: bold; }
    .trumbowyg-editor.trumbowyg-reset-css h1 {
      font-size: 32px !important;
      line-height: 38px !important;
      margin-bottom: 20px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h2 {
      font-size: 26px !important;
      line-height: 34px !important;
      margin-bottom: 15px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h3 {
      font-size: 22px !important;
      line-height: 28px !important;
      margin-bottom: 7px !important; }
    .trumbowyg-editor.trumbowyg-reset-css h4 {
      font-size: 16px !important;
      line-height: 22px !important;
      margin-bottom: 7px !important; }

/*
 * Dark theme
 */
.trumbowyg-dark .trumbowyg-textarea {
  background: #111;
  color: #ddd; }

.trumbowyg-dark .trumbowyg-box {
  border: 1px solid #343434; }
  .trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
    background: #111; }
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    text-shadow: 0 0 7px #ccc; }
    @media screen and (min-width: 0 \0 ) {
      .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, 0.6) !important; } }
    @supports (-ms-accelerator: true) {
      .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, 0.6) !important; } }
  .trumbowyg-dark .trumbowyg-box svg {
    fill: #ecf0f1;
    color: #ecf0f1; }

.trumbowyg-dark .trumbowyg-button-pane {
  background-color: #222;
  border-bottom-color: #343434; }
  .trumbowyg-dark .trumbowyg-button-pane::after {
    background: #343434; }
  .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::before {
    background-color: #343434; }
  .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
    color: transparent; }
  .trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before {
    background-color: #2a2a2a; }
  .trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
  .trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
  .trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active {
    background-color: #333; }
  .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    border-top-color: #fff; }

.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: #ecf0f1;
  fill: transparent; }

.trumbowyg-dark .trumbowyg-dropdown {
  border-color: #222;
  background: #333;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px; }
  .trumbowyg-dark .trumbowyg-dropdown button {
    background: #333;
    color: #fff !important; }
    .trumbowyg-dark .trumbowyg-dropdown button:hover, .trumbowyg-dark .trumbowyg-dropdown button:focus {
      background: #222; }

.trumbowyg-dark .trumbowyg-modal-box {
  background-color: #222; }
  .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
    border-bottom: 1px solid #555;
    color: #fff;
    background: #3c3c3c; }
  .trumbowyg-dark .trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 27px;
    line-height: 27px;
    overflow: hidden; }
    .trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span {
      color: #eee;
      background-color: #2f2f2f;
      border-color: #222; }
    .trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
      color: #e74c3c; }
    .trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,
    .trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea {
      border-color: #e74c3c; }
    .trumbowyg-dark .trumbowyg-modal-box label input {
      border-color: #222;
      color: #eee;
      background: #333; }
      .trumbowyg-dark .trumbowyg-modal-box label input:hover, .trumbowyg-dark .trumbowyg-modal-box label input:focus {
        border-color: #626262; }
      .trumbowyg-dark .trumbowyg-modal-box label input:focus {
        background-color: #2f2f2f; }
  .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
    background: #1b7943; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
      background: #25a25a; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
      background: #176437; }
  .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
    background: #333;
    color: #ccc; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
      background: #444; }
    .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
      background: #111; }

.trumbowyg-dark .trumbowyg-overlay {
  background-color: rgba(15, 15, 15, 0.6); }
.ui-datepicker table, .date-picker-wrapper table {
  table-layout: initial;
  border-collapse: inherit;
  border: initial; }
  .ui-datepicker table a, .date-picker-wrapper table a {
    text-decoration: none;
    color: inherit; }
.ui-datepicker td, .date-picker-wrapper td {
  border: initial; }
  .ui-datepicker td, .date-picker-wrapper td, .ui-datepicker td:hover, .date-picker-wrapper td:hover {
    border-left: initial; }
.ui-datepicker tbody tr:hover td:first-child, .date-picker-wrapper tbody tr:hover td:first-child, .ui-datepicker tbody tr:nth-child(even):hover td:first-child, .date-picker-wrapper tbody tr:nth-child(even):hover td:first-child {
  border-left: inherit; }

.sidenav-accordion > a:after, .mobilenav-accordion > a:after, .mobilenav-user a:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  position: absolute;
  font-size: 15px;
  color: #999;
  right: 0; }
.sidenav-accordion > a:hover:after, .mobilenav-accordion > a:hover:after, .mobilenav-user a:hover:after {
  color: #8c8c8c; }

.alt_text_input {
  display: none; }

.hide_on_load {
  display: none; }
  .hide_on_load.content {
    display: none; }

.simplemodal-container {
  width: 300px; }

.home_tile_block_table_container {
  display: inline-block; }
  .home_tile_block_table_container .home_tile_block_table {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .home_tile_block_table_container .home_tile_block_table td {
      color: #6e6e6e;
      padding: 15px 0;
      width: 64px;
      border: 2px solid #ced0d2;
      border-collapse: collapse;
      font-size: 20px;
      text-align: center;
      background: #f9f9f9; }
    .home_tile_block_table_container .home_tile_block_table.filled {
      background: #a4b040;
      color: #fff; }
  .home_tile_block_table_container td.four_one_fifth {
    position: absolute;
    top: -1px;
    left: 128px;
    width: 130px;
    height: 129px;
    padding: 45px 0; }
  .home_tile_block_table_container .home_tile_block_table.one_one td {
    padding: 45px 0; }
  .home_tile_block_table_container td.four_one_fifth span {
    display: block;
    margin: 0 auto; }

.tags.index table {
  margin-bottom: 30px; }

.input.password {
  min-width: 223px;
  max-width: 515px; }

input.password {
  width: 100%; }

label.required_style:before, .addedit-form h3.required_style:before {
  content: '* ';
  color: #0099ff; }

.nested-form .image1-wrapper h3,
.nested-form .image1-wrapper p,
.nested-form .image2-wrapper h3,
.nested-form .image2-wrapper p {
  margin: 30px 0; }

.posts.new .content.-bottom-shim {
  padding-bottom: 60px; }

.work-preview-links {
  display: inline-block;
  margin-right: 10px; }

.table-error {
  color: #b75553; }

.personal_tours tr[id^='personal_tour_client_logos'] img,
.work_categories tr[id^='work_category_clients_'] img,
.client_logos tr[id^='client_logo_'] img {
  background-color: #1d1d1d;
  object-fit: contain;
  width: 128px;
  height: 128px;
  padding: 6px; }

tr[id^='work_category_featured_works_'] img,
tr[id^='work_categorizations_'] img {
  width: 150px;
  height: 100px; }

.edit_client_logo .js-image-modal {
  background-color: #1d1d1d; }

.post-thumb {
  min-height: 100px; }

.access-info-copied {
  position: absolute;
  display: none; }

.perosnal-tour-toggle {
  padding-top: 32px; }
  .perosnal-tour-toggle .slider-wrapper {
    margin-bottom: 10px; }

.lead_gen_form_submissions .content-header-buttons .js-launch-form-manager,
.lead_gen_form_submissions .content-header-buttons input[type='submit'] {
  display: none; }

@font-face {
  font-family: 'Lato';
  src: url(/assets/fae/lato-regular-webfont-bf7a8836859ab7031b21bad466c38b9387a1555ec9f853d074fc13eb084e1588.eot);
  src: url(/assets/fae/lato-regular-webfont-bf7a8836859ab7031b21bad466c38b9387a1555ec9f853d074fc13eb084e1588.eot?#iefix) format("embedded-opentype"), url(/assets/fae/lato-regular-webfont-0abc6e4c4c678d102513df531bda33aebc75dd0df656990d10976f55f563e3e1.woff) format("woff"), url(/assets/fae/lato-regular-webfont-6552c19e1aac3661905630ee160e023bb6ed869c0a4de5919f848f009cfce1ed.ttf) format("truetype"), url(/assets/fae/lato-regular-webfont-27f3940b2b5d45589f53122e95fb43c3eb5aa880fcad4be93b8fda4957987ea6.svg#lato_regular) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url(/assets/fae/lato-light-webfont-b7beecc38a0032400f4db17dab7e3a1a783ff54b8ba5e09eef0c4ebd5934cb3f.eot);
  src: url(/assets/fae/lato-light-webfont-b7beecc38a0032400f4db17dab7e3a1a783ff54b8ba5e09eef0c4ebd5934cb3f.eot?#iefix) format("embedded-opentype"), url(/assets/fae/lato-light-webfont-0a97188b2e902b9b3b834afe442092b5e7b8928e3d6066c12fc66548ad36b873.woff) format("woff"), url(/assets/fae/lato-light-webfont-a6fb11b25ad1a3e1e5ae8a8d3d80a8bf627c03efb8bd92369c9f0e81ed03aeb9.ttf) format("truetype"), url(/assets/fae/lato-light-webfont-7a0bab6820cf636b1232bed994a539e35f673a77620602e57a0407c6ded785d3.svg#lato_light) format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url(/assets/fae/lato-bold-webfont-a4c4cd768b7555d6d4bb3545cfd754ebf7544315bcbd53ea1b33c9c79b8f1c0a.eot);
  src: url(/assets/fae/lato-bold-webfont-a4c4cd768b7555d6d4bb3545cfd754ebf7544315bcbd53ea1b33c9c79b8f1c0a.eot?#iefix) format("embedded-opentype"), url(/assets/fae/lato-bold-webfont-0316cda27c16ae2baf3df9a8f7366e256f288b63129e7974b3ed2d678f65f982.woff) format("woff"), url(/assets/fae/lato-bold-webfont-fca968fafd7314f55a9d49a9f258d6a2190dd1ef4f877288e5631ad9e95b7027.ttf) format("truetype"), url(/assets/fae/lato-bold-webfont-d3231d06a9f831fba84394a018eb4b01402b77a49d81b1e461ec88578f6cee03.svg#lato_bold) format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'icons';
  src: url(/assets/fae/icons-b2cfa5ae373ab891ae8d212fbb8b3ded96e197c1b1168b44fc65b40e2354ab8d.eot);
  src: url(/assets/fae/icons-b2cfa5ae373ab891ae8d212fbb8b3ded96e197c1b1168b44fc65b40e2354ab8d.eot?#iefix) format("embedded-opentype"), url(/assets/fae/icons-23ba88ae75423272be3284c5351feec3116468f04ff0543d52a8cc5e41cf88a9.woff) format("woff"), url(/assets/fae/icons-115d985e5d2b9cddf712e2aa445a551f6f2d0c4f7c198f0a37017fd74521c31f.ttf) format("truetype"), url(/assets/fae/icons-c53cf15e2f4f3e7c0e32e54f0acdefb78820a4eb61f4b485285a85becb3d68c7.svg#icons) format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-home:before {
  content: "\e904"; }
.icon-bars:before {
  content: "\e901"; }
.icon-edit:before {
  content: "\e900"; }
.icon-copy:before {
  content: "\e905"; }
.icon-trash:before {
  content: "\e906"; }
.icon-settings:before {
  content: "\e902"; }
.icon-support:before {
  content: "\e903"; }
.icon-heavy_plus:before {
  content: "\e61a"; }
.icon-arrow_down:before {
  content: "\e600"; }
.icon-zoom:before {
  content: "\e601"; }
.icon-users:before {
  content: "\e602"; }
.icon-user:before {
  content: "\e603"; }
.icon-sort:before {
  content: "\e606"; }
.icon-search:before {
  content: "\e608"; }
.icon-plus:before {
  content: "\e609"; }
.icon-offlink:before {
  content: "\e60a"; }
.icon-menu:before {
  content: "\e60b"; }
.icon-logout:before {
  content: "\e60c"; }
.icon-delete_x:before {
  content: "\e60f"; }
.icon-chevron_right:before {
  content: "\e610"; }
.icon-chevron_left:before {
  content: "\e611"; }
.icon-check:before {
  content: "\e612"; }
.icon-calendar:before {
  content: "\e613"; }
.icon-pulldown:before {
  content: "\e614"; }
.icon-arrow_up:before {
  content: "\e615"; }
.icon-handle:before {
  content: "\e616"; }
.icon-alert:before {
  content: "\e617"; }
.icon-chevron_up:before {
  content: "\e618"; }
.icon-chevron_down:before {
  content: "\e619"; }
.icon-fullscreen:before {
  content: "\e61e"; }
.icon-question:before {
  content: "\e61b"; }
.icon-eye:before {
  content: "\e61c"; }
.icon-columns:before {
  content: "\e61d"; }
.icon-image:before {
  content: "\e90d"; }
.icon-save:before {
  content: "\e962"; }
.icon-quote:before {
  content: "\e977"; }
.icon-search2:before {
  content: "\e986"; }
.icon-list-ol:before {
  content: "\e9b9"; }
.icon-list-ul:before {
  content: "\e9ba"; }
.icon-link:before {
  content: "\e9cb"; }
.icon-minus:before {
  content: "\ea0b"; }
.icon-font:before {
  content: "\ea61"; }
.icon-bold:before {
  content: "\ea62"; }
.icon-underline:before {
  content: "\ea63"; }
.icon-italic:before {
  content: "\ea64"; }

.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close
.chosen-rtl .chosen-search, .chosen-container-single .chosen-search {
  background: none; }
  .chosen-container-single .chosen-single abbr:after,
  .chosen-container-single .chosen-single div b:after,
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close
  .chosen-rtl .chosen-search:after, .chosen-container-single .chosen-search:after {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e600";
    position: relative;
    font-size: 4px;
    top: -4px;
    left: 2px;
    color: #999; }

.chosen-container-single .chosen-single:hover div b:after {
  color: #1e1e1e; }

.chosen-container-active.chosen-with-drop .chosen-single div b:after {
  content: "\e615";
  color: #1e1e1e; }

.chosen-rtl .chosen-search:after, .chosen-container-single .chosen-search:after {
  content: "\e608";
  font-size: 12px;
  left: auto;
  right: 17px;
  top: -1px; }

.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-search input[type="text"] {
  background: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }
  *, *:before, *:after {
    box-sizing: border-box; }

html {
  font-size: 100%;
  font-size: 1rem;
  height: 100%; }

body {
  -webkit-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #595959;
  background: #f7f7f7; }
  @media (max-width: 1024px) {
    body {
      padding-top: 45px; } }

a {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  color: #0099ff;
  text-decoration: none; }
  a:hover {
    color: #595959; }

h1 {
  font-size: 24px;
  color: #1e1e1e; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 14px; }

img {
  max-width: 100%;
  height: auto; }

strong {
  font-weight: bold; }

abbr {
  text-decoration: none; }

.main-content {
  position: relative;
  min-height: 100%; }
  @media (min-width: 1024px) {
    .main-content {
      min-height: calc(100% - 90px); } }
  .main-content:before {
    content: '';
    position: absolute;
    left: 240px;
    top: 0;
    width: 10px;
    height: 100%; }

.content {
  padding: 30px 30px;
  padding-bottom: 0;
  display: block; }
  .content.-bottom-shim {
    padding-bottom: 150px; }
  .content h2 {
    padding: 17px 30px;
    color: #fff;
    background: #0099ff;
    border-top: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
    margin: 0 0 30px; }
  .content h3 {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #1e1e1e;
    margin-bottom: 20px; }

p {
  margin-bottom: 1.3em;
  max-width: 80%;
  line-height: 1.2em; }

.content-header {
  z-index: 2;
  width: 100%;
  padding: 16px 30px;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .content-header.-dashboard {
    padding-top: 26px;
    padding-bottom: 26px;
    color: #1e1e1e; }
    .content-header.-dashboard strong {
      color: #1e1e1e; }
  .content-header h1 {
    padding: 5px 0;
    font-weight: bold; }

.content-header-subnav {
  bottom: 0;
  width: 100%;
  margin-bottom: -16px;
  flex-basis: 100%; }
  .content-header-subnav a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    vertical-align: top;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    margin: 0 12px;
    font-size: 13px;
    color: #1e1e1e; }
    .content-header-subnav a:hover {
      color: #1e1e1e;
      border-bottom-color: #0099ff; }
  .content-header-subnav li {
    display: inline-block;
    vertical-align: top; }
    .content-header-subnav li:first-child a {
      margin-left: 0; }
    .content-header-subnav li.-active a {
      color: #1e1e1e;
      border-bottom-color: #0099ff; }

.content-header-buttons {
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  right: 30px; }
  .content-header-buttons a {
    margin-right: 5px; }
    .content-header-buttons a:last-child {
      margin-right: 0; }

.content-header-select {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }
  .content-header-select a {
    margin-right: 0; }
  .content-header-select .chosen-container-single .chosen-single {
    padding-top: 6px;
    padding-bottom: 5px; }

.breadcrumbs {
  font-size: 16px;
  color: #1e1e1e;
  padding: 10px 0; }
  .breadcrumbs li {
    display: inline-block; }
    .breadcrumbs li:after {
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e610";
      font-size: 8px;
      display: inline-block;
      padding: 0 10px;
      vertical-align: middle; }
    .breadcrumbs li:last-child,
    .breadcrumbs li:last-child a {
      color: #1e1e1e;
      font-weight: bold; }
    .breadcrumbs li:last-child:after {
      display: none; }
  .breadcrumbs a {
    color: inherit; }
    .breadcrumbs a:not(.-home) {
      -webkit-transition: border-bottom-color 0.2s;
      -moz-transition: border-bottom-color 0.2s;
      -ms-transition: border-bottom-color 0.2s;
      -o-transition: border-bottom-color 0.2s;
      transition: border-bottom-color 0.2s;
      display: inline-block;
      padding-bottom: 3px;
      border-bottom: 1px solid #dfdfdf; }
      .breadcrumbs a:not(.-home):hover {
        border-bottom-color: transparent; }

.nav {
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  font-size: 15px;
  overflow: auto; }
  .nav a {
    display: block;
    color: #595959;
    position: relative; }
    .nav a:hover {
      color: #3b3b3b; }

.main-header {
  -webkit-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #1e1e1e;
  border-top: 4px solid #0099ff; }
  @media (min-width: 1024px) {
    .main-header {
      padding: 0 30px;
      position: relative; } }
  .main-header a {
    display: block;
    padding: 15px 0;
    color: #999; }
    @media (min-width: 1024px) {
      .main-header a {
        padding-top: 27px;
        padding-bottom: 27px; } }
    .main-header a:hover, .main-header a.-current, .main-header a.-parent-current {
      color: #fff; }
  .main-header li {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
  .main-header h1 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0.8;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    .main-header h1 a {
      color: #fff; }
      @media (max-width: 768px) {
        .main-header h1 a {
          text-align: left; } }
      @media (min-width: 1024px) {
        .main-header h1 a {
          line-height: 1; } }
  .main-header ul ul {
    overflow: auto;
    max-height: 320px;
    scrollbar-track-color: #1e1e1e;
    scrollbar-face-color: #3b3b3b; }
    .main-header ul ul::-webkit-scrollbar-thumb {
      background: none;
      border: 1px solid #595959;
      border-radius: 10px; }
    .main-header ul ul::-webkit-scrollbar-track {
      background: none; }
  .main-header nav {
    display: none;
    vertical-align: middle;
    margin-left: 30px; }
    @media (min-width: 1024px) {
      .main-header nav {
        display: inline-block; } }

.main-header-nav, .utility-nav {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  .main-header-nav a, .utility-nav a {
    padding-left: 15px;
    padding-right: 15px; }
  .main-header-nav > li:hover > a, .main-header-nav > li.-current > a, .main-header-nav > li.-parent-current > a, .utility-nav > li:hover > a, .utility-nav > li.-current > a, .utility-nav > li.-parent-current > a {
    color: #fff; }
  .main-header-nav > li.-parent-current > a, .utility-nav > li.-parent-current > a {
    background: #0099ff; }
  .main-header-nav > li:hover ul, .utility-nav > li:hover ul {
    visibility: visible;
    opacity: 1; }
  .main-header-nav ul, .utility-nav ul {
    background: #1e1e1e;
    border-top: 1px solid #3b3b3b;
    visibility: hidden;
    position: absolute;
    left: 0;
    opacity: 0;
    min-width: 160px;
    padding: 10px 10px 13px;
    line-height: 1.2;
    font-size: 15px;
    white-space: nowrap; }
    .main-header-nav ul li, .utility-nav ul li {
      display: block; }
    .main-header-nav ul a, .utility-nav ul a {
      background: none;
      padding-top: 6px;
      padding-bottom: 6px; }
      .main-header-nav ul a:hover, .utility-nav ul a:hover {
        background: none; }

.main-footer {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  padding: 20px 30px 30px;
  opacity: 0; }
  .main-footer.active {
    opacity: 1; }
  .main-footer.-locked {
    position: absolute;
    right: 0;
    bottom: 0; }

.credit {
  font-size: 14px;
  color: #595959;
  text-align: right; }
  .credit span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px; }
  .credit > a {
    display: inline-block;
    vertical-align: middle; }
    .credit > a:hover path {
      fill: #0099ff; }
  .credit svg {
    max-width: 35px;
    height: auto; }
  .credit path {
    -webkit-transition: fill 0.2s;
    -moz-transition: fill 0.2s;
    -ms-transition: fill 0.2s;
    -o-transition: fill 0.2s;
    transition: fill 0.2s;
    fill: #595959; }

.sidenav {
  z-index: 1;
  position: absolute;
  left: 30px; }
  @media (max-width: 1024px) {
    .sidenav {
      display: none; } }
  .sidenav a {
    padding: 3px 0; }
    .sidenav a.-current {
      font-weight: bold;
      color: #000; }
  .sidenav .subnav {
    padding: 10px 10px 10px 0;
    background-color: #ebebeb; }
  .sidenav li.-parent-current > a {
    color: #fff;
    background-color: #0099ff; }
  .sidenav li.-parent-current > ul {
    display: block; }
  .sidenav > ul > li:not(.sidenav-accordian) {
    border: 1px solid #dfdfdf;
    border-bottom: none;
    background-color: #fff; }
    .sidenav > ul > li:not(.sidenav-accordian):last-of-type {
      border-bottom: 1px solid #dfdfdf; }
    .sidenav > ul > li:not(.sidenav-accordian) > a {
      padding: 13px 15px;
      font-size: 15px; }
  @media (min-width: 1024px) {
    .sidenav ~ .content,
    .sidenav ~ .simple_form {
      padding-left: 280px; } }

.sidenav-accordion {
  font-size: 13px;
  line-height: 1.38em; }
  .sidenav-accordion.-open > a:after {
    content: "\e600";
    top: 19px;
    transform: rotate(0);
    opacity: 1; }
  .sidenav-accordion.-parent-current > a:hover:after {
    color: #fff; }
  .sidenav-accordion.-parent-current.-open > a:after {
    color: #fff; }
  .sidenav-accordion a {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 7px; }
    .sidenav-accordion a.-current {
      border-left: 5px solid #0099ff;
      padding-left: 25px; }
  .sidenav-accordion > ul:first-of-type > li:first-child a {
    margin-top: 0; }
  .sidenav-accordion:not(:first-of-type) > a {
    border-top: 0; }
  .sidenav-accordion > a {
    margin-top: 0;
    padding: 13px 30px 13px 15px;
    font-size: 15px;
    background-color: #fff; }
    .sidenav-accordion > a:after {
      content: "\e615";
      top: 18px;
      right: 13px;
      color: #000;
      font-size: 6px;
      transition: opacity 0.4s ease, color 0.4s ease;
      transform: rotate(90deg);
      opacity: 0; }
    .sidenav-accordion > a:hover:after {
      opacity: 1; }
  .sidenav-accordion ul {
    display: none; }

.mobilenav {
  -webkit-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: fixed;
  margin-left: -250px;
  visibility: hidden; }
  .mobilenav a {
    padding: 12px 35px 12px 20px; }
  .mobilenav .subnav {
    -webkit-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    margin-left: -250px;
    overflow: auto;
    padding: 0 5px 10px 0;
    background: #f7f7f7; }

.mobilenav-accordion > a:after {
  content: "\e610";
  right: 18px;
  top: 14px;
  font-size: 11px; }
.mobilenav-accordion.-open > ul {
  margin-left: 0;
  z-index: 1; }
.mobilenav-accordion.-open > .subnav {
  padding-right: 0; }

.mobilenav-subheader {
  margin-bottom: 0;
  display: block;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #999;
  color: #fff; }
  .mobilenav-subheader:before {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e611";
    border-radius: 50%;
    padding: 5px 9px 5px 7px;
    border: 2px solid #fff;
    margin-right: 10px;
    color: #fff; }

.mobilenav-toggle {
  display: inline-block;
  vertical-align: middle;
  padding: 14px 30px;
  cursor: pointer;
  color: #fff; }
  @media (min-width: 1024px) {
    .mobilenav-toggle {
      display: none; } }

.mobile-active body,
.mobile-active .main-header {
  margin-left: 250px; }
.mobile-active .mobilenav {
  margin-left: 0;
  visibility: visible; }
.mobile-active .mobilenav-toggle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 2000%;
  width: 2000%; }

.mobilenav-user a {
  background: #efefef; }
  .mobilenav-user a:after {
    top: 15px;
    right: 13px;
    font-size: 16px; }
  .mobilenav-user a.-logout:after {
    content: "\e60c"; }
  .mobilenav-user a.-settings:after {
    content: "\e902"; }
  .mobilenav-user a.-support:after {
    content: "\e903"; }
  .mobilenav-user a.-viewsite:after {
    content: "\e60a"; }

.mobilenav-user-header {
  display: block;
  position: relative;
  padding: 15px 10px 15px 20px;
  cursor: pointer;
  color: #000;
  background: #ccc; }

.utility-nav {
  position: absolute;
  top: 0;
  right: 30px; }
  @media (max-width: 1024px) {
    .utility-nav {
      display: none; } }
  .utility-nav a {
    padding-left: 14px;
    padding-right: 14px; }
    .utility-nav a.grabatar-link {
      padding-top: 15px;
      padding-bottom: 15px; }
  .utility-nav ul {
    font-size: 16px;
    display: none; }
  .utility-nav li {
    vertical-align: top; }

.utility-dropdown:hover ul {
  display: block; }
.utility-dropdown li {
  display: block;
  margin-left: 0; }
.utility-dropdown ul,
.utility-dropdown .utility-search-hit-area {
  position: absolute;
  top: 70px;
  z-index: 2;
  display: none; }
.utility-dropdown ul,
.utility-dropdown .utility-search-wrapper {
  background: #1e1e1e;
  border-top: 1px solid #3b3b3b;
  font-size: 14px; }
.utility-dropdown ul {
  width: 140px;
  padding: 8px 0 12px;
  left: -11px;
  font-size: 13px; }
  .utility-dropdown ul a {
    padding: 7px 25px; }

.grabatar {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: #0099ff; }

.grabatar-link:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e600";
  font-size: 5px;
  color: #999;
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle; }
.grabatar-link:hover:after {
  color: #fff; }

.utility-search input[type="text"] {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  border: 0;
  border-radius: 4px;
  display: block;
  color: #fff; }

.utility-search-wrapper {
  padding: 14px 16px;
  width: 320px; }
  .utility-search-wrapper > ul {
    margin-top: 10px;
    font-size: 15px; }
  .utility-search-wrapper ul {
    position: static;
    width: 100%;
    border-top: 0;
    padding: 0;
    display: block; }
    .utility-search-wrapper ul ul {
      padding-left: 15px;
      max-height: none; }
    .utility-search-wrapper ul a {
      padding: 10px 12px;
      line-height: 1.2; }
      .utility-search-wrapper ul a.search-nav-item {
        padding-bottom: 20px; }
  .utility-search-wrapper .search-topnav a {
    padding: 6px 12px; }

.search-record-label {
  display: block;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 5px; }

.search-results span {
  color: #999; }
.search-results b {
  color: #fff;
  font-weight: normal; }

.search-nav-item {
  border-bottom: 1px solid #3b3b3b;
  margin-bottom: 10px; }

.utility-search-hit-area {
  padding: 0 0 30px 30px;
  right: -30px; }

header.main-header ul ul.multicol-nav {
  min-height: auto;
  max-height: 1024px !important;
  left: -88px; }

.main-header-nav li:nth-of-type(n+5) ul.multicol-nav.three,
.main-header-nav li ul.multicol-nav.four,
.main-header-nav li:nth-of-type(n+7) ul.multicol-nav {
  left: -132px; }

.main-header-nav li:nth-of-type(n+6) ul.multicol-nav.three,
.main-header-nav li:nth-of-type(n+2) ul.multicol-nav.four,
.main-header-nav li:nth-of-type(n+8) ul.multicol-nav {
  left: -176px; }

.main-header-nav li:nth-of-type(n+7) ul.multicol-nav.three,
.main-header-nav li:nth-of-type(n+3) ul.multicol-nav.four {
  left: -220px; }

.main-header-nav li:nth-of-type(n+8) ul.multicol-nav.three,
.main-header-nav li:nth-of-type(n+4) ul.multicol-nav.four {
  left: -308px; }

.main-header-nav li:nth-of-type(n+5) ul.multicol-nav.four {
  left: -396px; }

.main-header-nav li:nth-of-type(n+6) ul.multicol-nav.four {
  left: -440px; }

.main-header-nav li:nth-of-type(n+7) ul.multicol-nav.four {
  left: -528px; }

.multicol-nav {
  display: grid;
  grid-template-columns: 176px 176px; }
  .multicol-nav.three {
    grid-template-columns: 176px 176px 176px; }
  .multicol-nav.four {
    grid-template-columns: 176px 176px 176px 176px; }

table {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-collapse: separate;
  table-layout: fixed; }
  table i {
    color: #999; }

tbody td {
  border-bottom: 1px solid #dfdfdf; }
  tbody td:first-child {
    border-left: 3px solid transparent; }
tbody tr:hover td:first-child {
  border-left-color: #0099ff; }
tbody tr:nth-of-type(even) td {
  background-color: #ebebeb; }
tbody tr:last-child td {
  border-bottom: 0; }

th,
td {
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  line-height: 1.2; }

th {
  padding: 12px 10px;
  vertical-align: middle;
  font-weight: bold;
  color: #1e1e1e;
  background: #dfdfdf; }

td {
  padding: 8px 10px;
  background-color: #f7f7f7; }

th.-action {
  width: 60px; }
th.-action-wide {
  width: 85px; }
th.-action-narrow {
  width: 100px; }
th.-thumb {
  width: 150px; }

.table-action {
  text-align: center;
  color: #999;
  display: block;
  padding: 2px;
  font-size: 16px;
  text-decoration: none; }
  .table-action:hover {
    color: #595959; }

td i + a {
  display: inline-block;
  padding-left: 8px; }

.loading-fade {
  opacity: 0.5; }

.th-sortable-handle {
  width: 25px;
  padding: 0; }

.sortable-handle {
  padding-right: 5px;
  color: #999;
  cursor: pointer; }

th:not(.sorter-false) {
  cursor: pointer; }
  th:not(.sorter-false) .tablesorter-header-inner:after,
  th:not(.sorter-false) .th-sortable-title:after {
    display: inline-block; }
  th:not(.sorter-false):hover .tablesorter-header-inner:after,
  th:not(.sorter-false):hover .th-sortable-title:after, th:not(.sorter-false).tablesorter-headerAsc .tablesorter-header-inner:after,
  th:not(.sorter-false).tablesorter-headerAsc .th-sortable-title:after, th:not(.sorter-false).tablesorter-headerDesc .tablesorter-header-inner:after,
  th:not(.sorter-false).tablesorter-headerDesc .th-sortable-title:after, th:not(.sorter-false).-desc .tablesorter-header-inner:after,
  th:not(.sorter-false).-desc .th-sortable-title:after, th:not(.sorter-false).-asc .tablesorter-header-inner:after,
  th:not(.sorter-false).-asc .th-sortable-title:after {
    color: #1e1e1e; }

.tablesorter-header-inner:after,
.th-sortable-title:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e600";
  display: none;
  font-size: 4px;
  position: relative;
  top: -3px;
  left: 6px;
  color: #999; }

th.-asc .th-sortable-title:after,
.tablesorter-headerAsc .tablesorter-header-inner:after {
  content: "\e615"; }

.table-filter-area {
  position: relative;
  padding: 20px;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  background: #ebebeb; }
  .table-filter-area input[type=submit],
  .table-filter-area .button {
    display: none; }
  .table-filter-area h4 {
    margin-bottom: 20px;
    color: #1e1e1e;
    font-size: 16px; }
  .table-filter-area label, .table-filter-area .addedit-form h3, .addedit-form .table-filter-area h3 {
    margin-bottom: 5px;
    color: #1e1e1e;
    font-size: 12px; }
  .table-filter-area input[type=text] {
    padding: 5px 30px 5px 10px;
    font-size: 12px;
    color: #3b3b3b;
    border-radius: 20px; }

.table-filter-header:before, .table-filter-header:after {
  content: ' ';
  display: table; }
.table-filter-header:after {
  clear: both; }
.table-filter-header h4 {
  display: inline-block; }

.table-filter-keyword-wrapper {
  position: relative;
  float: right; }
  .table-filter-keyword-wrapper i {
    position: absolute;
    top: 5px;
    right: 12px;
    cursor: pointer; }

.table-filter-group-wrapper:before, .table-filter-group-wrapper:after {
  content: ' ';
  display: table; }
.table-filter-group-wrapper:after {
  clear: both; }

.table-filter-group {
  display: inline-block;
  margin: 0 30px 20px 0; }
  .table-filter-group.no-right-margin {
    margin-right: 0; }

.collapsible {
  margin-bottom: 10px; }
  .collapsible.active h3 {
    border-bottom: none; }
    .collapsible.active h3:after {
      content: "\e615"; }
  .collapsible.active table:not(.sticky-table-header) {
    display: table; }
  .collapsible table {
    display: none; }
  .collapsible h3 {
    background: #fff;
    padding: 20px 0 20px 37px;
    position: relative;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0; }
    .collapsible h3:after {
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e600";
      color: #999;
      position: absolute;
      right: 25px;
      top: 22px;
      font-size: 4px; }
    .collapsible h3:hover:after {
      color: #000; }

.collapsible-toggle {
  text-align: right;
  margin: 0 0 30px;
  cursor: pointer;
  padding-right: 25px; }
  .collapsible-toggle:after {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e600";
    color: #999;
    font-size: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-top: -3px; }
  .collapsible-toggle:hover:after {
    color: #000; }
  .collapsible-toggle.close-all:after {
    content: "\e615"; }

.sticky-table-header {
  z-index: 3;
  position: fixed;
  top: 70px;
  display: none;
  border-top: 0;
  border-bottom: 0; }

.tooltip {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
  background: #1e1e1e;
  background: #1e1e1e;
  color: #fff;
  opacity: 0;
  position: absolute;
  top: -25px;
  left: 0;
  border-radius: 2px;
  font-size: 10px;
  padding: 5px;
  width: 100%; }
  .tooltip:after {
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-width: 4px;
    top: 100%;
    left: 50%;
    border-top-color: #1e1e1e;
    margin-left: -4px; }

.tooltip-parent {
  position: relative; }
  .tooltip-parent:hover .tooltip {
    opacity: 1; }

.pagination {
  margin: 30px 0;
  font-size: 12px;
  font-weight: bold; }
  .pagination a, .pagination .gap, .pagination .current {
    display: inline-block;
    padding: 10px;
    min-height: 30px;
    min-width: 35px;
    border: 1px solid #ccc;
    text-align: center; }
  .pagination a {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f7f7f7), to(#ebebeb));
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
    background-image: linear-gradient(to bottom, #f7f7f7 0%, #ebebeb 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFEBEBEB', GradientType=0);
    color: #595959; }
    .pagination a:hover {
      color: #fff;
      background: #0099ff; }
  .pagination .gap {
    color: #ccc; }
  .pagination .current {
    color: #fff;
    background: #0099ff; }

th.-image {
  width: 120px; }
th.-thumb {
  width: 150px; }

.image-mat {
  width: 100px;
  background-color: white; }
  .image-mat img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto; }

input[type=submit],
button[type=button],
.add-button,
.button {
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  padding: 11px 14px;
  border: 1px solid transparent;
  line-height: 1; }

.deploy .button {
  margin-right: 10px; }

input[type=submit],
.add-button {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3b3b3b), to(#1e1e1e));
  background-image: -webkit-linear-gradient(top, #3b3b3b 0%, #1e1e1e 100%);
  background-image: -moz-linear-gradient(top, #3b3b3b 0%, #1e1e1e 100%);
  background-image: linear-gradient(to bottom, #3b3b3b 0%, #1e1e1e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3B3B3B', endColorstr='#FF1E1E1E', GradientType=0);
  color: #fff;
  border-color: #3b3b3b; }
  input[type=submit]:hover,
  .add-button:hover {
    background: #1e1e1e;
    color: #fff; }

.add-button:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e61a";
  font-size: 12px;
  margin-right: 7px; }

button[type=button],
.button {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f7f7f7), to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFEBEBEB', GradientType=0);
  color: #3b3b3b;
  border-color: #ccc; }
  button[type=button]:hover,
  .button:hover {
    background: #ebebeb; }
  button[type=button]:disabled,
  .button:disabled {
    background: #ebebeb;
    color: #ccc;
    border-color: #dfdfdf;
    cursor: wait; }

.button.-small {
  padding: 5px 10px;
  font-size: 12px;
  margin: 3px; }
  .button.-small:hover {
    color: #3b3b3b; }

.hinter-clicker {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  margin-left: 5px;
  cursor: pointer;
  color: #999; }
  .hinter-clicker:hover {
    color: #1e1e1e; }
  .hinter-clicker.hovered {
    position: relative;
    z-index: 10000; }

.simplemodal-overlay {
  background: #ccc; }

.simplemodal-container {
  position: relative;
  background: #3b3b3b;
  color: #999;
  padding: 20px;
  line-height: 1.5;
  font-size: 13px;
  box-shadow: 0 3px 8px 0 #ccc; }
  .simplemodal-container h3 {
    color: #fff;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: normal; }
  .simplemodal-container h4 {
    color: #fff;
    margin-bottom: 12px;
    font-size: 16px; }
  .simplemodal-container p {
    margin-bottom: 15px; }
    .simplemodal-container p span {
      text-decoration: underline; }
  .simplemodal-container table {
    width: calc(100% + 40px);
    margin: 20px -20px -20px; }
  .simplemodal-container img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block; }

.simplemodal-close {
  display: block;
  height: 10px; }
  .simplemodal-close:before {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e60f";
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 12px; }

#fae-modal {
  padding: 0;
  box-shadow: none; }
  #fae-modal .simplemodal-data {
    min-height: 100%; }
  #fae-modal .simplemodal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    width: 20px; }
    #fae-modal .simplemodal-close:before {
      position: relative;
      padding: 4px;
      top: auto;
      right: auto;
      color: #3b3b3b; }

.deploying-heading.running:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px; }

@keyframes ellipsis {
  to {
    width: 20px; } }
@-webkit-keyframes ellipsis {
  to {
    width: 20px; } }
.hidden {
  display: none; }

.slider-wrapper {
  display: block;
  position: relative;
  width: 50px;
  border-radius: 15px;
  height: 25px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  background: #ebebeb;
  transition: background-color 0.24s; }
  .slider-wrapper:hover, .slider-wrapper:focus {
    background-color: #ccc; }
  .slider-wrapper.slider-yes-selected {
    background: #0099ff; }

.slider-options {
  -webkit-transition: left 0.24s;
  -moz-transition: left 0.24s;
  -ms-transition: left 0.24s;
  -o-transition: left 0.24s;
  transition: left 0.24s;
  white-space: nowrap; }

.slider-option-selector {
  display: block;
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #ccc;
  transition: left 0.24s;
  background: #fff; }
  .slider-yes-selected .slider-option-selector {
    left: 50%; }

.slider-option-no,
.slider-option-yes {
  position: absolute;
  height: 0;
  width: 0;
  left: -200vw; }

.slider-option-no {
  display: block; }
  .slider-yes-selected .slider-option-no {
    display: none; }

.slider-option-yes {
  display: none; }
  .slider-yes-selected .slider-option-yes {
    display: block; }

.flash-message {
  border-style: solid;
  border-left-width: 3px;
  margin: 0 auto;
  padding: 20px;
  width: calc(100% - 60px); }
  .flash-message:before {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px; }
  @media (min-width: 1024px) {
    .sidenav ~ .flash-message {
      margin-left: 280px;
      width: calc(100% - 310px); } }

.notice {
  border-color: #4c884e;
  background: #d8f0d0;
  color: #4c884e; }
  .notice:before {
    content: "\e612"; }

.warning {
  border-color: #ca953a;
  background: #f7f2c8;
  color: #ca953a; }
  .warning:before {
    content: "\e617"; }

.flash-message.error,
.alert {
  border-color: #b75553;
  background: #f6cfcf;
  color: #b75553; }
  .flash-message.error:before,
  .alert:before {
    content: "\e617"; }

input[type=text],
input[type=number],
input[type=textarea],
input[type=url],
input[type=tel],
input[type=password],
input[type=email] {
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  padding: 12px 15px;
  border: 1px solid #ccc;
  font-size: 14px;
  outline: none;
  border-radius: 2px;
  max-width: 100%; }
  input[type=text]:focus,
  input[type=number]:focus,
  input[type=textarea]:focus,
  input[type=url]:focus,
  input[type=tel]:focus,
  input[type=password]:focus,
  input[type=email]:focus {
    border-color: #595959; }

.input {
  margin-bottom: 20px; }
  .input.disabled {
    opacity: 0.5; }

.addedit-form {
  padding-bottom: 20px; }
  .addedit-form h3 {
    margin-bottom: 20px; }
  .addedit-form .flash-message {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px; }
  .addedit-form .addedit-form-thumb {
    max-width: 150px;
    max-height: 100px; }

.js-addedit-form-wrapper {
  display: none; }

.nested-form {
  padding: 30px 30px 30px 40px;
  border: 1px solid #ccc;
  border-top: 0;
  background: #ebebeb; }
  .nested-form h2 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
    border: 0;
    padding: 0;
    margin: 0 auto 30px;
    background: none; }

.cancel-nested-button {
  margin-left: 10px; }

.table-helper-text {
  font-size: 14px;
  font-style: italic;
  padding-bottom: 14px; }

.js-add-link {
  font-size: 12px; }

.table-add-link {
  float: right; }
  .table-add-link:before {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e609";
    font-size: 7px;
    position: relative;
    bottom: 2px;
    display: inline-block;
    margin-right: 3px; }
  .table-add-link.table-add-link {
    margin-top: 13px;
    margin-bottom: 10px; }

label, .addedit-form h3 {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #1e1e1e; }
  label abbr, .addedit-form h3 abbr {
    color: #0099ff; }
  label h6, .addedit-form h3 h6 {
    text-transform: none;
    padding-top: 5px;
    font-size: 13px;
    color: #999;
    font-weight: normal;
    font-style: italic;
    line-height: 1.3; }
  label.label--two_col, .addedit-form h3.label--two_col {
    display: flex; }
    label.label--two_col .label_inner, .addedit-form h3.label--two_col .label_inner {
      flex-shrink: 0;
      max-width: 50%; }
      .login-form label.label--two_col .label_inner, .login-form-password label.label--two_col .label_inner, .first_user-form label.label--two_col .label_inner, .login-form .addedit-form h3.label--two_col .label_inner, .addedit-form .login-form h3.label--two_col .label_inner, .login-form-password .addedit-form h3.label--two_col .label_inner, .addedit-form .login-form-password h3.label--two_col .label_inner, .first_user-form .addedit-form h3.label--two_col .label_inner, .addedit-form .first_user-form h3.label--two_col .label_inner {
        max-width: none; }
    label.label--two_col h6, .addedit-form h3.label--two_col h6 {
      flex-shrink: 1;
      padding-left: 25px;
      padding-top: 1px; }
  label.has-multiselect-actions .multiselect-action a, .addedit-form h3.has-multiselect-actions .multiselect-action a {
    font-weight: normal; }
  label.has-multiselect-actions h6, .addedit-form h3.has-multiselect-actions h6 {
    flex-grow: 1; }
  label.has_no_helper_text, .addedit-form h3.has_no_helper_text {
    justify-content: space-between; }

textarea {
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  padding: 10px 15px 0;
  border: 1px solid #ccc;
  font-size: 14px;
  min-height: 125px;
  width: 100%;
  min-width: 223px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  outline: none;
  border-radius: 2px; }
  textarea:focus {
    border-color: #595959; }

input[placeholder],
textarea[placeholder] {
  color: #999; }

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

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

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

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

.input.url, .input.text, .input.email, .input.string, .input.tel, .input.text, .input.select,
.input > .label {
  max-width: 515px; }
  .input.url input, .input.text input, .input.email input, .input.string input, .input.tel input, .input.text input, .input.select input,
  .input > .label input {
    width: 100%; }
.input.string {
  min-width: 223px; }

.symbol {
  position: relative;
  width: 240px; }
  .symbol input {
    width: 100%; }
  .symbol.symbol--prefix input {
    padding-left: 50px; }
  .symbol.symbol--suffix input {
    padding-right: 50px; }

.input-symbol--prefix,
.input-symbol--suffix {
  position: absolute;
  bottom: 0;
  border: 0 solid #efefef;
  padding: 14px 16px 13px;
  margin-bottom: 1px;
  font-size: 14px;
  color: #999; }

.input-symbol--prefix {
  left: 0;
  border-right-width: 1px; }

.input-symbol--suffix {
  right: 0;
  border-left-width: 1px; }

.input.boolean,
.checkbox-wrapper {
  display: block; }
  .input.boolean input[type=checkbox],
  .checkbox-wrapper input[type=checkbox] {
    position: absolute;
    left: -9999px; }
  .input.boolean .active:after,
  .checkbox-wrapper .active:after {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e612";
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 12px;
    color: #1e1e1e;
    cursor: pointer; }

.checkbox {
  position: relative;
  padding: 0 20px 0 35px;
  margin: 0;
  cursor: pointer;
  display: inline-block; }
  .checkbox h6 {
    display: inline-block;
    padding-top: 0;
    padding-left: 6px; }

label.checkbox, .addedit-form h3.checkbox,
.checkbox label,
.checkbox .addedit-form h3,
.addedit-form .checkbox h3 {
  padding-top: 6px; }
  label.checkbox:before, .addedit-form h3.checkbox:before,
  .checkbox label:before,
  .checkbox .addedit-form h3:before,
  .addedit-form .checkbox h3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    border-radius: 2px; }

label.checkbox.focused:before, .addedit-form h3.checkbox.focused:before,
.checkbox.focused label:before,
.checkbox.focused .addedit-form h3:before,
.addedit-form .checkbox.focused h3:before {
  border-color: #595959; }

.checkbox-wrapper.-stacked label:not(.control-label), .checkbox-wrapper.-stacked .addedit-form h3:not(.control-label), .addedit-form .checkbox-wrapper.-stacked h3:not(.control-label) {
  display: block;
  margin-bottom: 25px; }
.checkbox-wrapper.-stacked .checkbox {
  display: block; }
.checkbox-wrapper.-inline label:not(.control-label), .checkbox-wrapper.-inline .addedit-form h3:not(.control-label), .addedit-form .checkbox-wrapper.-inline h3:not(.control-label) {
  padding-top: 0;
  vertical-align: top;
  width: 190px;
  margin-bottom: 25px;
  margin-right: 10px; }
.checkbox-wrapper.-inline .checkbox {
  vertical-align: top; }

.radio_collection--vertical input[type=radio],
.radio_collection--horizontal input[type=radio] {
  position: absolute;
  left: -9999em; }

.radio_collection--vertical .radio label, .radio_collection--vertical .radio .addedit-form h3, .addedit-form .radio_collection--vertical .radio h3 {
  display: inline;
  cursor: pointer;
  line-height: 1.75; }
  .radio_collection--vertical .radio label:after, .radio_collection--vertical .radio .addedit-form h3:after, .addedit-form .radio_collection--vertical .radio h3:after {
    content: '\a';
    white-space: pre; }

.radio_collection--horizontal label:not(.control-label), .radio_collection--horizontal .addedit-form h3:not(.control-label), .addedit-form .radio_collection--horizontal h3:not(.control-label) {
  display: inline-block;
  margin-right: 50px;
  cursor: pointer; }

.radio_collection-bullet {
  position: relative;
  bottom: 3px;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%; }
  .radio_collection-bullet:before {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 9px;
    width: 9px;
    background: #1e1e1e;
    border-radius: 50%; }
  input:checked + label .radio_collection-bullet:before, .addedit-form input:checked + h3 .radio_collection-bullet:before, input:checked + .radio_collection-bullet:before {
    display: block; }

.radio_collection.focused .radio_collection-bullet {
  border-color: #595959; }

.asset-actions {
  position: relative;
  display: inline-block;
  width: 90%;
  min-width: 223px;
  max-width: 515px;
  padding: 5px 5px 4px 5px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 13px;
  border-radius: 2px; }
  .asset-actions.active {
    background: #fff; }
  .asset-actions.-files a {
    padding-top: 9px;
    padding-bottom: 9px; }
  .asset-actions > img {
    max-width: 20%;
    max-height: 150px;
    margin-right: 20px;
    cursor: pointer;
    float: left;
    display: block; }
  .asset-actions a {
    padding: 6px;
    display: inline-block; }
  .asset-actions span {
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    color: #999; }
  .asset-actions .button {
    display: inline-block;
    margin-right: 10px; }
    .asset-actions .button:focus {
      border-color: #595959;
      outline: 0; }
    .asset-actions .button span {
      padding-right: 30px; }

.asset-delete {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  float: right;
  display: none;
  color: #999; }
  .asset-delete:before {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906"; }
  .asset-delete:hover {
    color: #595959; }
  .active .asset-delete {
    display: block; }

.asset-title {
  display: inline-block;
  width: 70%;
  padding: 10px 7px 0 0;
  color: #1e1e1e; }

.select select,
.time select,
.city_time_zone select,
.table-filter-area select,
.content-header-select select,
.date select {
  min-width: 300px; }
  .select select.small_pulldown,
  .time select.small_pulldown,
  .city_time_zone select.small_pulldown,
  .table-filter-area select.small_pulldown,
  .content-header-select select.small_pulldown,
  .date select.small_pulldown {
    min-width: 150px; }

.chosen-container {
  font-size: 14px; }
  .chosen-container .chosen-results {
    max-height: 200px; }
    .chosen-container .chosen-results li.highlighted {
      background: #efefef; }
  .chosen-container.chosen-drop-up .chosen-drop {
    top: auto;
    bottom: 100%;
    margin-bottom: -1px;
    border-top: 1px solid #595959;
    border-bottom: none;
    box-shadow: none;
    border-radius: 0; }

.chosen-container-active .chosen-single {
  border-color: #595959;
  background: #ebebeb; }

.chosen-container-single .chosen-single {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f7f7f7), to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFEBEBEB', GradientType=0);
  height: auto;
  padding: 7px 15px;
  border-radius: 2px;
  box-shadow: none;
  border-color: #ccc; }
  .chosen-container-single .chosen-single div b {
    margin-top: 7px; }
.chosen-container-single .chosen-default {
  color: #1e1e1e; }

.chosen-container-multi {
  max-width: 515px;
  min-width: 223px;
  width: 100% !important; }
  .chosen-container-multi.chosen-container-active .chosen-choices {
    box-shadow: none; }
  .chosen-container-multi .chosen-choices {
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff; }
    .chosen-container-multi .chosen-choices .li.search-field input[type="text"] {
      height: auto; }
    .chosen-container-multi .chosen-choices li.search-choice {
      padding: 5px 22px 5px 10px;
      border: 0;
      font-size: 12px;
      background: #efefef;
      color: #3b3b3b; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        background: none;
        background-attachment: fixed;
        top: 6px;
        font-size: 10px;
        color: #999; }
        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
          font-family: 'icons';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e60f"; }
    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      height: 100%; }

.chosen-container-single.chosen-container-active .chosen-single,
.chosen-container-single.chosen-container-active .chosen-choices,
.chosen-container-multi.chosen-container-active .chosen-single,
.chosen-container-multi.chosen-container-active .chosen-choices {
  border-color: #595959; }

.chosen-container-multi.chosen-with-drop:not(.chosen-drop-up) .chosen-choices {
  border-bottom: none; }

.multiselect-action_wrap {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 10px; }
  .multiselect-action_wrap .multiselect-action {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding-right: 13px;
    border-right: 1px solid #ccc; }
    .multiselect-action_wrap .multiselect-action:last-of-type {
      padding-right: 0;
      border-right: none; }

.time select {
  min-width: 75px; }

.select-no_search .chosen-container .chosen-results {
  padding-top: 5px; }
.select-no_search .chosen-search {
  position: absolute;
  left: -9999px; }

.table-filter-area .chosen-container {
  font-size: 12px; }
.table-filter-area select {
  min-width: 200px; }
.table-filter-area .chosen-container-single .chosen-single {
  padding: 0px 15px; }
  .table-filter-area .chosen-container-single .chosen-single div b {
    margin-top: 1px; }

.chosen-container .chosen-drop {
  border-color: #595959; }

.ms-container {
  width: 700px; }
  .ms-container:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    min-height: 0;
    visibility: hidden; }
  .ms-container .ms-selectable,
  .ms-container .ms-selection {
    float: left;
    width: 50%;
    height: 250px;
    padding-right: 15px;
    background: #efefef;
    color: #1e1e1e; }
    .ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selectable li.ms-elem-selection,
    .ms-container .ms-selection li.ms-elem-selectable,
    .ms-container .ms-selection li.ms-elem-selection {
      position: relative;
      padding: 10px 15px;
      border-bottom: 1px #f7f7f7 solid;
      border-right: 1px #f7f7f7 solid;
      color: #595959;
      font-size: 13px; }
      .ms-container .ms-selectable li.ms-elem-selectable:after, .ms-container .ms-selectable li.ms-elem-selection:after,
      .ms-container .ms-selection li.ms-elem-selectable:after,
      .ms-container .ms-selection li.ms-elem-selection:after {
        position: absolute;
        right: 15px;
        top: 9px;
        color: #0099ff; }
    .ms-container .ms-selectable li.ms-elem-selectable:after,
    .ms-container .ms-selection li.ms-elem-selectable:after {
      content: "Add"; }
    .ms-container .ms-selectable li.ms-hover,
    .ms-container .ms-selection li.ms-hover {
      cursor: pointer;
      text-decoration: none;
      background-color: #f7f7f7; }
    .ms-container .ms-selectable li.disabled,
    .ms-container .ms-selection li.disabled {
      color: #f7f7f7;
      cursor: text; }
    .ms-container .ms-selectable .custom-header,
    .ms-container .ms-selection .custom-header {
      padding: 10px 15px;
      margin-right: -15px;
      color: #1e1e1e;
      background: #dfdfdf;
      font-size: 14px; }
  .ms-container .ms-selectable li.ms-elem-selectable {
    padding-right: 45px; }
  .ms-container .ms-selection {
    float: right; }
    .ms-container .ms-selection li.ms-elem-selection {
      padding-right: 30px;
      padding-left: 35px; }
      .ms-container .ms-selection li.ms-elem-selection:before, .ms-container .ms-selection li.ms-elem-selection:after {
        font-family: 'icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .ms-container .ms-selection li.ms-elem-selection:after {
        content: "\e60f";
        color: #999; }
      .ms-container .ms-selection li.ms-elem-selection:before {
        content: "\e612";
        padding-right: 5px;
        margin-left: -19px;
        color: #0099ff; }
    .ms-container .ms-selection li .custom-header {
      background: #999; }
  .ms-container .ms-list {
    position: relative;
    height: 100%;
    height: calc(100% - 34px);
    background: #fff;
    overflow-y: auto; }
    .ms-container .ms-list.ms-focus {
      outline: 0;
      border-bottom: 4px solid #595959; }
  .ms-container .ms-optgroup-container {
    width: 100%; }

.input.date select {
  min-width: 50px; }
  .input.date select:nth-of-type(1),
  .input.date select .ie-select-1 {
    width: 100px; }
  .input.date select:nth-of-type(2),
  .input.date select .ie-select-2 {
    width: 200px; }
  .input.date select:nth-of-type(3),
  .input.date select .ie-select-3 {
    width: 75px; }
.input.date .chosen-container {
  margin-right: 10px; }

.daterangepicker-seperator {
  margin: 0 15px; }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0 0 10px 0 #ccc; }
  .ui-datepicker a {
    text-decoration: none; }
  .ui-datepicker table {
    width: 100%;
    border-collapse: collapse; }
  .ui-datepicker thead {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f7f7f7), to(#fff));
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #fff 100%);
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #f7f7f7 0%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7', endColorstr='#FFFFFFFF', GradientType=0);
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc; }
  .ui-datepicker th {
    text-transform: uppercase;
    font-size: 6pt;
    padding: 5px 0;
    color: #595959;
    text-align: center;
    background: none;
    font-weight: normal; }
  .ui-datepicker tbody td {
    padding: 0;
    border-right: 1px solid #ccc; }
    .ui-datepicker tbody td:last-child {
      border-right: 0px; }
  .ui-datepicker tbody tr {
    border-bottom: 1px solid #ccc; }
    .ui-datepicker tbody tr:last-child {
      border-bottom: 0px; }
  .ui-datepicker td span,
  .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #595959; }

.ui-datepicker-header {
  background: #1e1e1e;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ccc;
  box-shadow: 0 1px 1px 0 #ccc; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #fff; }
  .ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
    display: none; }

.ui-datepicker-prev {
  float: left; }
  .ui-datepicker-prev:before {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e611"; }

.ui-datepicker-next {
  float: right; }
  .ui-datepicker-next:before {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e610"; }

.ui-datepicker-calendar .ui-state-default {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#efefef), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%);
  background-image: -moz-linear-gradient(top, #efefef 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFE5E5E5', GradientType=0);
  background-color: #efefef;
  box-shadow: 1px 1px 0 0 #ccc; }

.ui-datepicker-calendar .ui-state-hover {
  color: #0099ff; }
.ui-datepicker-calendar .ui-state-active {
  background: #0099ff;
  color: #fff;
  position: relative; }
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f7f7f7;
  color: #ccc; }

.datepicker {
  position: relative;
  width: 240px; }
  .datepicker input[type=text] {
    padding-right: 40px;
    width: 100%; }
  .datepicker label:before, .datepicker .addedit-form h3:before, .addedit-form .datepicker h3:before {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e613";
    position: absolute;
    right: 5px;
    bottom: 0;
    padding: 12px;
    font-size: 19px;
    color: #999; }
  .datepicker.table-filter-group {
    width: 130px; }
    .datepicker.table-filter-group input[type=text] {
      border-radius: 0; }
    .datepicker.table-filter-group label:before, .datepicker.table-filter-group .addedit-form h3:before, .addedit-form .datepicker.table-filter-group h3:before {
      right: -5px;
      bottom: -6px;
      font-size: 15px; }

.date-picker {
  font-family: inherit; }

.date-picker-wrapper {
  box-shadow: 0 0 10px 0 #ccc;
  background: #ccc;
  font-family: inherit;
  padding: 0;
  width: 380px;
  border: 0;
  margin-top: 5px; }
  .date-picker-wrapper.no-shortcuts {
    padding-bottom: 0; }
  .date-picker-wrapper th {
    background: none;
    color: inherit; }
  .date-picker-wrapper .month-wrapper {
    background-color: #ccc;
    border: 0;
    padding: 0; }
    .date-picker-wrapper .month-wrapper table {
      table-layout: fixed;
      font-weight: bold; }
      .date-picker-wrapper .month-wrapper table .caption {
        background: #1e1e1e;
        color: #fff;
        height: 30px;
        font-weight: bold; }
        .date-picker-wrapper .month-wrapper table .caption .prev,
        .date-picker-wrapper .month-wrapper table .caption .next {
          font-family: 'icons';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #1e1e1e; }
          .date-picker-wrapper .month-wrapper table .caption .prev:hover,
          .date-picker-wrapper .month-wrapper table .caption .next:hover {
            background: none; }
            .date-picker-wrapper .month-wrapper table .caption .prev:hover:before,
            .date-picker-wrapper .month-wrapper table .caption .next:hover:before {
              color: #595959; }
        .date-picker-wrapper .month-wrapper table .caption .next:before {
          content: "\e610";
          color: #fff; }
        .date-picker-wrapper .month-wrapper table .caption .prev:before {
          content: "\e611";
          color: #fff; }
      .date-picker-wrapper .month-wrapper table .week-name {
        background: #fff;
        border-bottom: 1px solid #ccc;
        color: #1e1e1e;
        line-height: 1;
        font-weight: 400; }
        .date-picker-wrapper .month-wrapper table .week-name th {
          font-size: 6pt;
          text-transform: uppercase;
          color: #595959; }
      .date-picker-wrapper .month-wrapper table .day {
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#efefef), to(#e5e5e5));
        background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%);
        background-image: -moz-linear-gradient(top, #efefef 0%, #e5e5e5 100%);
        background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFE5E5E5', GradientType=0);
        height: 30px;
        padding: 6px;
        border-right: 1px solid #ccc; }
        .date-picker-wrapper .month-wrapper table .day.lastMonth, .date-picker-wrapper .month-wrapper table .day.nextMonth {
          background: #fff;
          color: #ccc; }
        .date-picker-wrapper .month-wrapper table .day.checked, .date-picker-wrapper .month-wrapper table .day.toMonth.valid.checked {
          background: #0099ff;
          color: #fff; }
        .date-picker-wrapper .month-wrapper table .day.real-today.checked {
          background: #0099ff; }
      .date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
        color: #ccc; }
  .date-picker-wrapper .drp_top-bar {
    display: none; }
  .date-picker-wrapper .gap {
    display: none !important; }

.input.string .color-picker {
  width: 180px; }

div.cp-color-picker {
  border: 1px solid #999;
  padding: 10px 10px 0;
  background: #efefef;
  overflow: visible;
  border-radius: 3px; }
  div.cp-color-picker .cp-alpha {
    margin: 10px 0;
    height: 6px;
    border-radius: 6px;
    overflow: visible;
    border: 1px solid #999;
    box-sizing: border-box;
    background: linear-gradient(to right, #efefef 0%, rgba(239, 239, 239, 0) 100%); }
  div.cp-color-picker .cp-xy-slider {
    border: 1px solid #999;
    margin-bottom: 10px; }
    div.cp-color-picker .cp-xy-slider:active {
      cursor: none; }
  div.cp-color-picker .cp-xy-cursor {
    width: 12px;
    height: 12px;
    margin: -6px; }
  div.cp-color-picker .cp-z-slider {
    margin-left: 10px;
    border: 1px solid #999; }
  div.cp-color-picker .cp-z-cursor {
    border-width: 5px;
    margin-top: -5px; }
  div.cp-color-picker .cp-alpha-cursor {
    background: #efefef;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    margin: -5px -7px;
    border: 1px solid #595959 !important;
    box-shadow: inset -2px -4px 3px #ccc; }

.markdown-support {
  position: relative;
  display: inline-block;
  padding-left: 7px;
  cursor: pointer;
  color: #0099ff; }
  .markdown-support:after {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    position: absolute;
    padding-left: 7px;
    text-decoration: none;
    top: 1px;
    right: -20px; }

.hint,
.markdown-hint {
  display: none; }
  .hint img,
  .markdown-hint img {
    max-width: 100%; }

.youtube-hint {
  width: 530px;
  height: 300px;
  background-image: url(/assets/fae/youtube_helper-6fe9af26962453c9151a2fed9a8631fd9ca2d31943bb7cc074ea3123f71e4142.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; }

.markdown-hint-wrapper {
  overflow-y: scroll;
  height: 100%; }

.field_with_errors {
  position: relative;
  padding-top: 40px; }
  .field_with_errors .error {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 5px;
    background: #f6cfcf;
    color: #b75553;
    font-size: 12px;
    overflow: visible; }
    .field_with_errors .error:before {
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e617";
      padding-right: 10px; }
    .field_with_errors .error:after {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 10px 10px 0 0;
      border-color: #f6cfcf transparent transparent transparent;
      content: '';
      position: absolute;
      bottom: -8px;
      left: 0; }
  .field_with_errors.hidden_errors {
    margin-bottom: 20px; }
    .field_with_errors.hidden_errors .error:after {
      display: none; }

.input .invalid {
  border: 1px solid #b75553; }

.counter + .editor-toolbar {
  margin-top: 10px; }
.counter p {
  color: #999;
  font-style: italic;
  padding-top: 8px;
  font-size: 13px; }
  .counter p span.overCount {
    color: #b75553; }

.input .editor-toolbar {
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  opacity: 1;
  border-color: #ccc;
  border-bottom: 0; }
  .input .editor-toolbar a {
    opacity: .6; }
.input .CodeMirror-wrap {
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  border-color: #ccc;
  border-top-color: #dfdfdf; }
.input .CodeMirror-scroll {
  z-index: 0; }
.input.mde-focus .CodeMirror-wrap,
.input.mde-focus .editor-toolbar {
  border-color: #595959; }

.form-manager-form {
  z-index: 2;
  background: #f7f7f7;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
  margin-top: 1px;
  padding: 100px 40px 0px 30px; }
  .form-manager-form .js-form-manager-submit {
    background: #3b3b3b;
    color: white;
    font-size: 13px; }
    .form-manager-form .js-form-manager-submit:hover {
      background: #1e1e1e; }
  .form-manager-form .helper {
    color: #999;
    font-weight: normal; }
  .form-manager-form .inner-content {
    margin-top: 103px; }
  .form-manager-form .field-input {
    margin-bottom: 10px; }
  .form-manager-form header {
    height: 74px; }
    .form-manager-form header a {
      margin-right: 5px;
      float: right; }
  .form-manager-form .form-section {
    margin-bottom: 30px;
    overflow: auto; }
  .form-manager-form .single-field {
    float: left;
    width: 25%;
    margin-right: 20px; }
    .form-manager-form .single-field input {
      width: 100%; }
    .form-manager-form .single-field .field_title {
      width: 100%;
      display: inline-block; }
      .form-manager-form .single-field .field_title label, .form-manager-form .single-field .field_title .addedit-form h3, .addedit-form .form-manager-form .single-field .field_title h3 {
        float: left;
        margin-right: 10px; }
      .form-manager-form .single-field .field_title input {
        width: auto;
        float: left; }

.js-form-manager-container {
  display: none;
  z-index: 4; }

.js-launch-form-manager {
  margin-left: 10px; }

.error-page {
  background-image: url(/assets/fae/error_bg-b9fe8d8c3b900ad7273ed6e927641adc33cbd42a3c576e94d0fa93db8fe45fb8.jpg);
  padding-top: 100px; }
  .error-page section {
    margin: 0 auto;
    max-width: 700px;
    min-width: 235px;
    height: 330px;
    padding: 35px;
    border-top: 8px solid #0099ff;
    border-radius: 4px;
    background: white;
    color: #595959;
    line-height: 1.5;
    font-size: 13px;
    box-shadow: 0 3px 8px 0 #ccc; }
    .error-page section p {
      margin-top: 30px;
      font-size: 16px; }

.center {
  text-align: center; }

.sad_face {
  background: url(/assets/fae/error_sad_face-4d48bc73d833ff60279b6d2827e994671bb9fa4a8f8833697fc1803980cb542f.png);
  margin: 40px auto 0;
  width: 56px;
  height: 56px; }

.login-body {
  height: auto;
  padding: 0 20px; }
  .login-body .alert {
    width: 100%; }

.login-content {
  width: 100%;
  max-width: 700px;
  padding-top: 55px;
  margin: 20px auto; }

.login-area {
  border-top: 10px solid #0099ff;
  margin: auto;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #dfdfdf;
  background: #fff; }
  .login-area img,
  .login-area h1 {
    display: block;
    margin: 25px auto;
    text-align: center; }

.login-form, .login-form-password, .first_user-form {
  width: 50%;
  margin: auto; }
  .login-form h2, .login-form-password h2, .first_user-form h2 {
    margin: 0 0 28px; }
  @media (min-width: 700px) {
    .login-form, .login-form-password, .first_user-form {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      padding: 35px 23px;
      border-left: 1px solid #ccc; } }
  .login-form input[type=text], .login-form-password input[type=text], .first_user-form input[type=text],
  .login-form input[type=password],
  .login-form-password input[type=password],
  .first_user-form input[type=password],
  .login-form input[type=email],
  .login-form-password input[type=email],
  .first_user-form input[type=email] {
    width: 100%;
    min-width: 100%; }

@media (min-width: 700px) {
  .login-logo {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    width: 50%; } }

.login-form-password {
  width: 75%;
  padding: 75px 23px; }
  @media (min-width: 700px) {
    .login-form-password {
      width: 50%; } }

.login-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 20px; }
  .login-form-actions:before, .login-form-actions:after {
    content: ' ';
    display: table; }
  .login-form-actions:after {
    clear: both; }
  @media (min-width: 700px) {
    .login-form-actions {
      padding: 0; } }
  @media (min-width: 500px) {
    .login-form-actions {
      padding-top: 0; } }
  .login-form-actions > * {
    margin-bottom: 20px; }
  .login-form-actions > .input.boolean {
    flex-grow: 1; }

.login-helper {
  font-size: 13px;
  color: #999; }

.login-footer {
  margin-top: 10px; }
  .login-footer .credit,
  .login-footer .login-helper {
    display: inline-block;
    width: 50%;
    vertical-align: middle; }

.login-form-password label, .login-form-password .addedit-form h3, .addedit-form .login-form-password h3 {
  margin-bottom: 10px; }
  .login-form-password label + label, .login-form-password .addedit-form h3 + label, .addedit-form .login-form-password h3 + label, .login-form-password .addedit-form label + h3, .addedit-form .login-form-password label + h3, .login-form-password .addedit-form h3 + h3, .addedit-form .login-form-password h3 + h3 {
    margin-bottom: 15px; }
.login-form-password input[type=submit] {
  margin-right: 20px; }

.first_user-form p {
  margin-bottom: 30px; }
.first_user-form input[type=submit] {
  float: none; }

.help-section .content:first-child {
  padding-top: 0; }
  .help-section .content:first-child h2 {
    border-top: 0; }
.help-section h3 {
  color: #1e1e1e;
  font-size: 20px;
  padding-top: 10px; }
.help-section p {
  color: #1e1e1e;
  font-size: 15px;
  line-height: 1.4;
  margin: 0; }
.help-section strong {
  font-weight: bold; }

.tutorial div {
  background-image: url(/assets/fae/tutorial_model_location-e505a9a322029163b839bf8f6f8900d4d7e2a53eceffa98dab7492c56a7a89b6.png);
  height: 11em;
  margin-left: 2em;
  background-size: 60%;
  background-position: left;
  background-repeat: no-repeat; }
@media (max-width: 800px) {
  .tutorial {
    height: 8em; } }
.tutorial p {
  margin: 2em; }
/**






 */

