/*------------------------------------------------------------------
*  [Stylesheet used by ui.material.form-advanced.html]
*
*  Project:	Estekit
*
*  Content:
*    - forms
*	 - codemirror
*	 - switchery
*	 - Ion.RangeSlider, Modern Skin
*	 - dropdowns
*	 - Alignment modifiers
*	 - autocomplete, timepicker
*	 - Sub-object `ek-htmleditor-navbar-nav`


-------------------------------------------------------------------*/
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-input {
  border-color: rgba(0, 0, 0, 0.12);
  line-height: 25px;
  padding: 6px 8px;
}
.selectize-input,
.selectize-input.focus {
  border-radius: 0;
  box-shadow: none;
}
.selectize-input:before,
.selectize-input.focus:before {
  display: none;
}
.md-input-danger .selectize-input {
  border-color: #e53935;
}
.selectize-input.dropdown-active:before {
  display: none;
}
.selectize-dropdown {
  margin-top: -40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  color: #212121;
  z-index: 1210;
}
.selectize-dropdown [data-selectable] {
  padding-top: 11px;
  padding-bottom: 10px;
}
.selectize-dropdown .active {
  background: rgba(0, 0, 0, 0.085);
  color: inherit;
}
.selectize-dropdown .optgroup-header {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}
.selectize-dropdown.multi .item-icon {
  margin-right: 4px;
}
.selectize-control .selectize-input {
  min-height: 40px;
}
.selectize-control.multi .selectize-input {
  line-height: 21px;
}
.selectize-control.multi .selectize-input > div {
  border-radius: 18px;
  padding: 3px 8px 2px;
  font-size: 14px;
}
.selectize-control.multi .selectize-input .selectize-input.has-items {
  padding: 4px;
}
.selectize-control.multi .selectize-input .item-icon {
  margin-right: 4px;
}
.selectize-control.multi .selectize-input input {
  height: 26px;
}
.selectize-control.plugin-remove_button [data-value] {
  padding-right: 32px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  border: none;
  width: auto;
  padding: 4px 5px 0 0;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button [data-value] .remove:after {
  color: #727272;
  content: '\e702';
  font-family: "Material-Design-Icons";
  font-size: 18px;
}
.selectize-control.single .selectize-input:after {
  border: none !important;
  content: '\e313';
  font-family: "Material-Design-Icons";
  font-size: 18px;
  margin-top: -11px !important;
  right: 28px;
}
.selectize_fix {
  overflow: hidden;
  height: 0;
  width: 100%;
}
/* forms */
select,
textarea,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  outline: none;
}
select.md-input,
textarea.md-input,
input:not([type]).md-input,
input[type="text"].md-input,
input[type="password"].md-input,
input[type="datetime"].md-input,
input[type="datetime-local"].md-input,
input[type="date"].md-input,
input[type="month"].md-input,
input[type="time"].md-input,
input[type="week"].md-input,
input[type="number"].md-input,
input[type="email"].md-input,
input[type="url"].md-input,
input[type="search"].md-input,
input[type="tel"].md-input,
input[type="color"].md-input {
  border-radius: 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  font: 400 15px / 18px "Roboto", sans-serif;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
  box-sizing: border-box;
  background: transparent;
  width: 100%;
  display: block;
}
select.md-input.md-input-danger,
textarea.md-input.md-input-danger,
input:not([type]).md-input.md-input-danger,
input[type="text"].md-input.md-input-danger,
input[type="password"].md-input.md-input-danger,
input[type="datetime"].md-input.md-input-danger,
input[type="datetime-local"].md-input.md-input-danger,
input[type="date"].md-input.md-input-danger,
input[type="month"].md-input.md-input-danger,
input[type="time"].md-input.md-input-danger,
input[type="week"].md-input.md-input-danger,
input[type="number"].md-input.md-input-danger,
input[type="email"].md-input.md-input-danger,
input[type="url"].md-input.md-input-danger,
input[type="search"].md-input.md-input-danger,
input[type="tel"].md-input.md-input-danger,
input[type="color"].md-input.md-input-danger {
  border-color: #e53935;
}
select.md-input.md-input-danger:focus,
textarea.md-input.md-input-danger:focus,
input:not([type]).md-input.md-input-danger:focus,
input[type="text"].md-input.md-input-danger:focus,
input[type="password"].md-input.md-input-danger:focus,
input[type="datetime"].md-input.md-input-danger:focus,
input[type="datetime-local"].md-input.md-input-danger:focus,
input[type="date"].md-input.md-input-danger:focus,
input[type="month"].md-input.md-input-danger:focus,
input[type="time"].md-input.md-input-danger:focus,
input[type="week"].md-input.md-input-danger:focus,
input[type="number"].md-input.md-input-danger:focus,
input[type="email"].md-input.md-input-danger:focus,
input[type="url"].md-input.md-input-danger:focus,
input[type="search"].md-input.md-input-danger:focus,
input[type="tel"].md-input.md-input-danger:focus,
input[type="color"].md-input.md-input-danger:focus {
  border-bottom-color: #e53935;
}
select.md-input.md-input-success,
textarea.md-input.md-input-success,
input:not([type]).md-input.md-input-success,
input[type="text"].md-input.md-input-success,
input[type="password"].md-input.md-input-success,
input[type="datetime"].md-input.md-input-success,
input[type="datetime-local"].md-input.md-input-success,
input[type="date"].md-input.md-input-success,
input[type="month"].md-input.md-input-success,
input[type="time"].md-input.md-input-success,
input[type="week"].md-input.md-input-success,
input[type="number"].md-input.md-input-success,
input[type="email"].md-input.md-input-success,
input[type="url"].md-input.md-input-success,
input[type="search"].md-input.md-input-success,
input[type="tel"].md-input.md-input-success,
input[type="color"].md-input.md-input-success {
  border-color: #7cb342;
}
select.md-input.md-input-success:focus,
textarea.md-input.md-input-success:focus,
input:not([type]).md-input.md-input-success:focus,
input[type="text"].md-input.md-input-success:focus,
input[type="password"].md-input.md-input-success:focus,
input[type="datetime"].md-input.md-input-success:focus,
input[type="datetime-local"].md-input.md-input-success:focus,
input[type="date"].md-input.md-input-success:focus,
input[type="month"].md-input.md-input-success:focus,
input[type="time"].md-input.md-input-success:focus,
input[type="week"].md-input.md-input-success:focus,
input[type="number"].md-input.md-input-success:focus,
input[type="email"].md-input.md-input-success:focus,
input[type="url"].md-input.md-input-success:focus,
input[type="search"].md-input.md-input-success:focus,
input[type="tel"].md-input.md-input-success:focus,
input[type="color"].md-input.md-input-success:focus {
  border-bottom-color: #7cb342;
}
select.md-input:focus,
textarea.md-input:focus,
input:not([type]).md-input:focus,
input[type="text"].md-input:focus,
input[type="password"].md-input:focus,
input[type="datetime"].md-input:focus,
input[type="datetime-local"].md-input:focus,
input[type="date"].md-input:focus,
input[type="month"].md-input:focus,
input[type="time"].md-input:focus,
input[type="week"].md-input:focus,
input[type="number"].md-input:focus,
input[type="email"].md-input:focus,
input[type="url"].md-input:focus,
input[type="search"].md-input:focus,
input[type="tel"].md-input:focus,
input[type="color"].md-input:focus {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}
select.md-input-small,
textarea.md-input-small,
input:not([type]).md-input-small,
input[type="text"].md-input-small,
input[type="password"].md-input-small,
input[type="datetime"].md-input-small,
input[type="datetime-local"].md-input-small,
input[type="date"].md-input-small,
input[type="month"].md-input-small,
input[type="time"].md-input-small,
input[type="week"].md-input-small,
input[type="number"].md-input-small,
input[type="email"].md-input-small,
input[type="url"].md-input-small,
input[type="search"].md-input-small,
input[type="tel"].md-input-small,
input[type="color"].md-input-small {
  padding: 4px;
}
.md-input-width-small {
  min-width: 80px !important;
}
.md-input-width-medium {
  min-width: 160px !important;
}
.md-input-width-large {
  min-width: 320px !important;
}
textarea.md-input {
  min-height: 80px;
  resize: none;
  overflow: hidden;
  -webkit-transition: height 200ms ease-out;
  transition: height 200ms ease-out;
  line-height: 24px;
}
.md-input-wrapper {
  position: relative;
  padding-top: 4px;
  width: 100%;
  display: block;
}
.md-input-wrapper .md-input-bar {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.md-input-wrapper .md-input-bar:before,
.md-input-wrapper .md-input-bar:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #1976d2;
  -webkit-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.md-input-wrapper .md-input-bar:before {
  left: 50%;
}
.md-input-wrapper .md-input-bar:after {
  right: 50%;
}
.md-input-wrapper > label {
  color: #727272;
  position: absolute;
  top: 16px;
  left: 4px;
  right: 0;
  pointer-events: none;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.md-input-wrapper + * {
  margin-top: 10px;
}
.md-input-wrapper.md-input-wrapper-disabled > label {
  color: rgba(0, 0, 0, 0.26);
}
.md-input-wrapper-count {
  padding-bottom: 24px;
}
.md-input-wrapper-count .md-input-bar {
  bottom: 24px;
}
.md-input-wrapper-count .text-count-wrapper {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.md-input-wrapper-count > .md-input-wrapper-count .text-count-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}
.md-input-filled > label,
.md-input-focus > label {
  top: -6px;
  font-size: 12px;
}
.md-input-filled.md-input-wrapper-count .text-count-wrapper,
.md-input-focus.md-input-wrapper-count .text-count-wrapper {
  opacity: 1;
}
.md-input-focus .md-input-bar:before,
.md-input-focus .md-input-bar:after {
  width: 50%;
}
.md-input-wrapper-danger .md-input-bar:before,
.md-input-wrapper-danger .md-input-bar:after {
  background: #e53935;
}
.md-input-wrapper-danger.md-input-wrapper-count .text-count-wrapper {
  color: #e53935;
}
.md-input-wrapper-success .md-input-bar:before,
.md-input-wrapper-success .md-input-bar:after {
  background: #7cb342;
}
.md-input-wrapper-success.md-input-wrapper-count .text-count-wrapper {
  color: #7cb342;
}
.md-form-group {
  position: relative;
}
label.md-label {
  color: #999;
  padding: 0 6px;
  font-size: 11px;
}
@font-face {
  font-family: 'Material-Design-Icons';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Material-Design-Icons0ae1.ttf");
  /* For IE6-8 */
  src: local('Material-Design-Icons'), local('MaterialIcons-Regular'), url("/fonts/Material-Design-Icons0ae1.woff") format('woff'),  url("/fonts/Material-Design-Icons0ae1.ttf") format('truetype');
}
.material-icons {
  font-family: 'Material-Design-Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  vertical-align: -4px;
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.material-icons.md-24 {
  font-size: 24px;
  vertical-align: -8px;
}
.material-icons.md-36 {
  font-size: 36px;
  vertical-align: -16px;
}
.material-icons.md-48 {
  font-size: 48px;
  vertical-align: -24px;
}
.material-icons.md-light {
  color: #ffffff;
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
/* codemirror */
#code_editor_close {
  display: none;
}
.CodeMirror pre {
  font-size: 14px !important;
  line-height: 20px !important;
}
.CodeMirror div.CodeMirror-cursor {
  min-height: 20px;
}
.CodeMirror-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}
.CodeMirror-fullscreen #code_editor_close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
}
.CodeMirror_textarea {
  visibility: hidden;
}
.ek-notouch #code_editor_close {
  right: 30px !important;
}
.md-card-CodeMirror .md-card-content form,
.md-card-CodeMirror .md-card-content form .CodeMirror {
  height: 100%;
}
body.CodeMirror-fullscreen-active #header_main,
body.CodeMirror-fullscreen-active #sidebar_main,
body.CodeMirror-fullscreen-active #style_switcher {
  display: none;
}
body.CodeMirror-fullscreen-active .md-card-CodeMirror {
  z-index: 1154;
}
body.CodeMirror-fullscreen-active .CodeMirror-fullscreen {
  z-index: 1154;
}
body.CodeMirror-fullscreen-active .CodeMirror-fullscreen #code_editor_close {
  z-index: 1155;
}
/* switchery */
.switchery {
  background-color: #fff;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  position: relative;
  vertical-align: middle;
  width: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
  -webkit-transition: background-color 800ms ease-out !important;
  transition: background-color 800ms ease-out !important;
  box-shadow: none !important;
  margin: 6px 2px;
}
.switchery > small {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
  height: 20px;
  position: absolute;
  top: 0;
  width: 20px;
  margin-top: -3px;
  -webkit-transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1), left 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1), left 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.switchery-small {
  width: 32px;
  height: 9px;
  margin: 4px 1px;
}
.switchery-small > small {
  height: 16px;
  width: 16px;
  top: -1px;
}
.switchery-large {
  width: 48px;
}
.switchery-large > small {
  height: 24px;
  width: 24px;
  top: -3px;
}
/* Ion.RangeSlider, Modern Skin */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 55px;
}
.irs-line {
  height: 2px;
  top: 33px;
  background: #EEE;
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  height: 8px;
  left: 0;
  width: 11%;
}
.irs-line-mid {
  height: 8px;
  left: 9%;
  width: 82%;
}
.irs-line-right {
  height: 8px;
  right: 0;
  width: 11%;
}
.irs-bar {
  height: 2px;
  top: 33px;
  background: #2196f3;
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  height: 2px;
  width: 6px;
  border-right: 0;
  background: #2196f3;
  position: absolute;
  display: block;
  top: 33px;
  left: 0;
}
.irs-shadow {
  height: 4px;
  top: 32px;
  background: #000;
  opacity: 0.4;
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  top: 28px;
  width: 12px;
  height: 12px;
  background: #2196f3;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background: #2196f3;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  color: #727272;
  font-size: 12px;
  line-height: 16px;
  text-shadow: none;
  top: 0;
  padding: 1px 4px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  display: block;
  cursor: default;
  position: absolute;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-shadow: none;
  padding: 1px 4px;
  background: #2196f3;
  border-radius: 2px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  display: block;
  border: 4px solid transparent;
  border-top-color: #2196f3;
}
.irs-with-grid {
  height: 65px;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-grid-pol {
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #727272;
}
.irs-grid-pol.small {
  background: #727272;
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #727272;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.parsley-errors-list {
  color: #e53935;
  margin-top: 0;
}
.parsley-errors-list span {
  display: block;
  padding-top: 4px;
}
/* dropdowns */
.ek-dropdown {
  -webkit-transform: scale(0.25, 0);
  transform: scale(0.25, 0);
  opacity: 0;
  -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transform-origin: 50% 0 !important;
  transform-origin: 50% 0 !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 2px;
}
.ek-dropdown.ek-dropdown-xlarge {
  width: 360px;
}
@media only screen and (max-width: 479px) {
  .ek-dropdown.ek-dropdown-xlarge {
    width: 260px;
  }
}
.ek-dropdown.ek-dropdown-large {
  width: 260px;
}
.ek-dropdown.ek-dropdown-small {
  width: 160px;
}
.ek-dropdown > ul > li > a {
  font-size: 14px;
  color: #212121;
  display: block;
  text-decoration: none;
  padding: 5px 15px;
}
.ek-dropdown > ul > li > a:hover {
  background: rgba(0, 0, 0, 0.085);
}
.ek-dropdown > ul {
  list-style: none;
  padding-left: 0;
}
.ek-dropdown > ul > li.ek-active > a {
  background: rgba(0, 0, 0, 0.085);
}
.ek-dropdown.dropdown-modal {
  z-index: 1310;
}
.ek-dropdown.ek-dropdown-scrollable {
  -webkit-overflow-scrolling: touch;
}
[data-ek-dropdown*="top-"] .ek-dropdown {
  -webkit-transform-origin: 50% 100% !important;
  transform-origin: 50% 100% !important;
}
[data-ek-dropdown*="left-"] .ek-dropdown {
  -webkit-transform-origin: 100% 50% !important;
  transform-origin: 100% 50% !important;
}
[data-ek-dropdown*="right-"] .ek-dropdown {
  -webkit-transform-origin: 0 50% !important;
  transform-origin: 0 50% !important;
}
[data-ek-dropdown*='justify'] {
  position: static !important;
}
[data-ek-dropdown*='justify'] [class*="ek-dropdown-width"] {
  left: 0 !important;
  width: 100% !important;
  min-width: inherit !important;
}
.ek-dropdown-active {
  display: block !important;
}
.ek-dropdown-shown {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.ek-nav-dropdown > li > a:focus,
.ek-nav-dropdown > li > a:hover {
  text-shadow: none;
  box-shadow: none;
  color: #212121;
  background: rgba(153, 153, 153, 0.2);
}
.ek-dropdown,
.ek-dropdown-blank {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  /* 4 */
  width: 200px;
}
/*
 * Dropdown style
 * 1. Reset button group whitespace hack
 */
.ek-dropdown {
  padding: 15px;
  background: #ffffff;
  color: #444444;
  /* 1 */
  font-size: 1rem;
  vertical-align: top;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
/*
 * 1. Show dropdown
 * 2. Set animation
 * 3. Needed for scale animation
 */
.ek-open > .ek-dropdown,
.ek-open > .ek-dropdown-blank {
  /* 1 */
  display: block;
  /* 2 */
  -webkit-animation: ek-fade 0.2s ease-in-out;
  animation: ek-fade 0.2s ease-in-out;
  /* 3 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Alignment modifiers
 ========================================================================== */
/*
 * Modifier
 */
.ek-dropdown-top {
  margin-top: -5px;
}
.ek-dropdown-bottom {
  margin-top: 5px;
}
.ek-dropdown-left {
  margin-left: -5px;
}
.ek-dropdown-right {
  margin-left: 5px;
}
.ek-form-select {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
  /* 3 */
  overflow: hidden;
}
.ek-form-select select {
  color:#333;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  /* 1 */
  left: 0;
  /* 2 */
  -webkit-appearance: none;
}
/* datepicker */
.ek-datepicker {
  z-index: 1094;
  width: auto;
  padding: 0;
}
.ek-datepicker-nav {
  margin-bottom: 15px;
  text-align: center;
  line-height: 20px;
  background: #2196f3;
  padding: 10px 0;
}
.ek-datepicker-nav a,
.ek-datepicker-nav a:hover {
  text-decoration: none;
  color: #fff;
}
.ek-datepicker-nav .ek-form-select {
  font: 400 16px / 22px "Roboto", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.ek-datepicker-previous {
  float: left;
  margin-left: 8px;
}
.ek-datepicker-previous:after {
  content: "\f053";
}
.ek-datepicker-next {
  float: right;
  margin-right: 8px;
}
.ek-datepicker-next:after {
  content: "\f054";
}
.ek-datepicker-previous:after,
.ek-datepicker-next:after {
  width: 20px;
  font-family: FontAwesome;
}
.ek-datepicker.ek-dropdown-up {
  bottom: auto;
}
.ek-datepicker-table {
  width: 100%;
}
.ek-datepicker-table th,
.ek-datepicker-table td {
  padding: 2px;
  font: 400 13px / 15px "Roboto", sans-serif;
}
.ek-datepicker-table th {
  color: #727272;
  font-size: 12px;
  text-transform: uppercase;
}
.ek-datepicker-table a {
  display: block;
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  color: #212121;
}
.ek-datepicker-table a:hover {
  background-color: rgba(0, 0, 0, 0.085);
  color: #212121;
  outline: none;
}
.ek-datepicker-table a.ek-active {
  background-color: #2196f3;
  color: #fff;
}
a.ek-datepicker-table-muted {
  color: #999;
}
/* autocomplete, timepicker */
.ek-autocomplete .ek-dropdown {
  display: block;
  max-height: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  -webkit-transform: scale(0.25, 0);
  transform: scale(0.25, 0);
  opacity: 0;
  -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.ek-autocomplete.ek-open .ek-dropdown {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  max-height: 210px;
}
/* password toggle */
.ek-form-password-toggle {
  position: absolute;
  right: 8px;
  top: 16px;
  color: #727272;
}
.ek-form-password-toggle:hover {
  color: #727272;
}
@-webkit-keyframes ek-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ek-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ek-htmleditor-navbar {
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
/*
 * Micro clearfix
 */
.ek-htmleditor-navbar:before,
.ek-htmleditor-navbar:after {
  content: "";
  display: table;
}
.ek-htmleditor-navbar:after {
  clear: both;
}
/* Sub-object `ek-htmleditor-navbar-nav`
 ========================================================================== */
.ek-htmleditor-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.ek-htmleditor-navbar-nav > li {
  float: left;
}
/*
 * 1. Dimensions
 * 2. Style
 */
.ek-htmleditor-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 41px;
  padding: 0 15px;
  line-height: 40px;
  /* 2 */
  color: #444444;
  font-size: 11px;
  cursor: pointer;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  text-shadow: 0 1px 0 #ffffff;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.ek-htmleditor-navbar-nav > li:hover > a,
.ek-htmleditor-navbar-nav > li > a:focus {
  background-color: #fafafa;
  color: #444444;
  outline: none;
  /* 2 */
  position: relative;
  z-index: 1;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
}
/* OnClick */
.ek-htmleditor-navbar-nav > li > a:active {
  background-color: #eeeeee;
  color: #444444;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.2);
}
/* Active */
.ek-htmleditor-navbar-nav > li.ek-active > a {
  background-color: #fafafa;
  color: #444444;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
}
/* Sub-object: `ek-htmleditor-navbar-flip`
 ========================================================================== */
.ek-htmleditor-navbar-flip {
  float: right;
}
/* Sub-object for special buttons
 ========================================================================== */
[data-mode='split'] .ek-htmleditor-button-code,
[data-mode='split'] .ek-htmleditor-button-preview {
  display: none;
}
/* Sub-object `ek-htmleditor-content`
 ========================================================================== */
.ek-htmleditor-content {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*
 * Micro clearfix
 */
.ek-htmleditor-content:before,
.ek-htmleditor-content:after {
  content: "";
  display: table;
}
.ek-htmleditor-content:after {
  clear: both;
}
/* Modifier `ek-htmleditor-fullscreen`
 ========================================================================== */
.ek-htmleditor-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
}
.ek-htmleditor-fullscreen .ek-htmleditor-content {
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 0;
}
.ek-htmleditor-fullscreen .ek-icon-expand:before {
  content: "\f066";
}
/* Sub-objects `ek-htmleditor-code` and `ek-htmleditor-preview`
 ========================================================================== */
.ek-htmleditor-code,
.ek-htmleditor-preview {
  box-sizing: border-box;
}
.ek-htmleditor-preview {
  padding: 20px;
  overflow-y: scroll;
  position: relative;
}
/*
 * Tab view
 */
[data-mode='tab'][data-active-tab='code'] .ek-htmleditor-preview,
[data-mode='tab'][data-active-tab='preview'] .ek-htmleditor-code {
  display: none;
}
/*
 * Split view
 */
[data-mode='split'] .ek-htmleditor-code,
[data-mode='split'] .ek-htmleditor-preview {
  float: left;
  width: 50%;
}
[data-mode='split'] .ek-htmleditor-code {
  border-right: 1px solid #eeeeee;
}
/* Sub-object `ek-htmleditor-iframe`
 ========================================================================== */
.ek-htmleditor-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* CodeMirror modifications
 ========================================================================== */
.ek-htmleditor .CodeMirror {
  padding: 10px;
  box-sizing: border-box;
}
/*
     * Apply same `border-radius` as `ek-htmleditor-navbar`
     */
.ek-htmleditor-navbar-nav:first-child > li:first-child > a {
  border-top-left-radius: 4px;
}
/*
     * Sub-modifier `ek-htmleditor-navbar-flip`
     */
/* Collapse border */
.ek-htmleditor-navbar-flip .ek-htmleditor-navbar-nav > li > a {
  margin-left: 0;
  margin-right: -1px;
}
/* Apply same `border-radius` as `ek-htmleditor-navbar` */
.ek-htmleditor-navbar-flip .ek-htmleditor-navbar-nav:first-child > li:first-child > a {
  border-top-left-radius: 0;
}
.ek-htmleditor-navbar-flip .ek-htmleditor-navbar-nav:last-child > li:last-child > a {
  border-top-right-radius: 4px;
}
/*
     * Sub-modifier `ek-htmleditor-fullscreen`
     */
.ek-htmleditor-fullscreen .ek-htmleditor-navbar {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.ek-htmleditor-fullscreen .ek-htmleditor-content {
  border: none;
  border-radius: 0;
}
.ek-htmleditor-fullscreen .ek-htmleditor-navbar-nav > li > a {
  border-radius: 0 !important;
}
.ek-htmleditor-navbar {
  border-radius: 0;
  background: #f9f9f9;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.ek-htmleditor-navbar-nav > li > a {
  border: none;
  border-radius: 0 !important;
  height: 38px;
}
.ek-htmleditor-navbar-nav > li.ek-active > a {
  background: #ebebeb;
}
.ek-htmleditor-navbar-nav > li:hover > a,
.ek-htmleditor-navbar-nav > li > a:focus {
  background: #ebebeb;
}
.ek-htmleditor-content {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.ek-htmleditor-fullscreen {
  z-index: 1154;
}
.ek-htmleditor-fullscreen .ek-htmleditor-navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ek-htmleditor-fullscreen .ek-htmleditor-content {
  top: 38px;
}